Skip to main content

TIAMTagInstanceProfileRequest

Class in AWS.IAM

TagInstanceProfile request class.

Ancestors

Properties

InstanceProfileName

property InstanceProfileName: string

Constructors

Create

constructor Create(const AInstanceProfileName: string; const ATags: TArray<TIAMTagKeyValue>);

Constructor for TIAMTagInstanceProfileRequest.

Parameters

NameDescription
AInstanceProfileNameSpecify the name of the IAM instance profile to add tags to.
ATagsSpecify a list of tags (key/value pairs) to add to the IAM instance profile.