Provides operations on AWS Simple Notification Service.
import { CommonConstruct } from '@gradientedge/cdk-utils'class CustomConstruct extends CommonConstruct { constructor(parent: cdk.Construct, id: string, props: common.CommonStackProps) { super(parent, id, props) this.props = props this.snsManager.createEmailNotificationService('MySns', 'eu-west-1', ["test@example.com"]) }} Copy
import { CommonConstruct } from '@gradientedge/cdk-utils'class CustomConstruct extends CommonConstruct { constructor(parent: cdk.Construct, id: string, props: common.CommonStackProps) { super(parent, id, props) this.props = props this.snsManager.createEmailNotificationService('MySns', 'eu-west-1', ["test@example.com"]) }}
[CDK Simple Notification Service Module]https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_sns-readme.html
scoped id of the resource
scope in which this resource is defined
Provides operations on AWS Simple Notification Service.
Example
See
[CDK Simple Notification Service Module]https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_sns-readme.html