ScheduleEcsParametersArgs

constructor(capacityProviderStrategy: Output<List<ScheduleCapacityProviderStrategyItemArgs>>? = null, enableEcsManagedTags: Output<Boolean>? = null, enableExecuteCommand: Output<Boolean>? = null, group: Output<String>? = null, launchType: Output<ScheduleLaunchType>? = null, networkConfiguration: Output<ScheduleNetworkConfigurationArgs>? = null, placementConstraints: Output<List<SchedulePlacementConstraintArgs>>? = null, placementStrategy: Output<List<SchedulePlacementStrategyArgs>>? = null, platformVersion: Output<String>? = null, propagateTags: Output<SchedulePropagateTags>? = null, referenceId: Output<String>? = null, tags: Output<List<Map<String, String>>>? = null, taskCount: Output<Double>? = null, taskDefinitionArn: Output<String>)