ignoredExitCodes

@JvmName(name = "pcggkgufofhgqsll")
suspend fun ignoredExitCodes(value: Output<List<Int>>)
@JvmName(name = "ijuiffcphluibkpk")
suspend fun ignoredExitCodes(value: List<Int>?)

Parameters

value

A list of exit codes that Amazon ECS will ignore and not attempt a restart on. You can specify a maximum of 50 container exit codes. By default, Amazon ECS does not ignore any exit codes.


@JvmName(name = "yjxlfwdbhpfgyalq")
suspend fun ignoredExitCodes(vararg values: Output<Int>)


@JvmName(name = "nmrqltgnoqnjxttx")
suspend fun ignoredExitCodes(values: List<Output<Int>>)
@JvmName(name = "tqbkahoqhbjdjoid")
suspend fun ignoredExitCodes(vararg values: Int)

Parameters

values

A list of exit codes that Amazon ECS will ignore and not attempt a restart on. You can specify a maximum of 50 container exit codes. By default, Amazon ECS does not ignore any exit codes.