paws.networking (version 0.1.6)

directconnect_tag_resource: Adds the specified tags to the specified AWS Direct Connect resource

Description

Adds the specified tags to the specified AWS Direct Connect resource. Each resource can have a maximum of 50 tags.

Usage

directconnect_tag_resource(resourceArn, tags)

Arguments

resourceArn

[required] The Amazon Resource Name (ARN) of the resource.

tags

[required] The tags to add.

Request syntax

svc$tag_resource(
  resourceArn = "string",
  tags = list(
    list(
      key = "string",
      value = "string"
    )
  )
)

Details

Each tag consists of a key and an optional value. If a tag with the same key is already associated with the resource, this action updates its value.