Skip to content

Untag Resource

cognitoidentityprovider_untag_resource R Documentation

Given tag IDs that you previously assigned to a user pool, removes them

Description

Given tag IDs that you previously assigned to a user pool, removes them.

Usage

cognitoidentityprovider_untag_resource(ResourceArn, TagKeys)

Arguments

ResourceArn

[required] The Amazon Resource Name (ARN) of the user pool that the tags are assigned to.

TagKeys

[required] An array of tag keys that you want to remove from the user pool.

Value

An empty list.

Request syntax

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