ResourceDataSyncItem
public struct ResourceDataSyncItem : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The status reported by the last sync.
Declaration
Swift
public let lastStatus: LastResourceDataSyncStatus?
-
The last time the sync operations returned a status of SUCCESSFUL (UTC).
Declaration
Swift
public let lastSuccessfulSyncTime: TimeStamp?
-
The status message details reported by the last sync.
Declaration
Swift
public let lastSyncStatusMessage: String?
-
The last time the configuration attempted to sync (UTC).
Declaration
Swift
public let lastSyncTime: TimeStamp?
-
Configuration information for the target S3 bucket.
Declaration
Swift
public let s3Destination: ResourceDataSyncS3Destination?
-
The date and time the configuration was created (UTC).
Declaration
Swift
public let syncCreatedTime: TimeStamp?
-
The date and time the resource data sync was changed.
Declaration
Swift
public let syncLastModifiedTime: TimeStamp?
-
The name of the Resource Data Sync.
Declaration
Swift
public let syncName: String?
-
Information about the source where the data was synchronized.
Declaration
Swift
public let syncSource: ResourceDataSyncSourceWithState?
-
The type of resource data sync. If SyncType is SyncToDestination, then the resource data sync synchronizes data to an S3 bucket. If the SyncType is SyncFromSource then the resource data sync synchronizes data from AWS Organizations or from multiple AWS Regions.
Declaration
Swift
public let syncType: String?
-
init(lastStatus:lastSuccessfulSyncTime:lastSyncStatusMessage:lastSyncTime:s3Destination:syncCreatedTime:syncLastModifiedTime:syncName:syncSource:syncType:)
Undocumented
Declaration
Swift
public init(lastStatus: LastResourceDataSyncStatus? = nil, lastSuccessfulSyncTime: TimeStamp? = nil, lastSyncStatusMessage: String? = nil, lastSyncTime: TimeStamp? = nil, s3Destination: ResourceDataSyncS3Destination? = nil, syncCreatedTime: TimeStamp? = nil, syncLastModifiedTime: TimeStamp? = nil, syncName: String? = nil, syncSource: ResourceDataSyncSourceWithState? = nil, syncType: String? = nil)