Interface GatewayCollectionGatewaysItem.ConnectionMode
-
- Enclosing class:
- GatewayCollectionGatewaysItem
public static interface GatewayCollectionGatewaysItem.ConnectionMode
Type of services this Gateway is attached to. Mode transit means this Gateway will be attached to Transit Gateway Service and direct means this Gateway will be attached to vpc or classic connection. The list of enumerated values for this property may expand in the future. Code and processes using this field must tolerate unexpected values.
-
-
Field Detail
-
DIRECT
static final String DIRECT
direct.- See Also:
- Constant Field Values
-
TRANSIT
static final String TRANSIT
transit.- See Also:
- Constant Field Values
-
-