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 3.5
 
A list that contains the status of the delivery of the configuration stream notification to the Amazon SNS topic.

Inheritance Hierarchy

System.Object
  Amazon.ConfigService.Model.ConfigStreamDeliveryInfo

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

Syntax

C#
public class ConfigStreamDeliveryInfo : Object

The ConfigStreamDeliveryInfo type exposes the following members

Constructors

NameDescription
Public Method ConfigStreamDeliveryInfo()

Properties

NameTypeDescription
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.

Note Providing an SNS topic on a DeliveryChannel for AWS Config is optional. If the SNS delivery is turned off, the last status will be Not_Applicable.

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

The time from the last status change.

Version Information

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