Builder
Properties
Specifies the backup option for a selected resource. This option is only available for Windows Volume Shadow Copy Service (VSS) backup jobs.
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 Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens.
A value in minutes during which a successfully started backup must complete, or else Backup will cancel the job. This value is optional. This value begins counting down from when the backup was scheduled. It does not add additional time for StartWindowMinutes
, or if the backup started later than scheduled.
Specifies the IAM role ARN used to create the target recovery point; for example, arn:aws:iam::123456789012:role/S3Access
.
A customer-chosen string that you can use to distinguish between otherwise identical calls to StartBackupJob
. Retrying a successful request with the same idempotency token results in a success message with no action taken.
To help organize your resources, you can assign your own metadata to the resources that you create. Each tag is a key-value pair.
An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.
A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start successfully. This value is optional, and the default is 8 hours. If this value is included, it must be at least 60 minutes to avoid errors.
Functions
construct an aws.sdk.kotlin.services.backup.model.Lifecycle inside the given block