NetworkAclProps
Properties for defining a NetworkAcl
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ens-networkacl
Initializer
import { NetworkAclProps } from '@alicloud/ros-cdk-ens'
const networkAclProps: NetworkAclProps = { ... }
Properties
Name | Type | Description |
---|---|---|
aclEntries |
@alicloud/ros-cdk-core.IResolvable | @alicloud/ros-cdk-core.IResolvable | AclEntriesProperty[] |
Property aclEntries: The entry of Network ACL. |
description |
string | @alicloud/ros-cdk-core.IResolvable |
Property description: The description of the network ACL. |
networkAclName |
string | @alicloud/ros-cdk-core.IResolvable |
Property networkAclName: Enter a name for the network ACL. |
aclEntries
Optional
public readonly aclEntries: IResolvable | IResolvable | AclEntriesProperty[];
- Type: @alicloud/ros-cdk-core.IResolvable | @alicloud/ros-cdk-core.IResolvable | AclEntriesProperty[]
Property aclEntries: The entry of Network ACL.
description
Optional
public readonly description: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property description: The description of the network ACL.
The description must be 1 to 256 characters in length and cannot start with http:\/\/ or https:\/\/.
networkAclName
Optional
public readonly networkAclName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property networkAclName: Enter a name for the network ACL.
The name must be 1 to 128 characters in length and cannot start with http:\/\/ or https:\/\/.