Skip to content

Untag Resource

codepipeline_untag_resource R Documentation

Removes tags from an Amazon Web Services resource

Description

Removes tags from an Amazon Web Services resource.

Usage

codepipeline_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"
  )
)