GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Paws::RDS::ExportTask(3) User Contributed Perl Documentation Paws::RDS::ExportTask(3)

Paws::RDS::ExportTask

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.

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.

The reason the export failed, if it failed.

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

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.

The progress of the snapshot export task as a percentage.

The Amazon S3 bucket that the snapshot is exported to.

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

The time that the snapshot was created.

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

The progress status of the export task.

The time that the snapshot export task completed.

The time that the snapshot export task started.

The total amount of data exported, in gigabytes.

A warning about the snapshot export task.

2022-06-01 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.