ResourceDataSyncItem

Information about a resource data sync configuration, including its current status and last successful sync.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The status reported by the last sync.

Link copied to clipboard

The last time the sync operations returned a status of SUCCESSFUL (UTC).

Link copied to clipboard

The status message details reported by the last sync.

Link copied to clipboard

The last time the configuration attempted to sync (UTC).

Link copied to clipboard

Configuration information for the target S3 bucket.

Link copied to clipboard

The date and time the configuration was created (UTC).

Link copied to clipboard

The date and time the resource data sync was changed.

Link copied to clipboard

The name of the resource data sync.

Link copied to clipboard

Information about the source where the data was synchronized.

Link copied to clipboard

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 Organizations or from multiple Amazon Web Services Regions.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String