DATASOURCE::RAM::User is used to query the information about a Resource Access Management (RAM) user.
Syntax
{
"Type": "DATASOURCE::RAM::User",
"Properties": {
"UserName": String,
"UserId": String
}
}
Properties
Property | Type | Required | Editable | Description | Constraint |
UserName | String | No | Yes | The logon name of the RAM user. | None. |
UserId | String | No | Yes | The ID of the RAM user. | None. |
Return values
Fn::GetAtt
UserName: the logon name of the RAM user.
Email: the email address of the RAM user.
UserId: the ID of the RAM user.
Comments: the comments.
DisplayName: the display name of the RAM user.
MobilePhone: the phone number of the RAM user.