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.108.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | df2033bd990dcaa8ac51801fc0f6220c57753d6e577c0c5798ed9bf569b601ba |
|
MD5 | 9b89558562f2dbd6db8440195aa517a9 |
|
BLAKE2b-256 | cd70ca0cfb267803d84a3095a1d1e27e637eeaa3591b060da7069bc681838a6a |
Close
Hashes for aws_cdk.aws_s3_notifications-1.108.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 76f919d773bf1753cd6ae614ec3dec62d91d00987ff7913cbb19767dfffaf2ef |
|
MD5 | 72313c75440bfb666d9ff2abae409082 |
|
BLAKE2b-256 | 97586ae550120c184959cbc6ee4eb9faa576e927212fbc5a8d32dc3b9275a67d |