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. |
addressIpVersion
Required
public readonly addressIpVersion: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property addressIpVersion: The IP version of the ACL.
aclEntries
Optional
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.
aclName
Optional
public readonly aclName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property aclName: The name of the ACL.
resourceGroupId
Optional
public readonly resourceGroupId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property resourceGroupId: The ID of the resource group.
tags
Optional
public readonly tags: TagsProperty[];
- Type: TagsProperty[]
Property tags: Tags of the ACL.