DomainsProps
Properties for defining a Domains
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-dns-domains
Initializer
from ros_cdk_dns import datasource
datasource.DomainsProps(
group_id: typing.Union[str, IResolvable] = None,
key_word: typing.Union[str, IResolvable] = None,
lang: typing.Union[str, IResolvable] = None,
refresh_options: typing.Union[str, IResolvable] = None,
resource_group_id: typing.Union[str, IResolvable] = None,
search_mode: typing.Union[str, IResolvable] = None,
starmark: typing.Union[bool, IResolvable] = None
)
Properties
Name | Type | Description |
---|---|---|
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. |
refresh_options |
typing.Union[str, ros_cdk_core.IResolvable] |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
resource_group_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property resourceGroupId: The ID of the resource group. |
search_mode |
typing.Union[str, ros_cdk_core.IResolvable] |
Property searchMode: The search mode. |
starmark |
typing.Union[bool, ros_cdk_core.IResolvable] |
Property starmark: Specifies whether to query the starmark of the domain name. |
group_id
Optional
group_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property groupId: The ID of the domain name group.
If you do not specify this parameter, all domain names are queried by default.
key_word
Optional
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.
lang
Optional
lang: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property lang: The language type.
refresh_options
Optional
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.
resource_group_id
Optional
resource_group_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property resourceGroupId: The ID of the resource group.
search_mode
Optional
search_mode: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property searchMode: The search mode.
starmark
Optional
starmark: typing.Union[bool, IResolvable]
- Type: typing.Union[bool, ros_cdk_core.IResolvable]
Property starmark: Specifies whether to query the starmark of the domain name.