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
/
DeploymentLifecycleHookStage
Deployment
Lifecycle
Hook
Stage
sealed
class
DeploymentLifecycleHookStage
Inheritors
PostProductionTrafficShift
PostScaleUp
PostTestTrafficShift
PreScaleUp
ProductionTrafficShift
ReconcileService
TestTrafficShift
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Post
Production
Traffic
Shift
Link copied to clipboard
object
PostProductionTrafficShift
:
DeploymentLifecycleHookStage
Post
Scale
Up
Link copied to clipboard
object
PostScaleUp
:
DeploymentLifecycleHookStage
Post
Test
Traffic
Shift
Link copied to clipboard
object
PostTestTrafficShift
:
DeploymentLifecycleHookStage
Pre
Scale
Up
Link copied to clipboard
object
PreScaleUp
:
DeploymentLifecycleHookStage
Production
Traffic
Shift
Link copied to clipboard
object
ProductionTrafficShift
:
DeploymentLifecycleHookStage
Reconcile
Service
Link copied to clipboard
object
ReconcileService
:
DeploymentLifecycleHookStage
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
DeploymentLifecycleHookStage
Test
Traffic
Shift
Link copied to clipboard
object
TestTrafficShift
:
DeploymentLifecycleHookStage
Properties
value
Link copied to clipboard
abstract
val
value
:
String