AWS SDK for Kotlin
Toggle table of contents
1.6.95
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
resiliencehubv2
/
aws.sdk.kotlin.services.resiliencehubv2.model
/
SystemEventType
System
Event
Type
sealed
class
SystemEventType
Inheritors
SystemCreated
SystemDeleted
SystemPolicyAssociated
SystemPolicyDisassociated
SystemServiceAssociated
SystemServiceDisassociated
SystemUserJourneyCreated
SystemUserJourneyDeleted
SystemUserJourneyUpdated
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
SystemEventType
System
Created
Link copied to clipboard
object
SystemCreated
:
SystemEventType
System
Deleted
Link copied to clipboard
object
SystemDeleted
:
SystemEventType
System
Policy
Associated
Link copied to clipboard
object
SystemPolicyAssociated
:
SystemEventType
System
Policy
Disassociated
Link copied to clipboard
object
SystemPolicyDisassociated
:
SystemEventType
System
Service
Associated
Link copied to clipboard
object
SystemServiceAssociated
:
SystemEventType
System
Service
Disassociated
Link copied to clipboard
object
SystemServiceDisassociated
:
SystemEventType
System
User
Journey
Created
Link copied to clipboard
object
SystemUserJourneyCreated
:
SystemEventType
System
User
Journey
Deleted
Link copied to clipboard
object
SystemUserJourneyDeleted
:
SystemEventType
System
User
Journey
Updated
Link copied to clipboard
object
SystemUserJourneyUpdated
:
SystemEventType
Properties
value
Link copied to clipboard
abstract
val
value
:
String