Interface CfnAssociationPropsMixin.SlackChannelProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAssociationPropsMixin.SlackChannelProperty.Jsii$Proxy
- Enclosing class:
CfnAssociationPropsMixin
@Stability(Stable)
public static interface CfnAssociationPropsMixin.SlackChannelProperty
extends software.amazon.jsii.JsiiSerializable
Represents a Slack channel with its unique identifier and optional display name.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.devopsagent.*;
SlackChannelProperty slackChannelProperty = SlackChannelProperty.builder()
.channelId("channelId")
.channelName("channelName")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAssociationPropsMixin.SlackChannelPropertystatic final classAn implementation forCfnAssociationPropsMixin.SlackChannelProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getChannelId
Slack channel ID.- See Also:
-
getChannelName
Slack channel name.- See Also:
-
builder
-