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 of the address book. |
ackClusterConnectorId | string | @alicloud/ros-cdk-core.IResolvable | Property ackClusterConnectorId: ACK cluster connector ID. |
ackLabels | @alicloud/ros-cdk-core.IResolvable | @alicloud/ros-cdk-core.IResolvable | AckLabelsProperty[] | Property ackLabels: ACK cluster container group label list. |
ackNamespaces | @alicloud/ros-cdk-core.IResolvable | string | @alicloud/ros-cdk-core.IResolvable[] | Property ackNamespaces: ACK cluster container group namespace list. |
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 of the address book.
ackClusterConnectorIdOptional
public readonly ackClusterConnectorId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property ackClusterConnectorId: ACK cluster connector ID.
Batch query ACK cluster connector list.
ackLabelsOptional
public readonly ackLabels: IResolvable | IResolvable | AckLabelsProperty[];
- Type: @alicloud/ros-cdk-core.IResolvable | @alicloud/ros-cdk-core.IResolvable | AckLabelsProperty[]
Property ackLabels: ACK cluster container group label list.
Up to 10.
ackNamespacesOptional
public readonly ackNamespaces: IResolvable | string | IResolvable[];
- Type: @alicloud/ros-cdk-core.IResolvable | string | @alicloud/ros-cdk-core.IResolvable[]
Property ackNamespaces: ACK cluster container group namespace list.
Up to 10.
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.