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.61.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | a37795ed36fd24438e91618102f89014251443c437cc09e17d62a2ade7131f40 |
|
MD5 | 864f8dfb73cfa2aba50e1a33811c4d55 |
|
BLAKE2b-256 | 8eaecc0767898d32f87294518a6cefa2d3ecfcc8883f99282f1a00230840e3e6 |
Close
Hashes for aws_cdk.aws_s3_notifications-1.61.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5ed1bc5d6b6e9a1c1dc0029be7459dc5986cedf42672c815a19e4cf8b99dbf99 |
|
MD5 | 37dcf55b1e969f31351f6958299cab94 |
|
BLAKE2b-256 | 5bda77cec6c9882a62f95d6580fe965449eb9602f7fc3741c1c2a166dbba8c0d |