Skip to content

AclAssociationProps

Properties for defining a AclAssociation.

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

Initializer

import com.aliyun.ros.cdk.alb.AclAssociationProps;
AclAssociationProps.builder()
    .aclIds(IResolvable)
    .aclIds(java.util.List<java.lang.String)
    .aclIds(IResolvable>)
    .aclType(java.lang.String)
    .aclType(IResolvable)
    .listenerId(java.lang.String)
    .listenerId(IResolvable)
    .build();

Properties

Name Type Description
aclIds com.aliyun.ros.cdk.core.IResolvable OR java.util.List Property aclIds: The IDs of the ACLs.
aclType java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property aclType: The type of ACL.
listenerId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property listenerId: The ID of the listener.

aclIdsRequired

public java.lang.Object getAclIds();
  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List

Property aclIds: The IDs of the ACLs.

You can specify up to three IDs at a time.


aclTypeRequired

public java.lang.Object getAclType();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property aclType: The type of ACL.


listenerIdRequired

public java.lang.Object getListenerId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property listenerId: The ID of the listener.