ignoredExitCodes

@JvmName(name = "tfnemobbcaqyeola")
suspend fun ignoredExitCodes(value: Output<List<Int>>)
@JvmName(name = "cbygskicilkvnjoh")
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 = "bqrmkdklkiadfqli")
suspend fun ignoredExitCodes(vararg values: Output<Int>)


@JvmName(name = "ljsycxnkhkjvlmma")
suspend fun ignoredExitCodes(values: List<Output<Int>>)
@JvmName(name = "axfpjwthaoiubvej")
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.