Skip to main content

TIAMUntagRoleRequest

Class in AWS.IAM

UntagRole request class.

Ancestors

Properties

RoleName

property RoleName: string

Constructors

Create

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

Constructor for TIAMUntagRoleRequest.

Parameters

NameDescription
ARoleNameSpecify the name of the IAM role to remove tags from.
ATagKeysSpecify a list of tag keys to remove matching tags from the IAM role.