AWS SDK for Kotlin
Toggle table of contents
1.4.124
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
ecs
/
aws.sdk.kotlin.services.ecs.model
/
DeploymentStrategy
Deployment
Strategy
sealed
class
DeploymentStrategy
Inheritors
BlueGreen
Rolling
SdkUnknown
Members
Types
Blue
Green
Link copied to clipboard
object
BlueGreen
:
DeploymentStrategy
Companion
Link copied to clipboard
object
Companion
Rolling
Link copied to clipboard
object
Rolling
:
DeploymentStrategy
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
DeploymentStrategy
Properties
value
Link copied to clipboard
abstract
val
value
:
String