Skip to main content

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

NameDescription
APolicyArnSpecify the Amazon Resource Name of the IAM customer managed policy to add tags to.
ATagsSpecify a list of tags (key/value pairs) to add to the IAM customer managed policy.