Class CfnRoute.ParameterConstraintsProperty
Inheritance
System.Object
CfnRoute.ParameterConstraintsProperty
Implements
Namespace: Amazon.CDK.AWS.APIGatewayv2
Assembly: Amazon.CDK.AWS.APIGatewayv2.dll
Syntax (csharp)
public class ParameterConstraintsProperty : Object, CfnRoute.IParameterConstraintsProperty
Syntax (vb)
Public Class ParameterConstraintsProperty
Inherits Object
Implements CfnRoute.IParameterConstraintsProperty
Remarks
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.APIGatewayv2;
var parameterConstraintsProperty = new ParameterConstraintsProperty {
Required = false
};
Synopsis
Constructors
ParameterConstraintsProperty() |
Properties
Required |
|
Constructors
ParameterConstraintsProperty()
public ParameterConstraintsProperty()
Properties
Required
CfnRoute.ParameterConstraintsProperty.Required
.
public object Required { get; set; }
Property Value
System.Object