aws-cdk-lib.aws_sam.CfnFunction.EmptySAMPTProperty

interface EmptySAMPTProperty

LanguageType name
.NETAmazon.CDK.AWS.SAM.CfnFunction.EmptySAMPTProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awssam#CfnFunction_EmptySAMPTProperty
Javasoftware.amazon.awscdk.services.sam.CfnFunction.EmptySAMPTProperty
Pythonaws_cdk.aws_sam.CfnFunction.EmptySAMPTProperty
TypeScript aws-cdk-lib » aws_sam » CfnFunction » EmptySAMPTProperty

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-lib';
const emptySAMPTProperty: sam.CfnFunction.EmptySAMPTProperty = { };