Slack Channel Configuration Args
data class SlackChannelConfigurationArgs(val channelId: Output<String>? = null, val channelName: Output<String>? = null, val channelRoleArn: Output<String>? = null, val notifyOnAddCorrespondenceToCase: Output<Boolean>? = null, val notifyOnCaseSeverity: Output<SlackChannelConfigurationNotifyOnCaseSeverity>? = null, val notifyOnCreateOrReopenCase: Output<Boolean>? = null, val notifyOnResolveCase: Output<Boolean>? = null, val teamId: Output<String>? = null) : ConvertibleToJava<SlackChannelConfigurationArgs>
An AWS Support App resource that creates, updates, lists and deletes Slack channel configurations.
Example Usage
Example
No Java example available.
Example
No Java example available.
Constructors
Link copied to clipboard
fun SlackChannelConfigurationArgs(channelId: Output<String>? = null, channelName: Output<String>? = null, channelRoleArn: Output<String>? = null, notifyOnAddCorrespondenceToCase: Output<Boolean>? = null, notifyOnCaseSeverity: Output<SlackChannelConfigurationNotifyOnCaseSeverity>? = null, notifyOnCreateOrReopenCase: Output<Boolean>? = null, notifyOnResolveCase: Output<Boolean>? = null, teamId: Output<String>? = null)