capacity Providers
suspend fun capacityProviders(value: Output<List<Either<ClusterCapacityProviderAssociationsCapacityProvider, String>>>)
suspend fun capacityProviders(value: List<Either<ClusterCapacityProviderAssociationsCapacityProvider, String>>?)
Parameters
value
The capacity providers to associate with the cluster.
suspend fun capacityProviders(vararg values: Output<Either<ClusterCapacityProviderAssociationsCapacityProvider, String>>)
suspend fun capacityProviders(values: List<Output<Either<ClusterCapacityProviderAssociationsCapacityProvider, String>>>)
suspend fun capacityProviders(vararg values: Either<ClusterCapacityProviderAssociationsCapacityProvider, String>)
Parameters
values
The capacity providers to associate with the cluster.