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