Skip to content

Tag Resource

kendraranking_tag_resource R Documentation

Adds a specified tag to a specified rescore execution plan

Description

Adds a specified tag to a specified rescore execution plan. A rescore execution plan is an Amazon Kendra Intelligent Ranking resource used for provisioning the rescore API. If the tag already exists, the existing value is replaced with the new value.

Usage

kendraranking_tag_resource(ResourceARN, Tags)

Arguments

ResourceARN

[required] The Amazon Resource Name (ARN) of the rescore execution plan to tag.

Tags

[required] A list of tag keys to add to a rescore execution plan. If a tag already exists, the existing value is replaced with the new value.

Value

An empty list.

Request syntax

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