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.

The status of a specified delivery channel.

Valid values: Success | Failure

Inheritance Hierarchy

System.Object
  Amazon.ConfigService.Model.DeliveryChannelStatus

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

Syntax

C#
public class DeliveryChannelStatus

The DeliveryChannelStatus type exposes the following members

Constructors

NameDescription
Public Method DeliveryChannelStatus()

Properties

NameTypeDescription
Public Property ConfigHistoryDeliveryInfo Amazon.ConfigService.Model.ConfigExportDeliveryInfo

Gets and sets the property ConfigHistoryDeliveryInfo.

A list that contains the status of the delivery of the configuration history to the specified Amazon S3 bucket.

Public Property ConfigSnapshotDeliveryInfo Amazon.ConfigService.Model.ConfigExportDeliveryInfo

Gets and sets the property ConfigSnapshotDeliveryInfo.

A list containing the status of the delivery of the snapshot to the specified Amazon S3 bucket.

Public Property ConfigStreamDeliveryInfo Amazon.ConfigService.Model.ConfigStreamDeliveryInfo

Gets and sets the property ConfigStreamDeliveryInfo.

A list containing the status of the delivery of the configuration stream notification to the specified Amazon SNS topic.

Public Property Name System.String

Gets and sets the property Name.

The name of the delivery channel.

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