GetSlackChannelConfigurationResult

data class GetSlackChannelConfigurationResult(val channelName: String? = null, val channelRoleArn: String? = null, val notifyOnAddCorrespondenceToCase: Boolean? = null, val notifyOnCaseSeverity: SlackChannelConfigurationNotifyOnCaseSeverity? = null, val notifyOnCreateOrReopenCase: Boolean? = null, val notifyOnResolveCase: Boolean? = null)

Constructors

Link copied to clipboard
constructor(channelName: String? = null, channelRoleArn: String? = null, notifyOnAddCorrespondenceToCase: Boolean? = null, notifyOnCaseSeverity: SlackChannelConfigurationNotifyOnCaseSeverity? = null, notifyOnCreateOrReopenCase: Boolean? = null, notifyOnResolveCase: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val channelName: String? = null

The channel name in Slack.

Link copied to clipboard
val channelRoleArn: String? = null

The Amazon Resource Name (ARN) of an IAM role that grants the AWS Support App access to perform operations for AWS services.

Link copied to clipboard

Whether to notify when a correspondence is added to a case.

Link copied to clipboard

The severity level of a support case that a customer wants to get notified for.

Link copied to clipboard

Whether to notify when a case is created or reopened.

Link copied to clipboard

Whether to notify when a case is resolved.