LifecyclePolicy¶
-
class
aws_cdk.aws_efs.
LifecyclePolicy
(value)¶ Bases:
enum.Enum
(experimental) EFS Lifecycle Policy, if a file is not accessed for given days, it will move to EFS Infrequent Access.
- See
- Stability
experimental
Attributes
-
AFTER_14_DAYS
¶ (experimental) After 14 days of not being accessed.
- Stability
experimental
-
AFTER_30_DAYS
¶ (experimental) After 30 days of not being accessed.
- Stability
experimental
-
AFTER_60_DAYS
¶ (experimental) After 60 days of not being accessed.
- Stability
experimental
-
AFTER_7_DAYS
¶ (experimental) After 7 days of not being accessed.
- Stability
experimental
-
AFTER_90_DAYS
¶ (experimental) After 90 days of not being accessed.
- Stability
experimental