DeliveryChannelStatus class

The status of a specified delivery channel.

Valid values: Success | Failure

Constructors

DeliveryChannelStatus({ConfigExportDeliveryInfo? configHistoryDeliveryInfo, ConfigExportDeliveryInfo? configSnapshotDeliveryInfo, ConfigStreamDeliveryInfo? configStreamDeliveryInfo, String? name})
DeliveryChannelStatus.fromJson(Map<String, dynamic> json)
factory

Properties

configHistoryDeliveryInfo ConfigExportDeliveryInfo?
A list that contains the status of the delivery of the configuration history to the specified Amazon S3 bucket.
final
configSnapshotDeliveryInfo ConfigExportDeliveryInfo?
A list containing the status of the delivery of the snapshot to the specified Amazon S3 bucket.
final
configStreamDeliveryInfo ConfigStreamDeliveryInfo?
A list containing the status of the delivery of the configuration stream notification to the specified Amazon SNS topic.
final
hashCode int
The hash code for this object.
no setterinherited
name String?
The name of the delivery channel.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited