Skip to content

Tag Resource

bedrockagent_tag_resource R Documentation

Associate tags with a resource

Description

Associate tags with a resource. For more information, see Tagging resources in the Amazon Bedrock User Guide.

Usage

bedrockagent_tag_resource(resourceArn, tags)

Arguments

resourceArn

[required] The Amazon Resource Name (ARN) of the resource to tag.

tags

[required] An object containing key-value pairs that define the tags to attach to the resource.

Value

An empty list.

Request syntax

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