interface ParameterConstraintsProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.APIGatewayv2.CfnRoute.ParameterConstraintsProperty |
Java | software.amazon.awscdk.services.apigatewayv2.CfnRoute.ParameterConstraintsProperty |
Python | aws_cdk.aws_apigatewayv2.CfnRoute.ParameterConstraintsProperty |
TypeScript | @aws-cdk/aws-apigatewayv2 » CfnRoute » ParameterConstraintsProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as apigatewayv2 from '@aws-cdk/aws-apigatewayv2';
const parameterConstraintsProperty: apigatewayv2.CfnRoute.ParameterConstraintsProperty = {
required: false,
};
Properties
Name | Type | Description |
---|---|---|
required | boolean | IResolvable | CfnRoute.ParameterConstraintsProperty.Required . |
required
Type:
boolean |
IResolvable
CfnRoute.ParameterConstraintsProperty.Required
.