apigateway_tag_resource: Adds or updates a tag on a given resource

View source: R/apigateway_operations.R

apigateway_tag_resourceR Documentation

Adds or updates a tag on a given resource

Description

Adds or updates a tag on a given resource.

See https://www.paws-r-sdk.com/docs/apigateway_tag_resource/ for full documentation.

Usage

apigateway_tag_resource(resourceArn, tags)

Arguments

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 ⁠aws:⁠. The tag value can be up to 256 characters.


paws.networking documentation built on Sept. 12, 2023, 1:24 a.m.