auto Rollback Configuration
suspend fun autoRollbackConfiguration(value: Output<EndpointDeploymentConfigAutoRollbackConfigurationArgs>)
suspend fun autoRollbackConfiguration(value: EndpointDeploymentConfigAutoRollbackConfigurationArgs?)
Parameters
value
Automatic rollback configuration for handling endpoint deployment failures and recovery. See Auto Rollback Configuration.
suspend fun autoRollbackConfiguration(argument: suspend EndpointDeploymentConfigAutoRollbackConfigurationArgsBuilder.() -> Unit)
Parameters
argument
Automatic rollback configuration for handling endpoint deployment failures and recovery. See Auto Rollback Configuration.