Skip to content

Tag Resource

licensemanagerlinuxsubscriptions_tag_resource R Documentation

Add metadata tags to the specified Amazon Web Services resource

Description

Add metadata tags to the specified Amazon Web Services resource.

Usage

licensemanagerlinuxsubscriptions_tag_resource(resourceArn, tags)

Arguments

resourceArn

[required] The Amazon Resource Name (ARN) of the Amazon Web Services resource to which to add the specified metadata tags.

tags

[required] The metadata tags to assign to the Amazon Web Services resource. Tags are formatted as key value pairs.

Value

An empty list.

Request syntax

svc$tag_resource(
  resourceArn = "string",
  tags = list(
    "string"
  )
)