Interface CreateGatewayActionOptions.ConnectionMode
- 
- Enclosing class:
- CreateGatewayActionOptions
 
 public static interface CreateGatewayActionOptions.ConnectionModeApplicable for create_gateway_approve requests to select the type of services this gateway is attached to. Mode transit indicates this gateway will be attached to Transit Gateway Service and direct means this gateway will be attached to vpc or classic connection. If unspecified on create_gateway_approve, default value direct is used. 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
 
 
- 
 
-