PipeTargetParametersEcsTaskParametersArgs

data class PipeTargetParametersEcsTaskParametersArgs(val capacityProviderStrategies: Output<List<PipeTargetParametersEcsTaskParametersCapacityProviderStrategyArgs>>? = null, val enableEcsManagedTags: Output<Boolean>? = null, val enableExecuteCommand: Output<Boolean>? = null, val group: Output<String>? = null, val launchType: Output<String>? = null, val networkConfiguration: Output<PipeTargetParametersEcsTaskParametersNetworkConfigurationArgs>? = null, val overrides: Output<PipeTargetParametersEcsTaskParametersOverridesArgs>? = null, val placementConstraints: Output<List<PipeTargetParametersEcsTaskParametersPlacementConstraintArgs>>? = null, val placementStrategies: Output<List<PipeTargetParametersEcsTaskParametersPlacementStrategyArgs>>? = null, val platformVersion: Output<String>? = null, val propagateTags: Output<String>? = null, val referenceId: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val taskCount: Output<Int>? = null, val taskDefinitionArn: Output<String>) : ConvertibleToJava<PipeTargetParametersEcsTaskParametersArgs>

Constructors

fun PipeTargetParametersEcsTaskParametersArgs(capacityProviderStrategies: Output<List<PipeTargetParametersEcsTaskParametersCapacityProviderStrategyArgs>>? = null, enableEcsManagedTags: Output<Boolean>? = null, enableExecuteCommand: Output<Boolean>? = null, group: Output<String>? = null, launchType: Output<String>? = null, networkConfiguration: Output<PipeTargetParametersEcsTaskParametersNetworkConfigurationArgs>? = null, overrides: Output<PipeTargetParametersEcsTaskParametersOverridesArgs>? = null, placementConstraints: Output<List<PipeTargetParametersEcsTaskParametersPlacementConstraintArgs>>? = null, placementStrategies: Output<List<PipeTargetParametersEcsTaskParametersPlacementStrategyArgs>>? = null, platformVersion: Output<String>? = null, propagateTags: Output<String>? = null, referenceId: Output<String>? = null, tags: Output<Map<String, String>>? = null, taskCount: Output<Int>? = null, taskDefinitionArn: Output<String>)

Functions

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

Properties

Link copied to clipboard
val enableEcsManagedTags: Output<Boolean>? = null
Link copied to clipboard
val enableExecuteCommand: Output<Boolean>? = null
Link copied to clipboard
val group: Output<String>? = null
Link copied to clipboard
val launchType: Output<String>? = null
Link copied to clipboard
Link copied to clipboard
val platformVersion: Output<String>? = null
Link copied to clipboard
val propagateTags: Output<String>? = null
Link copied to clipboard
val referenceId: Output<String>? = null
Link copied to clipboard
val tags: Output<Map<String, String>>? = null

Key-value mapping of resource tags. If configured with a provider default_tags configuration block present, tags with matching keys will overwrite those defined at the provider-level.

Link copied to clipboard
val taskCount: Output<Int>? = null
Link copied to clipboard