Backup Plan Lifecycle Resource Type Args
data class BackupPlanLifecycleResourceTypeArgs(val deleteAfterDays: Output<Double>? = null, val moveToColdStorageAfterDays: Output<Double>? = null, val optInToArchiveForSupportedResources: Output<Boolean>? = null) : ConvertibleToJava<BackupPlanLifecycleResourceTypeArgs>
Properties
Link copied to clipboard
Specifies the number of days after creation that a recovery point is deleted. Must be greater than MoveToColdStorageAfterDays
.
Link copied to clipboard
Specifies the number of days after creation that a recovery point is moved to cold storage.
Link copied to clipboard
If the value is true, your backup plan transitions supported resources to archive (cold) storage tier in accordance with your lifecycle settings.