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:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnRouteResponse.ParameterConstraintsProperty
static final class
An implementation forCfnRouteResponse.ParameterConstraintsProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getRequired
Specifies whether the parameter is required.- See Also:
-
builder
-