Learn R Programming

paws.security.identity (version 0.1.12)

fms_tag_resource: Adds one or more tags to an AWS resource

Description

Adds one or more tags to an AWS resource.

Usage

fms_tag_resource(ResourceArn, TagList)

Value

An empty list.

Arguments

ResourceArn

[required] The Amazon Resource Name (ARN) of the resource to return tags for. The AWS Firewall Manager resources that support tagging are policies, applications lists, and protocols lists.

TagList

[required] The tags to add to the resource.

Request syntax

svc$tag_resource(
  ResourceArn = "string",
  TagList = list(
    list(
      Key = "string",
      Value = "string"
    )
  )
)