class Aws::DLM::Types::CrossRegionCopyRetainRule

Specifies the retention rule for cross-Region snapshot copies.

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

data as a hash:

    {
      interval: 1,
      interval_unit: "DAYS", # accepts DAYS, WEEKS, MONTHS, YEARS
    }

@!attribute [rw] interval

The amount of time to retain each snapshot. 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 time-based retention.
@return [String]

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

Constants

SENSITIVE