AWS SDK for Kotlin
Toggle table of contents
1.5.74
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
ecs
/
aws.sdk.kotlin.services.ecs.model
/
CapacityProviderType
Capacity
Provider
Type
sealed
class
CapacityProviderType
Inheritors
Ec2Autoscaling
Fargate
FargateSpot
ManagedInstances
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Ec2Autoscaling
Link copied to clipboard
object
Ec2Autoscaling
:
CapacityProviderType
Fargate
Link copied to clipboard
object
Fargate
:
CapacityProviderType
Fargate
Spot
Link copied to clipboard
object
FargateSpot
:
CapacityProviderType
Managed
Instances
Link copied to clipboard
object
ManagedInstances
:
CapacityProviderType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
CapacityProviderType
Properties
value
Link copied to clipboard
abstract
val
value
:
String