This data source provides the list of Managed My Sql Database Configuration Data in Oracle Cloud Infrastructure Database Management service.
Retrieves Configuration Data for given MySQL Instance.
data "oci_database_management_managed_my_sql_database_configuration_data" "test_managed_my_sql_database_configuration_data" {
#Required
managed_my_sql_database_id = oci_database_management_managed_my_sql_database.test_managed_my_sql_database.id
}
The following arguments are supported:
managed_my_sql_database_id
- (Required) The OCID of ManagedMySqlDatabase.The following attributes are exported:
my_sql_configuration_data_collection
- The list of my_sql_configuration_data_collection.The following attributes are exported:
items
- List of ConfigurationDataSummary.
default_value
- default value of variabledescription
- Description of the variablehost_set
- Host from where this value was set. Empty for MySql Database Systemis_configurable
- Whether this variable is configurableis_dynamic
- Whether variable can be set dynamically or notis_init
- whether variable is set at server startupmax_value
- Maximum value of variablemin_value
- Minimum value of variablename
- The name of variablepath
- If the variable was set from an option file, VARIABLE_PATH is the path name of that file. Otherwise, the value is the empty string.possible_values
- Comma separated list of possible values for the variable in value:valueDescription formatsource
- The source from which the variable was most recently setsupported_versions
- Comma separated list of MySql versions where this variable is supportedtime_set
- Time when value was settype
- type of variableuser_set
- User who set this value. Empty for MySql Database Systemvalue
- The value of variable