Skip to content

AclProps

Properties for defining a Acl.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-alb-acl

Initializer

import ros_cdk_alb
ros_cdk_alb.AclProps(
  acl_entries: typing.Union[IResolvable, typing.List[typing.Union[IResolvable, AclEntriesProperty]]] = None,
  acl_name: typing.Union[str, IResolvable] = None,
  resource_group_id: 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: undefined.
acl_name typing.Union[str, ros_cdk_core.IResolvable] Property aclName: The name of the ACL.
resource_group_id typing.Union[str, ros_cdk_core.IResolvable] Property resourceGroupId: The ID of the resource group.

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: undefined.


acl_nameOptional

acl_name: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property aclName: The name of the ACL.

The name must be 2 to 128 characters in length, and can contain letters, digits, hyphens (-) and underscores (_). It must start with a letter.


resource_group_idOptional

resource_group_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property resourceGroupId: The ID of the resource group.