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.42.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 67e58489c218016396752e00c56c04fcb1b6eea3dc6b5e3892e6b5f0849a8d9c |
|
MD5 | 1637c9033867cef7d40760a5f2bc5b98 |
|
BLAKE2b-256 | 53c8ca07a4d685a41ab892fef19adbecf98c8a931639b879e5e078faccfd80ef |
Close
Hashes for aws_cdk.aws_s3_notifications-1.42.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8e23e3ae8aee89b2d6df74296c330c0ec9f282da2f58d8a92abcd18cc4105fe6 |
|
MD5 | 71bf9fc218de329ee6501c54d5963e2e |
|
BLAKE2b-256 | 0c734d9285ab725e45b27edc7c74170d8caab8f2738fa6d3ed0d7a86a2cbbe9f |