Learn R Programming

paws.analytics (version 0.1.7)

kafka_tag_resource: Adds tags to the specified MSK resource

Description

        <p>Adds tags to the specified MSK resource.</p>

Usage

kafka_tag_resource(ResourceArn, Tags)

Arguments

ResourceArn

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

Tags

[required] <p>The key-value pair for the resource tag.</p>

Request syntax

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