Skip to content

AddressBooksProps

Properties for defining a AddressBooks.

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

Initializer

import { datasource } from '@alicloud/ros-cdk-cloudfw'
const addressBooksProps: datasource.AddressBooksProps = { ... }

Properties

Name Type Description
groupType string | @alicloud/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 string | @alicloud/ros-cdk-core.IResolvable Property lang: The language type of the received message.
refreshOptions string | @alicloud/ros-cdk-core.IResolvable Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

groupTypeOptional

public readonly groupType: string | IResolvable;
  • Type: string | @alicloud/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

public readonly lang: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property lang: The language type of the received message.

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


refreshOptionsOptional

public readonly refreshOptions: string | IResolvable;
  • Type: string | @alicloud/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.