class Aws::DLM::Types::FastRestoreRule

Specifies a rule for enabling fast snapshot restore. You can enable fast snapshot restore based on either a count or a time interval.

@note When making an API call, you may pass FastRestoreRule

data as a hash:

    {
      count: 1,
      interval: 1,
      interval_unit: "DAYS", # accepts DAYS, WEEKS, MONTHS, YEARS
      availability_zones: ["AvailabilityZone"], # required
    }

@!attribute [rw] count

The number of snapshots to be enabled with fast snapshot restore.
@return [Integer]

@!attribute [rw] interval

The amount of time to enable fast snapshot restore. The maximum is
100 years. This is equivalent to 1200 months, 5200 weeks, or 36500
days.
@return [Integer]

@!attribute [rw] interval_unit

The unit of time for enabling fast snapshot restore.
@return [String]

@!attribute [rw] availability_zones

The Availability Zones in which to enable fast snapshot restore.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/dlm-2018-01-12/FastRestoreRule AWS API Documentation

Constants

SENSITIVE