Struct aws_sdk_securityhub::model::AwsS3BucketNotificationConfigurationDetail [−][src]
#[non_exhaustive]pub struct AwsS3BucketNotificationConfigurationDetail {
pub events: Option<Vec<String>>,
pub filter: Option<AwsS3BucketNotificationConfigurationFilter>,
pub destination: Option<String>,
pub type: Option<String>,
}Expand description
Details for an S3 bucket notification configuration.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.events: Option<Vec<String>>The list of events that trigger a notification.
filter: Option<AwsS3BucketNotificationConfigurationFilter>The filters that determine which S3 buckets generate notifications.
destination: Option<String>The ARN of the Lambda function, Amazon SQS queue, or Amazon SNS topic that generates the notification.
type: Option<String>Indicates the type of notification. Notifications can be generated using Lambda functions, Amazon SQS queues or Amazon SNS topics.
Implementations
Creates a new builder-style object to manufacture AwsS3BucketNotificationConfigurationDetail
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more