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
The number of days after creation that a recovery point is deleted. This value must be at least 90 days after the number of days specified in MoveToColdStorageAfterDays
.
Link copied to clipboard
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.