paws.networking (version 0.1.6)

route53resolver_tag_resource: Adds one or more tags to a specified resource

Description

Adds one or more tags to a specified resource.

Usage

route53resolver_tag_resource(ResourceArn, Tags)

Arguments

ResourceArn

[required] The Amazon Resource Name (ARN) for the resource that you want to add tags to. To get the ARN for a resource, use the applicable Get or List command:

  • GetResolverEndpoint

  • GetResolverRule

  • GetResolverRuleAssociation

  • ListResolverEndpoints

  • ListResolverRuleAssociations

  • ListResolverRules

Tags

[required] The tags that you want to add to the specified resource.

Request syntax

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