amazonka-timestream-query-2.0: Amazon Timestream Query SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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' 

Fields

  • topicArn :: Text

    SNS topic ARN that the scheduled query status notifications will be sent to.

Instances

Instances details
FromJSON SnsConfiguration Source # 
Instance details

Defined in Amazonka.TimeStreamQuery.Types.SnsConfiguration

ToJSON SnsConfiguration Source # 
Instance details

Defined in Amazonka.TimeStreamQuery.Types.SnsConfiguration

Generic SnsConfiguration Source # 
Instance details

Defined in Amazonka.TimeStreamQuery.Types.SnsConfiguration

Associated Types

type Rep SnsConfiguration :: Type -> Type #

Read SnsConfiguration Source # 
Instance details

Defined in Amazonka.TimeStreamQuery.Types.SnsConfiguration

Show SnsConfiguration Source # 
Instance details

Defined in Amazonka.TimeStreamQuery.Types.SnsConfiguration

NFData SnsConfiguration Source # 
Instance details

Defined in Amazonka.TimeStreamQuery.Types.SnsConfiguration

Methods

rnf :: SnsConfiguration -> () #

Eq SnsConfiguration Source # 
Instance details

Defined in Amazonka.TimeStreamQuery.Types.SnsConfiguration

Hashable SnsConfiguration Source # 
Instance details

Defined in Amazonka.TimeStreamQuery.Types.SnsConfiguration

type Rep SnsConfiguration Source # 
Instance details

Defined in Amazonka.TimeStreamQuery.Types.SnsConfiguration

type Rep SnsConfiguration = D1 ('MetaData "SnsConfiguration" "Amazonka.TimeStreamQuery.Types.SnsConfiguration" "amazonka-timestream-query-2.0-HD7xx47Lw3eG6c52GyReXL" 'False) (C1 ('MetaCons "SnsConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "topicArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newSnsConfiguration Source #

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.