BackupPlanBackupRuleResourceType

data class BackupPlanBackupRuleResourceType(val completionWindowMinutes: Double? = null, val copyActions: List<BackupPlanCopyActionResourceType>? = null, val enableContinuousBackup: Boolean? = null, val indexActions: List<BackupPlanIndexActionsResourceType>? = null, val lifecycle: BackupPlanLifecycleResourceType? = null, val recoveryPointTags: Map<String, String>? = null, val ruleName: String, val scheduleExpression: String? = null, val scheduleExpressionTimezone: String? = null, val startWindowMinutes: Double? = null, val targetBackupVault: String)

Constructors

Link copied to clipboard
constructor(completionWindowMinutes: Double? = null, copyActions: List<BackupPlanCopyActionResourceType>? = null, enableContinuousBackup: Boolean? = null, indexActions: List<BackupPlanIndexActionsResourceType>? = null, lifecycle: BackupPlanLifecycleResourceType? = null, recoveryPointTags: Map<String, String>? = null, ruleName: String, scheduleExpression: String? = null, scheduleExpressionTimezone: String? = null, startWindowMinutes: Double? = null, targetBackupVault: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A value in minutes after a backup job is successfully started before it must be completed or it is canceled by AWS Backup .

Link copied to clipboard

An array of CopyAction objects, which contains the details of the copy operation.

Link copied to clipboard

Enables continuous backup and point-in-time restores (PITR).

Link copied to clipboard
Link copied to clipboard

The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup transitions and expires backups automatically according to the lifecycle that you define.

Link copied to clipboard

The tags to assign to the resources.

Link copied to clipboard

A display name for a backup rule.

Link copied to clipboard

A CRON expression specifying when AWS Backup initiates a backup job.

Link copied to clipboard

This is the timezone in which the schedule expression is set. By default, ScheduleExpressions are in UTC. You can modify this to a specified timezone.

Link copied to clipboard

An optional value that specifies a period of time in minutes after a backup is scheduled before a job is canceled if it doesn't start successfully. If this value is included, it must be at least 60 minutes to avoid errors.

Link copied to clipboard

The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of letters, numbers, and hyphens.