Class CfnRouteResponseV2.ParameterConstraintsProperty
- Namespace
- Amazon.CDK.AWS.APIGateway
- Assembly
- Amazon.CDK.AWS.APIGateway.dll
public class CfnRouteResponseV2.ParameterConstraintsProperty : CfnRouteResponseV2.IParameterConstraintsProperty
- Inheritance
-
CfnRouteResponseV2.ParameterConstraintsProperty
- Implements
- Inherited Members
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
Constructors
ParameterConstraintsProperty()
public ParameterConstraintsProperty()
Properties
Required
(deprecated) CfnRouteResponseV2.ParameterConstraintsProperty.Required
.
[Obsolete]
public object Required { get; set; }