Table of Contents

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

Constructors

ParameterConstraintsProperty()

public ParameterConstraintsProperty()

Properties

Required

(deprecated) CfnRouteResponseV2.ParameterConstraintsProperty.Required.

[Obsolete]
public object Required { get; set; }

Property Value

object

Remarks