Learn R Programming

paws.networking (version 0.2.0)

networkmanager_create_transit_gateway_route_table_attachment: Creates a transit gateway route table attachment

Description

Creates a transit gateway route table attachment.

See https://paws-r.github.io/docs/networkmanager/create_transit_gateway_route_table_attachment.html for full documentation.

Usage

networkmanager_create_transit_gateway_route_table_attachment(
  PeeringId,
  TransitGatewayRouteTableArn,
  Tags = NULL,
  ClientToken = NULL
)

Arguments

PeeringId

[required] The ID of the peer for the

TransitGatewayRouteTableArn

[required] The ARN of the transit gateway route table for the attachment request.

Tags

The list of key-value tags associated with the request.

ClientToken

The client token associated with the request.