@Stability(value=Deprecated) @Deprecated public static interface CfnRouteResponseV2.ParameterConstraintsProperty extends software.amazon.jsii.JsiiSerializable
// 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();
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-routeresponse-parameterconstraints.html| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnRouteResponseV2.ParameterConstraintsProperty.Builder
Deprecated.
|
static class |
CfnRouteResponseV2.ParameterConstraintsProperty.Jsii$Proxy
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static CfnRouteResponseV2.ParameterConstraintsProperty.Builder |
builder()
Deprecated.
|
Object |
getRequired()
Deprecated.
|
@Stability(value=Deprecated) @Deprecated @NotNull Object getRequired()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-routeresponse-parameterconstraints.html#cfn-apigatewayv2-routeresponse-parameterconstraints-required@Stability(value=Deprecated) @Deprecated static CfnRouteResponseV2.ParameterConstraintsProperty.Builder builder()
Copyright © 2022. All rights reserved.