Skip to main content

ICognitoIdentityProviderUntagResourceRequest

Interface in AWS.CognitoIdentityProvider

Interface for UntagResource requests.

Ancestors

Properties

ResourceArn

property ResourceArn: TARN

Specify the Amazon Resource Name (ARN) of a user pool.

TagKeys

property TagKeys: TList<string>

Specify a list of tag keys to remove from the user pool.

Methods

AddTagKey

function AddTagKey(const ATagKey: string): Integer;

Add a tag key to TagKeys.

Parameters

NameDescription
ATagKeySpecify a tag key to add to TagKeys.

Returns

Returns the index of the tag key.