50% off | Unlimited Data & AI Learning

Last chance! 50% off unlimited learning

Sale ends in


paws.management (version 0.1.12)

licensemanager_tag_resource: Adds the specified tags to the specified license configuration

Description

Adds the specified tags to the specified license configuration.

Usage

licensemanager_tag_resource(ResourceArn, Tags)

Value

An empty list.

Arguments

ResourceArn

[required] Amazon Resource Name (ARN) of the license configuration.

Tags

[required] One or more tags.

Request syntax

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