algorithm property

Input<String> algorithm
final

Specifies the algorithm used for selecting recovery points. Valid values are "RANDOM_WITHIN_WINDOW" and "LATEST_WITHIN_WINDOW".

Implementation

final pulumi.Input<String> algorithm;