Adds tags to the specified applied quota. You can include one or more tags to add to the quota.
servicequotas_tag_resource(ResourceARN, Tags)
[required] The Amazon Resource Name (ARN) for the applied quota. You can get this
information by using the Service Quotas console, or by listing the
quotas using the
list-service-quotas
AWS CLI command or the
list_service_quotas
AWS API
operation.
[required] The tags that you want to add to the resource.
An empty list.
svc$tag_resource( ResourceARN = "string", Tags = list( list( Key = "string", Value = "string" ) ) )