Package version:

ApplyRecoveryPoint input specific to InMageRcm provider.

interface InMageRcmApplyRecoveryPointInput {
    instanceType: "InMageRcm";
    recoveryPointId: string;
}

Hierarchy (view full)

Properties

instanceType

Polymorphic discriminator, which specifies the different types this object can be

recoveryPointId: string

The recovery point Id.