DeliveryChannelStatus
public struct DeliveryChannelStatus : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list that contains the status of the delivery of the configuration history to the specified Amazon S3 bucket.
Declaration
Swift
public let configHistoryDeliveryInfo: ConfigExportDeliveryInfo?
-
A list containing the status of the delivery of the snapshot to the specified Amazon S3 bucket.
Declaration
Swift
public let configSnapshotDeliveryInfo: ConfigExportDeliveryInfo?
-
A list containing the status of the delivery of the configuration stream notification to the specified Amazon SNS topic.
Declaration
Swift
public let configStreamDeliveryInfo: ConfigStreamDeliveryInfo?
-
The name of the delivery channel.
Declaration
Swift
public let name: String?
-
Undocumented
Declaration
Swift
public init(configHistoryDeliveryInfo: ConfigExportDeliveryInfo? = nil, configSnapshotDeliveryInfo: ConfigExportDeliveryInfo? = nil, configStreamDeliveryInfo: ConfigStreamDeliveryInfo? = nil, name: String? = nil)