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.62.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | da04a2250e901eb52a05bf5235354f714ccf10c587ed1b988d8ed89d7e493b67 |
|
MD5 | d78d9d69ad52dc1ff5a41a9671a3ba6f |
|
BLAKE2b-256 | 4ee9ad719e6cb7c810f417e9faf0bb6b8b0869f9bbf25efe4832baa422e8c02f |
Close
Hashes for aws_cdk.aws_s3_notifications-1.62.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 62367acde19a2f5763c4d5f0fc6631130bc99c0fd69b11d635fcf319f3d92188 |
|
MD5 | db77fd580c5debbf9e7fbb9997028999 |
|
BLAKE2b-256 | f5f75a9a88a4b8044c551e2afb3f5d94faf95d64fd2605e1ab40f294b618ea98 |