Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-function-requestmodel.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-function-requestmodel.html#cfn-serverless-function-requestmodel-model

Required

object? Required { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-function-requestmodel.html#cfn-serverless-function-requestmodel-required

Type union: either bool or IResolvable

ValidateBody

object? ValidateBody { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-function-requestmodel.html#cfn-serverless-function-requestmodel-validatebody

Type union: either bool or IResolvable

ValidateParameters

object? ValidateParameters { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-function-requestmodel.html#cfn-serverless-function-requestmodel-validateparameters

Type union: either bool or IResolvable

Back to top Generated by DocFX