ScheduleEcsParameters

constructor(capacityProviderStrategy: List<ScheduleCapacityProviderStrategyItem>? = null, enableEcsManagedTags: Boolean? = null, enableExecuteCommand: Boolean? = null, group: String? = null, launchType: ScheduleLaunchType? = null, networkConfiguration: ScheduleNetworkConfiguration? = null, placementConstraints: List<SchedulePlacementConstraint>? = null, placementStrategy: List<SchedulePlacementStrategy>? = null, platformVersion: String? = null, propagateTags: SchedulePropagateTags? = null, referenceId: String? = null, tags: List<Map<String, String>>? = null, taskCount: Double? = null, taskDefinitionArn: String)