Interface CfnRouteResponseV2.IParameterConstraintsProperty
Namespace: Amazon.CDK.AWS.APIGateway
Assembly: Amazon.CDK.AWS.APIGateway.dll
Syntax (csharp)
public interface IParameterConstraintsProperty
Syntax (vb)
Public Interface IParameterConstraintsProperty
Remarks
Stability: Deprecated
ExampleMetadata: fixture=_generated
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
};
Synopsis
Properties
Required | (deprecated) |
Properties
Required
(deprecated) CfnRouteResponseV2.ParameterConstraintsProperty.Required
.
object Required { get; }
Property Value
System.