Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data MeetingNotificationConfiguration = MeetingNotificationConfiguration' {
- snsTopicArn :: Maybe (Sensitive Text)
- sqsQueueArn :: Maybe (Sensitive Text)
- newMeetingNotificationConfiguration :: MeetingNotificationConfiguration
- meetingNotificationConfiguration_snsTopicArn :: Lens' MeetingNotificationConfiguration (Maybe Text)
- meetingNotificationConfiguration_sqsQueueArn :: Lens' MeetingNotificationConfiguration (Maybe Text)
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.
MeetingNotificationConfiguration' | |
|
Instances
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.
meetingNotificationConfiguration_snsTopicArn :: Lens' MeetingNotificationConfiguration (Maybe Text) Source #
The SNS topic ARN.
meetingNotificationConfiguration_sqsQueueArn :: Lens' MeetingNotificationConfiguration (Maybe Text) Source #
The SQS queue ARN.