pre Actions
Parameters
value
one or more action
block as defined below. which will be executed before the group recovery.
suspend fun preActions(vararg values: Output<ReplicationRecoveryPlanBootRecoveryGroupPreActionArgs>)
Parameters
values
one or more action
block as defined below. which will be executed before the group recovery.
suspend fun preActions(argument: List<suspend ReplicationRecoveryPlanBootRecoveryGroupPreActionArgsBuilder.() -> Unit>)
suspend fun preActions(vararg argument: suspend ReplicationRecoveryPlanBootRecoveryGroupPreActionArgsBuilder.() -> Unit)
suspend fun preActions(argument: suspend ReplicationRecoveryPlanBootRecoveryGroupPreActionArgsBuilder.() -> Unit)
Parameters
argument
one or more action
block as defined below. which will be executed before the group recovery.