networkmanager_create_connect_attachment: Creates a core network Connect attachment from a specified...

View source: R/networkmanager_operations.R

networkmanager_create_connect_attachmentR Documentation

Creates a core network Connect attachment from a specified core network attachment

Description

Creates a core network Connect attachment from a specified core network attachment.

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

Usage

networkmanager_create_connect_attachment(
  CoreNetworkId,
  EdgeLocation,
  TransportAttachmentId,
  Options,
  Tags = NULL,
  ClientToken = NULL
)

Arguments

CoreNetworkId

[required] The ID of a core network where you want to create the attachment.

EdgeLocation

[required] The Region where the edge is located.

TransportAttachmentId

[required] The ID of the attachment between the two connections.

Options

[required] Options for creating an attachment.

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.