Skip to main content

ICognitoIdentityProviderTagResourceRequest

Interface in AWS.CognitoIdentityProvider

Interface for TagResource requests.

Ancestors

Properties

ResourceArn

property ResourceArn: TARN

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

Tags

property Tags: TDictionary<string, string>

Specify tags to assign to the user pool.

Methods

AddTag

procedure AddTag(const AKey, AValue: string);

Add a key-value pair to Tags.

Parameters

NameDescription
AKeySpecify a key for the tag.
AValueSpecify a value for the tag.