Skip to main content

IIAMTagResourceRequest

Interface in AWS.IAM

Base request interface for tagging resources.

Ancestors

Properties

Tags

property Tags: TDictionary<string, string>

Specify a collection of key/value tags to attach to the specified resource.

Methods

AddTag

procedure AddTag(const ATagKey, ATagValue: string);

Add a key/value tag to Tags.

Parameters

NameDescription
ATagKeySpecify the tag key to add to Tags.
ATagValueSpecify the tag value to add to Tags.