AddressBooksProps
Properties for defining a AddressBooks.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-cloudfw-addressbooks
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcloudfw/datasource"
&datasource.AddressBooksProps {
GroupType: interface{},
Lang: interface{},
RefreshOptions: interface{},
}
Properties
| Name | Type | Description |
|---|---|---|
GroupType |
interface{} |
Property groupType: Address Book, it can be set to include: - ip: an IP address book - domain: domain name address book - port: port Address Book - tag:ECS tag address book. |
Lang |
interface{} |
Property lang: The language type of the received message. |
RefreshOptions |
interface{} |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
GroupTypeOptional
GroupType interface{}
- Type: interface{}
Property groupType: Address Book, it can be set to include: - ip: an IP address book - domain: domain name address book - port: port Address Book - tag:ECS tag address book.
LangOptional
Lang interface{}
- Type: interface{}
Property lang: The language type of the received message.
- zh (default): Chinese.
- en: English.
RefreshOptionsOptional
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.