amazonka-backup-2.0: Amazon Backup SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Backup.StartBackupJob

Description

Starts an on-demand backup job for the specified resource.

Synopsis

Creating a Request

data StartBackupJob Source #

See: newStartBackupJob smart constructor.

Constructors

StartBackupJob' 

Fields

  • backupOptions :: Maybe (HashMap Text Text)

    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.

  • completeWindowMinutes :: Maybe Integer

    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.

  • idempotencyToken :: Maybe Text

    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.

  • lifecycle :: Maybe 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.

  • recoveryPointTags :: Maybe (Sensitive (HashMap Text Text))

    To help organize your resources, you can assign your own metadata to the resources that you create. Each tag is a key-value pair.

  • startWindowMinutes :: Maybe Integer

    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.

  • backupVaultName :: Text

    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.

  • resourceArn :: Text

    An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.

  • iamRoleArn :: Text

    Specifies the IAM role ARN used to create the target recovery point; for example, arn:aws:iam::123456789012:role/S3Access.

Instances

Instances details
ToJSON StartBackupJob Source # 
Instance details

Defined in Amazonka.Backup.StartBackupJob

ToHeaders StartBackupJob Source # 
Instance details

Defined in Amazonka.Backup.StartBackupJob

ToPath StartBackupJob Source # 
Instance details

Defined in Amazonka.Backup.StartBackupJob

ToQuery StartBackupJob Source # 
Instance details

Defined in Amazonka.Backup.StartBackupJob

AWSRequest StartBackupJob Source # 
Instance details

Defined in Amazonka.Backup.StartBackupJob

Associated Types

type AWSResponse StartBackupJob #

Generic StartBackupJob Source # 
Instance details

Defined in Amazonka.Backup.StartBackupJob

Associated Types

type Rep StartBackupJob :: Type -> Type #

Show StartBackupJob Source # 
Instance details

Defined in Amazonka.Backup.StartBackupJob

NFData StartBackupJob Source # 
Instance details

Defined in Amazonka.Backup.StartBackupJob

Methods

rnf :: StartBackupJob -> () #

Eq StartBackupJob Source # 
Instance details

Defined in Amazonka.Backup.StartBackupJob

Hashable StartBackupJob Source # 
Instance details

Defined in Amazonka.Backup.StartBackupJob

type AWSResponse StartBackupJob Source # 
Instance details

Defined in Amazonka.Backup.StartBackupJob

type Rep StartBackupJob Source # 
Instance details

Defined in Amazonka.Backup.StartBackupJob

newStartBackupJob Source #

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

  • backupJobId :: Maybe Text

    Uniquely identifies a request to Backup to back up a resource.

  • creationDate :: Maybe POSIX

    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.

  • isParent :: Maybe Bool

    This is a returned boolean value indicating this is a parent (composite) backup job.

  • recoveryPointArn :: Maybe Text

    An ARN that uniquely identifies a recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Generic StartBackupJobResponse Source # 
Instance details

Defined in Amazonka.Backup.StartBackupJob

Associated Types

type Rep StartBackupJobResponse :: Type -> Type #

Read StartBackupJobResponse Source # 
Instance details

Defined in Amazonka.Backup.StartBackupJob

Show StartBackupJobResponse Source # 
Instance details

Defined in Amazonka.Backup.StartBackupJob

NFData StartBackupJobResponse Source # 
Instance details

Defined in Amazonka.Backup.StartBackupJob

Methods

rnf :: StartBackupJobResponse -> () #

Eq StartBackupJobResponse Source # 
Instance details

Defined in Amazonka.Backup.StartBackupJob

type Rep StartBackupJobResponse Source # 
Instance details

Defined in Amazonka.Backup.StartBackupJob

type Rep StartBackupJobResponse = D1 ('MetaData "StartBackupJobResponse" "Amazonka.Backup.StartBackupJob" "amazonka-backup-2.0-LovIt41tphM6jvgQJhTyRf" 'False) (C1 ('MetaCons "StartBackupJobResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "backupJobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "creationDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "isParent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "recoveryPointArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

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.