Interface CfnRouteV2.IParameterConstraintsProperty
- Namespace
- Amazon.CDK.AWS.APIGateway
- Assembly
- Amazon.CDK.AWS.APIGateway.dll
[Obsolete("moved to package aws-apigatewayv2")]
public interface CfnRouteV2.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
Stability: Deprecated
ExampleMetadata: fixture=_generated
Properties
Required
(deprecated) CfnRouteV2.ParameterConstraintsProperty.Required
.
[Obsolete]
object Required { get; }