Get Cluster Capacity Provider Associations Result
data class GetClusterCapacityProviderAssociationsResult(val capacityProviders: List<Either<ClusterCapacityProviderAssociationsCapacityProvider, String>>? = null, val defaultCapacityProviderStrategy: List<ClusterCapacityProviderAssociationsCapacityProviderStrategy>? = null)
Constructors
Link copied to clipboard
constructor(capacityProviders: List<Either<ClusterCapacityProviderAssociationsCapacityProvider, String>>? = null, defaultCapacityProviderStrategy: List<ClusterCapacityProviderAssociationsCapacityProviderStrategy>? = null)
Properties
Link copied to clipboard
val capacityProviders: List<Either<ClusterCapacityProviderAssociationsCapacityProvider, String>>? = null
The capacity providers to associate with the cluster.
Link copied to clipboard
val defaultCapacityProviderStrategy: List<ClusterCapacityProviderAssociationsCapacityProviderStrategy>? = null
The default capacity provider strategy to associate with the cluster.