Uses of Interface
software.amazon.awscdk.services.s3.BucketNotificationDestinationConfig
Packages that use BucketNotificationDestinationConfig
Package
Description
Amazon S3 Construct Library
S3 Bucket Notifications Destinations
-
Uses of BucketNotificationDestinationConfig in software.amazon.awscdk.services.s3
Classes in software.amazon.awscdk.services.s3 that implement BucketNotificationDestinationConfigModifier and TypeClassDescriptionstatic final classAn implementation forBucketNotificationDestinationConfigMethods in software.amazon.awscdk.services.s3 that return BucketNotificationDestinationConfigModifier and TypeMethodDescriptionIBucketNotificationDestination.bind(software.constructs.Construct scope, IBucketRef bucket) Registers this resource to receive notifications for the specified bucket.IBucketNotificationDestination.Jsii$Default.bind(software.constructs.Construct scope, IBucketRef bucket) Registers this resource to receive notifications for the specified bucket.IBucketNotificationDestination.Jsii$Proxy.bind(software.constructs.Construct scope, IBucketRef bucket) Registers this resource to receive notifications for the specified bucket.BucketNotificationDestinationConfig.Builder.build()Builds the configured instance. -
Uses of BucketNotificationDestinationConfig in software.amazon.awscdk.services.s3.notifications
Methods in software.amazon.awscdk.services.s3.notifications that return BucketNotificationDestinationConfigModifier and TypeMethodDescriptionLambdaDestination.bind(software.constructs.Construct scope, IBucketRef bucket) Registers this resource to receive notifications for the specified bucket.SnsDestination.bind(software.constructs.Construct scope, IBucketRef bucket) Registers this resource to receive notifications for the specified bucket.SqsDestination.bind(software.constructs.Construct _scope, IBucketRef bucket) Allows using SQS queues as destinations for bucket notifications.