ExportConfigurationDetails¶
- 
class oci.apm_config.models.ExportConfigurationDetails(**kwargs)¶
- Bases: - object- Array of configuration items with its dependencies to export. - Methods - __init__(**kwargs)- Initializes a new ExportConfigurationDetails object with values from keyword arguments. - Attributes - configuration_map- [Required] Gets the configuration_map of this ExportConfigurationDetails. - 
__init__(**kwargs)¶
- Initializes a new ExportConfigurationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - configuration_map (dict(str, str)) – The value to assign to the configuration_map property of this ExportConfigurationDetails. 
 - 
configuration_map¶
- [Required] Gets the configuration_map of this ExportConfigurationDetails. Simple key-value pair that has parameters related to the export process (ConfigurationId, Skip, …) and more. Example: {“parameter-key”: “parameter-value”} Supported parameters: — List of the Configuration Type or Groups to Export to a destination domain. - Returns: - The configuration_map of this ExportConfigurationDetails. - Return type: - dict(str, str) 
 
-