This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::DevOpsAgent::Association SlackConfiguration
Configuration for Slack workspace integration. Defines the workspace ID, workspace name, and transmission targets that specify which Slack channels receive notifications.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "TransmissionTarget" :SlackTransmissionTarget, "WorkspaceId" :String, "WorkspaceName" :String}
YAML
TransmissionTarget:SlackTransmissionTargetWorkspaceId:StringWorkspaceName:String
Properties
TransmissionTarget-
Transmission targets for agent notifications.
Required: Yes
Type: SlackTransmissionTarget
Update requires: No interruption
WorkspaceId-
Associated Slack workspace ID.
Required: Yes
Type: String
Pattern:
^[TE][A-Z0-9]+$Update requires: No interruption
WorkspaceName-
Associated Slack workspace name.
Required: Yes
Type: String
Update requires: No interruption