Recovery Plan Group Args
data class RecoveryPlanGroupArgs(val endGroupActions: Output<List<RecoveryPlanActionArgs>>? = null, val groupType: Output<Either<String, RecoveryPlanGroupType>>, val replicationProtectedItems: Output<List<RecoveryPlanProtectedItemArgs>>? = null, val startGroupActions: Output<List<RecoveryPlanActionArgs>>? = null) : ConvertibleToJava<RecoveryPlanGroupArgs>
Recovery plan group details.
Constructors
Link copied to clipboard
constructor(endGroupActions: Output<List<RecoveryPlanActionArgs>>? = null, groupType: Output<Either<String, RecoveryPlanGroupType>>, replicationProtectedItems: Output<List<RecoveryPlanProtectedItemArgs>>? = null, startGroupActions: Output<List<RecoveryPlanActionArgs>>? = null)