Interface CfnFunctionPropsMixin.IRequestModelProperty
Namespace: Amazon.CDK.Mixins.Preview.AWS.SAM.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnFunctionPropsMixin.IRequestModelProperty
Syntax (vb)
Public Interface CfnFunctionPropsMixin.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.Mixins.Preview.AWS.SAM.Mixins;
var requestModelProperty = new RequestModelProperty {
Model = "model",
Required = false,
ValidateBody = false,
ValidateParameters = false
};
Synopsis
Properties
| Model | |
| Required | |
| ValidateBody | |
| ValidateParameters |
Properties
Model
string? Model { get; }
Property Value
Remarks
Required
object? Required { get; }
Property Value
Remarks
ValidateBody
object? ValidateBody { get; }
Property Value
Remarks
ValidateParameters
object? ValidateParameters { get; }