TIAMTagPolicyRequest
Class in AWS.IAM
TagPolicy request class.
Ancestors
Properties
PolicyArn
property PolicyArn: TARN
Constructors
Create
constructor Create(const APolicyArn: TARN; const ATags: TArray<TIAMTagKeyValue>);
Constructor for TIAMTagPolicyRequest.
Parameters
| Name | Description |
|---|---|
APolicyArn | Specify the Amazon Resource Name of the IAM customer managed policy to add tags to. |
ATags | Specify a list of tags (key/value pairs) to add to the IAM customer managed policy. |