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. |
domainName
Required
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.
direction
Optional
public readonly direction: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property direction: The order in which the returned DNS records are sorted.
groupId
Optional
public readonly groupId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property groupId: The ID of the domain name group.
keyWord
Optional
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.
lang
Optional
public readonly lang: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property lang: The language type.
line
Optional
public readonly line: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property line: The line based on which the system queries DNS records.
orderBy
Optional
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.
refreshOptions
Optional
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.
rrKeyWord
Optional
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.
searchMode
Optional
public readonly searchMode: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property searchMode: The search mode.
status
Optional
public readonly status: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property status: The status of the DNS records to query.
type
Optional
public readonly type: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property type: The type of the DNS records to query.
typeKeyWord
Optional
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.
valueKeyWord
Optional
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.