Skip to main content

ICognitoIdentityTagResourceRequest

Interface in AWS.CognitoIdentity

Interface for TagResource requests.

Ancestors

Properties

ResourceArn

property ResourceArn: TARN

Specify the Amazon Resource Name (ARN) of an Amazon Cognito identity pool.

Tags

property Tags: TDictionary<string, string>

Specify tags to assign to the identity 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.