interface SlackTransmissionTargetProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.DevOpsAgent.Mixins.CfnAssociationPropsMixin.SlackTransmissionTargetProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsdevopsagent/mixins#CfnAssociationPropsMixin_SlackTransmissionTargetProperty |
Java | software.amazon.awscdk.mixins.preview.services.devopsagent.mixins.CfnAssociationPropsMixin.SlackTransmissionTargetProperty |
Python | aws_cdk.mixins_preview.aws_devopsagent.mixins.CfnAssociationPropsMixin.SlackTransmissionTargetProperty |
TypeScript | @aws-cdk/mixins-preview » aws_devopsagent » mixins » CfnAssociationPropsMixin » SlackTransmissionTargetProperty |
Defines the Slack channels where different types of agent notifications will be sent.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as devopsagent_mixins } from '@aws-cdk/mixins-preview/aws-devopsagent';
const slackTransmissionTargetProperty: devopsagent_mixins.CfnAssociationPropsMixin.SlackTransmissionTargetProperty = {
incidentResponseTarget: {
channelId: 'channelId',
channelName: 'channelName',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| incident | IResolvable | Slack | Destination for AWS DevOps Agent Incident Response. |
incidentResponseTarget?
Type:
IResolvable | Slack
(optional)
Destination for AWS DevOps Agent Incident Response.

.NET
Go
Java
Python
TypeScript