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
| Name | Description |
|---|---|
AKey | Specify a key for the tag. |
AValue | Specify a value for the tag. |