Skip to content

Tag Resource

braket_tag_resource R Documentation

Add a tag to the specified resource

Description

Add a tag to the specified resource.

Usage

braket_tag_resource(resourceArn, tags)

Arguments

resourceArn

[required] Specify the resourceArn of the resource to which a tag will be added.

tags

[required] Specify the tags to add to the resource.

Value

An empty list.

Request syntax

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