Creates a VPC attachment on an edge location of a core network.
See https://paws-r.github.io/docs/networkmanager/create_vpc_attachment.html for full documentation.
networkmanager_create_vpc_attachment(
CoreNetworkId,
VpcArn,
SubnetArns,
Options = NULL,
Tags = NULL,
ClientToken = NULL
)
[required] The ID of a core network for the VPC attachment.
[required] The ARN of the VPC.
[required] The subnet ARN of the VPC attachment.
Options for the VPC attachment.
The key-value tags associated with the request.
The client token associated with the request.