Skip to content

AddressBooksProps

Properties for defining a AddressBooks.

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

Initializer

import com.aliyun.ros.cdk.cloudfw.datasource.AddressBooksProps;
AddressBooksProps.builder()
//  .groupType(java.lang.String)
//  .groupType(IResolvable)
//  .lang(java.lang.String)
//  .lang(IResolvable)
//  .refreshOptions(java.lang.String)
//  .refreshOptions(IResolvable)
    .build();

Properties

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

groupTypeOptional

public java.lang.Object getGroupType();
  • Type: java.lang.String OR com.aliyun.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 java.lang.Object getLang();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property lang: The language type of the received message.

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

refreshOptionsOptional

public java.lang.Object getRefreshOptions();
  • Type: java.lang.String OR com.aliyun.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.