ClusterArgs

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)

Functions

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

Properties

Link copied to clipboard
val capacityProviders: Output<List<String>>? = null
Link copied to clipboard
val clusterName: Output<String>? = null

A user-generated string that you use to identify your cluster. If you don't specify a name, AWS CloudFormation generates a unique physical ID for the name.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: Output<List<ClusterTagArgs>>? = null