MigrationOptions
The configuration options for a saved objects migration job.
Contents
- source
-
The data source from which to export saved objects.
Type: MigrationSource object
Required: Yes
- workspace
-
The target workspace configuration for importing saved objects. You can specify an existing workspace or request creation of a new workspace.
Type: MigrationWorkspace object
Required: Yes
- conflictResolution
-
The strategy for resolving conflicts when saved objects already exist in the target workspace. Valid values are
CREATE_NEW_COPIES, which creates new objects with unique IDs, andoverwrite, which replaces existing objects.Type: String
Required: No
- exportOptions
-
Options to filter the scope of saved objects to export from the source.
Type: ExportOptions object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: