paws.application.integration (version 0.1.0)

mq_create_tags: Add a tag to a resource

Description

Add a tag to a resource.

Usage

mq_create_tags(ResourceArn, Tags)

Arguments

ResourceArn

[required] the Amazon Resource Name (ARN)

Tags

The key-value pair for the resource tag.

Request syntax

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