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.66.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 282ae67471cdba333be992c4437176d1bf61ad4a2ce82c3823666efb1c47f196 |
|
MD5 | 643b7211efbcebb1b86e9f8ba0e6402e |
|
BLAKE2b-256 | 76a5f1d026f3ac0c233ba43a07666317ca07da21f9bd242d1ddf9f34fe1c87b8 |
Close
Hashes for aws_cdk.aws_s3_notifications-1.66.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d5d716fd9ae7d9d2af4f06bce7a8fc9a646963fc3df06c0e03f22e3e08d817fc |
|
MD5 | bca08d0bfc403a421d4b4e06c1e1368f |
|
BLAKE2b-256 | 5f20f2b635ce9ddcb168af473e71b6bde1ec9c2651858a882a65400944267f6d |