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.

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.ConfigService.dll
Version: 3.x.y.z

Syntax

C#
public class ConfigStreamDeliveryInfo

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

.NET Standard:
Supported in: 2.0

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