networkmanager_create_transit_gateway_peering: Creates a transit gateway peering connection

View source: R/networkmanager_operations.R

networkmanager_create_transit_gateway_peeringR Documentation

Creates a transit gateway peering connection

Description

Creates a transit gateway peering connection.

See https://www.paws-r-sdk.com/docs/networkmanager_create_transit_gateway_peering/ for full documentation.

Usage

networkmanager_create_transit_gateway_peering(
  CoreNetworkId,
  TransitGatewayArn,
  Tags = NULL,
  ClientToken = NULL
)

Arguments

CoreNetworkId

[required] The ID of a core network.

TransitGatewayArn

[required] The ARN of the transit gateway for the peering request.

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.