class Aws::ChimeSDKMeetings::Types::NotificationsConfiguration

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

@note When making an API call, you may pass NotificationsConfiguration

data as a hash:

    {
      lambda_function_arn: "Arn",
      sns_topic_arn: "Arn",
      sqs_queue_arn: "Arn",
    }

@!attribute [rw] lambda_function_arn

The ARN of the AWS Lambda function in the notifications
configuration.
@return [String]

@!attribute [rw] sns_topic_arn

The ARN of the SNS topic.
@return [String]

@!attribute [rw] sqs_queue_arn

The ARN of the SQS queue.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/NotificationsConfiguration AWS API Documentation

Constants

SENSITIVE