| 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.Glacier.Types.VaultNotificationConfig
Description
Documentation
data VaultNotificationConfig Source #
Represents a vault's notification configuration.
See: newVaultNotificationConfig smart constructor.
Constructors
| VaultNotificationConfig' | |
Instances
newVaultNotificationConfig :: VaultNotificationConfig Source #
Create a value of VaultNotificationConfig 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:events:VaultNotificationConfig', vaultNotificationConfig_events - A list of one or more events for which Amazon S3 Glacier will send a
notification to the specified Amazon SNS topic.
$sel:sNSTopic:VaultNotificationConfig', vaultNotificationConfig_sNSTopic - The Amazon Simple Notification Service (Amazon SNS) topic Amazon
Resource Name (ARN).
vaultNotificationConfig_events :: Lens' VaultNotificationConfig (Maybe [Text]) Source #
A list of one or more events for which Amazon S3 Glacier will send a notification to the specified Amazon SNS topic.
vaultNotificationConfig_sNSTopic :: Lens' VaultNotificationConfig (Maybe Text) Source #
The Amazon Simple Notification Service (Amazon SNS) topic Amazon Resource Name (ARN).