Skip to content

Tag Resource

sagemakergeospatialcapabilities_tag_resource R Documentation

The resource you want to tag

Description

The resource you want to tag.

Usage

sagemakergeospatialcapabilities_tag_resource(ResourceArn, Tags)

Arguments

ResourceArn

[required] The Amazon Resource Name (ARN) of the resource you want to tag.

Tags

[required] Each tag consists of a key and a value.

Value

An empty list.

Request syntax

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