Oracle Cloud Infrastructure v2.33.0 published on Thursday, May 1, 2025 by Pulumi
oci.DatabaseTools.getDatabaseToolsConnections
Explore with Pulumi AI
This data source provides the list of Database Tools Connections in Oracle Cloud Infrastructure Database Tools service.
Returns a list of Database Tools connections.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testDatabaseToolsConnections = oci.DatabaseTools.getDatabaseToolsConnections({
    compartmentId: compartmentId,
    displayName: databaseToolsConnectionDisplayName,
    relatedResourceIdentifier: databaseToolsConnectionRelatedResourceIdentifier,
    runtimeSupports: databaseToolsConnectionRuntimeSupport,
    state: databaseToolsConnectionState,
    types: databaseToolsConnectionType,
});
import pulumi
import pulumi_oci as oci
test_database_tools_connections = oci.DatabaseTools.get_database_tools_connections(compartment_id=compartment_id,
    display_name=database_tools_connection_display_name,
    related_resource_identifier=database_tools_connection_related_resource_identifier,
    runtime_supports=database_tools_connection_runtime_support,
    state=database_tools_connection_state,
    types=database_tools_connection_type)
package main
import (
	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/databasetools"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := databasetools.GetDatabaseToolsConnections(ctx, &databasetools.GetDatabaseToolsConnectionsArgs{
			CompartmentId:             compartmentId,
			DisplayName:               pulumi.StringRef(databaseToolsConnectionDisplayName),
			RelatedResourceIdentifier: pulumi.StringRef(databaseToolsConnectionRelatedResourceIdentifier),
			RuntimeSupports:           databaseToolsConnectionRuntimeSupport,
			State:                     pulumi.StringRef(databaseToolsConnectionState),
			Types:                     databaseToolsConnectionType,
		}, 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 testDatabaseToolsConnections = Oci.DatabaseTools.GetDatabaseToolsConnections.Invoke(new()
    {
        CompartmentId = compartmentId,
        DisplayName = databaseToolsConnectionDisplayName,
        RelatedResourceIdentifier = databaseToolsConnectionRelatedResourceIdentifier,
        RuntimeSupports = databaseToolsConnectionRuntimeSupport,
        State = databaseToolsConnectionState,
        Types = databaseToolsConnectionType,
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.DatabaseTools.DatabaseToolsFunctions;
import com.pulumi.oci.DatabaseTools.inputs.GetDatabaseToolsConnectionsArgs;
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 testDatabaseToolsConnections = DatabaseToolsFunctions.getDatabaseToolsConnections(GetDatabaseToolsConnectionsArgs.builder()
            .compartmentId(compartmentId)
            .displayName(databaseToolsConnectionDisplayName)
            .relatedResourceIdentifier(databaseToolsConnectionRelatedResourceIdentifier)
            .runtimeSupports(databaseToolsConnectionRuntimeSupport)
            .state(databaseToolsConnectionState)
            .types(databaseToolsConnectionType)
            .build());
    }
}
variables:
  testDatabaseToolsConnections:
    fn::invoke:
      function: oci:DatabaseTools:getDatabaseToolsConnections
      arguments:
        compartmentId: ${compartmentId}
        displayName: ${databaseToolsConnectionDisplayName}
        relatedResourceIdentifier: ${databaseToolsConnectionRelatedResourceIdentifier}
        runtimeSupports: ${databaseToolsConnectionRuntimeSupport}
        state: ${databaseToolsConnectionState}
        types: ${databaseToolsConnectionType}
Using getDatabaseToolsConnections
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 getDatabaseToolsConnections(args: GetDatabaseToolsConnectionsArgs, opts?: InvokeOptions): Promise<GetDatabaseToolsConnectionsResult>
function getDatabaseToolsConnectionsOutput(args: GetDatabaseToolsConnectionsOutputArgs, opts?: InvokeOptions): Output<GetDatabaseToolsConnectionsResult>def get_database_tools_connections(compartment_id: Optional[str] = None,
                                   display_name: Optional[str] = None,
                                   filters: Optional[Sequence[GetDatabaseToolsConnectionsFilter]] = None,
                                   related_resource_identifier: Optional[str] = None,
                                   runtime_supports: Optional[Sequence[str]] = None,
                                   state: Optional[str] = None,
                                   types: Optional[Sequence[str]] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetDatabaseToolsConnectionsResult
def get_database_tools_connections_output(compartment_id: Optional[pulumi.Input[str]] = None,
                                   display_name: Optional[pulumi.Input[str]] = None,
                                   filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetDatabaseToolsConnectionsFilterArgs]]]] = None,
                                   related_resource_identifier: Optional[pulumi.Input[str]] = None,
                                   runtime_supports: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                   state: Optional[pulumi.Input[str]] = None,
                                   types: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[GetDatabaseToolsConnectionsResult]func GetDatabaseToolsConnections(ctx *Context, args *GetDatabaseToolsConnectionsArgs, opts ...InvokeOption) (*GetDatabaseToolsConnectionsResult, error)
func GetDatabaseToolsConnectionsOutput(ctx *Context, args *GetDatabaseToolsConnectionsOutputArgs, opts ...InvokeOption) GetDatabaseToolsConnectionsResultOutput> Note: This function is named GetDatabaseToolsConnections in the Go SDK.
public static class GetDatabaseToolsConnections 
{
    public static Task<GetDatabaseToolsConnectionsResult> InvokeAsync(GetDatabaseToolsConnectionsArgs args, InvokeOptions? opts = null)
    public static Output<GetDatabaseToolsConnectionsResult> Invoke(GetDatabaseToolsConnectionsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetDatabaseToolsConnectionsResult> getDatabaseToolsConnections(GetDatabaseToolsConnectionsArgs args, InvokeOptions options)
public static Output<GetDatabaseToolsConnectionsResult> getDatabaseToolsConnections(GetDatabaseToolsConnectionsArgs args, InvokeOptions options)
fn::invoke:
  function: oci:DatabaseTools/getDatabaseToolsConnections:getDatabaseToolsConnections
  arguments:
    # arguments dictionaryThe following arguments are supported:
- CompartmentId string
- The ID of the compartment in which to list resources.
- DisplayName string
- A filter to return only resources that match the entire specified display name.
- Filters
List<GetDatabase Tools Connections Filter> 
- string
- A filter to return only resources associated to the related resource identifier OCID passed in the query string.
- RuntimeSupports List<string>
- A filter to return only resources with one of the specified runtimeSupport values.
- State string
- A filter to return only resources their lifecycleStatematches the specifiedlifecycleState.
- Types List<string>
- A filter to return only resources their type matches the specified type.
- CompartmentId string
- The ID of the compartment in which to list resources.
- DisplayName string
- A filter to return only resources that match the entire specified display name.
- Filters
[]GetDatabase Tools Connections Filter 
- string
- A filter to return only resources associated to the related resource identifier OCID passed in the query string.
- RuntimeSupports []string
- A filter to return only resources with one of the specified runtimeSupport values.
- State string
- A filter to return only resources their lifecycleStatematches the specifiedlifecycleState.
- Types []string
- A filter to return only resources their type matches the specified type.
- compartmentId String
- The ID of the compartment in which to list resources.
- displayName String
- A filter to return only resources that match the entire specified display name.
- filters
List<GetConnections Filter> 
- String
- A filter to return only resources associated to the related resource identifier OCID passed in the query string.
- runtimeSupports List<String>
- A filter to return only resources with one of the specified runtimeSupport values.
- state String
- A filter to return only resources their lifecycleStatematches the specifiedlifecycleState.
- types List<String>
- A filter to return only resources their type matches the specified type.
- compartmentId string
- The ID of the compartment in which to list resources.
- displayName string
- A filter to return only resources that match the entire specified display name.
- filters
GetDatabase Tools Connections Filter[] 
- string
- A filter to return only resources associated to the related resource identifier OCID passed in the query string.
- runtimeSupports string[]
- A filter to return only resources with one of the specified runtimeSupport values.
- state string
- A filter to return only resources their lifecycleStatematches the specifiedlifecycleState.
- types string[]
- A filter to return only resources their type matches the specified type.
- compartment_id str
- The ID of the compartment in which to list resources.
- display_name str
- A filter to return only resources that match the entire specified display name.
- filters
Sequence[GetDatabase Tools Connections Filter] 
- str
- A filter to return only resources associated to the related resource identifier OCID passed in the query string.
- runtime_supports Sequence[str]
- A filter to return only resources with one of the specified runtimeSupport values.
- state str
- A filter to return only resources their lifecycleStatematches the specifiedlifecycleState.
- types Sequence[str]
- A filter to return only resources their type matches the specified type.
- compartmentId String
- The ID of the compartment in which to list resources.
- displayName String
- A filter to return only resources that match the entire specified display name.
- filters List<Property Map>
- String
- A filter to return only resources associated to the related resource identifier OCID passed in the query string.
- runtimeSupports List<String>
- A filter to return only resources with one of the specified runtimeSupport values.
- state String
- A filter to return only resources their lifecycleStatematches the specifiedlifecycleState.
- types List<String>
- A filter to return only resources their type matches the specified type.
getDatabaseToolsConnections Result
The following output properties are available:
- CompartmentId string
- The OCID of the compartment containing the Database Tools connection.
- DatabaseTools List<GetConnection Collections Database Tools Connections Database Tools Connection Collection> 
- The list of database_tools_connection_collection.
- Id string
- The provider-assigned unique ID for this managed resource.
- DisplayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Filters
List<GetDatabase Tools Connections Filter> 
- string
- RuntimeSupports List<string>
- Specifies whether this connection is supported by the Database Tools Runtime.
- State string
- The current state of the Database Tools connection.
- Types List<string>
- The Database Tools connection type.
- CompartmentId string
- The OCID of the compartment containing the Database Tools connection.
- DatabaseTools []GetConnection Collections Database Tools Connections Database Tools Connection Collection 
- The list of database_tools_connection_collection.
- Id string
- The provider-assigned unique ID for this managed resource.
- DisplayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Filters
[]GetDatabase Tools Connections Filter 
- string
- RuntimeSupports []string
- Specifies whether this connection is supported by the Database Tools Runtime.
- State string
- The current state of the Database Tools connection.
- Types []string
- The Database Tools connection type.
- compartmentId String
- The OCID of the compartment containing the Database Tools connection.
- databaseTools List<GetConnection Collections Connections Connection Collection> 
- The list of database_tools_connection_collection.
- id String
- The provider-assigned unique ID for this managed resource.
- displayName String
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- filters
List<GetConnections Filter> 
- String
- runtimeSupports List<String>
- Specifies whether this connection is supported by the Database Tools Runtime.
- state String
- The current state of the Database Tools connection.
- types List<String>
- The Database Tools connection type.
- compartmentId string
- The OCID of the compartment containing the Database Tools connection.
- databaseTools GetConnection Collections Database Tools Connections Database Tools Connection Collection[] 
- The list of database_tools_connection_collection.
- id string
- The provider-assigned unique ID for this managed resource.
- displayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- filters
GetDatabase Tools Connections Filter[] 
- string
- runtimeSupports string[]
- Specifies whether this connection is supported by the Database Tools Runtime.
- state string
- The current state of the Database Tools connection.
- types string[]
- The Database Tools connection type.
- compartment_id str
- The OCID of the compartment containing the Database Tools connection.
- database_tools_ Sequence[Getconnection_ collections Database Tools Connections Database Tools Connection Collection] 
- The list of database_tools_connection_collection.
- id str
- The provider-assigned unique ID for this managed resource.
- display_name str
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- filters
Sequence[GetDatabase Tools Connections Filter] 
- str
- runtime_supports Sequence[str]
- Specifies whether this connection is supported by the Database Tools Runtime.
- state str
- The current state of the Database Tools connection.
- types Sequence[str]
- The Database Tools connection type.
- compartmentId String
- The OCID of the compartment containing the Database Tools connection.
- databaseTools List<Property Map>Connection Collections 
- The list of database_tools_connection_collection.
- id String
- The provider-assigned unique ID for this managed resource.
- displayName String
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- filters List<Property Map>
- String
- runtimeSupports List<String>
- Specifies whether this connection is supported by the Database Tools Runtime.
- state String
- The current state of the Database Tools connection.
- types List<String>
- The Database Tools connection type.
Supporting Types
GetDatabaseToolsConnectionsDatabaseToolsConnectionCollection       
GetDatabaseToolsConnectionsDatabaseToolsConnectionCollectionItem        
- AdvancedProperties Dictionary<string, string>
- The advanced connection properties key-value pair (for example, oracle.net.ssl_server_dn_match).
- CompartmentId string
- The ID of the compartment in which to list resources.
- ConnectionString string
- The connect descriptor or Easy Connect Naming method used to connect to the database.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- DisplayName string
- A filter to return only resources that match the entire specified display name.
- 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 string
- The OCID of the Database Tools connection.
- KeyStores List<GetDatabase Tools Connections Database Tools Connection Collection Item Key Store> 
- The Oracle wallet or Java Keystores containing trusted certificates for authenticating the server's public certificate and the client private key and associated certificates required for client authentication.
- LifecycleDetails string
- A message describing the current state in more detail. For example, this message can be used to provide actionable information for a resource in the Failed state.
- Locks
List<GetDatabase Tools Connections Database Tools Connection Collection Item Lock> 
- Locks associated with this resource.
- PrivateEndpoint stringId 
- The OCID of the Database Tools private endpoint used to access the database in the customer VCN.
- ProxyClients List<GetDatabase Tools Connections Database Tools Connection Collection Item Proxy Client> 
- The proxy client information.
- 
List<GetDatabase Tools Connections Database Tools Connection Collection Item Related Resource> 
- A related resource
- RuntimeSupport string
- A filter to return only resources with one of the specified runtimeSupport values.
- State string
- A filter to return only resources their lifecycleStatematches the specifiedlifecycleState.
- Dictionary<string, string>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
- TimeCreated string
- The time the Database Tools connection was created. An RFC3339 formatted datetime string.
- TimeUpdated string
- The time the DatabaseToolsConnection was updated. An RFC3339 formatted datetime string.
- Type string
- A filter to return only resources their type matches the specified type.
- Url string
- The JDBC URL used to connect to the Generic JDBC database system.
- UserName string
- The database user name.
- UserPasswords List<GetDatabase Tools Connections Database Tools Connection Collection Item User Password> 
- The user password.
- AdvancedProperties map[string]string
- The advanced connection properties key-value pair (for example, oracle.net.ssl_server_dn_match).
- CompartmentId string
- The ID of the compartment in which to list resources.
- ConnectionString string
- The connect descriptor or Easy Connect Naming method used to connect to the database.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- DisplayName string
- A filter to return only resources that match the entire specified display name.
- 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 string
- The OCID of the Database Tools connection.
- KeyStores []GetDatabase Tools Connections Database Tools Connection Collection Item Key Store 
- The Oracle wallet or Java Keystores containing trusted certificates for authenticating the server's public certificate and the client private key and associated certificates required for client authentication.
- LifecycleDetails string
- A message describing the current state in more detail. For example, this message can be used to provide actionable information for a resource in the Failed state.
- Locks
[]GetDatabase Tools Connections Database Tools Connection Collection Item Lock 
- Locks associated with this resource.
- PrivateEndpoint stringId 
- The OCID of the Database Tools private endpoint used to access the database in the customer VCN.
- ProxyClients []GetDatabase Tools Connections Database Tools Connection Collection Item Proxy Client 
- The proxy client information.
- 
[]GetDatabase Tools Connections Database Tools Connection Collection Item Related Resource 
- A related resource
- RuntimeSupport string
- A filter to return only resources with one of the specified runtimeSupport values.
- State string
- A filter to return only resources their lifecycleStatematches the specifiedlifecycleState.
- map[string]string
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
- TimeCreated string
- The time the Database Tools connection was created. An RFC3339 formatted datetime string.
- TimeUpdated string
- The time the DatabaseToolsConnection was updated. An RFC3339 formatted datetime string.
- Type string
- A filter to return only resources their type matches the specified type.
- Url string
- The JDBC URL used to connect to the Generic JDBC database system.
- UserName string
- The database user name.
- UserPasswords []GetDatabase Tools Connections Database Tools Connection Collection Item User Password 
- The user password.
- advancedProperties Map<String,String>
- The advanced connection properties key-value pair (for example, oracle.net.ssl_server_dn_match).
- compartmentId String
- The ID of the compartment in which to list resources.
- connectionString String
- The connect descriptor or Easy Connect Naming method used to connect to the database.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- displayName String
- A filter to return only resources that match the entire specified display name.
- 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 String
- The OCID of the Database Tools connection.
- keyStores List<GetConnections Connection Collection Item Key Store> 
- The Oracle wallet or Java Keystores containing trusted certificates for authenticating the server's public certificate and the client private key and associated certificates required for client authentication.
- lifecycleDetails String
- A message describing the current state in more detail. For example, this message can be used to provide actionable information for a resource in the Failed state.
- locks
List<GetConnections Connection Collection Item Lock> 
- Locks associated with this resource.
- privateEndpoint StringId 
- The OCID of the Database Tools private endpoint used to access the database in the customer VCN.
- proxyClients List<GetConnections Connection Collection Item Proxy Client> 
- The proxy client information.
- 
List<GetConnections Connection Collection Item Related Resource> 
- A related resource
- runtimeSupport String
- A filter to return only resources with one of the specified runtimeSupport values.
- state String
- A filter to return only resources their lifecycleStatematches the specifiedlifecycleState.
- Map<String,String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
- timeCreated String
- The time the Database Tools connection was created. An RFC3339 formatted datetime string.
- timeUpdated String
- The time the DatabaseToolsConnection was updated. An RFC3339 formatted datetime string.
- type String
- A filter to return only resources their type matches the specified type.
- url String
- The JDBC URL used to connect to the Generic JDBC database system.
- userName String
- The database user name.
- userPasswords List<GetConnections Connection Collection Item User Password> 
- The user password.
- advancedProperties {[key: string]: string}
- The advanced connection properties key-value pair (for example, oracle.net.ssl_server_dn_match).
- compartmentId string
- The ID of the compartment in which to list resources.
- connectionString string
- The connect descriptor or Easy Connect Naming method used to connect to the database.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- displayName string
- A filter to return only resources that match the entire specified display name.
- {[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 string
- The OCID of the Database Tools connection.
- keyStores GetDatabase Tools Connections Database Tools Connection Collection Item Key Store[] 
- The Oracle wallet or Java Keystores containing trusted certificates for authenticating the server's public certificate and the client private key and associated certificates required for client authentication.
- lifecycleDetails string
- A message describing the current state in more detail. For example, this message can be used to provide actionable information for a resource in the Failed state.
- locks
GetDatabase Tools Connections Database Tools Connection Collection Item Lock[] 
- Locks associated with this resource.
- privateEndpoint stringId 
- The OCID of the Database Tools private endpoint used to access the database in the customer VCN.
- proxyClients GetDatabase Tools Connections Database Tools Connection Collection Item Proxy Client[] 
- The proxy client information.
- 
GetDatabase Tools Connections Database Tools Connection Collection Item Related Resource[] 
- A related resource
- runtimeSupport string
- A filter to return only resources with one of the specified runtimeSupport values.
- state string
- A filter to return only resources their lifecycleStatematches the specifiedlifecycleState.
- {[key: string]: string}
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
- timeCreated string
- The time the Database Tools connection was created. An RFC3339 formatted datetime string.
- timeUpdated string
- The time the DatabaseToolsConnection was updated. An RFC3339 formatted datetime string.
- type string
- A filter to return only resources their type matches the specified type.
- url string
- The JDBC URL used to connect to the Generic JDBC database system.
- userName string
- The database user name.
- userPasswords GetDatabase Tools Connections Database Tools Connection Collection Item User Password[] 
- The user password.
- advanced_properties Mapping[str, str]
- The advanced connection properties key-value pair (for example, oracle.net.ssl_server_dn_match).
- compartment_id str
- The ID of the compartment in which to list resources.
- connection_string str
- The connect descriptor or Easy Connect Naming method used to connect to the database.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- display_name str
- A filter to return only resources that match the entire specified display name.
- 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 str
- The OCID of the Database Tools connection.
- key_stores Sequence[GetDatabase Tools Connections Database Tools Connection Collection Item Key Store] 
- The Oracle wallet or Java Keystores containing trusted certificates for authenticating the server's public certificate and the client private key and associated certificates required for client authentication.
- lifecycle_details str
- A message describing the current state in more detail. For example, this message can be used to provide actionable information for a resource in the Failed state.
- locks
Sequence[GetDatabase Tools Connections Database Tools Connection Collection Item Lock] 
- Locks associated with this resource.
- private_endpoint_ strid 
- The OCID of the Database Tools private endpoint used to access the database in the customer VCN.
- proxy_clients Sequence[GetDatabase Tools Connections Database Tools Connection Collection Item Proxy Client] 
- The proxy client information.
- 
Sequence[GetDatabase Tools Connections Database Tools Connection Collection Item Related Resource] 
- A related resource
- runtime_support str
- A filter to return only resources with one of the specified runtimeSupport values.
- state str
- A filter to return only resources their lifecycleStatematches the specifiedlifecycleState.
- Mapping[str, str]
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
- time_created str
- The time the Database Tools connection was created. An RFC3339 formatted datetime string.
- time_updated str
- The time the DatabaseToolsConnection was updated. An RFC3339 formatted datetime string.
- type str
- A filter to return only resources their type matches the specified type.
- url str
- The JDBC URL used to connect to the Generic JDBC database system.
- user_name str
- The database user name.
- user_passwords Sequence[GetDatabase Tools Connections Database Tools Connection Collection Item User Password] 
- The user password.
- advancedProperties Map<String>
- The advanced connection properties key-value pair (for example, oracle.net.ssl_server_dn_match).
- compartmentId String
- The ID of the compartment in which to list resources.
- connectionString String
- The connect descriptor or Easy Connect Naming method used to connect to the database.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- displayName String
- A filter to return only resources that match the entire specified display name.
- 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 String
- The OCID of the Database Tools connection.
- keyStores List<Property Map>
- The Oracle wallet or Java Keystores containing trusted certificates for authenticating the server's public certificate and the client private key and associated certificates required for client authentication.
- lifecycleDetails String
- A message describing the current state in more detail. For example, this message can be used to provide actionable information for a resource in the Failed state.
- locks List<Property Map>
- Locks associated with this resource.
- privateEndpoint StringId 
- The OCID of the Database Tools private endpoint used to access the database in the customer VCN.
- proxyClients List<Property Map>
- The proxy client information.
- List<Property Map>
- A related resource
- runtimeSupport String
- A filter to return only resources with one of the specified runtimeSupport values.
- state String
- A filter to return only resources their lifecycleStatematches the specifiedlifecycleState.
- Map<String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
- timeCreated String
- The time the Database Tools connection was created. An RFC3339 formatted datetime string.
- timeUpdated String
- The time the DatabaseToolsConnection was updated. An RFC3339 formatted datetime string.
- type String
- A filter to return only resources their type matches the specified type.
- url String
- The JDBC URL used to connect to the Generic JDBC database system.
- userName String
- The database user name.
- userPasswords List<Property Map>
- The user password.
GetDatabaseToolsConnectionsDatabaseToolsConnectionCollectionItemKeyStore          
- KeyStore List<GetContents Database Tools Connections Database Tools Connection Collection Item Key Store Key Store Content> 
- The key store content.
- KeyStore List<GetPasswords Database Tools Connections Database Tools Connection Collection Item Key Store Key Store Password> 
- The key store password.
- KeyStore stringType 
- The key store type.
- KeyStore []GetContents Database Tools Connections Database Tools Connection Collection Item Key Store Key Store Content 
- The key store content.
- KeyStore []GetPasswords Database Tools Connections Database Tools Connection Collection Item Key Store Key Store Password 
- The key store password.
- KeyStore stringType 
- The key store type.
- keyStore List<GetContents Connections Connection Collection Item Key Store Key Store Content> 
- The key store content.
- keyStore List<GetPasswords Connections Connection Collection Item Key Store Key Store Password> 
- The key store password.
- keyStore StringType 
- The key store type.
- keyStore GetContents Database Tools Connections Database Tools Connection Collection Item Key Store Key Store Content[] 
- The key store content.
- keyStore GetPasswords Database Tools Connections Database Tools Connection Collection Item Key Store Key Store Password[] 
- The key store password.
- keyStore stringType 
- The key store type.
- key_store_ Sequence[Getcontents Database Tools Connections Database Tools Connection Collection Item Key Store Key Store Content] 
- The key store content.
- key_store_ Sequence[Getpasswords Database Tools Connections Database Tools Connection Collection Item Key Store Key Store Password] 
- The key store password.
- key_store_ strtype 
- The key store type.
- keyStore List<Property Map>Contents 
- The key store content.
- keyStore List<Property Map>Passwords 
- The key store password.
- keyStore StringType 
- The key store type.
GetDatabaseToolsConnectionsDatabaseToolsConnectionCollectionItemKeyStoreKeyStoreContent             
- secret_id str
- The OCID of the secret containing the user password.
- value_type str
- The value type of the user password.
GetDatabaseToolsConnectionsDatabaseToolsConnectionCollectionItemKeyStoreKeyStorePassword             
- secret_id str
- The OCID of the secret containing the user password.
- value_type str
- The value type of the user password.
GetDatabaseToolsConnectionsDatabaseToolsConnectionCollectionItemLock         
- Message string
- A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
- string
- The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
- TimeCreated string
- The time the Database Tools connection was created. An RFC3339 formatted datetime string.
- Type string
- A filter to return only resources their type matches the specified type.
- Message string
- A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
- string
- The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
- TimeCreated string
- The time the Database Tools connection was created. An RFC3339 formatted datetime string.
- Type string
- A filter to return only resources their type matches the specified type.
- message String
- A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
- String
- The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
- timeCreated String
- The time the Database Tools connection was created. An RFC3339 formatted datetime string.
- type String
- A filter to return only resources their type matches the specified type.
- message string
- A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
- string
- The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
- timeCreated string
- The time the Database Tools connection was created. An RFC3339 formatted datetime string.
- type string
- A filter to return only resources their type matches the specified type.
- message str
- A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
- str
- The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
- time_created str
- The time the Database Tools connection was created. An RFC3339 formatted datetime string.
- type str
- A filter to return only resources their type matches the specified type.
- message String
- A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
- String
- The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
- timeCreated String
- The time the Database Tools connection was created. An RFC3339 formatted datetime string.
- type String
- A filter to return only resources their type matches the specified type.
GetDatabaseToolsConnectionsDatabaseToolsConnectionCollectionItemProxyClient          
- ProxyAuthentication stringType 
- The proxy authentication type.
- Roles List<string>
- A list of database roles for the client. These roles are enabled if the proxy is authorized to use the roles on behalf of the client.
- UserName string
- The database user name.
- UserPasswords List<GetDatabase Tools Connections Database Tools Connection Collection Item Proxy Client User Password> 
- The user password.
- ProxyAuthentication stringType 
- The proxy authentication type.
- Roles []string
- A list of database roles for the client. These roles are enabled if the proxy is authorized to use the roles on behalf of the client.
- UserName string
- The database user name.
- UserPasswords []GetDatabase Tools Connections Database Tools Connection Collection Item Proxy Client User Password 
- The user password.
- proxyAuthentication StringType 
- The proxy authentication type.
- roles List<String>
- A list of database roles for the client. These roles are enabled if the proxy is authorized to use the roles on behalf of the client.
- userName String
- The database user name.
- userPasswords List<GetConnections Connection Collection Item Proxy Client User Password> 
- The user password.
- proxyAuthentication stringType 
- The proxy authentication type.
- roles string[]
- A list of database roles for the client. These roles are enabled if the proxy is authorized to use the roles on behalf of the client.
- userName string
- The database user name.
- userPasswords GetDatabase Tools Connections Database Tools Connection Collection Item Proxy Client User Password[] 
- The user password.
- proxy_authentication_ strtype 
- The proxy authentication type.
- roles Sequence[str]
- A list of database roles for the client. These roles are enabled if the proxy is authorized to use the roles on behalf of the client.
- user_name str
- The database user name.
- user_passwords Sequence[GetDatabase Tools Connections Database Tools Connection Collection Item Proxy Client User Password] 
- The user password.
- proxyAuthentication StringType 
- The proxy authentication type.
- roles List<String>
- A list of database roles for the client. These roles are enabled if the proxy is authorized to use the roles on behalf of the client.
- userName String
- The database user name.
- userPasswords List<Property Map>
- The user password.
GetDatabaseToolsConnectionsDatabaseToolsConnectionCollectionItemProxyClientUserPassword            
- secret_id str
- The OCID of the secret containing the user password.
- value_type str
- The value type of the user password.
GetDatabaseToolsConnectionsDatabaseToolsConnectionCollectionItemRelatedResource          
- EntityType string
- The resource entity type.
- Identifier string
- The OCID of the related resource.
- EntityType string
- The resource entity type.
- Identifier string
- The OCID of the related resource.
- entityType String
- The resource entity type.
- identifier String
- The OCID of the related resource.
- entityType string
- The resource entity type.
- identifier string
- The OCID of the related resource.
- entity_type str
- The resource entity type.
- identifier str
- The OCID of the related resource.
- entityType String
- The resource entity type.
- identifier String
- The OCID of the related resource.
GetDatabaseToolsConnectionsDatabaseToolsConnectionCollectionItemUserPassword          
- secret_id str
- The OCID of the secret containing the user password.
- value_type str
- The value type of the user password.
GetDatabaseToolsConnectionsFilter    
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.