Skip to main content

TIAMUntagPolicyRequest

Class in AWS.IAM

UntagPolicy request class.

Ancestors

Properties

PolicyArn

property PolicyArn: TARN

Constructors

Create

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

Constructor for TIAMUntagPolicyRequest.

Parameters

NameDescription
APolicyArnSpecify the Amazon Resource Name of the IAM customer managed policy to remove tags from.
ATagKeysSpecify a list of tag keys to remove matching tags from the IAM customer managed policy.