class Aws::Chime::Types::MeetingNotificationConfiguration

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`).

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

data as a hash:

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

@!attribute [rw] sns_topic_arn

The SNS topic ARN.
@return [String]

@!attribute [rw] sqs_queue_arn

The SQS queue ARN.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/MeetingNotificationConfiguration AWS API Documentation

Constants

SENSITIVE