معرفی شرکت ها


aws-cdk.aws-codestarnotifications-1.99.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

The CDK Construct Library for AWS::CodeStarNotifications
ویژگی مقدار
سیستم عامل OS Independent
نام فایل aws-cdk.aws-codestarnotifications-1.99.0
نام aws-cdk.aws-codestarnotifications
نسخه کتابخانه 1.99.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Amazon Web Services
ایمیل نویسنده -
آدرس صفحه اصلی https://github.com/aws/aws-cdk
آدرس اینترنتی https://pypi.org/project/aws-cdk.aws-codestarnotifications/
مجوز Apache-2.0
# AWS CodeStarNotifications Construct Library <!--BEGIN STABILITY BANNER-->--- ![cfn-resources: Stable](https://img.shields.io/badge/cfn--resources-stable-success.svg?style=for-the-badge) ![cfn-resources: Stable](https://img.shields.io/badge/cfn--resources-stable-success.svg?style=for-the-badge) --- <!--END STABILITY BANNER--> This module is part of the [AWS Cloud Development Kit](https://github.com/aws/aws-cdk) project. ## NotificationRule The `NotificationRule` construct defines an AWS CodeStarNotifications rule. The rule specifies the events you want notifications about and the targets (such as Amazon SNS topics or AWS Chatbot clients configured for Slack) where you want to receive them. Notification targets are objects that implement the `INotificationRuleTarget` interface and notification source is object that implement the `INotificationRuleSource` interface. ## Notification Targets This module includes classes that implement the `INotificationRuleTarget` interface for SNS and slack in AWS Chatbot. The following targets are supported: * `SNS`: specify event and notify to SNS topic. * `AWS Chatbot`: specify event and notify to slack channel and only support `SlackChannelConfiguration`. ## Examples ```python import aws_cdk.aws_codestarnotifications as notifications import aws_cdk.aws_codebuild as codebuild import aws_cdk.aws_sns as sns import aws_cdk.aws_chatbot as chatbot project = codebuild.PipelineProject(self, "MyProject") topic = sns.Topic(self, "MyTopic1") slack = 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" ) rule = notifications.NotificationRule(self, "NotificationRule", source=project, events=["codebuild-project-build-state-succeeded", "codebuild-project-build-state-failed" ], targets=[topic] ) rule.add_target(slack) ``` ## Notification Source This module includes classes that implement the `INotificationRuleSource` interface for AWS CodeBuild, AWS CodePipeline and will support AWS CodeCommit, AWS CodeDeploy in future. The following sources are supported: * `AWS CodeBuild`: support codebuild project to trigger notification when event specified. * `AWS CodePipeline`: support codepipeline to trigger notification when event specified. ## Events For the complete list of supported event types for CodeBuild and CodePipeline, see: * [Events for notification rules on build projects](https://docs.aws.amazon.com/dtconsole/latest/userguide/concepts.html#events-ref-buildproject). * [Events for notification rules on pipelines](https://docs.aws.amazon.com/dtconsole/latest/userguide/concepts.html#events-ref-pipeline).


نیازمندی

مقدار نام
==1.179.0 aws-cdk.core
<4.0.0,>=3.3.69 constructs
<2.0.0,>=1.70.0 jsii
>=0.0.3 publication
~=2.13.3 typeguard


زبان مورد نیاز

مقدار نام
~=3.7 Python


نحوه نصب


نصب پکیج whl aws-cdk.aws-codestarnotifications-1.99.0:

    pip install aws-cdk.aws-codestarnotifications-1.99.0.whl


نصب پکیج tar.gz aws-cdk.aws-codestarnotifications-1.99.0:

    pip install aws-cdk.aws-codestarnotifications-1.99.0.tar.gz