networkmanager_create_vpc_attachment: Creates a VPC attachment on an edge location of a core...

View source: R/networkmanager_operations.R

networkmanager_create_vpc_attachmentR Documentation

Creates a VPC attachment on an edge location of a core network

Description

Creates a VPC attachment on an edge location of a core network.

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

Usage

networkmanager_create_vpc_attachment(
  CoreNetworkId,
  VpcArn,
  SubnetArns,
  Options = NULL,
  Tags = NULL,
  ClientToken = NULL
)

Arguments

CoreNetworkId

[required] The ID of a core network for the VPC attachment.

VpcArn

[required] The ARN of the VPC.

SubnetArns

[required] The subnet ARN of the VPC attachment.

Options

Options for the VPC attachment.

Tags

The 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.