| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.S3.Types.NotificationConfigurationFilter
Description
Documentation
data NotificationConfigurationFilter Source #
Specifies object key name filtering rules. For information about key name filtering, see Configuring Event Notifications in the Amazon S3 User Guide.
See: newNotificationConfigurationFilter smart constructor.
Constructors
| NotificationConfigurationFilter' | |
Fields
| |
Instances
newNotificationConfigurationFilter :: NotificationConfigurationFilter Source #
Create a value of NotificationConfigurationFilter 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:key:NotificationConfigurationFilter', notificationConfigurationFilter_key - Undocumented member.
notificationConfigurationFilter_key :: Lens' NotificationConfigurationFilter (Maybe S3KeyFilter) Source #
Undocumented member.