PipeTargetEcsTaskParametersArgs

data class PipeTargetEcsTaskParametersArgs(val capacityProviderStrategy: Output<List<PipeCapacityProviderStrategyItemArgs>>? = null, val enableEcsManagedTags: Output<Boolean>? = null, val enableExecuteCommand: Output<Boolean>? = null, val group: Output<String>? = null, val launchType: Output<PipeLaunchType>? = null, val networkConfiguration: Output<PipeNetworkConfigurationArgs>? = null, val overrides: Output<PipeEcsTaskOverrideArgs>? = null, val placementConstraints: Output<List<PipePlacementConstraintArgs>>? = null, val placementStrategy: Output<List<PipePlacementStrategyArgs>>? = null, val platformVersion: Output<String>? = null, val propagateTags: Output<PipePropagateTags>? = null, val referenceId: Output<String>? = null, val tags: Output<List<PipeTagArgs>>? = null, val taskCount: Output<Int>? = null, val taskDefinitionArn: Output<String>) : ConvertibleToJava<PipeTargetEcsTaskParametersArgs>

Constructors

Link copied to clipboard
fun PipeTargetEcsTaskParametersArgs(capacityProviderStrategy: Output<List<PipeCapacityProviderStrategyItemArgs>>? = null, enableEcsManagedTags: Output<Boolean>? = null, enableExecuteCommand: Output<Boolean>? = null, group: Output<String>? = null, launchType: Output<PipeLaunchType>? = null, networkConfiguration: Output<PipeNetworkConfigurationArgs>? = null, overrides: Output<PipeEcsTaskOverrideArgs>? = null, placementConstraints: Output<List<PipePlacementConstraintArgs>>? = null, placementStrategy: Output<List<PipePlacementStrategyArgs>>? = null, platformVersion: Output<String>? = null, propagateTags: Output<PipePropagateTags>? = null, referenceId: Output<String>? = null, tags: Output<List<PipeTagArgs>>? = null, taskCount: Output<Int>? = null, taskDefinitionArn: Output<String>)

Functions

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

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<PipeLaunchType>? = null
Link copied to clipboard
Link copied to clipboard
val overrides: Output<PipeEcsTaskOverrideArgs>? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val platformVersion: Output<String>? = null
Link copied to clipboard
val propagateTags: Output<PipePropagateTags>? = null
Link copied to clipboard
val referenceId: Output<String>? = null
Link copied to clipboard
val tags: Output<List<PipeTagArgs>>? = null
Link copied to clipboard
val taskCount: Output<Int>? = null
Link copied to clipboard