Table of Contents

Interface CfnRouteResponseV2.IParameterConstraintsProperty

Namespace
Amazon.CDK.AWS.APIGateway
Assembly
Amazon.CDK.AWS.APIGateway.dll
[Obsolete("moved to package aws-apigatewayv2")]
public interface CfnRouteResponseV2.IParameterConstraintsProperty

Examples

// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.APIGateway;

             var parameterConstraintsProperty = new ParameterConstraintsProperty {
                 Required = false
             };

Remarks

Properties

Required

(deprecated) CfnRouteResponseV2.ParameterConstraintsProperty.Required.

[Obsolete]
object Required { get; }

Property Value

object

Remarks