Skip to main content

TIAMTagRoleRequest

Class in AWS.IAM

TagRole request class.

Ancestors

Properties

RoleName

property RoleName: string

Constructors

Create

constructor Create(const ARoleName: string; const ATags: TArray<TIAMTagKeyValue>);

Constructor for TIAMTagRoleRequest.

Parameters

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