Skip to content

ACLProps

Properties for defining a ACL.

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

Initializer

import com.aliyun.ros.cdk.sag.ACLProps;
ACLProps.builder()
    .name(java.lang.String)
    .name(IResolvable)
    .build();

Properties

Name Type Description
name java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property name: Access control name.

nameRequired

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

Property name: Access control name.

The length is 2-128 characters. It must start with a letter or Chinese. It can contain numbers, periods (.), underscores (_) and dashes (-), but cannot start with http:// or https://.