File System Lifecycle Policy Args
data class FileSystemLifecyclePolicyArgs(val transitionToArchive: Output<String>? = null, val transitionToIa: Output<String>? = null, val transitionToPrimaryStorageClass: Output<String>? = null) : ConvertibleToJava<FileSystemLifecyclePolicyArgs>
Properties
Link copied to clipboard
Indicates how long it takes to transition files to the archive storage class. Requires transition_to_ia, Elastic Throughput and General Purpose performance mode. Valid values: AFTER_1_DAY, AFTER_7_DAYS, AFTER_14_DAYS, AFTER_30_DAYS, AFTER_60_DAYS, AFTER_90_DAYS, AFTER_180_DAYS, AFTER_270_DAYS, or AFTER_365_DAYS.
Link copied to clipboard
Indicates how long it takes to transition files to the IA storage class. Valid values: AFTER_1_DAY, AFTER_7_DAYS, AFTER_14_DAYS, AFTER_30_DAYS, AFTER_60_DAYS, AFTER_90_DAYS, AFTER_180_DAYS, AFTER_270_DAYS, or AFTER_365_DAYS.
Link copied to clipboard
Describes the policy used to transition a file from infequent access storage to primary storage. Valid values: AFTER_1_ACCESS.