Skip to content

AclProps

Properties for defining a Acl.

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

Initializer

import com.aliyun.ros.cdk.alb.AclProps;
AclProps.builder()
//  .aclEntries(IResolvable)
//  .aclEntries(java.util.List<IResolvable)
//  .aclEntries(AclEntriesProperty>)
//  .aclName(java.lang.String)
//  .aclName(IResolvable)
//  .resourceGroupId(java.lang.String)
//  .resourceGroupId(IResolvable)
    .build();

Properties

Name Type Description
aclEntries com.aliyun.ros.cdk.core.IResolvable OR java.util.ListAclEntriesProperty> Property aclEntries: undefined.
aclName java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property aclName: The name of the ACL.
resourceGroupId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property resourceGroupId: The ID of the resource group.

aclEntriesOptional

public java.lang.Object getAclEntries();
  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.ListAclEntriesProperty>

Property aclEntries: undefined.


aclNameOptional

public java.lang.Object getAclName();
  • Type: java.lang.String OR com.aliyun.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.


resourceGroupIdOptional

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

Property resourceGroupId: The ID of the resource group.