amazonka-chime-sdk-meetings-2.0: Amazon Chime SDK Meetings 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.ChimeSdkMeetings.Types.NotificationsConfiguration

Description

 
Synopsis

Documentation

data NotificationsConfiguration Source #

The configuration for resource targets to receive notifications when meeting and attendee events occur.

See: newNotificationsConfiguration smart constructor.

Constructors

NotificationsConfiguration' 

Fields

Instances

Instances details
ToJSON NotificationsConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.NotificationsConfiguration

Generic NotificationsConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.NotificationsConfiguration

Associated Types

type Rep NotificationsConfiguration :: Type -> Type #

Show NotificationsConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.NotificationsConfiguration

NFData NotificationsConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.NotificationsConfiguration

Eq NotificationsConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.NotificationsConfiguration

Hashable NotificationsConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.NotificationsConfiguration

type Rep NotificationsConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.NotificationsConfiguration

type Rep NotificationsConfiguration = D1 ('MetaData "NotificationsConfiguration" "Amazonka.ChimeSdkMeetings.Types.NotificationsConfiguration" "amazonka-chime-sdk-meetings-2.0-BH1YehHiRGe8LBGen60xi" 'False) (C1 ('MetaCons "NotificationsConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "lambdaFunctionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: (S1 ('MetaSel ('Just "snsTopicArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "sqsQueueArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))))))

newNotificationsConfiguration :: NotificationsConfiguration Source #

Create a value of NotificationsConfiguration 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:lambdaFunctionArn:NotificationsConfiguration', notificationsConfiguration_lambdaFunctionArn - The ARN of the AWS Lambda function in the notifications configuration.

$sel:snsTopicArn:NotificationsConfiguration', notificationsConfiguration_snsTopicArn - The ARN of the SNS topic.

$sel:sqsQueueArn:NotificationsConfiguration', notificationsConfiguration_sqsQueueArn - The ARN of the SQS queue.

notificationsConfiguration_lambdaFunctionArn :: Lens' NotificationsConfiguration (Maybe Text) Source #

The ARN of the AWS Lambda function in the notifications configuration.