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.55.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | f3e51e50bda8a36729b9822d433aa71eaa35c41c4dfb729d341a735b6ade414f |
|
MD5 | cf5d812359fac06b9897b9810a25a193 |
|
BLAKE2b-256 | 4e5fdeb03dcd860b257e3cc7bc3ac9682a586363e4f530e59d715530e8eaa7b8 |
Close
Hashes for aws_cdk.aws_s3_notifications-1.55.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | da7109d43c74507eeda763bc96e6169ee77b5c10c9dc7be472fc09f12abc25aa |
|
MD5 | 2903615c6175758224c6f563820006df |
|
BLAKE2b-256 | 33de55c53653593104e7b88f3c1f34cc2d2d116c4b0ce04dd2dda67211f627ae |