interface SNSEventProperty LanguageType name .NETAmazon.CDK.AWS.SAM.CfnFunction.SNSEventProperty Gogithub.com/aws/aws-cdk-go/awscdk/v2/awssam#CfnFunction_SNSEventProperty Javasoftware.amazon.awscdk.services.sam.CfnFunction.SNSEventProperty Pythonaws_cdk.aws_sam.CfnFunction.SNSEventProperty TypeScript aws-cdk-lib » aws_sam » CfnFunction » SNSEventProperty See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-function-snsevent.html 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 sNSEventProperty: sam.CfnFunction.SNSEventProperty = { topic: 'topic', }; Properties NameTypeDescription topicstring topic Type: string See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-function-snsevent.html#cfn-serverless-function-snsevent-topic