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