NAME
Paws::RDS::ExportTask
ATTRIBUTES
ExportOnly => ArrayRef[Str|Undef]
The data exported from the snapshot. Valid values are the following:
database
- Export all the data from a specified database.database.table
table-name - Export a table of the snapshot. This format is valid only for RDS for MySQL, RDS for MariaDB, and Aurora MySQL.database.schema
schema-name - Export a database schema of the snapshot. This format is valid only for RDS for PostgreSQL and Aurora PostgreSQL.database.schema.table
table-name - Export a table of the database schema. This format is valid only for RDS for PostgreSQL and Aurora PostgreSQL.
ExportTaskIdentifier => Str
A unique identifier for the snapshot export task. This ID isn't an identifier for the Amazon S3 bucket where the snapshot is exported to.
FailureCause => Str
The reason the export failed, if it failed.
IamRoleArn => Str
The name of the IAM role that is used to write to Amazon S3 when exporting a snapshot.
KmsKeyId => Str
The key identifier of the Amazon Web Services KMS customer master key (CMK) that is used to encrypt the snapshot when it's exported to Amazon S3. The Amazon Web Services KMS CMK identifier is its key ARN, key ID, alias ARN, or alias name. The IAM role used for the snapshot export must have encryption and decryption permissions to use this Amazon Web Services KMS CMK.
PercentProgress => Int
The progress of the snapshot export task as a percentage.
S3Bucket => Str
The Amazon S3 bucket that the snapshot is exported to.
S3Prefix => Str
The Amazon S3 bucket prefix that is the file name and path of the exported snapshot.
SnapshotTime => Str
The time that the snapshot was created.
SourceArn => Str
The Amazon Resource Name (ARN) of the snapshot exported to Amazon S3.
Status => Str
The progress status of the export task.
TaskEndTime => Str
The time that the snapshot export task completed.
TaskStartTime => Str
The time that the snapshot export task started.
TotalExtractedDataInGB => Int
The total amount of data exported, in gigabytes.
WarningMessage => Str
A warning about the snapshot export task.