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.45.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | a0f1a130d2a731abc350b514ab6cd2bc459af6896c47f274c03fe49506ec84b4 |
|
MD5 | 77f39fb116817bf88363c25943d1e3ae |
|
BLAKE2b-256 | f306984c9b1b3a80908b8ac0e53e2dca207eecc1fab2ac9d75aea901188275b5 |
Close
Hashes for aws_cdk.aws_s3_notifications-1.45.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0dee9f4c7642040e9764919b40160dce6f10f9c702b56a7d8ad2d9649dc22296 |
|
MD5 | d5563093915099df0eb575c7e8a875c9 |
|
BLAKE2b-256 | f572478fb9f826fc823bc1bfcff49946f9d9cab3749f9767f79905e7207dc255 |