Pipe Target Parameters Ecs Task Parameters
data class PipeTargetParametersEcsTaskParameters(val capacityProviderStrategies: List<PipeTargetParametersEcsTaskParametersCapacityProviderStrategy>? = null, val enableEcsManagedTags: Boolean? = null, val enableExecuteCommand: Boolean? = null, val group: String? = null, val launchType: String? = null, val networkConfiguration: PipeTargetParametersEcsTaskParametersNetworkConfiguration? = null, val overrides: PipeTargetParametersEcsTaskParametersOverrides? = null, val placementConstraints: List<PipeTargetParametersEcsTaskParametersPlacementConstraint>? = null, val placementStrategies: List<PipeTargetParametersEcsTaskParametersPlacementStrategy>? = null, val platformVersion: String? = null, val propagateTags: String? = null, val referenceId: String? = null, val tags: Map<String, String>? = null, val taskCount: Int? = null, val taskDefinitionArn: String)
Constructors
Link copied to clipboard
fun PipeTargetParametersEcsTaskParameters(capacityProviderStrategies: List<PipeTargetParametersEcsTaskParametersCapacityProviderStrategy>? = null, enableEcsManagedTags: Boolean? = null, enableExecuteCommand: Boolean? = null, group: String? = null, launchType: String? = null, networkConfiguration: PipeTargetParametersEcsTaskParametersNetworkConfiguration? = null, overrides: PipeTargetParametersEcsTaskParametersOverrides? = null, placementConstraints: List<PipeTargetParametersEcsTaskParametersPlacementConstraint>? = null, placementStrategies: List<PipeTargetParametersEcsTaskParametersPlacementStrategy>? = null, platformVersion: String? = null, propagateTags: String? = null, referenceId: String? = null, tags: Map<String, String>? = null, taskCount: Int? = null, taskDefinitionArn: String)
Types
Properties
Link copied to clipboard
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
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