View source: R/directconnect_operations.R
directconnect_update_direct_connect_gateway_association | R Documentation |
Updates the specified attributes of the Direct Connect gateway association.
See https://www.paws-r-sdk.com/docs/directconnect_update_direct_connect_gateway_association/ for full documentation.
directconnect_update_direct_connect_gateway_association(
associationId = NULL,
addAllowedPrefixesToDirectConnectGateway = NULL,
removeAllowedPrefixesToDirectConnectGateway = NULL
)
associationId |
The ID of the Direct Connect gateway association. |
addAllowedPrefixesToDirectConnectGateway |
The Amazon VPC prefixes to advertise to the Direct Connect gateway. |
removeAllowedPrefixesToDirectConnectGateway |
The Amazon VPC prefixes to no longer advertise to the Direct Connect gateway. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.