AWSS3BucketNotificationConfiguration
No description
type AWSS3BucketNotificationConfiguration {
eventBridgeConfiguration: AWSS3BucketNotificationEventBridgeConfiguration
lambdaFunctionConfigurations: [AWSS3BucketNotificationLambdaFunctionConfiguration!]!
queueConfigurations: [AWSS3BucketNotificationQueueConfiguration!]!
topicConfigurations: [AWSS3BucketNotificationTopicConfiguration!]!
}
Fields
AWSS3BucketNotificationConfiguration.eventBridgeConfiguration ● AWSS3BucketNotificationEventBridgeConfiguration object
Enables delivery of events to Amazon EventBridge
AWSS3BucketNotificationConfiguration.lambdaFunctionConfigurations ● [AWSS3BucketNotificationLambdaFunctionConfiguration!]! non-null object
Lambda functions to invoke and the events for which to invoke them
AWSS3BucketNotificationConfiguration.queueConfigurations ● [AWSS3BucketNotificationQueueConfiguration!]! non-null object
The Amazon Simple Queue Service queues to publish messages to and the event for which to publish messages
AWSS3BucketNotificationConfiguration.topicConfigurations ● [AWSS3BucketNotificationTopicConfiguration!]! non-null object
The topic to which notifications are sent and the events for which notifications are generated
Member of
AWSS3Bucket object