Skip to content

Tag Resource

chatbot_tag_resource R Documentation

Attaches a key-value pair to a resource, as identified by its Amazon Resource Name (ARN)

Description

Attaches a key-value pair to a resource, as identified by its Amazon Resource Name (ARN). Resources are users, servers, roles, and other entities.

Usage

chatbot_tag_resource(ResourceARN, Tags)

Arguments

ResourceARN

[required] The ARN of the configuration.

Tags

[required] A list of tags to apply to the configuration.

Value

An empty list.

Request syntax

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