Skip to content

RamAccountAliasProps

Properties for defining a RamAccountAlias.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ram-ramaccountalias

Initializer

import com.aliyun.ros.cdk.ram.RamAccountAliasProps;
RamAccountAliasProps.builder()
    .accountAlias(java.lang.String)
    .accountAlias(IResolvable)
    .build();

Properties

Name Type Description
accountAlias java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property accountAlias: The alias of the Alibaba Cloud account.

accountAliasRequired

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