Skip to content

NetworkAclProps

Properties for defining a NetworkAcl.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ens-networkacl

Initializer

import ros_cdk_ens
ros_cdk_ens.NetworkAclProps(
  acl_entries: typing.Union[IResolvable, typing.List[typing.Union[IResolvable, AclEntriesProperty]]] = None,
  description: typing.Union[str, IResolvable] = None,
  network_acl_name: typing.Union[str, IResolvable] = None
)

Properties

Name Type Description
acl_entries typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[ros_cdk_core.IResolvable, AclEntriesProperty]]] Property aclEntries: The entry of Network ACL.
description typing.Union[str, ros_cdk_core.IResolvable] Property description: The description of the network ACL.
network_acl_name typing.Union[str, ros_cdk_core.IResolvable] Property networkAclName: Enter a name for the network ACL.

acl_entriesOptional

acl_entries: typing.Union[IResolvable, typing.List[typing.Union[IResolvable, AclEntriesProperty]]]
  • Type: typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[ros_cdk_core.IResolvable, AclEntriesProperty]]]

Property aclEntries: The entry of Network ACL.


descriptionOptional

description: typing.Union[str, IResolvable]
  • Type: typing.Union[str, 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://.


network_acl_nameOptional

network_acl_name: typing.Union[str, IResolvable]
  • Type: typing.Union[str, 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://.