ResourceDataSyncItem class

Information about a Resource Data Sync configuration, including its current status and last successful sync.

Constructors

ResourceDataSyncItem({LastResourceDataSyncStatus? lastStatus, DateTime? lastSuccessfulSyncTime, String? lastSyncStatusMessage, DateTime? lastSyncTime, ResourceDataSyncS3Destination? s3Destination, DateTime? syncCreatedTime, DateTime? syncLastModifiedTime, String? syncName, ResourceDataSyncSourceWithState? syncSource, String? syncType})
ResourceDataSyncItem.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
lastStatus LastResourceDataSyncStatus?
The status reported by the last sync.
final
lastSuccessfulSyncTime DateTime?
The last time the sync operations returned a status of SUCCESSFUL (UTC).
final
lastSyncStatusMessage String?
The status message details reported by the last sync.
final
lastSyncTime DateTime?
The last time the configuration attempted to sync (UTC).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
s3Destination ResourceDataSyncS3Destination?
Configuration information for the target S3 bucket.
final
syncCreatedTime DateTime?
The date and time the configuration was created (UTC).
final
syncLastModifiedTime DateTime?
The date and time the resource data sync was changed.
final
syncName String?
The name of the Resource Data Sync.
final
syncSource ResourceDataSyncSourceWithState?
Information about the source where the data was synchronized.
final
syncType String?
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.
final

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