Schedule Target Ecs Parameters Args
data class ScheduleTargetEcsParametersArgs(val capacityProviderStrategies: Output<List<ScheduleTargetEcsParametersCapacityProviderStrategyArgs>>? = null, val enableEcsManagedTags: Output<Boolean>? = null, val enableExecuteCommand: Output<Boolean>? = null, val group: Output<String>? = null, val launchType: Output<String>? = null, val networkConfiguration: Output<ScheduleTargetEcsParametersNetworkConfigurationArgs>? = null, val placementConstraints: Output<List<ScheduleTargetEcsParametersPlacementConstraintArgs>>? = null, val placementStrategies: Output<List<ScheduleTargetEcsParametersPlacementStrategyArgs>>? = 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<ScheduleTargetEcsParametersArgs>
Constructors
Link copied to clipboard
fun ScheduleTargetEcsParametersArgs(capacityProviderStrategies: Output<List<ScheduleTargetEcsParametersCapacityProviderStrategyArgs>>? = null, enableEcsManagedTags: Output<Boolean>? = null, enableExecuteCommand: Output<Boolean>? = null, group: Output<String>? = null, launchType: Output<String>? = null, networkConfiguration: Output<ScheduleTargetEcsParametersNetworkConfigurationArgs>? = null, placementConstraints: Output<List<ScheduleTargetEcsParametersPlacementConstraintArgs>>? = null, placementStrategies: Output<List<ScheduleTargetEcsParametersPlacementStrategyArgs>>? = 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<ScheduleTargetEcsParametersCapacityProviderStrategyArgs>>? = null
Link copied to clipboard
Specifies whether to enable Amazon ECS managed tags for the task. For more information, see Tagging Your Amazon ECS Resources in the Amazon ECS Developer Guide.
Link copied to clipboard