Skip to main content

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

NameDescription
AUserNameSpecify the name of the IAM user to add tags to.
ATagsSpecify a list of tags (key/value pairs) to add to the IAM role.