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