Tag Resource
apigatewayv2_tag_resource | R Documentation |
Creates a new Tag resource to represent a tag¶
Description¶
Creates a new Tag resource to represent a tag.
Usage¶
apigatewayv2_tag_resource(ResourceArn, Tags)
Arguments¶
ResourceArn |
[required] The resource ARN for the tag. |
Tags |
The collection of tags. Each tag element is associated with a given resource. |
Value¶
An empty list.
Request syntax¶
svc$tag_resource(
ResourceArn = "string",
Tags = list(
"string"
)
)