directConnectGatewayState property

DirectConnectGatewayState? directConnectGatewayState
final

The state of the Direct Connect gateway. The following are the possible values:

  • pending: The initial state after calling CreateDirectConnectGateway.
  • available: The Direct Connect gateway is ready for use.
  • deleting: The initial state after calling DeleteDirectConnectGateway.
  • deleted: The Direct Connect gateway is deleted and cannot pass traffic.

Implementation

final DirectConnectGatewayState? directConnectGatewayState;