Interface GatewayTemplate.ConnectionMode
- 
- Enclosing class:
- GatewayTemplate
 
 public static interface GatewayTemplate.ConnectionModeType 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- 
DIRECTstatic final String DIRECT direct.- See Also:
- Constant Field Values
 
 - 
TRANSITstatic final String TRANSIT transit.- See Also:
- Constant Field Values
 
 
- 
 
-