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)
Arguments
ResourceArn
[required] The Amazon Resource Name (ARN) of the resource. The Firewall Manager
policy is the only AWS resource that supports tagging, so this ARN is a
policy ARN.
TagList
[required] The tags to add to the resource.
Request syntax
svc$tag_resource(
ResourceArn = "string",
TagList = list(
list(
Key = "string",
Value = "string"
)
)
)