ReplicationRecoveryPlanShutdownRecoveryGroupArgs

data class ReplicationRecoveryPlanShutdownRecoveryGroupArgs(val postActions: Output<List<ReplicationRecoveryPlanShutdownRecoveryGroupPostActionArgs>>? = null, val preActions: Output<List<ReplicationRecoveryPlanShutdownRecoveryGroupPreActionArgs>>? = null) : ConvertibleToJava<ReplicationRecoveryPlanShutdownRecoveryGroupArgs>

Constructors

Properties

Link copied to clipboard

one or more action block as defined below. which will be executed after the group recovery.

Link copied to clipboard

one or more action block as defined below. which will be executed before the group recovery.

Functions

Link copied to clipboard
open override fun toJava(): ReplicationRecoveryPlanShutdownRecoveryGroupArgs