

This is the new *Amazon CloudFormation Template Reference Guide*. Please update your bookmarks and links. For help getting started with CloudFormation, see the [Amazon CloudFormation User Guide](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::DevOpsAgent::Association SlackTransmissionTarget
<a name="aws-properties-devopsagent-association-slacktransmissiontarget"></a>

Defines the Slack channels where different types of agent notifications will be sent.

## Syntax
<a name="aws-properties-devopsagent-association-slacktransmissiontarget-syntax"></a>

To declare this entity in your Amazon CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-devopsagent-association-slacktransmissiontarget-syntax.json"></a>

```
{
  "[IncidentResponseTarget](#cfn-devopsagent-association-slacktransmissiontarget-incidentresponsetarget)" : {{SlackChannel}}
}
```

### YAML
<a name="aws-properties-devopsagent-association-slacktransmissiontarget-syntax.yaml"></a>

```
  [IncidentResponseTarget](#cfn-devopsagent-association-slacktransmissiontarget-incidentresponsetarget): {{
    SlackChannel}}
```

## Properties
<a name="aws-properties-devopsagent-association-slacktransmissiontarget-properties"></a>

`IncidentResponseTarget`  <a name="cfn-devopsagent-association-slacktransmissiontarget-incidentresponsetarget"></a>
Destination for Amazon DevOps Agent Incident Response.  
*Required*: Yes  
*Type*: [SlackChannel](aws-properties-devopsagent-association-slackchannel.md)  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)