Skip to content

RamAccountAliasProps

Properties for defining a RamAccountAlias.

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

Initializer

import { RamAccountAliasProps } from '@alicloud/ros-cdk-ram'
const ramAccountAliasProps: RamAccountAliasProps = { ... }

Properties

Name Type Description
accountAlias string | @alicloud/ros-cdk-core.IResolvable Property accountAlias: The alias of the Alibaba Cloud account.

accountAliasRequired

public readonly accountAlias: string | IResolvable;
  • Type: string | @alicloud/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 (-).