Skip to content

Untag Resource

codestarconnections_untag_resource R Documentation

Removes tags from an Amazon Web Services resource

Description

Removes tags from an Amazon Web Services resource.

Usage

codestarconnections_untag_resource(ResourceArn, TagKeys)

Arguments

ResourceArn

[required] The Amazon Resource Name (ARN) of the resource to remove tags from.

TagKeys

[required] The list of keys for the tags to be removed from the resource.

Value

An empty list.

Request syntax

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