Skip to content

AclProps

Properties for defining a Acl.

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

Initializer

import ros_cdk_ga
ros_cdk_ga.AclProps(
  address_ip_version: typing.Union[str, IResolvable],
  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,
  tags: typing.List[TagsProperty] = None
)

Properties

Name Type Description
address_ip_version typing.Union[str, ros_cdk_core.IResolvable] Property addressIpVersion: The IP version of the ACL.
acl_entries typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[ros_cdk_core.IResolvable, AclEntriesProperty]]] Property aclEntries: The entries of IP addresses or CIDR blocks to add to the ACL.
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.
tags typing.List[TagsProperty] Property tags: Tags of the ACL.

address_ip_versionRequired

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

Property addressIpVersion: The IP version of the 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 entries of IP addresses or CIDR blocks to add to the ACL.

You can add up to 20 entries.


acl_nameOptional

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

Property aclName: The name of the ACL.


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.


tagsOptional

tags: typing.List[TagsProperty]

Property tags: Tags of the ACL.