Pipe Target Parameters Ecs Task Parameters Args
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
Link copied to clipboard
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
Properties
Link copied to clipboard
val capacityProviderStrategies: Output<List<PipeTargetParametersEcsTaskParametersCapacityProviderStrategyArgs>>? = null
Link copied to clipboard
Specifies the launch type on which your task is running. The launch type that you specify here must match one of the launch type (compatibilities) of the target task. The FARGATE value is supported only in the Regions where AWS Fargate with Amazon ECS is supported. Valid Values: EC2, FARGATE, EXTERNAL
Link copied to clipboard
val networkConfiguration: Output<PipeTargetParametersEcsTaskParametersNetworkConfigurationArgs>? = null
Use this structure if the Amazon ECS task uses the awsvpc network mode. This structure specifies the VPC subnets and security groups associated with the task, and whether a public IP address is to be used. This structure is required if LaunchType is FARGATE because the awsvpc mode is required for Fargate tasks. If you specify NetworkConfiguration when the target ECS task does not use the awsvpc network mode, the task fails. Detailed below.
Link copied to clipboard
val placementConstraints: Output<List<PipeTargetParametersEcsTaskParametersPlacementConstraintArgs>>? = null
Link copied to clipboard
val placementStrategies: Output<List<PipeTargetParametersEcsTaskParametersPlacementStrategyArgs>>? = null