Package version:

Input properties to apply recovery point.

interface ApplyRecoveryPointInputProperties {
    providerSpecificDetails: ApplyRecoveryPointProviderSpecificInputUnion;
    recoveryPointId?: string;
}

Properties

Provider specific input for applying recovery point.

recoveryPointId?: string

The recovery point Id.