Learn R Programming

paws.networking (version 0.2.0)

networkmanager_update_vpc_attachment: Updates a VPC attachment

Description

Updates a VPC attachment.

See https://paws-r.github.io/docs/networkmanager/update_vpc_attachment.html 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.