Update Direct Connect Gateway Association
POST {{aws_direct_connect_base_url}}/?Action=UpdateDirectConnectGatewayAssociation
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
Action | string | The Amazon VPC prefixes to advertise to the Direct Connect gateway. |
Request Body
{"addAllowedPrefixesToDirectConnectGateway"=>[{"cidr"=>"string"}], "associationId"=>"string", "removeAllowedPrefixesToDirectConnectGateway"=>[{"cidr"=>"string"}]}