AclProps
Properties for defining a Acl.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ga-acl
Initializer
import { AclProps } from '@alicloud/ros-cdk-ga'
const aclProps: AclProps = { ... }
Properties
| Name | Type | Description | 
|---|---|---|
addressIpVersion | 
string | @alicloud/ros-cdk-core.IResolvable | 
Property addressIpVersion: The IP version of the ACL. | 
aclEntries | 
@alicloud/ros-cdk-core.IResolvable | @alicloud/ros-cdk-core.IResolvable | AclEntriesProperty[] | 
Property aclEntries: The entries of IP addresses or CIDR blocks to add to the ACL. | 
aclName | 
string | @alicloud/ros-cdk-core.IResolvable | 
Property aclName: The name of the ACL. | 
resourceGroupId | 
string | @alicloud/ros-cdk-core.IResolvable | 
Property resourceGroupId: The ID of the resource group. | 
tags | 
TagsProperty[] | 
Property tags: Tags of the ACL. | 
addressIpVersionRequired 
public readonly addressIpVersion: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
 
Property addressIpVersion: The IP version of the ACL.
aclEntriesOptional 
public readonly aclEntries: IResolvable | IResolvable | AclEntriesProperty[];
- Type: @alicloud/ros-cdk-core.IResolvable | @alicloud/ros-cdk-core.IResolvable | AclEntriesProperty[]
 
Property aclEntries: The entries of IP addresses or CIDR blocks to add to the ACL.
You can add up to 20 entries.
aclNameOptional 
public readonly aclName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
 
Property aclName: The name of the ACL.
resourceGroupIdOptional 
public readonly resourceGroupId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
 
Property resourceGroupId: The ID of the resource group.
tagsOptional 
public readonly tags: TagsProperty[];
- Type: TagsProperty[]
 
Property tags: Tags of the ACL.