Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi
oci.Psql.getConfigurations
Explore with Pulumi AI
Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 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,
configurationId: testConfiguration.id,
dbVersion: configurationDbVersion,
displayName: configurationDisplayName,
shape: configurationShape,
state: configurationState,
});
import pulumi
import pulumi_oci as oci
test_configurations = oci.Psql.get_configurations(compartment_id=compartment_id,
configuration_id=test_configuration["id"],
db_version=configuration_db_version,
display_name=configuration_display_name,
shape=configuration_shape,
state=configuration_state)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/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),
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
})
}
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,
ConfigurationId = testConfiguration.Id,
DbVersion = configurationDbVersion,
DisplayName = configurationDisplayName,
Shape = configurationShape,
State = configurationState,
});
});
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)
.configurationId(testConfiguration.id())
.dbVersion(configurationDbVersion)
.displayName(configurationDisplayName)
.shape(configurationShape)
.state(configurationState)
.build());
}
}
variables:
testConfigurations:
fn::invoke:
Function: oci:Psql:getConfigurations
Arguments:
compartmentId: ${compartmentId}
configurationId: ${testConfiguration.id}
dbVersion: ${configurationDbVersion}
displayName: ${configurationDisplayName}
shape: ${configurationShape}
state: ${configurationState}
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>
def get_configurations(compartment_id: 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,
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]
func GetConfigurations(ctx *Context, args *GetConfigurationsArgs, opts ...InvokeOption) (*GetConfigurationsResult, error)
func GetConfigurationsOutput(ctx *Context, args *GetConfigurationsOutputArgs, opts ...InvokeOption) GetConfigurationsResultOutput
> 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)
}
public static CompletableFuture<GetConfigurationsResult> getConfigurations(GetConfigurationsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:Psql/getConfigurations:getConfigurations
arguments:
# arguments dictionary
The following arguments are supported:
- Compartment
Id string - The ID of the compartment in which to list resources.
- Configuration
Id string - A unique identifier for the configuration.
- Db
Version string - Verison of the PostgreSQL database, such as 14.9.
- Display
Name string - A filter to return only resources that match the entire display name given.
- Filters
List<Get
Configurations Filter> - 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 givenlifecycleState
.
- Compartment
Id string - The ID of the compartment in which to list resources.
- Configuration
Id string - A unique identifier for the configuration.
- Db
Version string - Verison of the PostgreSQL database, such as 14.9.
- Display
Name string - A filter to return only resources that match the entire display name given.
- Filters
[]Get
Configurations Filter - 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 givenlifecycleState
.
- compartment
Id String - The ID of the compartment in which to list resources.
- configuration
Id String - A unique identifier for the configuration.
- db
Version String - Verison of the PostgreSQL database, such as 14.9.
- display
Name String - A filter to return only resources that match the entire display name given.
- filters
List<Get
Configurations Filter> - 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 givenlifecycleState
.
- compartment
Id string - The ID of the compartment in which to list resources.
- configuration
Id string - A unique identifier for the configuration.
- db
Version string - Verison of the PostgreSQL database, such as 14.9.
- display
Name string - A filter to return only resources that match the entire display name given.
- filters
Get
Configurations Filter[] - 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 givenlifecycleState
.
- compartment_
id str - The ID of the compartment in which to list resources.
- configuration_
id str - A unique identifier for the configuration.
- db_
version str - Verison 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
Sequence[psql.
Get Configurations Filter] - 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 givenlifecycleState
.
- compartment
Id String - The ID of the compartment in which to list resources.
- configuration
Id String - A unique identifier for the configuration.
- db
Version String - Verison of the PostgreSQL database, such as 14.9.
- display
Name String - A filter to return only resources that match the entire display name given.
- filters 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 givenlifecycleState
.
getConfigurations Result
The following output properties are available:
- Configuration
Collections List<GetConfigurations Configuration Collection> - The list of configuration_collection.
- Id string
- The provider-assigned unique ID for this managed resource.
- Compartment
Id string - The OCID of the compartment that contains the configuration.
- Configuration
Id string - Db
Version string - Version of the PostgreSQL database.
- Display
Name string - A user-friendly display name for the configuration. Avoid entering confidential information.
- Filters
List<Get
Configurations Filter> - 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 []GetConfigurations Configuration Collection - The list of configuration_collection.
- Id string
- The provider-assigned unique ID for this managed resource.
- Compartment
Id string - The OCID of the compartment that contains the configuration.
- Configuration
Id string - Db
Version string - Version of the PostgreSQL database.
- Display
Name string - A user-friendly display name for the configuration. Avoid entering confidential information.
- Filters
[]Get
Configurations Filter - 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 List<GetConfigurations Configuration Collection> - The list of configuration_collection.
- id String
- The provider-assigned unique ID for this managed resource.
- compartment
Id String - The OCID of the compartment that contains the configuration.
- configuration
Id String - db
Version String - Version of the PostgreSQL database.
- display
Name String - A user-friendly display name for the configuration. Avoid entering confidential information.
- filters
List<Get
Configurations Filter> - 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 GetConfigurations Configuration Collection[] - The list of configuration_collection.
- id string
- The provider-assigned unique ID for this managed resource.
- compartment
Id string - The OCID of the compartment that contains the configuration.
- configuration
Id string - db
Version string - Version of the PostgreSQL database.
- display
Name string - A user-friendly display name for the configuration. Avoid entering confidential information.
- filters
Get
Configurations Filter[] - 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.Get Configurations Configuration Collection] - 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.
- 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.
Get Configurations Filter] - shape str
- The name of the shape for the configuration. Example:
VM.Standard.E4.Flex
- state str
- The current state of the configuration.
- configuration
Collections List<Property Map> - The list of configuration_collection.
- id String
- The provider-assigned unique ID for this managed resource.
- compartment
Id String - The OCID of the compartment that contains the configuration.
- configuration
Id String - db
Version String - Version of the PostgreSQL database.
- display
Name 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
List<Get
Configurations Configuration Collection Item> - List of ConfigParms object.
- Items
[]Get
Configurations Configuration Collection Item - List of ConfigParms object.
- items
List<Get
Configurations Configuration Collection Item> - List of ConfigParms object.
- items
Get
Configurations Configuration Collection Item[] - List of ConfigParms object.
- items
Sequence[psql.
Get Configurations Configuration Collection Item] - List of ConfigParms object.
- items List<Property Map>
- List of ConfigParms object.
GetConfigurationsConfigurationCollectionItem
- Compartment
Id string - The ID of the compartment in which to list resources.
- Configuration
Details List<GetConfigurations Configuration Collection Item Configuration Detail> - List of configuration details.
- Db
Configuration List<GetOverrides Configurations Configuration Collection Item Db Configuration Override> - Db
Version string - Verison of the PostgreSQL database, such as 14.9.
- Dictionary<string, object>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Description string
- A description for the configuration.
- Display
Name string - A filter to return only resources that match the entire display name given.
- Dictionary<string, object>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Id string
- A unique identifier for the configuration. Immutable on creation.
- Instance
Memory intSize In Gbs - Memory size in gigabytes with 1GB increment.
- Instance
Ocpu intCount - CPU core count.
- Lifecycle
Details 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 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 givenlifecycleState
. - Dictionary<string, object>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created 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 string - The ID of the compartment in which to list resources.
- Configuration
Details []GetConfigurations Configuration Collection Item Configuration Detail - List of configuration details.
- Db
Configuration []GetOverrides Configurations Configuration Collection Item Db Configuration Override - Db
Version string - Verison of the PostgreSQL database, such as 14.9.
- map[string]interface{}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Description string
- A description for the configuration.
- Display
Name string - A filter to return only resources that match the entire display name given.
- map[string]interface{}
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Id string
- A unique identifier for the configuration. Immutable on creation.
- Instance
Memory intSize In Gbs - Memory size in gigabytes with 1GB increment.
- Instance
Ocpu intCount - CPU core count.
- Lifecycle
Details 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 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 givenlifecycleState
. - map[string]interface{}
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created 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 String - The ID of the compartment in which to list resources.
- configuration
Details List<GetConfigurations Configuration Collection Item Configuration Detail> - List of configuration details.
- db
Configuration List<GetOverrides Configurations Configuration Collection Item Db Configuration Override> - db
Version String - Verison of the PostgreSQL database, such as 14.9.
- Map<String,Object>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description String
- A description for the configuration.
- display
Name String - A filter to return only resources that match the entire display name given.
- Map<String,Object>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id String
- A unique identifier for the configuration. Immutable on creation.
- instance
Memory IntegerSize In Gbs - Memory size in gigabytes with 1GB increment.
- instance
Ocpu IntegerCount - CPU core count.
- lifecycle
Details 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 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 givenlifecycleState
. - Map<String,Object>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created 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 string - The ID of the compartment in which to list resources.
- configuration
Details GetConfigurations Configuration Collection Item Configuration Detail[] - List of configuration details.
- db
Configuration GetOverrides Configurations Configuration Collection Item Db Configuration Override[] - db
Version string - Verison of the PostgreSQL database, such as 14.9.
- {[key: string]: any}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description string
- A description for the configuration.
- display
Name string - A filter to return only resources that match the entire display name given.
- {[key: string]: any}
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id string
- A unique identifier for the configuration. Immutable on creation.
- instance
Memory numberSize In Gbs - Memory size in gigabytes with 1GB increment.
- instance
Ocpu numberCount - CPU core count.
- lifecycle
Details 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 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 givenlifecycleState
. - {[key: string]: any}
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created 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 str - The ID of the compartment in which to list resources.
- configuration_
details Sequence[psql.Get Configurations Configuration Collection Item Configuration Detail] - List of configuration details.
- db_
configuration_ Sequence[psql.overrides Get Configurations Configuration Collection Item Db Configuration Override] - db_
version str - Verison of the PostgreSQL database, such as 14.9.
- Mapping[str, Any]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description str
- A description for the configuration.
- display_
name str - A filter to return only resources that match the entire display name given.
- Mapping[str, Any]
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id str
- A unique identifier for the configuration. Immutable on creation.
- instance_
memory_ intsize_ in_ gbs - Memory size in gigabytes with 1GB increment.
- instance_
ocpu_ intcount - CPU core count.
- lifecycle_
details 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 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 givenlifecycleState
. - Mapping[str, Any]
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time_
created str - The date and time that the configuration was created, expressed in RFC 3339 timestamp format. Example:
2016-08-25T21:10:29.600Z
- compartment
Id String - The ID of the compartment in which to list resources.
- configuration
Details List<Property Map> - List of configuration details.
- db
Configuration List<Property Map>Overrides - db
Version String - Verison of the PostgreSQL database, such as 14.9.
- Map<Any>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description String
- A description for the configuration.
- display
Name String - A filter to return only resources that match the entire display name given.
- Map<Any>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id String
- A unique identifier for the configuration. Immutable on creation.
- instance
Memory NumberSize In Gbs - Memory size in gigabytes with 1GB increment.
- instance
Ocpu NumberCount - CPU core count.
- lifecycle
Details 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 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 givenlifecycleState
. - Map<Any>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created 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
List<Get
Configurations Configuration Collection Item Configuration Detail Item> - List of ConfigParms object.
- Items
[]Get
Configurations Configuration Collection Item Configuration Detail Item - List of ConfigParms object.
- items
List<Get
Configurations Configuration Collection Item Configuration Detail Item> - List of ConfigParms object.
- items
Get
Configurations Configuration Collection Item Configuration Detail Item[] - List of ConfigParms object.
- items
Sequence[psql.
Get Configurations Configuration Collection Item Configuration Detail Item] - List of ConfigParms object.
- items List<Property Map>
- List of ConfigParms object.
GetConfigurationsConfigurationCollectionItemConfigurationDetailItem
- Allowed
Values string - Range or list of allowed values.
- Config
Key string - The configuration variable name.
- Data
Type string - Data type of the variable.
- Default
Config stringValue - Default value for the configuration variable.
- Description string
- A description for the configuration.
- Is
Overridable bool - Whether the value can be overridden or not.
- Is
Restart boolRequired - If true, modifying this configuration value will require a restart of the database.
- Overriden
Config stringValue - User-selected configuration variable value.
- Allowed
Values string - Range or list of allowed values.
- Config
Key string - The configuration variable name.
- Data
Type string - Data type of the variable.
- Default
Config stringValue - Default value for the configuration variable.
- Description string
- A description for the configuration.
- Is
Overridable bool - Whether the value can be overridden or not.
- Is
Restart boolRequired - If true, modifying this configuration value will require a restart of the database.
- Overriden
Config stringValue - User-selected configuration variable value.
- allowed
Values String - Range or list of allowed values.
- config
Key String - The configuration variable name.
- data
Type String - Data type of the variable.
- default
Config StringValue - Default value for the configuration variable.
- description String
- A description for the configuration.
- is
Overridable Boolean - Whether the value can be overridden or not.
- is
Restart BooleanRequired - If true, modifying this configuration value will require a restart of the database.
- overriden
Config StringValue - User-selected configuration variable value.
- allowed
Values string - Range or list of allowed values.
- config
Key string - The configuration variable name.
- data
Type string - Data type of the variable.
- default
Config stringValue - Default value for the configuration variable.
- description string
- A description for the configuration.
- is
Overridable boolean - Whether the value can be overridden or not.
- is
Restart booleanRequired - If true, modifying this configuration value will require a restart of the database.
- overriden
Config stringValue - User-selected configuration variable value.
- allowed_
values str - Range or list of allowed values.
- config_
key str - The configuration variable name.
- data_
type str - Data type of the variable.
- default_
config_ strvalue - Default value for the configuration variable.
- description str
- A description for the configuration.
- is_
overridable bool - Whether the value can be overridden or not.
- is_
restart_ boolrequired - If true, modifying this configuration value will require a restart of the database.
- overriden_
config_ strvalue - User-selected configuration variable value.
- allowed
Values String - Range or list of allowed values.
- config
Key String - The configuration variable name.
- data
Type String - Data type of the variable.
- default
Config StringValue - Default value for the configuration variable.
- description String
- A description for the configuration.
- is
Overridable Boolean - Whether the value can be overridden or not.
- is
Restart BooleanRequired - If true, modifying this configuration value will require a restart of the database.
- overriden
Config StringValue - User-selected configuration variable value.
GetConfigurationsConfigurationCollectionItemDbConfigurationOverride
- Items
List<Get
Configurations Configuration Collection Item Db Configuration Override Item> - List of ConfigParms object.
- Items
[]Get
Configurations Configuration Collection Item Db Configuration Override Item - List of ConfigParms object.
- items
List<Get
Configurations Configuration Collection Item Db Configuration Override Item> - List of ConfigParms object.
- items
Get
Configurations Configuration Collection Item Db Configuration Override Item[] - List of ConfigParms object.
- items
Sequence[psql.
Get Configurations Configuration Collection Item Db Configuration Override Item] - List of ConfigParms object.
- items List<Property Map>
- List of ConfigParms object.
GetConfigurationsConfigurationCollectionItemDbConfigurationOverrideItem
- Config
Key string - The configuration variable name.
- Overriden
Config stringValue - User-selected configuration variable value.
- Config
Key string - The configuration variable name.
- Overriden
Config stringValue - User-selected configuration variable value.
- config
Key String - The configuration variable name.
- overriden
Config StringValue - User-selected configuration variable value.
- config
Key string - The configuration variable name.
- overriden
Config stringValue - User-selected configuration variable value.
- config_
key str - The configuration variable name.
- overriden_
config_ strvalue - User-selected configuration variable value.
- config
Key String - The configuration variable name.
- overriden
Config StringValue - User-selected configuration variable value.
GetConfigurationsFilter
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 v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi