Skip to content

AddressBooksProps

Properties for defining a AddressBooks.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-cloudfw-addressbooks

Initializer

from ros_cdk_cloudfw import datasource
datasource.AddressBooksProps(
  group_type: typing.Union[str, IResolvable] = None,
  lang: typing.Union[str, IResolvable] = None,
  refresh_options: typing.Union[str, IResolvable] = None
)

Properties

Name Type Description
group_type typing.Union[str, ros_cdk_core.IResolvable] 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 typing.Union[str, ros_cdk_core.IResolvable] Property lang: The language type of the received message.
refresh_options typing.Union[str, ros_cdk_core.IResolvable] Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

group_typeOptional

group_type: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

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: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property lang: The language type of the received message.

  • zh (default): Chinese.
  • en: English.

refresh_optionsOptional

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.