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