Schedule Ecs Parameters
data class ScheduleEcsParameters(val capacityProviderStrategy: List<ScheduleCapacityProviderStrategyItem>? = null, val enableEcsManagedTags: Boolean? = null, val enableExecuteCommand: Boolean? = null, val group: String? = null, val launchType: ScheduleLaunchType? = null, val networkConfiguration: ScheduleNetworkConfiguration? = null, val placementConstraints: List<SchedulePlacementConstraint>? = null, val placementStrategy: List<SchedulePlacementStrategy>? = null, val platformVersion: String? = null, val propagateTags: SchedulePropagateTags? = null, val referenceId: String? = null, val tags: List<ScheduleTagMap>? = null, val taskCount: Double? = null, val taskDefinitionArn: String)
The custom parameters to be used when the target is an Amazon ECS task.
Constructors
Link copied to clipboard
fun ScheduleEcsParameters(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<ScheduleTagMap>? = null, taskCount: Double? = null, taskDefinitionArn: String)