Learn R Programming

paws.security.identity (version 0.1.5)

securityhub_tag_resource: Adds one or more tags to a resource

Description

Adds one or more tags to a resource.

Usage

securityhub_tag_resource(ResourceArn, Tags)

Arguments

ResourceArn

[required] The ARN of the resource to apply the tags to.

Tags

[required] The tags to add to the resource.

Request syntax

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