class Aws::EFS::Types::LifecyclePolicy
Describes a policy used by EFS
lifecycle management to transition files to the Infrequent Access (IA) storage class.
@note When making an API call, you may pass LifecyclePolicy
data as a hash: { transition_to_ia: "AFTER_7_DAYS", # accepts AFTER_7_DAYS, AFTER_14_DAYS, AFTER_30_DAYS, AFTER_60_DAYS, AFTER_90_DAYS transition_to_primary_storage_class: "AFTER_1_ACCESS", # accepts AFTER_1_ACCESS }
@!attribute [rw] transition_to_ia
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. @return [String]
@!attribute [rw] transition_to_primary_storage_class
Describes the policy used to transition a file from infequent access storage to primary storage. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/elasticfilesystem-2015-02-01/LifecyclePolicy AWS API Documentation
Constants
- SENSITIVE