Updates the specified attributes of the Direct Connect gateway association.
Add or remove prefixes from the association.
directconnect_update_direct_connect_gateway_association(associationId,
addAllowedPrefixesToDirectConnectGateway,
removeAllowedPrefixesToDirectConnectGateway)
The ID of the Direct Connect gateway association.
The Amazon VPC prefixes to advertise to the Direct Connect gateway.
The Amazon VPC prefixes to no longer advertise to the Direct Connect gateway.
A list with the following syntax:
list( directConnectGatewayAssociation = list( directConnectGatewayId = "string", directConnectGatewayOwnerAccount = "string", associationState = "associating"|"associated"|"disassociating"|"disassociated"|"updating", stateChangeError = "string", associatedGateway = list( id = "string", type = "virtualPrivateGateway"|"transitGateway", ownerAccount = "string", region = "string" ), associationId = "string", allowedPrefixesToDirectConnectGateway = list( list( cidr = "string" ) ), virtualGatewayId = "string", virtualGatewayRegion = "string", virtualGatewayOwnerAccount = "string" ) )
svc$update_direct_connect_gateway_association( associationId = "string", addAllowedPrefixesToDirectConnectGateway = list( list( cidr = "string" ) ), removeAllowedPrefixesToDirectConnectGateway = list( list( cidr = "string" ) ) )