Skip to content

ACLProps

Properties for defining a ACL.

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

Initializer

import ros_cdk_sag
ros_cdk_sag.ACLProps(
  name: typing.Union[str, IResolvable]
)

Properties

Name Type Description
name typing.Union[str, ros_cdk_core.IResolvable] Property name: Access control name.

nameRequired

name: typing.Union[str, IResolvable]
  • Type: typing.Union[str, 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://.