paws.networking (version 0.1.6)

apigatewayv2_tag_resource: 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.

Request syntax

svc$tag_resource(
  ResourceArn = "string",
  Tags = list(
    "string"
  )
)