ResourceDataSyncItem
Information about a resource data sync configuration, including its current status and last successful sync.
Contents
- LastStatus
-
The status reported by the last sync.
Type: String
Valid Values:
Successful | Failed | InProgress
Required: No
- LastSuccessfulSyncTime
-
The last time the sync operations returned a status of
SUCCESSFUL
(UTC).Type: Timestamp
Required: No
- LastSyncStatusMessage
-
The status message details reported by the last sync.
Type: String
Required: No
- LastSyncTime
-
The last time the configuration attempted to sync (UTC).
Type: Timestamp
Required: No
- S3Destination
-
Configuration information for the target S3 bucket.
Type: ResourceDataSyncS3Destination object
Required: No
- SyncCreatedTime
-
The date and time the configuration was created (UTC).
Type: Timestamp
Required: No
- SyncLastModifiedTime
-
The date and time the resource data sync was changed.
Type: Timestamp
Required: No
- SyncName
-
The name of the resource data sync.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 64.
Required: No
- SyncSource
-
Information about the source where the data was synchronized.
Type: ResourceDataSyncSourceWithState object
Required: No
- SyncType
-
The type of resource data sync. If
SyncType
isSyncToDestination
, then the resource data sync synchronizes data to an S3 bucket. If theSyncType
isSyncFromSource
then the resource data sync synchronizes data from AWS Organizations or from multiple AWS Regions.Type: String
Length Constraints: Minimum length of 1. Maximum length of 64.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: