listAggregateResourceSynchronizationStatuses
abstract suspend fun listAggregateResourceSynchronizationStatuses(input: ListAggregateResourceSynchronizationStatusesRequest = ListAggregateResourceSynchronizationStatusesRequest { }): ListAggregateResourceSynchronizationStatusesResponse
Lists the aggregated synchronization statuses of resources across the deployments in your administrator account. You can filter the results by synchronization status and page through them.
Samples
// Lists the aggregate synchronization status of resources across all deployments in the account.
val resp = networkSecurityManagerClient.listAggregateResourceSynchronizationStatuses {
synchronizationStatus = SynchronizationStatus.fromValue("IN_SYNC")
maxResults = 10
}Content copied to clipboard