NotificationsConfiguration
The configuration for resource targets to receive notifications when meeting and attendee events occur.
Contents
- LambdaFunctionArn
-
The ARN of the AWS Lambda function in the notifications configuration.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 1024.
Pattern:
^arn[\/\:\-\_\.a-zA-Z0-9]+$
Required: No
- SnsTopicArn
-
The ARN of the SNS topic.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 1024.
Pattern:
^arn[\/\:\-\_\.a-zA-Z0-9]+$
Required: No
- SqsQueueArn
-
The ARN of the SQS queue.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 1024.
Pattern:
^arn[\/\:\-\_\.a-zA-Z0-9]+$
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: