ExAws.Chime.Meetings.NotificationConfiguration (ex_aws_chime v2.0.1)

Module representing the Chime NotificationConfiguration data type

See https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_meeting-chime_NotificationsConfiguration.html

Summary

Types

@type t() :: %ExAws.Chime.Meetings.NotificationConfiguration{
  lambda_function_arn: String.t() | nil,
  sns_topic_arn: String.t() | nil,
  sqs_queue_arn: String.t() | nil
}