Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Amazonka.Backup.StartBackupJob
Description
Starts an on-demand backup job for the specified resource.
Synopsis
- data StartBackupJob = StartBackupJob' {}
- newStartBackupJob :: Text -> Text -> Text -> StartBackupJob
- startBackupJob_backupOptions :: Lens' StartBackupJob (Maybe (HashMap Text Text))
- startBackupJob_completeWindowMinutes :: Lens' StartBackupJob (Maybe Integer)
- startBackupJob_idempotencyToken :: Lens' StartBackupJob (Maybe Text)
- startBackupJob_lifecycle :: Lens' StartBackupJob (Maybe Lifecycle)
- startBackupJob_recoveryPointTags :: Lens' StartBackupJob (Maybe (HashMap Text Text))
- startBackupJob_startWindowMinutes :: Lens' StartBackupJob (Maybe Integer)
- startBackupJob_backupVaultName :: Lens' StartBackupJob Text
- startBackupJob_resourceArn :: Lens' StartBackupJob Text
- startBackupJob_iamRoleArn :: Lens' StartBackupJob Text
- data StartBackupJobResponse = StartBackupJobResponse' {}
- newStartBackupJobResponse :: Int -> StartBackupJobResponse
- startBackupJobResponse_backupJobId :: Lens' StartBackupJobResponse (Maybe Text)
- startBackupJobResponse_creationDate :: Lens' StartBackupJobResponse (Maybe UTCTime)
- startBackupJobResponse_isParent :: Lens' StartBackupJobResponse (Maybe Bool)
- startBackupJobResponse_recoveryPointArn :: Lens' StartBackupJobResponse (Maybe Text)
- startBackupJobResponse_httpStatus :: Lens' StartBackupJobResponse Int
Creating a Request
data StartBackupJob Source #
See: newStartBackupJob
smart constructor.
Constructors
StartBackupJob' | |
Fields
|
Instances
Arguments
:: Text | |
-> Text | |
-> Text | |
-> StartBackupJob |
Create a value of StartBackupJob
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
StartBackupJob
, startBackupJob_backupOptions
- Specifies the backup option for a selected resource. This option is only
available for Windows Volume Shadow Copy Service (VSS) backup jobs.
Valid values: Set to "WindowsVSS":"enabled"
to enable the
WindowsVSS
backup option and create a Windows VSS backup. Set to
"WindowsVSS""disabled"
to create a regular backup. The
WindowsVSS
option is not enabled by default.
$sel:completeWindowMinutes:StartBackupJob'
, startBackupJob_completeWindowMinutes
- 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.
$sel:idempotencyToken:StartBackupJob'
, startBackupJob_idempotencyToken
- 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.
StartBackupJob
, startBackupJob_lifecycle
- The lifecycle defines when a protected resource is transitioned to cold
storage and when it expires. Backup will transition and expire backups
automatically according to the lifecycle that you define.
Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “retention” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.
Resource types that are able to be transitioned to cold storage are listed in the "Lifecycle to cold storage" section of the Feature availability by resource table. Backup ignores this expression for other resource types.
StartBackupJob
, startBackupJob_recoveryPointTags
- To help organize your resources, you can assign your own metadata to the
resources that you create. Each tag is a key-value pair.
StartBackupJob
, startBackupJob_startWindowMinutes
- 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.
StartBackupJob
, startBackupJob_backupVaultName
- 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.
StartBackupJob
, startBackupJob_resourceArn
- An Amazon Resource Name (ARN) that uniquely identifies a resource. The
format of the ARN depends on the resource type.
StartBackupJob
, startBackupJob_iamRoleArn
- Specifies the IAM role ARN used to create the target recovery point; for
example, arn:aws:iam::123456789012:role/S3Access
.
Request Lenses
startBackupJob_backupOptions :: Lens' StartBackupJob (Maybe (HashMap Text Text)) Source #
Specifies the backup option for a selected resource. This option is only available for Windows Volume Shadow Copy Service (VSS) backup jobs.
Valid values: Set to "WindowsVSS":"enabled"
to enable the
WindowsVSS
backup option and create a Windows VSS backup. Set to
"WindowsVSS""disabled"
to create a regular backup. The
WindowsVSS
option is not enabled by default.
startBackupJob_completeWindowMinutes :: Lens' StartBackupJob (Maybe Integer) Source #
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.
startBackupJob_idempotencyToken :: Lens' StartBackupJob (Maybe Text) Source #
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.
startBackupJob_lifecycle :: Lens' StartBackupJob (Maybe Lifecycle) Source #
The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. Backup will transition and expire backups automatically according to the lifecycle that you define.
Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “retention” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.
Resource types that are able to be transitioned to cold storage are listed in the "Lifecycle to cold storage" section of the Feature availability by resource table. Backup ignores this expression for other resource types.
startBackupJob_recoveryPointTags :: Lens' StartBackupJob (Maybe (HashMap Text Text)) Source #
To help organize your resources, you can assign your own metadata to the resources that you create. Each tag is a key-value pair.
startBackupJob_startWindowMinutes :: Lens' StartBackupJob (Maybe Integer) Source #
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.
startBackupJob_backupVaultName :: Lens' StartBackupJob Text Source #
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.
startBackupJob_resourceArn :: Lens' StartBackupJob Text Source #
An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.
startBackupJob_iamRoleArn :: Lens' StartBackupJob Text Source #
Specifies the IAM role ARN used to create the target recovery point; for
example, arn:aws:iam::123456789012:role/S3Access
.
Destructuring the Response
data StartBackupJobResponse Source #
See: newStartBackupJobResponse
smart constructor.
Constructors
StartBackupJobResponse' | |
Fields
|
Instances
newStartBackupJobResponse Source #
Create a value of StartBackupJobResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
StartBackupJobResponse
, startBackupJobResponse_backupJobId
- Uniquely identifies a request to Backup to back up a resource.
StartBackupJobResponse
, startBackupJobResponse_creationDate
- The date and time that a backup job is created, in Unix format and
Coordinated Universal Time (UTC). The value of CreationDate
is
accurate to milliseconds. For example, the value 1516925490.087
represents Friday, January 26, 2018 12:11:30.087 AM.
StartBackupJobResponse
, startBackupJobResponse_isParent
- This is a returned boolean value indicating this is a parent (composite)
backup job.
StartBackupJobResponse
, startBackupJobResponse_recoveryPointArn
- An ARN that uniquely identifies a recovery point; for example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45
.
$sel:httpStatus:StartBackupJobResponse'
, startBackupJobResponse_httpStatus
- The response's http status code.
Response Lenses
startBackupJobResponse_backupJobId :: Lens' StartBackupJobResponse (Maybe Text) Source #
Uniquely identifies a request to Backup to back up a resource.
startBackupJobResponse_creationDate :: Lens' StartBackupJobResponse (Maybe UTCTime) Source #
The date and time that a backup job is created, in Unix format and
Coordinated Universal Time (UTC). The value of CreationDate
is
accurate to milliseconds. For example, the value 1516925490.087
represents Friday, January 26, 2018 12:11:30.087 AM.
startBackupJobResponse_isParent :: Lens' StartBackupJobResponse (Maybe Bool) Source #
This is a returned boolean value indicating this is a parent (composite) backup job.
startBackupJobResponse_recoveryPointArn :: Lens' StartBackupJobResponse (Maybe Text) Source #
An ARN that uniquely identifies a recovery point; for example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45
.
startBackupJobResponse_httpStatus :: Lens' StartBackupJobResponse Int Source #
The response's http status code.