Skip to content

AclAssociationProps

Properties for defining a AclAssociation.

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

Initializer

import ros_cdk_alb
ros_cdk_alb.AclAssociationProps(
  acl_ids: typing.Union[IResolvable, typing.List[typing.Union[str, IResolvable]]],
  acl_type: typing.Union[str, IResolvable],
  listener_id: typing.Union[str, IResolvable]
)

Properties

Name Type Description
acl_ids typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[str, ros_cdk_core.IResolvable]]] Property aclIds: The IDs of the ACLs.
acl_type typing.Union[str, ros_cdk_core.IResolvable] Property aclType: The type of ACL.
listener_id typing.Union[str, ros_cdk_core.IResolvable] Property listenerId: The ID of the listener.

acl_idsRequired

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

Property aclIds: The IDs of the ACLs.

You can specify up to three IDs at a time.


acl_typeRequired

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

Property aclType: The type of ACL.


listener_idRequired

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

Property listenerId: The ID of the listener.