Skip to content

Tag Resource

kafka_tag_resource R Documentation

Adds tags to the specified MSK resource

Description

Adds tags to the specified MSK resource.

Usage

kafka_tag_resource(ResourceArn, Tags)

Arguments

ResourceArn

[required] The Amazon Resource Name (ARN) that uniquely identifies the resource that's associated with the tags.

Tags

[required] The key-value pair for the resource tag.

Value

An empty list.

Request syntax

svc$tag_resource(
  ResourceArn = "string",
  Tags = list(
    "string"
  )
)