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
| Name | Description |
|---|---|
ARoleName | Specify the name of the IAM role to add tags to. |
ATags | Specify a list of tags (key/value pairs) to add to the IAM role. |