ExportOptions
Options to filter the scope of saved objects to export during a migration.
Contents
- includeReferencesDeep
-
Specifies whether to include all objects referenced by the exported objects, recursively.
Type: Boolean
Required: No
- objects
-
A list of specific saved objects to include in the migration, identified by type and ID.
Type: Array of SavedObjectIdentifier objects
Required: No
- types
-
A list of saved object types to include in the migration. Valid values include
dashboard,visualization,index-pattern,search, andquery.Type: Array of strings
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: