View source: R/apigateway_operations.R
apigateway_tag_resource | R Documentation |
Adds or updates a tag on a given resource.
See https://www.paws-r-sdk.com/docs/apigateway_tag_resource/ for full documentation.
apigateway_tag_resource(resourceArn, tags)
resourceArn |
[required] The ARN of a resource that can be tagged. |
tags |
[required] The key-value map of strings. The valid character set is
[a-zA-Z+-=._:/]. The tag key can be up to 128 characters and must not
start with |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.