BackupPlanBackupRuleResourceTypeArgs

data class BackupPlanBackupRuleResourceTypeArgs(val completionWindowMinutes: Output<Double>? = null, val copyActions: Output<List<BackupPlanCopyActionResourceTypeArgs>>? = null, val enableContinuousBackup: Output<Boolean>? = null, val lifecycle: Output<BackupPlanLifecycleResourceTypeArgs>? = null, val recoveryPointTags: Output<Map<String, String>>? = null, val ruleName: Output<String>, val scheduleExpression: Output<String>? = null, val scheduleExpressionTimezone: Output<String>? = null, val startWindowMinutes: Output<Double>? = null, val targetBackupVault: Output<String>) : ConvertibleToJava<BackupPlanBackupRuleResourceTypeArgs>

Constructors

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

Properties

Link copied to clipboard
val completionWindowMinutes: Output<Double>? = null

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
val enableContinuousBackup: Output<Boolean>? = null

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

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
val recoveryPointTags: Output<Map<String, String>>? = null

The tags to assign to the resources.

Link copied to clipboard
val ruleName: Output<String>

A display name for a backup rule.

Link copied to clipboard
val scheduleExpression: Output<String>? = null

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

Link copied to clipboard
val scheduleExpressionTimezone: Output<String>? = null

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
val startWindowMinutes: Output<Double>? = null

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.

Functions

Link copied to clipboard
open override fun toJava(): BackupPlanBackupRuleResourceTypeArgs