Learn R Programming

paws.networking (version 0.4.0)

networkmanager_update_vpc_attachment: Updates a VPC attachment

Description

Updates a VPC attachment.

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

Usage

networkmanager_update_vpc_attachment(
  AttachmentId,
  AddSubnetArns = NULL,
  RemoveSubnetArns = NULL,
  Options = NULL
)

Arguments

AttachmentId

[required] The ID of the attachment.

AddSubnetArns

Adds a subnet ARN to the VPC attachment.

RemoveSubnetArns

Removes a subnet ARN from the attachment.

Options

Additional options for updating the VPC attachment.