DomainsProps
Properties for defining a Domains
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-dns-domains
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkdns/datasource"
&datasource.DomainsProps {
GroupId: interface{},
KeyWord: interface{},
Lang: interface{},
RefreshOptions: interface{},
ResourceGroupId: interface{},
SearchMode: interface{},
Starmark: interface{},
}
Properties
Name | Type | Description |
---|---|---|
GroupId |
interface{} |
Property groupId: The ID of the domain name group. |
KeyWord |
interface{} |
Property keyWord: The keyword for searches in "%KeyWord%" mode. |
Lang |
interface{} |
Property lang: The language type. |
RefreshOptions |
interface{} |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
ResourceGroupId |
interface{} |
Property resourceGroupId: The ID of the resource group. |
SearchMode |
interface{} |
Property searchMode: The search mode. |
Starmark |
interface{} |
Property starmark: Specifies whether to query the starmark of the domain name. |
GroupId
Optional
GroupId interface{}
- Type: interface{}
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
KeyWord interface{}
- Type: interface{}
Property keyWord: The keyword for searches in "%KeyWord%" mode.
The value is not case-sensitive.
Lang
Optional
Lang interface{}
- Type: interface{}
Property lang: The language type.
RefreshOptions
Optional
RefreshOptions interface{}
- Type: interface{}
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
ResourceGroupId interface{}
- Type: interface{}
Property resourceGroupId: The ID of the resource group.
SearchMode
Optional
SearchMode interface{}
- Type: interface{}
Property searchMode: The search mode.
Starmark
Optional
Starmark interface{}
- Type: interface{}
Property starmark: Specifies whether to query the starmark of the domain name.