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