CopyJob

class CopyJob

Contains detailed information about a copy job.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The account ID that owns the copy job.

Link copied to clipboard

The size, in bytes, of a copy job.

Link copied to clipboard

This returns the statistics of the included child (nested) copy jobs.

Link copied to clipboard

The date and time a copy job is completed, in Unix format and Coordinated Universal Time (UTC). The value of CompletionDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

Link copied to clipboard

This is the identifier of a resource within a composite group, such as nested (child) recovery point belonging to a composite (parent) stack. The ID is transferred from the logical ID within a stack.

Link copied to clipboard

Uniquely identifies a copy job.

Link copied to clipboard

Contains information about the backup plan and rule that Backup used to initiate the recovery point backup.

Link copied to clipboard

The date and time a copy 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.

Link copied to clipboard

An Amazon Resource Name (ARN) that uniquely identifies a destination copy vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

This parameter is the job count for the specified message category.

Link copied to clipboard

This is the number of child (nested) copy jobs.

Link copied to clipboard

This uniquely identifies a request to Backup to copy a resource. The return will be the parent (composite) job ID.

Link copied to clipboard

The Amazon Web Services resource to be copied; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.

Link copied to clipboard

This is the non-unique name of the resource that belongs to the specified backup.

Link copied to clipboard

The type of Amazon Web Services resource to be copied; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.

Link copied to clipboard

An Amazon Resource Name (ARN) that uniquely identifies a source copy vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.

Link copied to clipboard

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

Link copied to clipboard

The current state of a copy job.

Link copied to clipboard

A detailed message explaining the status of the job to copy a resource.

Functions

Link copied to clipboard
inline fun copy(block: CopyJob.Builder.() -> Unit = {}): CopyJob
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String