TIAMTagUserRequest
Class in AWS.IAM
TagUser request class.
Ancestors
Properties
UserName
property UserName: string
Constructors
Create
constructor Create(const AUserName: string; const ATags: TArray<TIAMTagKeyValue>);
Constructor for TIAMTagUserRequest.
Parameters
| Name | Description |
|---|---|
AUserName | Specify the name of the IAM user to add tags to. |
ATags | Specify a list of tags (key/value pairs) to add to the IAM role. |