Skip to main content

IIAMUntagResourceRequest

Interface in AWS.IAM

Base request interface for untagging resources.

Ancestors

Properties

TagKeys

property TagKeys: TList<string>

Specify a list of key names to remove tags with matching keys.

Methods

AddTagKey

function AddTagKey(const ATagKey: string): NativeInt;

Add a tag key to TagKeys.

Parameters

NameDescription
ATagKeySpecify the tag key to add to TagKeys.

Returns

Returns the index of the tag key added to TagKeys.