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.24.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2984a252b0d5598eada258ddfa76227a10b216d60405f2ac7a52231367bc0834 |
|
MD5 | 2f11ead64f39ee6d4e0ccc899e31eb2a |
|
BLAKE2b-256 | 02f3d04a5ce2309ed767e166550b41cb03b565b67167907b7e02380df7f60404 |
Close
Hashes for aws_cdk.aws_s3_notifications-1.24.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7306cea7583d1155bb1c130cc96be1a0e03772d74d07ef788af95d7d39fdeddc |
|
MD5 | afd66fdcf3762c9811e8f10bdd3dbd4b |
|
BLAKE2b-256 | 19d4baad4d37d92fa4b7fa4d3bbece8d679967488b8a456c60c007cf6737dd26 |