The CDK Construct Library for AWS::Chatbot
Project description
AWS::Chatbot Construct Library
---AWS Chatbot is an AWS service that enables DevOps and software development teams to use Slack chat rooms to monitor and respond to operational events in their AWS Cloud. AWS Chatbot processes AWS service notifications from Amazon Simple Notification Service (Amazon SNS), and forwards them to Slack chat rooms so teams can analyze and act on them immediately, regardless of location.
This module is part of the AWS Cloud Development Kit project.
# Example automatically generated from non-compiling source. May contain errors.
import aws_cdk.aws_chatbot as chatbot
import aws_cdk.aws_sns as sns
slack_channel = chatbot.SlackChannelConfiguration(self, "MySlackChannel",
slack_channel_configuration_name="YOUR_CHANNEL_NAME",
slack_workspace_id="YOUR_SLACK_WORKSPACE_ID",
slack_channel_id="YOUR_SLACK_CHANNEL_ID"
)
slack_channel.add_to_role_policy(iam.PolicyStatement(
effect=iam.Effect.ALLOW,
actions=["s3:GetObject"
],
resources=["arn:aws:s3:::abc/xyz/123.txt"]
))
slack_channel.add_notification_topic(sns.Topic(self, "MyTopic"))
Log Group
Slack channel configuration automatically create a log group with the name /aws/chatbot/<configuration-name> in us-east-1 upon first execution with
log data set to never expire.
The logRetention property can be used to set a different expiration period. A log group will be created if not already exists.
If the log group already exists, it's expiration will be configured to the value specified in this construct (never expire, by default).
By default, CDK uses the AWS SDK retry options when interacting with the log group. The logRetentionRetryOptions property
allows you to customize the maximum number of retries and base backoff duration.
Note that, if logRetention is set, a CloudFormation custom
resource is added
to the stack that pre-creates the log group as part of the stack deployment, if it already doesn't exist, and sets the
correct log retention period (never expire, by default).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file aws-cdk.aws-chatbot-1.138.2.tar.gz.
File metadata
- Download URL: aws-cdk.aws-chatbot-1.138.2.tar.gz
- Upload date:
- Size: 51.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.8.3 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.6.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
615c5edb7dd5b7430b2fb2fc278f146b0099ee7736042d996ddc857cc71c07e8
|
|
| MD5 |
696041ad8b147cbdc489dbfa45705c65
|
|
| BLAKE2b-256 |
4ea3830d3fc509d898e181bb68ecfd05055a3cea57353b09e5753733a9389662
|
File details
Details for the file aws_cdk.aws_chatbot-1.138.2-py3-none-any.whl.
File metadata
- Download URL: aws_cdk.aws_chatbot-1.138.2-py3-none-any.whl
- Upload date:
- Size: 50.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.8.3 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.6.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
63fcb6fedf5baf39396f96de9c8df712937b69cec6be52827d09d1915b2bc2d8
|
|
| MD5 |
a31fc110aa115d0c42de978abf626eb5
|
|
| BLAKE2b-256 |
930926498bbac85ba531790c74ba0c97b209c10419e776d1cdd0c0ee7afab499
|