Skip to content

Untag Resource

codecommit_untag_resource R Documentation

Removes tags for a resource in CodeCommit

Description

Removes tags for a resource in CodeCommit. For a list of valid resources in CodeCommit, see CodeCommit Resources and Operations in the CodeCommit User Guide.

Usage

codecommit_untag_resource(resourceArn, tagKeys)

Arguments

resourceArn

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

tagKeys

[required] The tag key for each tag that you want to remove from the resource.

Value

An empty list.

Request syntax

svc$untag_resource(
  resourceArn = "string",
  tagKeys = list(
    "string"
  )
)