Interface CfnAssociation.SlackChannelProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnAssociation.SlackChannelProperty.Jsii$Proxy
Enclosing class:
CfnAssociation

@Stability(Stable) public static interface CfnAssociation.SlackChannelProperty extends software.amazon.jsii.JsiiSerializable
Slack channel configuration.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.devopsagent.*;
 SlackChannelProperty slackChannelProperty = SlackChannelProperty.builder()
         .channelId("channelId")
         // the properties below are optional
         .channelName("channelName")
         .build();
 

See Also: