| 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.TimeStreamQuery.Types.SnsConfiguration
Description
Synopsis
Documentation
data SnsConfiguration Source #
Details on SNS that are required to send the notification.
See: newSnsConfiguration smart constructor.
Constructors
| SnsConfiguration' | |
Instances
Arguments
| :: Text | |
| -> SnsConfiguration |
Create a value of SnsConfiguration 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:topicArn:SnsConfiguration', snsConfiguration_topicArn - SNS topic ARN that the scheduled query status notifications will be sent
to.
snsConfiguration_topicArn :: Lens' SnsConfiguration Text Source #
SNS topic ARN that the scheduled query status notifications will be sent to.