ClusterCapacityProviderAssociationsArgs

data class ClusterCapacityProviderAssociationsArgs(val capacityProviders: Output<List<Either<ClusterCapacityProviderAssociationsCapacityProvider, String>>>? = null, val cluster: Output<String>? = null, val defaultCapacityProviderStrategy: Output<List<ClusterCapacityProviderAssociationsCapacityProviderStrategyArgs>>? = null) : ConvertibleToJava<ClusterCapacityProviderAssociationsArgs>

Associate a set of ECS Capacity Providers with a specified ECS Cluster

Example Usage

Example

No Java example available.

Example

No Java example available.

Constructors

Link copied to clipboard
constructor(capacityProviders: Output<List<Either<ClusterCapacityProviderAssociationsCapacityProvider, String>>>? = null, cluster: Output<String>? = null, defaultCapacityProviderStrategy: Output<List<ClusterCapacityProviderAssociationsCapacityProviderStrategyArgs>>? = null)

Properties

Link copied to clipboard

The capacity providers to associate with the cluster.

Link copied to clipboard
val cluster: Output<String>? = null

The cluster the capacity provider association is the target of.

Link copied to clipboard

The default capacity provider strategy to associate with the cluster.

Functions

Link copied to clipboard
open override fun toJava(): ClusterCapacityProviderAssociationsArgs