Uses of Class
software.amazon.awscdk.services.supportapp.CfnSlackChannelConfiguration.Builder
-
Uses of CfnSlackChannelConfiguration.Builder in software.amazon.awscdk.services.supportapp
Modifier and TypeMethodDescriptionThe channel ID in Slack.CfnSlackChannelConfiguration.Builder.channelName
(String channelName) The channel name in Slack.CfnSlackChannelConfiguration.Builder.channelRoleArn
(String channelRoleArn) The Amazon Resource Name (ARN) of the IAM role for this Slack channel configuration.CfnSlackChannelConfiguration.Builder.notifyOnAddCorrespondenceToCase
(Boolean notifyOnAddCorrespondenceToCase) Whether to get notified when a correspondence is added to your support cases.CfnSlackChannelConfiguration.Builder.notifyOnAddCorrespondenceToCase
(IResolvable notifyOnAddCorrespondenceToCase) Whether to get notified when a correspondence is added to your support cases.CfnSlackChannelConfiguration.Builder.notifyOnCaseSeverity
(String notifyOnCaseSeverity) The case severity for your support cases that you want to receive notifications.CfnSlackChannelConfiguration.Builder.notifyOnCreateOrReopenCase
(Boolean notifyOnCreateOrReopenCase) Whether to get notified when your support cases are created or reopened.CfnSlackChannelConfiguration.Builder.notifyOnCreateOrReopenCase
(IResolvable notifyOnCreateOrReopenCase) Whether to get notified when your support cases are created or reopened.CfnSlackChannelConfiguration.Builder.notifyOnResolveCase
(Boolean notifyOnResolveCase) Whether to get notified when your support cases are resolved.CfnSlackChannelConfiguration.Builder.notifyOnResolveCase
(IResolvable notifyOnResolveCase) Whether to get notified when your support cases are resolved.The team ID in Slack.