paws.management (version 0.1.0)

licensemanager_tag_resource: Attach one of more tags to any resource

Description

Attach one of more tags to any resource.

Usage

licensemanager_tag_resource(ResourceArn, Tags)

Arguments

ResourceArn

[required] Resource of the ARN to be tagged.

Tags

[required] Names of the tags to attach to the resource.

Request syntax

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