CancelExportTaskResponse

Contains the details of a snapshot or cluster export to Amazon S3.

This data type is used as a response element in the DescribeExportTasks operation.

Types

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

Properties

Link copied to clipboard

The data exported from the snapshot or cluster.

Link copied to clipboard

A unique identifier for the snapshot or cluster export task. This ID isn't an identifier for the Amazon S3 bucket where the data is exported.

Link copied to clipboard

The reason the export failed, if it failed.

Link copied to clipboard

The name of the IAM role that is used to write to Amazon S3 when exporting a snapshot or cluster.

Link copied to clipboard

The key identifier of the Amazon Web Services KMS key that is used to encrypt the data when it's exported to Amazon S3. The KMS key identifier is its key ARN, key ID, alias ARN, or alias name. The IAM role used for the export must have encryption and decryption permissions to use this KMS key.

Link copied to clipboard

The progress of the snapshot or cluster export task as a percentage.

Link copied to clipboard

The Amazon S3 bucket where the snapshot or cluster is exported to.

Link copied to clipboard

The Amazon S3 bucket prefix that is the file name and path of the exported data.

Link copied to clipboard

The time when the snapshot was created.

Link copied to clipboard

The Amazon Resource Name (ARN) of the snapshot or cluster exported to Amazon S3.

Link copied to clipboard

The type of source for the export.

Link copied to clipboard

The progress status of the export task. The status can be one of the following:

Link copied to clipboard

The time when the snapshot or cluster export task ended.

Link copied to clipboard

The time when the snapshot or cluster export task started.

Link copied to clipboard

The total amount of data exported, in gigabytes.

Link copied to clipboard

A warning about the snapshot or cluster export task.

Functions

Link copied to clipboard
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