paws.security.identity (version 0.1.0)

clouddirectory_untag_resource: An API operation for removing tags from a resource

Description

An API operation for removing tags from a resource.

Usage

clouddirectory_untag_resource(ResourceArn, TagKeys)

Arguments

ResourceArn

[required] The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.

TagKeys

[required] Keys of the tag that need to be removed from the resource.

Request syntax

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