1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. Psql
  5. getConfigurations
Oracle Cloud Infrastructure v2.30.0 published on Monday, Apr 14, 2025 by Pulumi

oci.Psql.getConfigurations

Explore with Pulumi AI

Oracle Cloud Infrastructure v2.30.0 published on Monday, Apr 14, 2025 by Pulumi

This data source provides the list of Configurations in Oracle Cloud Infrastructure Psql service.

Returns a list of configurations.

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";

const testConfigurations = oci.Psql.getConfigurations({
    compartmentId: compartmentId,
    configType: configurationConfigType,
    configurationId: testConfiguration.id,
    dbVersion: configurationDbVersion,
    displayName: configurationDisplayName,
    shape: configurationShape,
    state: configurationState,
});
Copy
import pulumi
import pulumi_oci as oci

test_configurations = oci.Psql.get_configurations(compartment_id=compartment_id,
    config_type=configuration_config_type,
    configuration_id=test_configuration["id"],
    db_version=configuration_db_version,
    display_name=configuration_display_name,
    shape=configuration_shape,
    state=configuration_state)
Copy
package main

import (
	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/psql"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := psql.GetConfigurations(ctx, &psql.GetConfigurationsArgs{
			CompartmentId:   pulumi.StringRef(compartmentId),
			ConfigType:      pulumi.StringRef(configurationConfigType),
			ConfigurationId: pulumi.StringRef(testConfiguration.Id),
			DbVersion:       pulumi.StringRef(configurationDbVersion),
			DisplayName:     pulumi.StringRef(configurationDisplayName),
			Shape:           pulumi.StringRef(configurationShape),
			State:           pulumi.StringRef(configurationState),
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;

return await Deployment.RunAsync(() => 
{
    var testConfigurations = Oci.Psql.GetConfigurations.Invoke(new()
    {
        CompartmentId = compartmentId,
        ConfigType = configurationConfigType,
        ConfigurationId = testConfiguration.Id,
        DbVersion = configurationDbVersion,
        DisplayName = configurationDisplayName,
        Shape = configurationShape,
        State = configurationState,
    });

});
Copy
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Psql.PsqlFunctions;
import com.pulumi.oci.Psql.inputs.GetConfigurationsArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;

public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }

    public static void stack(Context ctx) {
        final var testConfigurations = PsqlFunctions.getConfigurations(GetConfigurationsArgs.builder()
            .compartmentId(compartmentId)
            .configType(configurationConfigType)
            .configurationId(testConfiguration.id())
            .dbVersion(configurationDbVersion)
            .displayName(configurationDisplayName)
            .shape(configurationShape)
            .state(configurationState)
            .build());

    }
}
Copy
variables:
  testConfigurations:
    fn::invoke:
      function: oci:Psql:getConfigurations
      arguments:
        compartmentId: ${compartmentId}
        configType: ${configurationConfigType}
        configurationId: ${testConfiguration.id}
        dbVersion: ${configurationDbVersion}
        displayName: ${configurationDisplayName}
        shape: ${configurationShape}
        state: ${configurationState}
Copy

Using getConfigurations

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getConfigurations(args: GetConfigurationsArgs, opts?: InvokeOptions): Promise<GetConfigurationsResult>
function getConfigurationsOutput(args: GetConfigurationsOutputArgs, opts?: InvokeOptions): Output<GetConfigurationsResult>
Copy
def get_configurations(compartment_id: Optional[str] = None,
                       config_type: Optional[str] = None,
                       configuration_id: Optional[str] = None,
                       db_version: Optional[str] = None,
                       display_name: Optional[str] = None,
                       filters: Optional[Sequence[_psql.GetConfigurationsFilter]] = None,
                       shape: Optional[str] = None,
                       state: Optional[str] = None,
                       opts: Optional[InvokeOptions] = None) -> GetConfigurationsResult
def get_configurations_output(compartment_id: Optional[pulumi.Input[str]] = None,
                       config_type: Optional[pulumi.Input[str]] = None,
                       configuration_id: Optional[pulumi.Input[str]] = None,
                       db_version: Optional[pulumi.Input[str]] = None,
                       display_name: Optional[pulumi.Input[str]] = None,
                       filters: Optional[pulumi.Input[Sequence[pulumi.Input[_psql.GetConfigurationsFilterArgs]]]] = None,
                       shape: Optional[pulumi.Input[str]] = None,
                       state: Optional[pulumi.Input[str]] = None,
                       opts: Optional[InvokeOptions] = None) -> Output[GetConfigurationsResult]
Copy
func GetConfigurations(ctx *Context, args *GetConfigurationsArgs, opts ...InvokeOption) (*GetConfigurationsResult, error)
func GetConfigurationsOutput(ctx *Context, args *GetConfigurationsOutputArgs, opts ...InvokeOption) GetConfigurationsResultOutput
Copy

> Note: This function is named GetConfigurations in the Go SDK.

public static class GetConfigurations 
{
    public static Task<GetConfigurationsResult> InvokeAsync(GetConfigurationsArgs args, InvokeOptions? opts = null)
    public static Output<GetConfigurationsResult> Invoke(GetConfigurationsInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetConfigurationsResult> getConfigurations(GetConfigurationsArgs args, InvokeOptions options)
public static Output<GetConfigurationsResult> getConfigurations(GetConfigurationsArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: oci:Psql/getConfigurations:getConfigurations
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

CompartmentId string
The ID of the compartment in which to list resources.
ConfigType string
A filter to return only resources if their configType matches the given configType.
ConfigurationId string
A unique identifier for the configuration.
DbVersion string
Version of the PostgreSQL database, such as 14.9.
DisplayName string
A filter to return only resources that match the entire display name given.
Filters Changes to this property will trigger replacement. List<GetConfigurationsFilter>
Shape string
The name of the shape for the configuration. Example: VM.Standard.E4.Flex
State string
A filter to return only resources if their lifecycleState matches the given lifecycleState.
CompartmentId string
The ID of the compartment in which to list resources.
ConfigType string
A filter to return only resources if their configType matches the given configType.
ConfigurationId string
A unique identifier for the configuration.
DbVersion string
Version of the PostgreSQL database, such as 14.9.
DisplayName string
A filter to return only resources that match the entire display name given.
Filters Changes to this property will trigger replacement. []GetConfigurationsFilter
Shape string
The name of the shape for the configuration. Example: VM.Standard.E4.Flex
State string
A filter to return only resources if their lifecycleState matches the given lifecycleState.
compartmentId String
The ID of the compartment in which to list resources.
configType String
A filter to return only resources if their configType matches the given configType.
configurationId String
A unique identifier for the configuration.
dbVersion String
Version of the PostgreSQL database, such as 14.9.
displayName String
A filter to return only resources that match the entire display name given.
filters Changes to this property will trigger replacement. List<GetConfigurationsFilter>
shape String
The name of the shape for the configuration. Example: VM.Standard.E4.Flex
state String
A filter to return only resources if their lifecycleState matches the given lifecycleState.
compartmentId string
The ID of the compartment in which to list resources.
configType string
A filter to return only resources if their configType matches the given configType.
configurationId string
A unique identifier for the configuration.
dbVersion string
Version of the PostgreSQL database, such as 14.9.
displayName string
A filter to return only resources that match the entire display name given.
filters Changes to this property will trigger replacement. GetConfigurationsFilter[]
shape string
The name of the shape for the configuration. Example: VM.Standard.E4.Flex
state string
A filter to return only resources if their lifecycleState matches the given lifecycleState.
compartment_id str
The ID of the compartment in which to list resources.
config_type str
A filter to return only resources if their configType matches the given configType.
configuration_id str
A unique identifier for the configuration.
db_version str
Version of the PostgreSQL database, such as 14.9.
display_name str
A filter to return only resources that match the entire display name given.
filters Changes to this property will trigger replacement. Sequence[psql.GetConfigurationsFilter]
shape str
The name of the shape for the configuration. Example: VM.Standard.E4.Flex
state str
A filter to return only resources if their lifecycleState matches the given lifecycleState.
compartmentId String
The ID of the compartment in which to list resources.
configType String
A filter to return only resources if their configType matches the given configType.
configurationId String
A unique identifier for the configuration.
dbVersion String
Version of the PostgreSQL database, such as 14.9.
displayName String
A filter to return only resources that match the entire display name given.
filters Changes to this property will trigger replacement. List<Property Map>
shape String
The name of the shape for the configuration. Example: VM.Standard.E4.Flex
state String
A filter to return only resources if their lifecycleState matches the given lifecycleState.

getConfigurations Result

The following output properties are available:

ConfigurationCollections List<GetConfigurationsConfigurationCollection>
The list of configuration_collection.
Id string
The provider-assigned unique ID for this managed resource.
CompartmentId string
The OCID of the compartment that contains the configuration.
ConfigType string
The type of configuration. Either user-created or a default configuration.
ConfigurationId string
DbVersion string
Version of the PostgreSQL database.
DisplayName string
A user-friendly display name for the configuration. Avoid entering confidential information.
Filters List<GetConfigurationsFilter>
Shape string
The name of the shape for the configuration. Example: VM.Standard.E4.Flex
State string
The current state of the configuration.
ConfigurationCollections []GetConfigurationsConfigurationCollection
The list of configuration_collection.
Id string
The provider-assigned unique ID for this managed resource.
CompartmentId string
The OCID of the compartment that contains the configuration.
ConfigType string
The type of configuration. Either user-created or a default configuration.
ConfigurationId string
DbVersion string
Version of the PostgreSQL database.
DisplayName string
A user-friendly display name for the configuration. Avoid entering confidential information.
Filters []GetConfigurationsFilter
Shape string
The name of the shape for the configuration. Example: VM.Standard.E4.Flex
State string
The current state of the configuration.
configurationCollections List<GetConfigurationsConfigurationCollection>
The list of configuration_collection.
id String
The provider-assigned unique ID for this managed resource.
compartmentId String
The OCID of the compartment that contains the configuration.
configType String
The type of configuration. Either user-created or a default configuration.
configurationId String
dbVersion String
Version of the PostgreSQL database.
displayName String
A user-friendly display name for the configuration. Avoid entering confidential information.
filters List<GetConfigurationsFilter>
shape String
The name of the shape for the configuration. Example: VM.Standard.E4.Flex
state String
The current state of the configuration.
configurationCollections GetConfigurationsConfigurationCollection[]
The list of configuration_collection.
id string
The provider-assigned unique ID for this managed resource.
compartmentId string
The OCID of the compartment that contains the configuration.
configType string
The type of configuration. Either user-created or a default configuration.
configurationId string
dbVersion string
Version of the PostgreSQL database.
displayName string
A user-friendly display name for the configuration. Avoid entering confidential information.
filters GetConfigurationsFilter[]
shape string
The name of the shape for the configuration. Example: VM.Standard.E4.Flex
state string
The current state of the configuration.
configuration_collections Sequence[psql.GetConfigurationsConfigurationCollection]
The list of configuration_collection.
id str
The provider-assigned unique ID for this managed resource.
compartment_id str
The OCID of the compartment that contains the configuration.
config_type str
The type of configuration. Either user-created or a default configuration.
configuration_id str
db_version str
Version of the PostgreSQL database.
display_name str
A user-friendly display name for the configuration. Avoid entering confidential information.
filters Sequence[psql.GetConfigurationsFilter]
shape str
The name of the shape for the configuration. Example: VM.Standard.E4.Flex
state str
The current state of the configuration.
configurationCollections List<Property Map>
The list of configuration_collection.
id String
The provider-assigned unique ID for this managed resource.
compartmentId String
The OCID of the compartment that contains the configuration.
configType String
The type of configuration. Either user-created or a default configuration.
configurationId String
dbVersion String
Version of the PostgreSQL database.
displayName String
A user-friendly display name for the configuration. Avoid entering confidential information.
filters List<Property Map>
shape String
The name of the shape for the configuration. Example: VM.Standard.E4.Flex
state String
The current state of the configuration.

Supporting Types

GetConfigurationsConfigurationCollection

Items This property is required. List<GetConfigurationsConfigurationCollectionItem>
List of ConfigParms object.
Items This property is required. []GetConfigurationsConfigurationCollectionItem
List of ConfigParms object.
items This property is required. List<GetConfigurationsConfigurationCollectionItem>
List of ConfigParms object.
items This property is required. GetConfigurationsConfigurationCollectionItem[]
List of ConfigParms object.
items This property is required. Sequence[psql.GetConfigurationsConfigurationCollectionItem]
List of ConfigParms object.
items This property is required. List<Property Map>
List of ConfigParms object.

GetConfigurationsConfigurationCollectionItem

CompartmentId This property is required. string
The ID of the compartment in which to list resources.
ConfigType This property is required. string
A filter to return only resources if their configType matches the given configType.
ConfigurationDetails This property is required. List<GetConfigurationsConfigurationCollectionItemConfigurationDetail>
List of configuration details.
DbConfigurationOverrides This property is required. List<GetConfigurationsConfigurationCollectionItemDbConfigurationOverride>
DbVersion This property is required. string
Version of the PostgreSQL database, such as 14.9.
DefinedTags This property is required. Dictionary<string, string>
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
Description This property is required. string
A description for the configuration.
DisplayName This property is required. string
A filter to return only resources that match the entire display name given.
FreeformTags This property is required. Dictionary<string, string>
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
Id This property is required. string
A unique identifier for the configuration. Immutable on creation.
InstanceMemorySizeInGbs This property is required. int
Memory size in gigabytes with 1GB increment.
InstanceOcpuCount This property is required. int
CPU core count.
IsFlexible This property is required. bool
Whether the configuration supports flexible shapes.
LifecycleDetails This property is required. string
A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
Shape This property is required. string
The name of the shape for the configuration. Example: VM.Standard.E4.Flex
State This property is required. string
A filter to return only resources if their lifecycleState matches the given lifecycleState.
SystemTags This property is required. Dictionary<string, string>
System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
TimeCreated This property is required. string
The date and time that the configuration was created, expressed in RFC 3339 timestamp format. Example: 2016-08-25T21:10:29.600Z
CompartmentId This property is required. string
The ID of the compartment in which to list resources.
ConfigType This property is required. string
A filter to return only resources if their configType matches the given configType.
ConfigurationDetails This property is required. []GetConfigurationsConfigurationCollectionItemConfigurationDetail
List of configuration details.
DbConfigurationOverrides This property is required. []GetConfigurationsConfigurationCollectionItemDbConfigurationOverride
DbVersion This property is required. string
Version of the PostgreSQL database, such as 14.9.
DefinedTags This property is required. map[string]string
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
Description This property is required. string
A description for the configuration.
DisplayName This property is required. string
A filter to return only resources that match the entire display name given.
FreeformTags This property is required. map[string]string
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
Id This property is required. string
A unique identifier for the configuration. Immutable on creation.
InstanceMemorySizeInGbs This property is required. int
Memory size in gigabytes with 1GB increment.
InstanceOcpuCount This property is required. int
CPU core count.
IsFlexible This property is required. bool
Whether the configuration supports flexible shapes.
LifecycleDetails This property is required. string
A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
Shape This property is required. string
The name of the shape for the configuration. Example: VM.Standard.E4.Flex
State This property is required. string
A filter to return only resources if their lifecycleState matches the given lifecycleState.
SystemTags This property is required. map[string]string
System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
TimeCreated This property is required. string
The date and time that the configuration was created, expressed in RFC 3339 timestamp format. Example: 2016-08-25T21:10:29.600Z
compartmentId This property is required. String
The ID of the compartment in which to list resources.
configType This property is required. String
A filter to return only resources if their configType matches the given configType.
configurationDetails This property is required. List<GetConfigurationsConfigurationCollectionItemConfigurationDetail>
List of configuration details.
dbConfigurationOverrides This property is required. List<GetConfigurationsConfigurationCollectionItemDbConfigurationOverride>
dbVersion This property is required. String
Version of the PostgreSQL database, such as 14.9.
definedTags This property is required. Map<String,String>
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
description This property is required. String
A description for the configuration.
displayName This property is required. String
A filter to return only resources that match the entire display name given.
freeformTags This property is required. Map<String,String>
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
id This property is required. String
A unique identifier for the configuration. Immutable on creation.
instanceMemorySizeInGbs This property is required. Integer
Memory size in gigabytes with 1GB increment.
instanceOcpuCount This property is required. Integer
CPU core count.
isFlexible This property is required. Boolean
Whether the configuration supports flexible shapes.
lifecycleDetails This property is required. String
A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
shape This property is required. String
The name of the shape for the configuration. Example: VM.Standard.E4.Flex
state This property is required. String
A filter to return only resources if their lifecycleState matches the given lifecycleState.
systemTags This property is required. Map<String,String>
System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
timeCreated This property is required. String
The date and time that the configuration was created, expressed in RFC 3339 timestamp format. Example: 2016-08-25T21:10:29.600Z
compartmentId This property is required. string
The ID of the compartment in which to list resources.
configType This property is required. string
A filter to return only resources if their configType matches the given configType.
configurationDetails This property is required. GetConfigurationsConfigurationCollectionItemConfigurationDetail[]
List of configuration details.
dbConfigurationOverrides This property is required. GetConfigurationsConfigurationCollectionItemDbConfigurationOverride[]
dbVersion This property is required. string
Version of the PostgreSQL database, such as 14.9.
definedTags This property is required. {[key: string]: string}
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
description This property is required. string
A description for the configuration.
displayName This property is required. string
A filter to return only resources that match the entire display name given.
freeformTags This property is required. {[key: string]: string}
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
id This property is required. string
A unique identifier for the configuration. Immutable on creation.
instanceMemorySizeInGbs This property is required. number
Memory size in gigabytes with 1GB increment.
instanceOcpuCount This property is required. number
CPU core count.
isFlexible This property is required. boolean
Whether the configuration supports flexible shapes.
lifecycleDetails This property is required. string
A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
shape This property is required. string
The name of the shape for the configuration. Example: VM.Standard.E4.Flex
state This property is required. string
A filter to return only resources if their lifecycleState matches the given lifecycleState.
systemTags This property is required. {[key: string]: string}
System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
timeCreated This property is required. string
The date and time that the configuration was created, expressed in RFC 3339 timestamp format. Example: 2016-08-25T21:10:29.600Z
compartment_id This property is required. str
The ID of the compartment in which to list resources.
config_type This property is required. str
A filter to return only resources if their configType matches the given configType.
configuration_details This property is required. Sequence[psql.GetConfigurationsConfigurationCollectionItemConfigurationDetail]
List of configuration details.
db_configuration_overrides This property is required. Sequence[psql.GetConfigurationsConfigurationCollectionItemDbConfigurationOverride]
db_version This property is required. str
Version of the PostgreSQL database, such as 14.9.
defined_tags This property is required. Mapping[str, str]
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
description This property is required. str
A description for the configuration.
display_name This property is required. str
A filter to return only resources that match the entire display name given.
freeform_tags This property is required. Mapping[str, str]
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
id This property is required. str
A unique identifier for the configuration. Immutable on creation.
instance_memory_size_in_gbs This property is required. int
Memory size in gigabytes with 1GB increment.
instance_ocpu_count This property is required. int
CPU core count.
is_flexible This property is required. bool
Whether the configuration supports flexible shapes.
lifecycle_details This property is required. str
A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
shape This property is required. str
The name of the shape for the configuration. Example: VM.Standard.E4.Flex
state This property is required. str
A filter to return only resources if their lifecycleState matches the given lifecycleState.
system_tags This property is required. Mapping[str, str]
System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
time_created This property is required. str
The date and time that the configuration was created, expressed in RFC 3339 timestamp format. Example: 2016-08-25T21:10:29.600Z
compartmentId This property is required. String
The ID of the compartment in which to list resources.
configType This property is required. String
A filter to return only resources if their configType matches the given configType.
configurationDetails This property is required. List<Property Map>
List of configuration details.
dbConfigurationOverrides This property is required. List<Property Map>
dbVersion This property is required. String
Version of the PostgreSQL database, such as 14.9.
definedTags This property is required. Map<String>
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
description This property is required. String
A description for the configuration.
displayName This property is required. String
A filter to return only resources that match the entire display name given.
freeformTags This property is required. Map<String>
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
id This property is required. String
A unique identifier for the configuration. Immutable on creation.
instanceMemorySizeInGbs This property is required. Number
Memory size in gigabytes with 1GB increment.
instanceOcpuCount This property is required. Number
CPU core count.
isFlexible This property is required. Boolean
Whether the configuration supports flexible shapes.
lifecycleDetails This property is required. String
A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
shape This property is required. String
The name of the shape for the configuration. Example: VM.Standard.E4.Flex
state This property is required. String
A filter to return only resources if their lifecycleState matches the given lifecycleState.
systemTags This property is required. Map<String>
System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
timeCreated This property is required. String
The date and time that the configuration was created, expressed in RFC 3339 timestamp format. Example: 2016-08-25T21:10:29.600Z

GetConfigurationsConfigurationCollectionItemConfigurationDetail

Items This property is required. List<GetConfigurationsConfigurationCollectionItemConfigurationDetailItem>
List of ConfigParms object.
Items This property is required. []GetConfigurationsConfigurationCollectionItemConfigurationDetailItem
List of ConfigParms object.
items This property is required. List<GetConfigurationsConfigurationCollectionItemConfigurationDetailItem>
List of ConfigParms object.
items This property is required. GetConfigurationsConfigurationCollectionItemConfigurationDetailItem[]
List of ConfigParms object.
items This property is required. List<Property Map>
List of ConfigParms object.

GetConfigurationsConfigurationCollectionItemConfigurationDetailItem

AllowedValues This property is required. string
Range or list of allowed values.
ConfigKey This property is required. string
The configuration variable name.
DataType This property is required. string
Data type of the variable.
DefaultConfigValue This property is required. string
Default value for the configuration variable.
Description This property is required. string
A description for the configuration.
IsOverridable This property is required. bool
Whether the value can be overridden or not.
IsRestartRequired This property is required. bool
If true, modifying this configuration value will require a restart of the database.
OverridenConfigValue This property is required. string
User-selected configuration variable value.
AllowedValues This property is required. string
Range or list of allowed values.
ConfigKey This property is required. string
The configuration variable name.
DataType This property is required. string
Data type of the variable.
DefaultConfigValue This property is required. string
Default value for the configuration variable.
Description This property is required. string
A description for the configuration.
IsOverridable This property is required. bool
Whether the value can be overridden or not.
IsRestartRequired This property is required. bool
If true, modifying this configuration value will require a restart of the database.
OverridenConfigValue This property is required. string
User-selected configuration variable value.
allowedValues This property is required. String
Range or list of allowed values.
configKey This property is required. String
The configuration variable name.
dataType This property is required. String
Data type of the variable.
defaultConfigValue This property is required. String
Default value for the configuration variable.
description This property is required. String
A description for the configuration.
isOverridable This property is required. Boolean
Whether the value can be overridden or not.
isRestartRequired This property is required. Boolean
If true, modifying this configuration value will require a restart of the database.
overridenConfigValue This property is required. String
User-selected configuration variable value.
allowedValues This property is required. string
Range or list of allowed values.
configKey This property is required. string
The configuration variable name.
dataType This property is required. string
Data type of the variable.
defaultConfigValue This property is required. string
Default value for the configuration variable.
description This property is required. string
A description for the configuration.
isOverridable This property is required. boolean
Whether the value can be overridden or not.
isRestartRequired This property is required. boolean
If true, modifying this configuration value will require a restart of the database.
overridenConfigValue This property is required. string
User-selected configuration variable value.
allowed_values This property is required. str
Range or list of allowed values.
config_key This property is required. str
The configuration variable name.
data_type This property is required. str
Data type of the variable.
default_config_value This property is required. str
Default value for the configuration variable.
description This property is required. str
A description for the configuration.
is_overridable This property is required. bool
Whether the value can be overridden or not.
is_restart_required This property is required. bool
If true, modifying this configuration value will require a restart of the database.
overriden_config_value This property is required. str
User-selected configuration variable value.
allowedValues This property is required. String
Range or list of allowed values.
configKey This property is required. String
The configuration variable name.
dataType This property is required. String
Data type of the variable.
defaultConfigValue This property is required. String
Default value for the configuration variable.
description This property is required. String
A description for the configuration.
isOverridable This property is required. Boolean
Whether the value can be overridden or not.
isRestartRequired This property is required. Boolean
If true, modifying this configuration value will require a restart of the database.
overridenConfigValue This property is required. String
User-selected configuration variable value.

GetConfigurationsConfigurationCollectionItemDbConfigurationOverride

Items This property is required. List<GetConfigurationsConfigurationCollectionItemDbConfigurationOverrideItem>
List of ConfigParms object.
Items This property is required. []GetConfigurationsConfigurationCollectionItemDbConfigurationOverrideItem
List of ConfigParms object.
items This property is required. List<GetConfigurationsConfigurationCollectionItemDbConfigurationOverrideItem>
List of ConfigParms object.
items This property is required. GetConfigurationsConfigurationCollectionItemDbConfigurationOverrideItem[]
List of ConfigParms object.
items This property is required. List<Property Map>
List of ConfigParms object.

GetConfigurationsConfigurationCollectionItemDbConfigurationOverrideItem

ConfigKey This property is required. string
The configuration variable name.
OverridenConfigValue This property is required. string
User-selected configuration variable value.
ConfigKey This property is required. string
The configuration variable name.
OverridenConfigValue This property is required. string
User-selected configuration variable value.
configKey This property is required. String
The configuration variable name.
overridenConfigValue This property is required. String
User-selected configuration variable value.
configKey This property is required. string
The configuration variable name.
overridenConfigValue This property is required. string
User-selected configuration variable value.
config_key This property is required. str
The configuration variable name.
overriden_config_value This property is required. str
User-selected configuration variable value.
configKey This property is required. String
The configuration variable name.
overridenConfigValue This property is required. String
User-selected configuration variable value.

GetConfigurationsFilter

Name This property is required. string
Values This property is required. List<string>
Regex bool
Name This property is required. string
Values This property is required. []string
Regex bool
name This property is required. String
values This property is required. List<String>
regex Boolean
name This property is required. string
values This property is required. string[]
regex boolean
name This property is required. str
values This property is required. Sequence[str]
regex bool
name This property is required. String
values This property is required. List<String>
regex Boolean

Package Details

Repository
oci pulumi/pulumi-oci
License
Apache-2.0
Notes
This Pulumi package is based on the oci Terraform Provider.
Oracle Cloud Infrastructure v2.30.0 published on Monday, Apr 14, 2025 by Pulumi