Aws Rds Export Task Properties Args
Definition of awsRdsExportTask
Constructors
Properties
The data exported from the snapshot or cluster.
Valid Values:
-
database
- Export all the data from a specified database. -
database.table
table-name - Export a table of the snapshot or cluster. 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 or cluster. 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 or cluster export task. This ID isn't an identifier for the Amazon S3 bucket where the data is exported.
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 or cluster.
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.
The progress of the snapshot or cluster export task as a percentage.
The time when the snapshot was created.
The type of source for the export.
The time when the snapshot or cluster export task ended.
The time when the snapshot or cluster export task started.
The total amount of data exported, in gigabytes.
A warning about the snapshot or cluster export task.