Show / Hide Table of Contents

Interface CfnFunction.IRequestParameterProperty

Namespace: Amazon.CDK.AWS.SAM
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnFunction.IRequestParameterProperty
Syntax (vb)
Public Interface CfnFunction.IRequestParameterProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-function-requestparameter.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.AWS.SAM;

             var requestParameterProperty = new RequestParameterProperty {
                 Caching = false,
                 Required = false
             };

Synopsis

Properties

Caching
Required

Properties

Caching

object? Caching { get; }
Property Value

object

Remarks

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

Type union: either bool or IResolvable

Required

object? Required { get; }
Property Value

object

Remarks

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

Type union: either bool or IResolvable

Back to top Generated by DocFX