directconnect_update_direct_connect_gateway_association {paws.networking} | R Documentation |
Updates the specified attributes of the Direct Connect gateway association
Description
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.
Usage
directconnect_update_direct_connect_gateway_association(
associationId = NULL,
addAllowedPrefixesToDirectConnectGateway = NULL,
removeAllowedPrefixesToDirectConnectGateway = NULL
)
Arguments
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. |
[Package paws.networking version 0.9.0 Index]