networkmanager_create_transit_gateway_route_table_attachment: Creates a transit gateway route table attachment

View source: R/networkmanager_operations.R

networkmanager_create_transit_gateway_route_table_attachmentR Documentation

Creates a transit gateway route table attachment

Description

Creates a transit gateway route table attachment.

See https://www.paws-r-sdk.com/docs/networkmanager_create_transit_gateway_route_table_attachment/ 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. For example, "TransitGatewayRouteTableArn": "arn:aws:ec2:us-west-2:123456789012:transit-gateway-route-table/tgw-rtb-9876543210123456".

Tags

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

ClientToken

The client token associated with the request.


paws.networking documentation built on Sept. 12, 2023, 1:24 a.m.