Learn R Programming

paws.security.identity (version 0.1.5)

guardduty_tag_resource: 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 given GuardDuty resource

Tags

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

Request syntax

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