apigatewayv2_tag_resource {paws.networking} | R Documentation |
Creates a new Tag resource to represent a tag
Description
Creates a new Tag resource to represent a tag.
See https://www.paws-r-sdk.com/docs/apigatewayv2_tag_resource/ for full documentation.
Usage
apigatewayv2_tag_resource(ResourceArn, Tags = NULL)
Arguments
ResourceArn |
[required] The resource ARN for the tag. |
Tags |
The collection of tags. Each tag element is associated with a given resource. |
[Package paws.networking version 0.7.0 Index]