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
/
ConcurrencyMode
Concurrency
Mode
sealed
class
ConcurrencyMode
Inheritors
SoftFailureTolerance
StrictFailureTolerance
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ConcurrencyMode
Soft
Failure
Tolerance
Link copied to clipboard
object
SoftFailureTolerance
:
ConcurrencyMode
Strict
Failure
Tolerance
Link copied to clipboard
object
StrictFailureTolerance
:
ConcurrencyMode
Properties
value
Link copied to clipboard
abstract
val
value
:
String