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.63.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | a9f09d9e9bd794033a80ae10f0af579c663f3f4da33c5538c233437ed1253d25 |
|
MD5 | de888d038e1948db6e8920cb4a2702e1 |
|
BLAKE2b-256 | 81d4be7afe2acc289ccfa1599938615aacf41e3f10d3d5e7114d8993bf296e5f |
Close
Hashes for aws_cdk.aws_s3_notifications-1.63.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b84313cb3a25233a1e3378cee80757a094255fb85b26935d8d80e043f64706bd |
|
MD5 | 097dfdb71035eabf573177ee49da99b0 |
|
BLAKE2b-256 | 86dfb4f870b7e8695900f70e87be91014dfa29990201878ec685871ce1107ca2 |