You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EFS::Types::LifecyclePolicy

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing LifecyclePolicy as input to an Aws::Client method, you can use a vanilla Hash:

{
  transition_to_ia: "AFTER_7_DAYS", # accepts AFTER_7_DAYS, AFTER_14_DAYS, AFTER_30_DAYS, AFTER_60_DAYS, AFTER_90_DAYS
}

Describes a policy used by EFS lifecycle management to transition files to the Infrequent Access (IA) storage class.

Instance Attribute Summary collapse

Instance Attribute Details

#transition_to_iaString

A value that describes the period of time that a file is not accessed, after which it transitions to the IA storage class. Metadata operations such as listing the contents of a directory don\'t count as file access events.

Possible values:

  • AFTER_7_DAYS
  • AFTER_14_DAYS
  • AFTER_30_DAYS
  • AFTER_60_DAYS
  • AFTER_90_DAYS

Returns:

  • (String)

    A value that describes the period of time that a file is not accessed, after which it transitions to the IA storage class.