AWS SDK for Kotlin
Toggle table of contents
1.4.124
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
cloudformation
/
aws.sdk.kotlin.services.cloudformation.model
/
StackResourceDriftStatus
Stack
Resource
Drift
Status
sealed
class
StackResourceDriftStatus
Inheritors
Deleted
InSync
Modified
NotChecked
Unknown
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Deleted
Link copied to clipboard
object
Deleted
:
StackResourceDriftStatus
In
Sync
Link copied to clipboard
object
InSync
:
StackResourceDriftStatus
Modified
Link copied to clipboard
object
Modified
:
StackResourceDriftStatus
Not
Checked
Link copied to clipboard
object
NotChecked
:
StackResourceDriftStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
StackResourceDriftStatus
Unknown
Link copied to clipboard
object
Unknown
:
StackResourceDriftStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String