AccessControlProps
Properties for defining a AccessControl.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-slb-accesscontrol
Initializer
import { AccessControlProps } from '@alicloud/ros-cdk-slb'
const accessControlProps: AccessControlProps = { ... }
Properties
| Name | Type | Description |
|---|---|---|
aclName | string | @alicloud/ros-cdk-core.IResolvable | Property aclName: The name of the ACL. |
aclEntries | @alicloud/ros-cdk-core.IResolvable | @alicloud/ros-cdk-core.IResolvable | AclEntriesProperty[] | Property aclEntries: A list of acl entries. |
addressIpVersion | string | @alicloud/ros-cdk-core.IResolvable | Property addressIpVersion: The IP version. |
resourceGroupId | string | @alicloud/ros-cdk-core.IResolvable | Property resourceGroupId: Resource group id. |
tags | TagsProperty[] | Property tags: Tags to attach to instance. |
aclNameRequired
public readonly aclName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property aclName: The name of the ACL.
The name must be 1 to 80 characters in length, and can contain letters, digits, periods (.), hyphens (-), forward slashes (\/), and underscores (_). The name of the ACL that you create must be unique within each region.
aclEntriesOptional
public readonly aclEntries: IResolvable | IResolvable | AclEntriesProperty[];
- Type: @alicloud/ros-cdk-core.IResolvable | @alicloud/ros-cdk-core.IResolvable | AclEntriesProperty[]
Property aclEntries: A list of acl entries.
Each entry can be IP addresses or CIDR blocks. Max length: 300.
addressIpVersionOptional
public readonly addressIpVersion: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property addressIpVersion: The IP version.
Valid values: ipv4 and ipv6.
resourceGroupIdOptional
public readonly resourceGroupId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property resourceGroupId: Resource group id.
tagsOptional
public readonly tags: TagsProperty[];
- Type: TagsProperty[]
Property tags: Tags to attach to instance.
Max support 20 tags to add during create instance. Each tag with two properties Key and Value, and Key is required.