DomainRecordsProps
Properties for defining a DomainRecords.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-dns-domainrecords
Initializer
import { datasource } from '@alicloud/ros-cdk-dns'
const domainRecordsProps: datasource.DomainRecordsProps = { ... }
Properties
| Name | Type | Description |
|---|---|---|
domainName |
string | @alicloud/ros-cdk-core.IResolvable |
Property domainName: The domain name for which you want to query DNS records. |
direction |
string | @alicloud/ros-cdk-core.IResolvable |
Property direction: The order in which the returned DNS records are sorted. |
groupId |
string | @alicloud/ros-cdk-core.IResolvable |
Property groupId: The ID of the domain name group. |
keyWord |
string | @alicloud/ros-cdk-core.IResolvable |
Property keyWord: The keyword for searches in "%KeyWord%" mode. |
lang |
string | @alicloud/ros-cdk-core.IResolvable |
Property lang: The language type. |
line |
string | @alicloud/ros-cdk-core.IResolvable |
Property line: The line based on which the system queries DNS records. |
orderBy |
string | @alicloud/ros-cdk-core.IResolvable |
Property orderBy: The method that is used to sort the returned DNS records. |
refreshOptions |
string | @alicloud/ros-cdk-core.IResolvable |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
rrKeyWord |
string | @alicloud/ros-cdk-core.IResolvable |
Property rrKeyWord: The resource record (RR) keyword based on which the system queries DNS records. |
searchMode |
string | @alicloud/ros-cdk-core.IResolvable |
Property searchMode: The search mode. |
status |
string | @alicloud/ros-cdk-core.IResolvable |
Property status: The status of the DNS records to query. |
type |
string | @alicloud/ros-cdk-core.IResolvable |
Property type: The type of the DNS records to query. |
typeKeyWord |
string | @alicloud/ros-cdk-core.IResolvable |
Property typeKeyWord: The type keyword based on which the system queries DNS records. |
valueKeyWord |
string | @alicloud/ros-cdk-core.IResolvable |
Property valueKeyWord: The record value keyword based on which the system queries DNS records. |
domainNameRequired
public readonly domainName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property domainName: The domain name for which you want to query DNS records.
directionOptional
public readonly direction: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property direction: The order in which the returned DNS records are sorted.
groupIdOptional
public readonly groupId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property groupId: The ID of the domain name group.
keyWordOptional
public readonly keyWord: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property keyWord: The keyword for searches in "%KeyWord%" mode.
The value is not case-sensitive.
langOptional
public readonly lang: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property lang: The language type.
lineOptional
public readonly line: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property line: The line based on which the system queries DNS records.
orderByOptional
public readonly orderBy: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property orderBy: The method that is used to sort the returned DNS records.
refreshOptionsOptional
public readonly refreshOptions: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
Valid values: - Never: Never refresh the datasource resource when the stack is updated. - Always: Always refresh the datasource resource when the stack is updated. Default is Never.
rrKeyWordOptional
public readonly rrKeyWord: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property rrKeyWord: The resource record (RR) keyword based on which the system queries DNS records.
searchModeOptional
public readonly searchMode: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property searchMode: The search mode.
statusOptional
public readonly status: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property status: The status of the DNS records to query.
typeOptional
public readonly type: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property type: The type of the DNS records to query.
typeKeyWordOptional
public readonly typeKeyWord: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property typeKeyWord: The type keyword based on which the system queries DNS records.
valueKeyWordOptional
public readonly valueKeyWord: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property valueKeyWord: The record value keyword based on which the system queries DNS records.