| 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.ChimeSdkMeetings.Types.NotificationsConfiguration
Description
Synopsis
- data NotificationsConfiguration = NotificationsConfiguration' {
- lambdaFunctionArn :: Maybe (Sensitive Text)
- snsTopicArn :: Maybe (Sensitive Text)
- sqsQueueArn :: Maybe (Sensitive Text)
- newNotificationsConfiguration :: NotificationsConfiguration
- notificationsConfiguration_lambdaFunctionArn :: Lens' NotificationsConfiguration (Maybe Text)
- notificationsConfiguration_snsTopicArn :: Lens' NotificationsConfiguration (Maybe Text)
- notificationsConfiguration_sqsQueueArn :: Lens' NotificationsConfiguration (Maybe Text)
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
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.
notificationsConfiguration_snsTopicArn :: Lens' NotificationsConfiguration (Maybe Text) Source #
The ARN of the SNS topic.
notificationsConfiguration_sqsQueueArn :: Lens' NotificationsConfiguration (Maybe Text) Source #
The ARN of the SQS queue.