networkmanager_update_vpc_attachment: Updates a VPC attachment

View source: R/networkmanager_operations.R

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


paws.networking documentation built on Sept. 12, 2023, 1:24 a.m.