AWS SDK for Kotlin
Toggle table of contents
1.9.9
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
cloudwatchomni
/
aws.sdk.kotlin.services.cloudwatchomni.model
/
NotificationTargetType
Notification
Target
Type
sealed
class
NotificationTargetType
Supported notification target type.
Inheritors
Pagerduty
Slack
Sns
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Pagerduty
Link copied to clipboard
object
Pagerduty
:
NotificationTargetType
PagerDuty target.
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
NotificationTargetType
Slack
Link copied to clipboard
object
Slack
:
NotificationTargetType
Slack target.
Sns
Link copied to clipboard
object
Sns
:
NotificationTargetType
Amazon SNS topic target.
Properties
value
Link copied to clipboard
abstract
val
value
:
String