waitForSuccessTimeoutSeconds

@JvmName(name = "fbunatrfxtephmyx")
suspend fun waitForSuccessTimeoutSeconds(value: Output<Int>)
@JvmName(name = "dhcqulxqkrqmmgqd")
suspend fun waitForSuccessTimeoutSeconds(value: Int?)

Parameters

value

The number of seconds the service should wait for the association status to show "Success" before proceeding with the stack execution. If the association status doesn't show "Success" after the specified number of seconds, then stack creation fails.

When you specify a value for the WaitForSuccessTimeoutSeconds , drift detection for your AWS CloudFormation stack’s configuration might yield inaccurate results. If drift detection is important in your scenario, we recommend that you don’t include WaitForSuccessTimeoutSeconds in your template.