cognitoidentity_untag_resource {paws.security.identity}R Documentation

Removes the specified tags from the specified Amazon Cognito identity pool

Description

Removes the specified tags from the specified Amazon Cognito identity pool. You can use this action up to 5 times per second, per account

See https://www.paws-r-sdk.com/docs/cognitoidentity_untag_resource/ for full documentation.

Usage

cognitoidentity_untag_resource(ResourceArn, TagKeys)

Arguments

ResourceArn

[required] The Amazon Resource Name (ARN) of the identity pool.

TagKeys

[required] The keys of the tags to remove from the user pool.


[Package paws.security.identity version 0.7.0 Index]