ICognitoIdentityUntagResourceRequest
Interface in AWS.CognitoIdentity
Interface for UntagResource requests.
Ancestors
Properties
ResourceArn
property ResourceArn: TARN
Specify the Amazon Resource Name (ARN) of an Amazon Cognito identity pool.
TagKeys
property TagKeys: TList<string>
Specify a list of keys of tags to remove from the identity pool.
Methods
AddTagKey
function AddTagKey(const ATagKey: string): Integer;
Add a tag key to TagKeys.
Parameters
| Name | Description |
|---|---|
ATagKey | Specify the key of a tag to add to TagKeys. |
Returns
Returns the index of the tag key added to TagKeys.