Class: Aws::ChimeSDKMeetings::Types::NotificationsConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chimesdkmeetings/lib/aws-sdk-chimesdkmeetings/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[:lambda_function_arn, :sns_topic_arn, :sqs_queue_arn]

Instance Attribute Summary collapse

Instance Attribute Details

#lambda_function_arnString

The ARN of the Amazon Web Services Lambda function in the notifications configuration.

Returns:

  • (String)


1384
1385
1386
1387
1388
1389
1390
# File 'gems/aws-sdk-chimesdkmeetings/lib/aws-sdk-chimesdkmeetings/types.rb', line 1384

class NotificationsConfiguration < Struct.new(
  :lambda_function_arn,
  :sns_topic_arn,
  :sqs_queue_arn)
  SENSITIVE = [:lambda_function_arn, :sns_topic_arn, :sqs_queue_arn]
  include Aws::Structure
end

#sns_topic_arnString

The ARN of the SNS topic.

Returns:

  • (String)


1384
1385
1386
1387
1388
1389
1390
# File 'gems/aws-sdk-chimesdkmeetings/lib/aws-sdk-chimesdkmeetings/types.rb', line 1384

class NotificationsConfiguration < Struct.new(
  :lambda_function_arn,
  :sns_topic_arn,
  :sqs_queue_arn)
  SENSITIVE = [:lambda_function_arn, :sns_topic_arn, :sqs_queue_arn]
  include Aws::Structure
end

#sqs_queue_arnString

The ARN of the SQS queue.

Returns:

  • (String)


1384
1385
1386
1387
1388
1389
1390
# File 'gems/aws-sdk-chimesdkmeetings/lib/aws-sdk-chimesdkmeetings/types.rb', line 1384

class NotificationsConfiguration < Struct.new(
  :lambda_function_arn,
  :sns_topic_arn,
  :sqs_queue_arn)
  SENSITIVE = [:lambda_function_arn, :sns_topic_arn, :sqs_queue_arn]
  include Aws::Structure
end