networkmanager_update_vpc_attachment {paws.networking}R Documentation

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.


[Package paws.networking version 0.9.0 Index]