DomainsProps
Properties for defining a Domains
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-dns-domains
Initializer
import com.aliyun.ros.cdk.dns.datasource.DomainsProps;
DomainsProps.builder()
// .groupId(java.lang.String)
// .groupId(IResolvable)
// .keyWord(java.lang.String)
// .keyWord(IResolvable)
// .lang(java.lang.String)
// .lang(IResolvable)
// .refreshOptions(java.lang.String)
// .refreshOptions(IResolvable)
// .resourceGroupId(java.lang.String)
// .resourceGroupId(IResolvable)
// .searchMode(java.lang.String)
// .searchMode(IResolvable)
// .starmark(java.lang.Boolean)
// .starmark(IResolvable)
.build();
Properties
Name | Type | Description |
---|---|---|
groupId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property groupId: The ID of the domain name group. |
keyWord |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property keyWord: The keyword for searches in "%KeyWord%" mode. |
lang |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property lang: The language type. |
refreshOptions |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
resourceGroupId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property resourceGroupId: The ID of the resource group. |
searchMode |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property searchMode: The search mode. |
starmark |
java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable |
Property starmark: Specifies whether to query the starmark of the domain name. |
groupId
Optional
public java.lang.Object getGroupId();
- Type: java.lang.String OR com.aliyun.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.
keyWord
Optional
public java.lang.Object getKeyWord();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property keyWord: The keyword for searches in "%KeyWord%" mode.
The value is not case-sensitive.
lang
Optional
public java.lang.Object getLang();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property lang: The language type.
refreshOptions
Optional
public java.lang.Object getRefreshOptions();
- Type: java.lang.String OR com.aliyun.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.
resourceGroupId
Optional
public java.lang.Object getResourceGroupId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property resourceGroupId: The ID of the resource group.
searchMode
Optional
public java.lang.Object getSearchMode();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property searchMode: The search mode.
starmark
Optional
public java.lang.Object getStarmark();
- Type: java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable
Property starmark: Specifies whether to query the starmark of the domain name.