Interface CfnRouteResponsePropsMixin.ParameterConstraintsProperty

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

@Stability(Stable) public static interface CfnRouteResponsePropsMixin.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.cfnpropertymixins.services.apigatewayv2.*;
 ParameterConstraintsProperty parameterConstraintsProperty = ParameterConstraintsProperty.builder()
         .required(false)
         .build();
 

See Also: