Skip to content

DomainRecordsProps

Properties for defining a DomainRecords.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-dns-domainrecords

Initializer

from ros_cdk_dns import datasource
datasource.DomainRecordsProps(
  domain_name: typing.Union[str, IResolvable],
  direction: typing.Union[str, IResolvable] = None,
  group_id: typing.Union[str, IResolvable] = None,
  key_word: typing.Union[str, IResolvable] = None,
  lang: typing.Union[str, IResolvable] = None,
  line: typing.Union[str, IResolvable] = None,
  order_by: typing.Union[str, IResolvable] = None,
  refresh_options: typing.Union[str, IResolvable] = None,
  rr_key_word: typing.Union[str, IResolvable] = None,
  search_mode: typing.Union[str, IResolvable] = None,
  status: typing.Union[str, IResolvable] = None,
  type: typing.Union[str, IResolvable] = None,
  type_key_word: typing.Union[str, IResolvable] = None,
  value_key_word: typing.Union[str, IResolvable] = None
)

Properties

Name Type Description
domain_name typing.Union[str, ros_cdk_core.IResolvable] Property domainName: The domain name for which you want to query DNS records.
direction typing.Union[str, ros_cdk_core.IResolvable] Property direction: The order in which the returned DNS records are sorted.
group_id typing.Union[str, ros_cdk_core.IResolvable] Property groupId: The ID of the domain name group.
key_word typing.Union[str, ros_cdk_core.IResolvable] Property keyWord: The keyword for searches in "%KeyWord%" mode.
lang typing.Union[str, ros_cdk_core.IResolvable] Property lang: The language type.
line typing.Union[str, ros_cdk_core.IResolvable] Property line: The line based on which the system queries DNS records.
order_by typing.Union[str, ros_cdk_core.IResolvable] Property orderBy: The method that is used to sort the returned DNS records.
refresh_options typing.Union[str, ros_cdk_core.IResolvable] Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
rr_key_word typing.Union[str, ros_cdk_core.IResolvable] Property rrKeyWord: The resource record (RR) keyword based on which the system queries DNS records.
search_mode typing.Union[str, ros_cdk_core.IResolvable] Property searchMode: The search mode.
status typing.Union[str, ros_cdk_core.IResolvable] Property status: The status of the DNS records to query.
type typing.Union[str, ros_cdk_core.IResolvable] Property type: The type of the DNS records to query.
type_key_word typing.Union[str, ros_cdk_core.IResolvable] Property typeKeyWord: The type keyword based on which the system queries DNS records.
value_key_word typing.Union[str, ros_cdk_core.IResolvable] Property valueKeyWord: The record value keyword based on which the system queries DNS records.

domain_nameRequired

domain_name: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property domainName: The domain name for which you want to query DNS records.


directionOptional

direction: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property direction: The order in which the returned DNS records are sorted.


group_idOptional

group_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property groupId: The ID of the domain name group.


key_wordOptional

key_word: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property keyWord: The keyword for searches in "%KeyWord%" mode.

The value is not case-sensitive.


langOptional

lang: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property lang: The language type.


lineOptional

line: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property line: The line based on which the system queries DNS records.


order_byOptional

order_by: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property orderBy: The method that is used to sort the returned DNS records.


refresh_optionsOptional

refresh_options: typing.Union[str, IResolvable]
  • Type: typing.Union[str, 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.

rr_key_wordOptional

rr_key_word: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property rrKeyWord: The resource record (RR) keyword based on which the system queries DNS records.


search_modeOptional

search_mode: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property searchMode: The search mode.


statusOptional

status: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property status: The status of the DNS records to query.


typeOptional

type: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property type: The type of the DNS records to query.


type_key_wordOptional

type_key_word: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property typeKeyWord: The type keyword based on which the system queries DNS records.


value_key_wordOptional

value_key_word: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property valueKeyWord: The record value keyword based on which the system queries DNS records.