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.71.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 17b28958c6ed9413722c745ca5c7ca234ade1fd0185f2fdb33b57e83222925ca |
|
MD5 | 2f9a1bc60670f010788ff4d20caae8b0 |
|
BLAKE2b-256 | 02669d5832fd2b5fbd60a48f771488d490b00daf7b053348560401b45b6ccb9f |
Close
Hashes for aws_cdk.aws_s3_notifications-1.71.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2f056f7b1f93f2dc492cfab78c900775c05fbe8bd672fbe1eb77306adf685517 |
|
MD5 | cf140455f957aac9bff7be643144149d |
|
BLAKE2b-256 | 1cef071707ef840ddb159c882cabfb8983ac186b6b082e167aeb12d3f32acb40 |