Skip to content

Untag Resource

kafkaconnect_untag_resource R Documentation

Removes tags from the specified resource

Description

Removes tags from the specified resource.

Usage

kafkaconnect_untag_resource(resourceArn, tagKeys)

Arguments

resourceArn

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

tagKeys

[required] The keys of the tags that you want to remove from the resource.

Value

An empty list.

Request syntax

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