AWS SDK Version 2 for .NET
API Reference

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.

.NET Framework 4.5
 
A list that contains the status of the delivery of either the snapshot or the configuration history to the specified Amazon S3 bucket.

Inheritance Hierarchy

System.Object
  Amazon.ConfigService.Model.ConfigExportDeliveryInfo

Namespace: Amazon.ConfigService.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class ConfigExportDeliveryInfo : Object

The ConfigExportDeliveryInfo type exposes the following members

Constructors

NameDescription
Public Method ConfigExportDeliveryInfo()

Properties

NameTypeDescription
Public Property LastAttemptTime System.DateTime Gets and sets the property LastAttemptTime.

The time of the last attempted delivery.

Public Property LastErrorCode System.String Gets and sets the property LastErrorCode.

The error code from the last attempted delivery.

Public Property LastErrorMessage System.String Gets and sets the property LastErrorMessage.

The error message from the last attempted delivery.

Public Property LastStatus Amazon.ConfigService.DeliveryStatus Gets and sets the property LastStatus.

Status of the last attempted delivery.

Public Property LastSuccessfulTime System.DateTime Gets and sets the property LastSuccessfulTime.

The time of the last successful delivery.

Public Property NextDeliveryTime System.DateTime Gets and sets the property NextDeliveryTime.

The time that the next delivery occurs.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5