fms_tag_resource {paws.security.identity} | R Documentation |
Adds one or more tags to an Amazon Web Services resource
Description
Adds one or more tags to an Amazon Web Services resource.
See https://www.paws-r-sdk.com/docs/fms_tag_resource/ for full documentation.
Usage
fms_tag_resource(ResourceArn, TagList)
Arguments
ResourceArn |
[required] The Amazon Resource Name (ARN) of the resource to return tags for. The Firewall Manager resources that support tagging are policies, applications lists, and protocols lists. |
TagList |
[required] The tags to add to the resource. |
[Package paws.security.identity version 0.9.0 Index]