Skip to content

Tag Resource

proton_tag_resource R Documentation

Tag a resource

Description

Tag a resource. A tag is a key-value pair of metadata that you associate with an Proton resource.

For more information, see Proton resources and tagging in the Proton User Guide.

Usage

proton_tag_resource(resourceArn, tags)

Arguments

resourceArn

[required] The Amazon Resource Name (ARN) of the Proton resource to apply customer tags to.

tags

[required] A list of customer tags to apply to the Proton resource.

Value

An empty list.

Request syntax

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