AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
ecs
/
aws.sdk.kotlin.services.ecs.model
/
ServiceDeploymentLifecycleStage
Service
Deployment
Lifecycle
Stage
sealed
class
ServiceDeploymentLifecycleStage
Inheritors
BakeTime
CleanUp
PostProductionTrafficShift
PostScaleUp
PostTestTrafficShift
PreScaleUp
ProductionTrafficShift
ReconcileService
ScaleUp
TestTrafficShift
SdkUnknown
Members
Types
Bake
Time
Link copied to clipboard
object
BakeTime
:
ServiceDeploymentLifecycleStage
Clean
Up
Link copied to clipboard
object
CleanUp
:
ServiceDeploymentLifecycleStage
Companion
Link copied to clipboard
object
Companion
Post
Production
Traffic
Shift
Link copied to clipboard
object
PostProductionTrafficShift
:
ServiceDeploymentLifecycleStage
Post
Scale
Up
Link copied to clipboard
object
PostScaleUp
:
ServiceDeploymentLifecycleStage
Post
Test
Traffic
Shift
Link copied to clipboard
object
PostTestTrafficShift
:
ServiceDeploymentLifecycleStage
Pre
Scale
Up
Link copied to clipboard
object
PreScaleUp
:
ServiceDeploymentLifecycleStage
Production
Traffic
Shift
Link copied to clipboard
object
ProductionTrafficShift
:
ServiceDeploymentLifecycleStage
Reconcile
Service
Link copied to clipboard
object
ReconcileService
:
ServiceDeploymentLifecycleStage
Scale
Up
Link copied to clipboard
object
ScaleUp
:
ServiceDeploymentLifecycleStage
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ServiceDeploymentLifecycleStage
Test
Traffic
Shift
Link copied to clipboard
object
TestTrafficShift
:
ServiceDeploymentLifecycleStage
Properties
value
Link copied to clipboard
abstract
val
value
:
String