Cluster Args
data class ClusterArgs(val capacityProviders: Output<List<String>>? = null, val clusterName: Output<String>? = null, val clusterSettings: Output<List<ClusterSettingsArgs>>? = null, val configuration: Output<ClusterConfigurationArgs>? = null, val defaultCapacityProviderStrategy: Output<List<ClusterCapacityProviderStrategyItemArgs>>? = null, val serviceConnectDefaults: Output<ClusterServiceConnectDefaultsArgs>? = null, val tags: Output<List<ClusterTagArgs>>? = null) : ConvertibleToJava<ClusterArgs>
Create an Elastic Container Service (ECS) cluster.
Constructors
Link copied to clipboard
fun ClusterArgs(capacityProviders: Output<List<String>>? = null, clusterName: Output<String>? = null, clusterSettings: Output<List<ClusterSettingsArgs>>? = null, configuration: Output<ClusterConfigurationArgs>? = null, defaultCapacityProviderStrategy: Output<List<ClusterCapacityProviderStrategyItemArgs>>? = null, serviceConnectDefaults: Output<ClusterServiceConnectDefaultsArgs>? = null, tags: Output<List<ClusterTagArgs>>? = null)