AggregatedSourceStatus
public struct AggregatedSourceStatus : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The region authorized to collect aggregated data.
Declaration
Swift
public let awsRegion: String?
-
The error code that AWS Config returned when the source account aggregation last failed.
Declaration
Swift
public let lastErrorCode: String?
-
The message indicating that the source account aggregation failed due to an error.
Declaration
Swift
public let lastErrorMessage: String?
-
Filters the last updated status type. Valid value FAILED indicates errors while moving data. Valid value SUCCEEDED indicates the data was successfully moved. Valid value OUTDATED indicates the data is not the most recent.
Declaration
Swift
public let lastUpdateStatus: AggregatedSourceStatusType?
-
The time of the last update.
Declaration
Swift
public let lastUpdateTime: TimeStamp?
-
The source account ID or an organization.
Declaration
Swift
public let sourceId: String?
-
The source account or an organization.
Declaration
Swift
public let sourceType: AggregatedSourceType?
-
Undocumented
Declaration
Swift
public init(awsRegion: String? = nil, lastErrorCode: String? = nil, lastErrorMessage: String? = nil, lastUpdateStatus: AggregatedSourceStatusType? = nil, lastUpdateTime: TimeStamp? = nil, sourceId: String? = nil, sourceType: AggregatedSourceType? = nil)