Skip to content

Add Tags To Resource

neptune_add_tags_to_resource R Documentation

Adds metadata tags to an Amazon Neptune resource

Description

Adds metadata tags to an Amazon Neptune resource. These tags can also be used with cost allocation reporting to track cost associated with Amazon Neptune resources, or used in a Condition statement in an IAM policy for Amazon Neptune.

Usage

neptune_add_tags_to_resource(ResourceName, Tags)

Arguments

ResourceName

[required] The Amazon Neptune resource that the tags are added to. This value is an Amazon Resource Name (ARN). For information about creating an ARN, see Constructing an Amazon Resource Name (ARN).

Tags

[required] The tags to be assigned to the Amazon Neptune resource.

Value

An empty list.

Request syntax

svc$add_tags_to_resource(
  ResourceName = "string",
  Tags = list(
    list(
      Key = "string",
      Value = "string"
    )
  )
)