Skip to content

Untag Resource

cognitoidentity_untag_resource 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

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.

Value

An empty list.

Request syntax

svc$untag_resource(
  ResourceArn = "string",
  TagKeys = list(
    "string"
  )
)