Skip to main content

SNS

slack_topic_arn
string
The ARN of the SNS topic from which messages are sent to Slack. This is the primary output to use when you need to publish messages to the notification pipeline.
this_slack_topic_arn
string
deprecated
The ARN of the SNS topic from which messages are sent to Slack.
This output is provided for backward compatibility with module version 4.x and will be removed in the next major release (v5.x). Use slack_topic_arn instead.

Lambda

notify_slack_lambda_function_arn
string
The ARN of the Lambda function created by this module.
notify_slack_lambda_function_name
string
The name of the Lambda function created by this module.
notify_slack_lambda_function_invoke_arn
string
The invocation ARN of the Lambda function. Use this when granting API Gateway or other services permission to invoke the function.
notify_slack_lambda_function_last_modified
string
The date and time the Lambda function was last modified, in ISO-8601 format.
notify_slack_lambda_function_version
string
The latest published version number of the Lambda function. Publishing is always enabled by this module.

IAM

lambda_iam_role_arn
string
The ARN of the IAM role attached to the Lambda function.
lambda_iam_role_name
string
The name of the IAM role attached to the Lambda function.
sns_topic_feedback_role_arn
string
The ARN of the IAM role used for SNS delivery status logging. Returns the ARN of the role created by this module, or the value of sns_topic_lambda_feedback_role_arn if you supplied an existing role.
This output is an empty string when enable_sns_topic_delivery_status_logs = false and no existing role ARN was provided.

CloudWatch

lambda_cloudwatch_log_group_arn
string
The Amazon Resource Name (ARN) of the CloudWatch log group created for the Lambda function. Returns an empty string when create = false.

Build docs developers (and LLMs) love