RecoverGlueIcebergTableSnapshotInput
Request for RecoverGlueIcebergTableSnapshot.
Fields
| Field | Type | Description |
|---|---|---|
| exportToExistingTable | GlueIcebergExportToExistingTableRecoveryTarget | Write the snapshot into a different, already-existing Iceberg table. |
| exportToNewTable | GlueIcebergExportToNewTableRecoveryTarget | Create a new Iceberg table in an existing Glue database and write the snapshot into it. |
| inPlace | GlueIcebergInPlaceRecoveryTarget | Recover into a branch on the source table itself. |
| snapshotId | UUID | Identifier of the snapshot to recover. |
| sourceTableId | UUID | Source GlueIcebergTable being recovered from. |