AWS SDK Version 3 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.

Provides status of the delivery of the snapshot or the configuration history to the specified Amazon S3 bucket. Also provides the status of notifications about the Amazon S3 delivery to the specified Amazon SNS topic.

Inheritance Hierarchy

System.Object
  Amazon.ConfigService.Model.ConfigExportDeliveryInfo

Namespace: Amazon.ConfigService.Model
Assembly: AWSSDK.ConfigService.dll
Version: 3.x.y.z

Syntax

C#
public class ConfigExportDeliveryInfo

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 Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

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