Skip to content

Tag Resource

detective_tag_resource R Documentation

Applies tag values to a behavior graph

Description

Applies tag values to a behavior graph.

Usage

detective_tag_resource(ResourceArn, Tags)

Arguments

ResourceArn

[required] The ARN of the behavior graph to assign the tags to.

Tags

[required] The tags to assign to the behavior graph. You can add up to 50 tags. For each tag, you provide the tag key and the tag value. Each tag key can contain up to 128 characters. Each tag value can contain up to 256 characters.

Value

An empty list.

Request syntax

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