Skip to content

Tag Resource

lookoutmetrics_tag_resource R Documentation

Adds tags to a detector, dataset, or alert

Description

Adds tags to a detector, dataset, or alert.

Usage

lookoutmetrics_tag_resource(ResourceArn, Tags)

Arguments

ResourceArn

[required] The resource's Amazon Resource Name (ARN).

Tags

[required] Tags to apply to the resource. Tag keys and values can contain letters, numbers, spaces, and the following symbols: ⁠_.:/=+@-⁠

Value

An empty list.

Request syntax

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