| Package | Description |
|---|---|
| software.amazon.awscdk.services.s3 |
Amazon S3 Construct Library
|
| software.amazon.awscdk.services.s3.notifications |
S3 Bucket Notifications Destinations
|
| Modifier and Type | Class and Description |
|---|---|
static class |
BucketNotificationDestinationConfig.Jsii$Proxy
An implementation for
BucketNotificationDestinationConfig |
| Modifier and Type | Method and Description |
|---|---|
BucketNotificationDestinationConfig |
IBucketNotificationDestination.bind(software.constructs.Construct scope,
IBucket bucket)
(experimental) Registers this resource to receive notifications for the specified bucket.
|
BucketNotificationDestinationConfig |
IBucketNotificationDestination.Jsii$Proxy.bind(software.constructs.Construct scope,
IBucket bucket)
(experimental) Registers this resource to receive notifications for the specified bucket.
|
default BucketNotificationDestinationConfig |
IBucketNotificationDestination.Jsii$Default.bind(software.constructs.Construct scope,
IBucket bucket)
(experimental) Registers this resource to receive notifications for the specified bucket.
|
BucketNotificationDestinationConfig |
BucketNotificationDestinationConfig.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
BucketNotificationDestinationConfig |
LambdaDestination.bind(software.constructs.Construct _scope,
IBucket bucket)
(experimental) Registers this resource to receive notifications for the specified bucket.
|
BucketNotificationDestinationConfig |
SnsDestination.bind(software.constructs.Construct _scope,
IBucket bucket)
(experimental) Registers this resource to receive notifications for the specified bucket.
|
BucketNotificationDestinationConfig |
SqsDestination.bind(software.constructs.Construct _scope,
IBucket bucket)
(experimental) Allows using SQS queues as destinations for bucket notifications.
|
Copyright © 2021. All rights reserved.