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
| Name | Description |
|---|---|
APolicyArn | Specify the Amazon Resource Name of the IAM customer managed policy to remove tags from. |
ATagKeys | Specify a list of tag keys to remove matching tags from the IAM customer managed policy. |