cognitoidentity_tag_resource {paws.security.identity} | R Documentation |
Assigns a set of tags to the specified Amazon Cognito identity pool
Description
Assigns a set of tags to the specified Amazon Cognito identity pool. A tag is a label that you can use to categorize and manage identity pools in different ways, such as by purpose, owner, environment, or other criteria.
See https://www.paws-r-sdk.com/docs/cognitoidentity_tag_resource/ for full documentation.
Usage
cognitoidentity_tag_resource(ResourceArn, Tags)
Arguments
ResourceArn |
[required] The Amazon Resource Name (ARN) of the identity pool. |
Tags |
[required] The tags to assign to the identity pool. |
[Package paws.security.identity version 0.6.1 Index]