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