AwsS3BucketNotificationConfigurationDetail
Details for an S3 bucket notification configuration.
Contents
- Destination
-
The ARN of the Lambda function, Amazon SQS queue, or Amazon SNS topic that generates the notification.
Type: String
Pattern:
.*\S.*
Required: No
- Events
-
The list of events that trigger a notification.
Type: Array of strings
Pattern:
.*\S.*
Required: No
- Filter
-
The filters that determine which S3 buckets generate notifications.
Type: AwsS3BucketNotificationConfigurationFilter object
Required: No
- Type
-
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:
-
LambdaConfiguration
-
QueueConfiguration
-
TopicConfiguration
Type: String
Pattern:
.*\S.*
Required: No
-
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: