ALIYUN::ResourceManager::Account creates a member of the resource account type.
Syntax
{
"Type": "ALIYUN::ResourceManager::Account",
"Properties": {
"PayerAccountId": String,
"DisplayName": String,
"FolderId": String,
"DeleteAccount": Boolean
}
}
Properties
|
Property |
Type |
Required |
Editable |
Description |
Constraint |
|
PayerAccountId |
String |
No |
No |
Settlement account ID. |
Default: the current account. |
|
DisplayName |
String |
Yes |
Yes |
Display name of the member. |
2 to 50 characters. Can contain letters, digits, underscores (_), periods (.), and hyphens (-). Must be unique in the resource directory. |
|
FolderId |
String |
No |
Yes |
Resource folder ID. |
None |
|
DeleteAccount |
Boolean |
No |
No |
Whether to delete the account. |
Valid values:
|
Return values
Fn::GetAtt
-
FolderId: Resource folder ID.
-
ResourceDirectoryId: Resource directory ID.
-
AccountId: Account ID.
-
DisplayName: Member display name.
-
Type: Member type. ResourceAccount indicates a resource account.
-
JoinMethod: How the member joined the resource directory. invited indicates the member was invited. created indicates the member account was created in the directory.