libZSservicesZSamazonka-chimeZSamazonka-chime
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Chime.Types.MeetingNotificationConfiguration

Description

 
Synopsis

Documentation

data MeetingNotificationConfiguration Source #

The resource target configurations for receiving Amazon Chime SDK meeting and attendee event notifications. The Amazon Chime SDK supports resource targets located in the US East (N. Virginia) AWS Region (us-east-1).

See: newMeetingNotificationConfiguration smart constructor.

Constructors

MeetingNotificationConfiguration' 

Fields

Instances

Instances details
Eq MeetingNotificationConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.MeetingNotificationConfiguration

Show MeetingNotificationConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.MeetingNotificationConfiguration

Generic MeetingNotificationConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.MeetingNotificationConfiguration

Associated Types

type Rep MeetingNotificationConfiguration :: Type -> Type #

NFData MeetingNotificationConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.MeetingNotificationConfiguration

Hashable MeetingNotificationConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.MeetingNotificationConfiguration

ToJSON MeetingNotificationConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.MeetingNotificationConfiguration

type Rep MeetingNotificationConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.MeetingNotificationConfiguration

type Rep MeetingNotificationConfiguration = D1 ('MetaData "MeetingNotificationConfiguration" "Amazonka.Chime.Types.MeetingNotificationConfiguration" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "MeetingNotificationConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "snsTopicArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "sqsQueueArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text)))))

newMeetingNotificationConfiguration :: MeetingNotificationConfiguration Source #

Create a value of MeetingNotificationConfiguration 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:snsTopicArn:MeetingNotificationConfiguration', meetingNotificationConfiguration_snsTopicArn - The SNS topic ARN.

$sel:sqsQueueArn:MeetingNotificationConfiguration', meetingNotificationConfiguration_sqsQueueArn - The SQS queue ARN.