Skip to content

Tag Resource

guardduty_tag_resource R Documentation

Adds tags to a resource

Description

Adds tags to a resource.

Usage

guardduty_tag_resource(ResourceArn, Tags)

Arguments

ResourceArn

[required] The Amazon Resource Name (ARN) for the GuardDuty resource to apply a tag to.

Tags

[required] The tags to be added to a resource.

Value

An empty list.

Request syntax

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