Seleziona le tue preferenze relative ai cookie

Utilizziamo cookie essenziali e strumenti simili necessari per fornire il nostro sito e i nostri servizi. Utilizziamo i cookie prestazionali per raccogliere statistiche anonime in modo da poter capire come i clienti utilizzano il nostro sito e apportare miglioramenti. I cookie essenziali non possono essere disattivati, ma puoi fare clic su \"Personalizza\" o \"Rifiuta\" per rifiutare i cookie prestazionali.

Se sei d'accordo, AWS e le terze parti approvate utilizzeranno i cookie anche per fornire utili funzionalità del sito, ricordare le tue preferenze e visualizzare contenuti pertinenti, inclusa la pubblicità pertinente. Per continuare senza accettare questi cookie, fai clic su \"Continua\" o \"Rifiuta\". Per effettuare scelte più dettagliate o saperne di più, fai clic su \"Personalizza\".

DescribeDataMigrations

Modalità Focus
DescribeDataMigrations - AWS Database Migration Service
Questa pagina non è tradotta nella tua lingua. Richiedi traduzione

Returns information about data migrations.

Request Syntax

{ "Filters": [ { "Name": "string", "Values": [ "string" ] } ], "Marker": "string", "MaxRecords": number, "WithoutSettings": boolean, "WithoutStatistics": boolean }

Request Parameters

For information about the parameters that are common to all actions, see Common Parameters.

The request accepts the following data in JSON format.

Filters

Filters applied to the data migrations.

Type: Array of Filter objects

Required: No

Marker

An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

Type: String

Length Constraints: Maximum length of 1024.

Required: No

MaxRecords

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

Type: Integer

Required: No

WithoutSettings

An option to set to avoid returning information about settings. Use this to reduce overhead when setting information is too large. To use this option, choose true; otherwise, choose false (the default).

Type: Boolean

Required: No

WithoutStatistics

An option to set to avoid returning information about statistics. Use this to reduce overhead when statistics information is too large. To use this option, choose true; otherwise, choose false (the default).

Type: Boolean

Required: No

Response Syntax

{ "DataMigrations": [ { "DataMigrationArn": "string", "DataMigrationCidrBlocks": [ "string" ], "DataMigrationCreateTime": "string", "DataMigrationEndTime": "string", "DataMigrationName": "string", "DataMigrationSettings": { "CloudwatchLogsEnabled": boolean, "NumberOfJobs": number, "SelectionRules": "string" }, "DataMigrationStartTime": "string", "DataMigrationStatistics": { "CDCLatency": number, "ElapsedTimeMillis": number, "FullLoadPercentage": number, "StartTime": "string", "StopTime": "string", "TablesErrored": number, "TablesLoaded": number, "TablesLoading": number, "TablesQueued": number }, "DataMigrationStatus": "string", "DataMigrationType": "string", "LastFailureMessage": "string", "MigrationProjectArn": "string", "PublicIpAddresses": [ "string" ], "ServiceAccessRoleArn": "string", "SourceDataSettings": [ { "CDCStartPosition": "string", "CDCStartTime": "string", "CDCStopTime": "string", "SlotName": "string" } ], "StopReason": "string", "TargetDataSettings": [ { "TablePreparationMode": "string" } ] } ], "Marker": "string" }

Response Elements

If the action is successful, the service sends back an HTTP 200 response.

The following data is returned in JSON format by the service.

DataMigrations

Returns information about the data migrations used in the project.

Type: Array of DataMigration objects

Marker

An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

Type: String

Length Constraints: Maximum length of 1024.

Errors

For information about the errors that are common to all actions, see Common Errors.

FailedDependencyFault

A dependency threw an exception.

HTTP Status Code: 400

InvalidResourceStateFault

The resource is in a state that prevents it from being used for database migration.

HTTP Status Code: 400

ResourceNotFoundFault

The resource could not be found.

HTTP Status Code: 400

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following:

PrivacyCondizioni del sitoPreferenze cookie
© 2025, Amazon Web Services, Inc. o società affiliate. Tutti i diritti riservati.