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.106.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | e38820cb5ec9808533e02327c09cce82f6db28221c60309f8fe579394febdade |
|
MD5 | 1eed2e5f2b408fc02efcb669e95e4bf5 |
|
BLAKE2b-256 | b77d259941b7c8e3e3b9f5a6365a298aabffbe1a2487e93a91b4ea2b0520d657 |
Close
Hashes for aws_cdk.aws_s3_notifications-1.106.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 32e060df84d983a77a74ed817638a7045d85fbc9de300b837c8c718d8c8aca3a |
|
MD5 | 3888387abc9fcff4d73ce46db9b25614 |
|
BLAKE2b-256 | a5cdfd2dcfb8198045716c1fe8e02afc03abb96f62a4abdaa230af499dfd502d |