post Actions
Parameters
value
one or more action
block as defined below. which will be executed after the group recovery.
Parameters
values
one or more action
block as defined below. which will be executed after the group recovery.
suspend fun postActions(argument: List<suspend ReplicationRecoveryPlanRecoveryGroupPostActionArgsBuilder.() -> Unit>)
suspend fun postActions(vararg argument: suspend ReplicationRecoveryPlanRecoveryGroupPostActionArgsBuilder.() -> Unit)
suspend fun postActions(argument: suspend ReplicationRecoveryPlanRecoveryGroupPostActionArgsBuilder.() -> Unit)
Parameters
argument
one or more action
block as defined below. which will be executed after the group recovery.