RamAccountAliasProps
Properties for defining a RamAccountAlias
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ram-ramaccountalias
Initializer
import ros_cdk_ram
ros_cdk_ram.RamAccountAliasProps(
account_alias: typing.Union[str, IResolvable]
)
Properties
Name | Type | Description |
---|---|---|
account_alias |
typing.Union[str, ros_cdk_core.IResolvable] |
Property accountAlias: The alias of the Alibaba Cloud account. |
account_alias
Required
account_alias: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property accountAlias: The alias of the Alibaba Cloud account.
The alias must be 1 to 50 characters in length, and can contain lowercase letters, digits, hyphens (-), periods (.) and underscores (_). Note It cannot start or end with a hyphen (-).The default domain name cannot start or end with a hyphen (-) and cannot have two consecutive hyphens (-).