View source: R/networkmanager_operations.R
networkmanager_update_vpc_attachment | R Documentation |
Updates a VPC attachment.
See https://www.paws-r-sdk.com/docs/networkmanager_update_vpc_attachment/ for full documentation.
networkmanager_update_vpc_attachment(
AttachmentId,
AddSubnetArns = NULL,
RemoveSubnetArns = NULL,
Options = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.