Task Definition Health Check Args
data class TaskDefinitionHealthCheckArgs(val command: Output<List<String>>? = null, val interval: Output<Int>? = null, val retries: Output<Int>? = null, val startPeriod: Output<Int>? = null, val timeout: Output<Int>? = null) : ConvertibleToJava<TaskDefinitionHealthCheckArgs>
The health check command and associated configuration parameters for the container.