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
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
Remarks
Required
object? Required { get; }