Skip to content

AclAssociationProps

Properties for defining a AclAssociation.

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

Initializer

import { AclAssociationProps } from '@alicloud/ros-cdk-alb'
const aclAssociationProps: AclAssociationProps = { ... }

Properties

Name Type Description
aclIds @alicloud/ros-cdk-core.IResolvable | string | @alicloud/ros-cdk-core.IResolvable[] Property aclIds: The IDs of the ACLs.
aclType string | @alicloud/ros-cdk-core.IResolvable Property aclType: The type of ACL.
listenerId string | @alicloud/ros-cdk-core.IResolvable Property listenerId: The ID of the listener.

aclIdsRequired

public readonly aclIds: IResolvable | string | IResolvable[];
  • Type: @alicloud/ros-cdk-core.IResolvable | string | @alicloud/ros-cdk-core.IResolvable[]

Property aclIds: The IDs of the ACLs.

You can specify up to three IDs at a time.


aclTypeRequired

public readonly aclType: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property aclType: The type of ACL.


listenerIdRequired

public readonly listenerId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property listenerId: The ID of the listener.