AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
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.
Namespace: Amazon.RDS.Model
Assembly: AWSSDK.RDS.dll
Version: 3.x.y.z
public class CancelExportTaskResponse : AmazonWebServiceResponse
The CancelExportTaskResponse type exposes the following members
Name | Description | |
---|---|---|
![]() |
CancelExportTaskResponse() |
Name | Type | Description | |
---|---|---|---|
![]() |
ContentLength | System.Int64 | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
![]() |
ExportOnly | System.Collections.Generic.List<System.String> |
Gets and sets the property ExportOnly. The data exported from the snapshot or cluster. Valid Values:
|
![]() |
ExportTaskIdentifier | System.String |
Gets and sets the property ExportTaskIdentifier. 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. |
![]() |
FailureCause | System.String |
Gets and sets the property FailureCause. The reason the export failed, if it failed. |
![]() |
HttpStatusCode | System.Net.HttpStatusCode | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
![]() |
IamRoleArn | System.String |
Gets and sets the property IamRoleArn. The name of the IAM role that is used to write to Amazon S3 when exporting a snapshot or cluster. |
![]() |
KmsKeyId | System.String |
Gets and sets the property KmsKeyId. 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. |
![]() |
PercentProgress | System.Int32 |
Gets and sets the property PercentProgress. The progress of the snapshot or cluster export task as a percentage. |
![]() |
ResponseMetadata | Amazon.Runtime.ResponseMetadata | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
![]() |
S3Bucket | System.String |
Gets and sets the property S3Bucket. The Amazon S3 bucket where the snapshot or cluster is exported to. |
![]() |
S3Prefix | System.String |
Gets and sets the property S3Prefix. The Amazon S3 bucket prefix that is the file name and path of the exported data. |
![]() |
SnapshotTime | System.DateTime |
Gets and sets the property SnapshotTime. The time when the snapshot was created. |
![]() |
SourceArn | System.String |
Gets and sets the property SourceArn. The Amazon Resource Name (ARN) of the snapshot or cluster exported to Amazon S3. |
![]() |
SourceType | Amazon.RDS.ExportSourceType |
Gets and sets the property SourceType. The type of source for the export. |
![]() |
Status | System.String |
Gets and sets the property Status. The progress status of the export task. The status can be one of the following:
|
![]() |
TaskEndTime | System.DateTime |
Gets and sets the property TaskEndTime. The time when the snapshot or cluster export task ended. |
![]() |
TaskStartTime | System.DateTime |
Gets and sets the property TaskStartTime. The time when the snapshot or cluster export task started. |
![]() |
TotalExtractedDataInGB | System.Int32 |
Gets and sets the property TotalExtractedDataInGB. The total amount of data exported, in gigabytes. |
![]() |
WarningMessage | System.String |
Gets and sets the property WarningMessage. A warning about the snapshot or cluster export task. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5