Skip to content

Tag Resource

healthlake_tag_resource R Documentation

Adds a user specified key and value tag to a data store

Description

Adds a user specified key and value tag to a data store.

Usage

healthlake_tag_resource(ResourceARN, Tags)

Arguments

ResourceARN

[required] The Amazon Resource Name(ARN)that gives AWS HealthLake access to the data store which tags are being added to.

Tags

[required] The user specified key and value pair tags being added to a data store.

Value

An empty list.

Request syntax

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