AwsS3BucketNotificationConfigurationDetail

Details for an S3 bucket notification configuration.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ARN of the Lambda function, Amazon SQS queue, or Amazon SNS topic that generates the notification.

Link copied to clipboard

The list of events that trigger a notification.

Link copied to clipboard

The filters that determine which S3 buckets generate notifications.

Link copied to clipboard
val type: String?

Indicates the type of notification. Notifications can be generated using Lambda functions, Amazon SQS queues, or Amazon SNS topics, with corresponding valid values as follows:

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String