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 information about a Capacity Manager data export configuration, including export settings, delivery status, and recent export activity.
Namespace: Amazon.EC2.Model
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z
public class CapacityManagerDataExportResponse
The CapacityManagerDataExportResponse type exposes the following members
| Name | Description | |
|---|---|---|
|
CapacityManagerDataExportResponse() |
| Name | Type | Description | |
|---|---|---|---|
|
CapacityManagerDataExportId | System.String |
Gets and sets the property CapacityManagerDataExportId. The unique identifier for the data export configuration. |
|
CreateTime | System.Nullable<System.DateTime> |
Gets and sets the property CreateTime. The timestamp when the data export configuration was created. |
|
LatestDeliveryS3LocationUri | System.String |
Gets and sets the property LatestDeliveryS3LocationUri. The S3 URI of the most recently delivered export file. |
|
LatestDeliveryStatus | Amazon.EC2.CapacityManagerDataExportStatus |
Gets and sets the property LatestDeliveryStatus. The status of the most recent export delivery. |
|
LatestDeliveryStatusMessage | System.String |
Gets and sets the property LatestDeliveryStatusMessage. A message describing the status of the most recent export delivery, including any error details if the delivery failed. |
|
LatestDeliveryTime | System.Nullable<System.DateTime> |
Gets and sets the property LatestDeliveryTime. The timestamp when the most recent export was delivered to S3. |
|
OutputFormat | Amazon.EC2.OutputFormat |
Gets and sets the property OutputFormat. The file format of the exported data. |
|
S3BucketName | System.String |
Gets and sets the property S3BucketName. The name of the S3 bucket where export files are delivered. |
|
S3BucketPrefix | System.String |
Gets and sets the property S3BucketPrefix. The S3 key prefix used for organizing export files within the bucket. |
|
Schedule | Amazon.EC2.Schedule |
Gets and sets the property Schedule. The frequency at which data exports are generated. |
|
Tags | System.Collections.Generic.List<Amazon.EC2.Model.Tag> |
Gets and sets the property Tags. The tags associated with the data export configuration. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.7.2 and newer