Get Slack Channel Configuration Result
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)
Properties
Link copied to clipboard
The channel name in Slack.
Link copied to clipboard
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.