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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



1419
1420
1421
1422
1423
1424
1425
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 1419

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.



1419
1420
1421
1422
1423
1424
1425
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 1419

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.



1419
1420
1421
1422
1423
1424
1425
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 1419

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