Class CfnFunction.RequestModelProperty
Inheritance
Implements
Namespace: Amazon.CDK.AWS.SAM
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class RequestModelProperty : Object, CfnFunction.IRequestModelProperty
Syntax (vb)
Public Class RequestModelProperty
Inherits Object
Implements CfnFunction.IRequestModelProperty
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.SAM;
var requestModelProperty = new RequestModelProperty {
Model = "model",
// the properties below are optional
Required = false,
ValidateBody = false,
ValidateParameters = false
};
Synopsis
Constructors
Request |
Properties
Model | |
Required | |
Validate |
|
Validate |
Constructors
RequestModelProperty()
public RequestModelProperty()
Properties
Model
public string Model { get; set; }
Property Value
System.
Remarks
Required
public object Required { get; set; }
Property Value
System.
Remarks
ValidateBody
public object ValidateBody { get; set; }
Property Value
System.
Remarks
ValidateParameters
public object ValidateParameters { get; set; }
Property Value
System.