Learn R Programming

paws.management (version 0.1.10)

servicequotas_tag_resource: Adds tags to the specified applied quota

Description

Adds tags to the specified applied quota. You can include one or more tags to add to the quota.

Usage

servicequotas_tag_resource(ResourceARN, Tags)

Arguments

ResourceARN

[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 ListServiceQuotas AWS API operation.

Tags

[required] The tags that you want to add to the resource.

Request syntax

svc$tag_resource(
  ResourceARN = "string",
  Tags = list(
    list(
      Key = "string",
      Value = "string"
    )
  )
)