You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Chime::Types::MeetingNotificationConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing MeetingNotificationConfiguration as input to an Aws::Client method, you can use a vanilla Hash:

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

The configuration for resource targets to receive notifications when Amazon Chime SDK meeting and attendee events occur. The Amazon Chime SDK supports resource targets located in the US East (N. Virginia) AWS Region (us-east-1).

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#sns_topic_arnString

The SNS topic ARN.

Returns:

  • (String)

    The SNS topic ARN.

#sqs_queue_arnString

The SQS queue ARN.

Returns:

  • (String)

    The SQS queue ARN.