interface EmptySAMPTProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.SAM.CfnFunction.EmptySAMPTProperty |
Java | software.amazon.awscdk.services.sam.CfnFunction.EmptySAMPTProperty |
Python | aws_cdk.aws_sam.CfnFunction.EmptySAMPTProperty |
TypeScript | @aws-cdk/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 * as sam from '@aws-cdk/aws-sam';
const emptySAMPTProperty: sam.CfnFunction.EmptySAMPTProperty = { };