ALIYUN::EHPC::Users is used to add one or more users to a specified cluster.
Syntax
{
"Type": "ALIYUN::EHPC::Users",
"Properties": {
"ClusterId": String,
"Users": List
}
}
Properties
Property | Type | Required | Editable | Description | Constraint |
ClusterId | String | Yes | No | The cluster ID. | None. |
Users | List | Yes | Yes | The user information. | You can add no more than 100 users to a cluster. For more information, see Users properties. |
Users syntax
"Users": [
{
"Group": String,
"Password": String,
"Name": String
}
]
Users properties
Property | Type | Required | Editable | Description | Constraint |
Group | String | Yes | Yes | The permission group to which you want to add users. | Valid values:
|
Password | String | Yes | Yes | The password of the user that you want to add to the cluster. | The password must be 8 to 30 characters in length and contain three of the following character types:
|
Name | String | Yes | No | The name of the user that you want to add to the cluster. | The name must be 6 to 30 characters in length and can contain letters, digits, and periods (.). It must start with a letter. |
Return values
Fn::GetAtt
None.