| Copyright | (c) 2013-2021 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
Amazonka.SecurityHub.Types.AwsS3BucketNotificationConfiguration
Description
Synopsis
- data AwsS3BucketNotificationConfiguration = AwsS3BucketNotificationConfiguration' {}
- newAwsS3BucketNotificationConfiguration :: AwsS3BucketNotificationConfiguration
- awsS3BucketNotificationConfiguration_configurations :: Lens' AwsS3BucketNotificationConfiguration (Maybe [AwsS3BucketNotificationConfigurationDetail])
Documentation
data AwsS3BucketNotificationConfiguration Source #
The notification configuration for the S3 bucket.
See: newAwsS3BucketNotificationConfiguration smart constructor.
Constructors
| AwsS3BucketNotificationConfiguration' | |
Fields
| |
Instances
newAwsS3BucketNotificationConfiguration :: AwsS3BucketNotificationConfiguration Source #
Create a value of AwsS3BucketNotificationConfiguration with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:configurations:AwsS3BucketNotificationConfiguration', awsS3BucketNotificationConfiguration_configurations - Configurations for S3 bucket notifications.
awsS3BucketNotificationConfiguration_configurations :: Lens' AwsS3BucketNotificationConfiguration (Maybe [AwsS3BucketNotificationConfigurationDetail]) Source #
Configurations for S3 bucket notifications.