Class GetBucketNotificationResponse
Returns information about the GetBucketNotification response and response metadata.
public class GetBucketNotificationResponse : AmazonWebServiceResponse
- Inheritance
-
GetBucketNotificationResponse
Constructors
GetBucketNotificationResponse()
public GetBucketNotificationResponse()
Properties
EventBridgeConfiguration
Gets and sets the property EventBridgeConfiguration.
Enables delivery of all bucket events to Amazon EventBridge.
public EventBridgeConfiguration EventBridgeConfiguration { get; set; }
Property Value
LambdaFunctionConfigurations
Gets and sets the property LambdaFunctionConfigurations.
Describes the Lambda functions to invoke and the events for which to invoke them.
public List<LambdaFunctionConfiguration> LambdaFunctionConfigurations { get; set; }
Property Value
QueueConfigurations
Gets and sets the QueueConfigurations property. QueueConfigurations are configuration for Amazon S3 events to be sent to Amazon SQS queues.
public List<QueueConfiguration> QueueConfigurations { get; set; }
Property Value
TopicConfigurations
Gets and sets the TopicConfigurations property. TopicConfigurations are configuration for Amazon S3 events to be sent to Amazon SNS topics.
public List<TopicConfiguration> TopicConfigurations { get; set; }