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