networkmanager_update_direct_connect_gateway_attachment {paws.networking} | R Documentation |
Updates the edge locations associated with an Amazon Web Services Direct Connect gateway attachment
Description
Updates the edge locations associated with an Amazon Web Services Direct Connect gateway attachment.
See https://www.paws-r-sdk.com/docs/networkmanager_update_direct_connect_gateway_attachment/ for full documentation.
Usage
networkmanager_update_direct_connect_gateway_attachment(
AttachmentId,
EdgeLocations = NULL
)
Arguments
AttachmentId |
[required] The ID of the Direct Connect gateway attachment for the updated edge locations. |
EdgeLocations |
One or more edge locations to update for the Direct Connect gateway
attachment. The updated array of edge locations overwrites the previous
array of locations. |
[Package paws.networking version 0.9.0 Index]