DomainGroupsProps
Properties for defining a DomainGroups
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-dns-domaingroups
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkdns/datasource"
&datasource.DomainGroupsProps {
KeyWord: interface{},
Lang: interface{},
RefreshOptions: interface{},
}
Properties
Name | Type | Description |
---|---|---|
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. |
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.