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 of the snapshot.database.table [table-name]- Export a table of the snapshot.database.schema [schema-name]- Export a database schema of the snapshot. This value isn't valid for RDS for MySQL, RDS for MariaDB, or Aurora MySQL.database.schema.table [table-name]- Export a table of the database schema. This value isn't valid for RDS for MySQL, RDS for MariaDB, or Aurora MySQL.
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 ID of the AWS KMS key that is used to encrypt the snapshot when it's exported to Amazon S3. The KMS key ID is the Amazon Resource Name (ARN), the KMS key identifier, or the KMS key alias for the KMS encryption key. The IAM role used for the snapshot export must have encryption and decryption permissions to use this KMS key.
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.