7 CDK constructs available in aws-cdk-lib/aws-sns
import * as sns from 'aws-cdk-lib/aws-sns';Higher-level abstractions with sensible defaults and convenience methods.
A new subscription. Prefer to use the `ITopic.addSubscription()` methods to create instances of this class.
A new SNS topic.
The policy for an SNS Topic. Policies define the operations that are allowed on this resource. You almost never need to define this construct directly. All AWS resources that support resource policies have a method called `addToResourcePolicy()`, which will automatically create a new resource policy if one doesn't exist yet, otherwise it will add to the existing policy. Prefer to use `addToResourcePolicy()` instead.
Direct CloudFormation resource mappings. One-to-one with CloudFormation resource types.
Everything you need to know about Amazon SNS on one page. HD quality, print-friendly.
Download Free Infographicaws-cdk-lib/aws-sns