interface RequestParameterProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.SAM.CfnFunctionPropsMixin.RequestParameterProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awssam#CfnFunctionPropsMixin_RequestParameterProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.sam.CfnFunctionPropsMixin.RequestParameterProperty |
Python | aws_cdk.cfn_property_mixins.aws_sam.CfnFunctionPropsMixin.RequestParameterProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_sam » CfnFunctionPropsMixin » RequestParameterProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sam as sam } from '@aws-cdk/cfn-property-mixins';
const requestParameterProperty: sam.CfnFunctionPropsMixin.RequestParameterProperty = {
caching: false,
required: false,
};
Properties
| Name | Type | Description |
|---|---|---|
| caching? | boolean | IResolvable | |
| required? | boolean | IResolvable |
caching?
Type:
boolean | IResolvable
(optional)
required?
Type:
boolean | IResolvable
(optional)

.NET
Go
Java
Python
TypeScript