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.94.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | c73f0c82f858f6f58e55e3ba7b94f979db36ce658a93662b74e0339f690ea22a |
|
MD5 | 119e33644a0c94232a3017d4f3f06398 |
|
BLAKE2b-256 | bc68f385b9de81b27a92313ca3d4f08c265203c39912357bd408906adbbf0eb9 |
Close
Hashes for aws_cdk.aws_s3_notifications-1.94.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9e2510d4c007bed63becc47727a002c8e4b486217d7dedc8c58191adb3557212 |
|
MD5 | 4e7e39300442156133e089c968c61bbd |
|
BLAKE2b-256 | a664f6990ee0033fbedf88b279bc851a82fa4fc094f67a2648292a843a088fb2 |