Amazon Direct Connect · Example Payload

Amazon Direct Connect Direct Connect Gateway Association Example

Dedicated ConnectionDirect ConnectHybrid CloudNetworking

Amazon Direct Connect Direct Connect Gateway Association Example is an example object payload from Amazon Direct Connect, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

directConnectGatewayIddirectConnectGatewayOwnerAccountassociationStatestateChangeErrorassociatedGatewayassociationIdallowedPrefixesToDirectConnectGatewayvirtualGatewayIdvirtualGatewayRegionvirtualGatewayOwnerAccount

Example Payload

Raw ↑
{
  "directConnectGatewayId": "dxcon-abc123456",
  "directConnectGatewayOwnerAccount": "example-directConnectGa",
  "associationState": "available",
  "stateChangeError": "available",
  "associatedGateway": "example-associatedGatew",
  "associationId": "dxcon-abc123456",
  "allowedPrefixesToDirectConnectGateway": "example-allowedPrefixes",
  "virtualGatewayId": "dxcon-abc123456",
  "virtualGatewayRegion": "example-virtualGatewayR",
  "virtualGatewayOwnerAccount": "example-virtualGatewayO"
}