Skip to content

Tag Resource

textract_tag_resource R Documentation

Adds one or more tags to the specified resource

Description

Adds one or more tags to the specified resource.

Usage

textract_tag_resource(ResourceARN, Tags)

Arguments

ResourceARN

[required] The Amazon Resource Name (ARN) that specifies the resource to be tagged.

Tags

[required] A set of tags (key-value pairs) that you want to assign to the resource.

Value

An empty list.

Request syntax

svc$tag_resource(
  ResourceARN = "string",
  Tags = list(
    "string"
  )
)