Interface CfnRouteResponse.ParameterConstraintsProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnRouteResponse.ParameterConstraintsProperty.Jsii$Proxy
Enclosing class:
CfnRouteResponse

@Stability(Stable) public static interface CfnRouteResponse.ParameterConstraintsProperty extends software.amazon.jsii.JsiiSerializable
Specifies whether the parameter is required.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.apigatewayv2.*;
 ParameterConstraintsProperty parameterConstraintsProperty = ParameterConstraintsProperty.builder()
         .required(false)
         .build();
 

See Also: