Interface CfnRouteResponseV2.ParameterConstraintsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnRouteResponseV2.ParameterConstraintsProperty.Jsii$Proxy
- Enclosing class:
CfnRouteResponseV2
@Stability(Deprecated)
@Deprecated
public static interface CfnRouteResponseV2.ParameterConstraintsProperty
extends software.amazon.jsii.JsiiSerializable
Deprecated.
moved to package aws-apigatewayv2
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.apigateway.*; ParameterConstraintsProperty parameterConstraintsProperty = ParameterConstraintsProperty.builder() .required(false) .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
Deprecated.static final class
Deprecated. -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getRequired
Deprecated.(deprecated)CfnRouteResponseV2.ParameterConstraintsProperty.Required
.- See Also:
-
builder
@Stability(Deprecated) @Deprecated static CfnRouteResponseV2.ParameterConstraintsProperty.Builder builder()Deprecated.
-