Skip to content

AddressBookProps

Properties for defining a AddressBook.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cloudfw-addressbook

Initializer

import { AddressBookProps } from '@alicloud/ros-cdk-cloudfw'
const addressBookProps: AddressBookProps = { ... }

Properties

Name Type Description
description string | @alicloud/ros-cdk-core.IResolvable Property description: Address book description.
groupName string | @alicloud/ros-cdk-core.IResolvable Property groupName: Name Address book.
groupType string | @alicloud/ros-cdk-core.IResolvable Property groupType: Type the address book, the optional values ​​are: ip: IP Address Book domain: domain name address book port: Port Address Book tag: ECS label address book.
addressList string | @alicloud/ros-cdk-core.IResolvable Property addressList: Address list of the address book, between multiple addresses separated by commas.
autoAddTagEcs boolean | @alicloud/ros-cdk-core.IResolvable Property autoAddTagEcs: Whether to automatically add new ECS public network IP matching tags to the address book.
regionId string | @alicloud/ros-cdk-core.IResolvable Property regionId: Region ID.
tagList @alicloud/ros-cdk-core.IResolvable | @alicloud/ros-cdk-core.IResolvable | TagListProperty[] Property tagList:.
tagRelation string | @alicloud/ros-cdk-core.IResolvable Property tagRelation: The relationship between the labels to be matched more ECS.

descriptionRequired

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

Property description: Address book description.


groupNameRequired

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

Property groupName: Name Address book.


groupTypeRequired

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

Property groupType: Type the address book, the optional values ​​are: ip: IP Address Book domain: domain name address book port: Port Address Book tag: ECS label address book.


addressListOptional

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

Property addressList: Address list of the address book, between multiple addresses separated by commas.

Note: When GroupType ip, it must be set to port or domain. When GroupType as ip, address list, fill in the IP address. For example: 1.2.3.4\/32, 1.2.3.0\/24 When GroupType for the port, the address list to fill in ports or port ranges. For example: 80, 100\/200 When GroupType for the domain, the domain name to fill in the address list. For example: demo1.aliyun.com, demo2.aliyun.com


autoAddTagEcsOptional

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

Property autoAddTagEcs: Whether to automatically add new ECS public network IP matching tags to the address book.

Default to false.


regionIdOptional

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

Property regionId: Region ID.

Default to cn-hangzhou.


tagListOptional

public readonly tagList: IResolvable | IResolvable | TagListProperty[];
  • Type: @alicloud/ros-cdk-core.IResolvable | @alicloud/ros-cdk-core.IResolvable | TagListProperty[]

Property tagList:.


tagRelationOptional

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

Property tagRelation: The relationship between the labels to be matched more ECS.

and: the relationship between multiple labels "and" that matches both ECS IP public network more tags will be added to the address book. or: a plurality of inter-labeled "or" relationship, i.e., as long as a matching tag ECS ​​public IP address book will be added.