
Last chance! 50% off unlimited learning
Sale ends in
Adds one or more tags to an AWS resource.
fms_tag_resource(ResourceArn, TagList)
[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.
[required] The tags to add to the resource.
svc$tag_resource( ResourceArn = "string", TagList = list( list( Key = "string", Value = "string" ) ) )