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
/
ChangeSource
Change
Source
sealed
class
ChangeSource
Inheritors
Automatic
DirectModification
ParameterReference
ResourceAttribute
ResourceReference
SdkUnknown
Members
Types
Automatic
Link copied to clipboard
object
Automatic
:
ChangeSource
Companion
Link copied to clipboard
object
Companion
Direct
Modification
Link copied to clipboard
object
DirectModification
:
ChangeSource
Parameter
Reference
Link copied to clipboard
object
ParameterReference
:
ChangeSource
Resource
Attribute
Link copied to clipboard
object
ResourceAttribute
:
ChangeSource
Resource
Reference
Link copied to clipboard
object
ResourceReference
:
ChangeSource
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ChangeSource
Properties
value
Link copied to clipboard
abstract
val
value
:
String