Bucket Notifications API for AWS S3
Project description
S3 Bucket Notifications Destinations
---This module includes integration classes for using Topics, Queues or Lambdas as S3 Notification Destinations.
Example
The following example shows how to send a notification to an SNS topic when an object is created in an S3 bucket:
# Example automatically generated without compilation. See https://github.com/aws/jsii/issues/826
import aws_cdk.aws_s3_notifications as s3n
bucket = s3.Bucket(stack, "Bucket")
topic = sns.Topic(stack, "Topic")
bucket.add_event_notification(s3.EventType.OBJECT_CREATED_PUT, s3n.SnsDestination(topic))
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for aws-cdk.aws-s3-notifications-1.87.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9c8bad17076cf0a77fc45c641a32835782ed969fe7023aff3c918f252787be8d |
|
MD5 | b465c5611dfd2e60b88cc8c87360f7a6 |
|
BLAKE2b-256 | a9b1beea0418fa280f64d3656ae2e2a589b36964efe0ae4230856cd1931b6335 |
Close
Hashes for aws_cdk.aws_s3_notifications-1.87.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 41ba6a9db340d7baac921a8e078e7c44e2dc35850c534925a27d420c24e218fd |
|
MD5 | 84a67ced14b913a6d5701a6affa990b2 |
|
BLAKE2b-256 | 994ea77ece2c2d0df54d4e3c20a9ffef2e9c3e31f5a83b51ce4a3503b6d867f0 |