Viewing docs for Oracle Cloud Infrastructure v4.11.0
published on Friday, May 15, 2026 by Pulumi
published on Friday, May 15, 2026 by Pulumi
Viewing docs for Oracle Cloud Infrastructure v4.11.0
published on Friday, May 15, 2026 by Pulumi
published on Friday, May 15, 2026 by Pulumi
This data source provides details about a specific Database Tools Database Api Gateway Config Global resource in Oracle Cloud Infrastructure Database Tools Runtime service.
Get a Database Tools database API gateway config global resource
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testDatabaseToolsDatabaseApiGatewayConfigGlobal = oci.databasetools.getRuntimeDatabaseToolsDatabaseApiGatewayConfigGlobal({
databaseToolsDatabaseApiGatewayConfigId: testConfig.id,
globalKey: databaseToolsDatabaseApiGatewayConfigGlobalGlobalKey,
});
import pulumi
import pulumi_oci as oci
test_database_tools_database_api_gateway_config_global = oci.databasetools.get_runtime_database_tools_database_api_gateway_config_global(database_tools_database_api_gateway_config_id=test_config["id"],
global_key=database_tools_database_api_gateway_config_global_global_key)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v4/go/oci/databasetools"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := databasetools.GetRuntimeDatabaseToolsDatabaseApiGatewayConfigGlobal(ctx, &databasetools.GetRuntimeDatabaseToolsDatabaseApiGatewayConfigGlobalArgs{
DatabaseToolsDatabaseApiGatewayConfigId: testConfig.Id,
GlobalKey: databaseToolsDatabaseApiGatewayConfigGlobalGlobalKey,
}, 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 testDatabaseToolsDatabaseApiGatewayConfigGlobal = Oci.DatabaseTools.GetRuntimeDatabaseToolsDatabaseApiGatewayConfigGlobal.Invoke(new()
{
DatabaseToolsDatabaseApiGatewayConfigId = testConfig.Id,
GlobalKey = databaseToolsDatabaseApiGatewayConfigGlobalGlobalKey,
});
});
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.GetRuntimeDatabaseToolsDatabaseApiGatewayConfigGlobalArgs;
import java.util.ArrayList;
import java.util.Arrays;
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 testDatabaseToolsDatabaseApiGatewayConfigGlobal = DatabaseToolsFunctions.getRuntimeDatabaseToolsDatabaseApiGatewayConfigGlobal(GetRuntimeDatabaseToolsDatabaseApiGatewayConfigGlobalArgs.builder()
.databaseToolsDatabaseApiGatewayConfigId(testConfig.id())
.globalKey(databaseToolsDatabaseApiGatewayConfigGlobalGlobalKey)
.build());
}
}
variables:
testDatabaseToolsDatabaseApiGatewayConfigGlobal:
fn::invoke:
function: oci:DatabaseTools:getRuntimeDatabaseToolsDatabaseApiGatewayConfigGlobal
arguments:
databaseToolsDatabaseApiGatewayConfigId: ${testConfig.id}
globalKey: ${databaseToolsDatabaseApiGatewayConfigGlobalGlobalKey}
Example coming soon!
Using getRuntimeDatabaseToolsDatabaseApiGatewayConfigGlobal
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 getRuntimeDatabaseToolsDatabaseApiGatewayConfigGlobal(args: GetRuntimeDatabaseToolsDatabaseApiGatewayConfigGlobalArgs, opts?: InvokeOptions): Promise<GetRuntimeDatabaseToolsDatabaseApiGatewayConfigGlobalResult>
function getRuntimeDatabaseToolsDatabaseApiGatewayConfigGlobalOutput(args: GetRuntimeDatabaseToolsDatabaseApiGatewayConfigGlobalOutputArgs, opts?: InvokeOptions): Output<GetRuntimeDatabaseToolsDatabaseApiGatewayConfigGlobalResult>def get_runtime_database_tools_database_api_gateway_config_global(database_tools_database_api_gateway_config_id: Optional[str] = None,
global_key: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetRuntimeDatabaseToolsDatabaseApiGatewayConfigGlobalResult
def get_runtime_database_tools_database_api_gateway_config_global_output(database_tools_database_api_gateway_config_id: pulumi.Input[Optional[str]] = None,
global_key: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetRuntimeDatabaseToolsDatabaseApiGatewayConfigGlobalResult]func LookupRuntimeDatabaseToolsDatabaseApiGatewayConfigGlobal(ctx *Context, args *LookupRuntimeDatabaseToolsDatabaseApiGatewayConfigGlobalArgs, opts ...InvokeOption) (*LookupRuntimeDatabaseToolsDatabaseApiGatewayConfigGlobalResult, error)
func LookupRuntimeDatabaseToolsDatabaseApiGatewayConfigGlobalOutput(ctx *Context, args *LookupRuntimeDatabaseToolsDatabaseApiGatewayConfigGlobalOutputArgs, opts ...InvokeOption) LookupRuntimeDatabaseToolsDatabaseApiGatewayConfigGlobalResultOutput> Note: This function is named LookupRuntimeDatabaseToolsDatabaseApiGatewayConfigGlobal in the Go SDK.
public static class GetRuntimeDatabaseToolsDatabaseApiGatewayConfigGlobal
{
public static Task<GetRuntimeDatabaseToolsDatabaseApiGatewayConfigGlobalResult> InvokeAsync(GetRuntimeDatabaseToolsDatabaseApiGatewayConfigGlobalArgs args, InvokeOptions? opts = null)
public static Output<GetRuntimeDatabaseToolsDatabaseApiGatewayConfigGlobalResult> Invoke(GetRuntimeDatabaseToolsDatabaseApiGatewayConfigGlobalInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetRuntimeDatabaseToolsDatabaseApiGatewayConfigGlobalResult> getRuntimeDatabaseToolsDatabaseApiGatewayConfigGlobal(GetRuntimeDatabaseToolsDatabaseApiGatewayConfigGlobalArgs args, InvokeOptions options)
public static Output<GetRuntimeDatabaseToolsDatabaseApiGatewayConfigGlobalResult> getRuntimeDatabaseToolsDatabaseApiGatewayConfigGlobal(GetRuntimeDatabaseToolsDatabaseApiGatewayConfigGlobalArgs args, InvokeOptions options)
fn::invoke:
function: oci:DatabaseTools/getRuntimeDatabaseToolsDatabaseApiGatewayConfigGlobal:getRuntimeDatabaseToolsDatabaseApiGatewayConfigGlobal
arguments:
# arguments dictionarydata "oci_databasetools_getruntimedatabasetoolsdatabaseapigatewayconfigglobal" "name" {
# arguments
}The following arguments are supported:
- Database
Tools stringDatabase Api Gateway Config Id - The OCID of a Database Tools database API gateway config.
- Global
Key string - The key of the global config.
- Database
Tools stringDatabase Api Gateway Config Id - The OCID of a Database Tools database API gateway config.
- Global
Key string - The key of the global config.
- database_
tools_ stringdatabase_ api_ gateway_ config_ id - The OCID of a Database Tools database API gateway config.
- global_
key string - The key of the global config.
- database
Tools StringDatabase Api Gateway Config Id - The OCID of a Database Tools database API gateway config.
- global
Key String - The key of the global config.
- database
Tools stringDatabase Api Gateway Config Id - The OCID of a Database Tools database API gateway config.
- global
Key string - The key of the global config.
- database_
tools_ strdatabase_ api_ gateway_ config_ id - The OCID of a Database Tools database API gateway config.
- global_
key str - The key of the global config.
- database
Tools StringDatabase Api Gateway Config Id - The OCID of a Database Tools database API gateway config.
- global
Key String - The key of the global config.
getRuntimeDatabaseToolsDatabaseApiGatewayConfigGlobal Result
The following output properties are available:
- Advanced
Properties Dictionary<string, string> - Advanced global properties.
- Certificate
Bundles List<GetRuntime Database Tools Database Api Gateway Config Global Certificate Bundle> - The certificate bundle that describes the SSL certicicate. Ignored if the httpsPort is 0.
- Database
Api stringStatus - ORDS database API is a database management and monitoring REST API. Database Actions requires this feature.
- Database
Tools stringDatabase Api Gateway Config Id - Document
Root string - The location of the static resources to be served under the / root server path.
- Global
Key string - Http
Port int - Specifies the HTTP listen port. 0 disables HTTP. Use of ports below 1024 requires elevated (root) privileges and is generally discouraged; deployment on non-privileged ports (1024–65535) is recommended.
- Https
Port int - Specifies the HTTPS listen port. 0 disables HTTPS. Use of ports below 1024 requires elevated (root) privileges and is generally discouraged; deployment on non-privileged ports (1024–65535) is recommended. ORDS will use a self-signed certificate if a certificate bundle is not provided.
- Id string
- Key string
- A string that uniquely identifies a Database Tools database API gateway config global settings resource.
- Metadata
Source string - The RESTful service definition location.
- Pool
Route string - How the target pool route value is determined for a HTTP request.
- Pool
Routing stringHeader - The request header name providing the pool route value.
- Time
Created string - The time the resource was created. An RFC3339 formatted datetime string.
- Time
Updated string - The time the resource was updated. An RFC3339 formatted datetime string.
- Type string
- The type of the Database Tools database API gateway config global settings resource.
- Advanced
Properties map[string]string - Advanced global properties.
- Certificate
Bundles []GetRuntime Database Tools Database Api Gateway Config Global Certificate Bundle - The certificate bundle that describes the SSL certicicate. Ignored if the httpsPort is 0.
- Database
Api stringStatus - ORDS database API is a database management and monitoring REST API. Database Actions requires this feature.
- Database
Tools stringDatabase Api Gateway Config Id - Document
Root string - The location of the static resources to be served under the / root server path.
- Global
Key string - Http
Port int - Specifies the HTTP listen port. 0 disables HTTP. Use of ports below 1024 requires elevated (root) privileges and is generally discouraged; deployment on non-privileged ports (1024–65535) is recommended.
- Https
Port int - Specifies the HTTPS listen port. 0 disables HTTPS. Use of ports below 1024 requires elevated (root) privileges and is generally discouraged; deployment on non-privileged ports (1024–65535) is recommended. ORDS will use a self-signed certificate if a certificate bundle is not provided.
- Id string
- Key string
- A string that uniquely identifies a Database Tools database API gateway config global settings resource.
- Metadata
Source string - The RESTful service definition location.
- Pool
Route string - How the target pool route value is determined for a HTTP request.
- Pool
Routing stringHeader - The request header name providing the pool route value.
- Time
Created string - The time the resource was created. An RFC3339 formatted datetime string.
- Time
Updated string - The time the resource was updated. An RFC3339 formatted datetime string.
- Type string
- The type of the Database Tools database API gateway config global settings resource.
- advanced_
properties map(string) - Advanced global properties.
- certificate_
bundles list(object) - The certificate bundle that describes the SSL certicicate. Ignored if the httpsPort is 0.
- database_
api_ stringstatus - ORDS database API is a database management and monitoring REST API. Database Actions requires this feature.
- database_
tools_ stringdatabase_ api_ gateway_ config_ id - document_
root string - The location of the static resources to be served under the / root server path.
- global_
key string - http_
port number - Specifies the HTTP listen port. 0 disables HTTP. Use of ports below 1024 requires elevated (root) privileges and is generally discouraged; deployment on non-privileged ports (1024–65535) is recommended.
- https_
port number - Specifies the HTTPS listen port. 0 disables HTTPS. Use of ports below 1024 requires elevated (root) privileges and is generally discouraged; deployment on non-privileged ports (1024–65535) is recommended. ORDS will use a self-signed certificate if a certificate bundle is not provided.
- id string
- key string
- A string that uniquely identifies a Database Tools database API gateway config global settings resource.
- metadata_
source string - The RESTful service definition location.
- pool_
route string - How the target pool route value is determined for a HTTP request.
- pool_
routing_ stringheader - The request header name providing the pool route value.
- time_
created string - The time the resource was created. An RFC3339 formatted datetime string.
- time_
updated string - The time the resource was updated. An RFC3339 formatted datetime string.
- type string
- The type of the Database Tools database API gateway config global settings resource.
- advanced
Properties Map<String,String> - Advanced global properties.
- certificate
Bundles List<GetRuntime Database Api Gateway Config Global Certificate Bundle> - The certificate bundle that describes the SSL certicicate. Ignored if the httpsPort is 0.
- database
Api StringStatus - ORDS database API is a database management and monitoring REST API. Database Actions requires this feature.
- database
Tools StringDatabase Api Gateway Config Id - document
Root String - The location of the static resources to be served under the / root server path.
- global
Key String - http
Port Integer - Specifies the HTTP listen port. 0 disables HTTP. Use of ports below 1024 requires elevated (root) privileges and is generally discouraged; deployment on non-privileged ports (1024–65535) is recommended.
- https
Port Integer - Specifies the HTTPS listen port. 0 disables HTTPS. Use of ports below 1024 requires elevated (root) privileges and is generally discouraged; deployment on non-privileged ports (1024–65535) is recommended. ORDS will use a self-signed certificate if a certificate bundle is not provided.
- id String
- key String
- A string that uniquely identifies a Database Tools database API gateway config global settings resource.
- metadata
Source String - The RESTful service definition location.
- pool
Route String - How the target pool route value is determined for a HTTP request.
- pool
Routing StringHeader - The request header name providing the pool route value.
- time
Created String - The time the resource was created. An RFC3339 formatted datetime string.
- time
Updated String - The time the resource was updated. An RFC3339 formatted datetime string.
- type String
- The type of the Database Tools database API gateway config global settings resource.
- advanced
Properties {[key: string]: string} - Advanced global properties.
- certificate
Bundles GetRuntime Database Tools Database Api Gateway Config Global Certificate Bundle[] - The certificate bundle that describes the SSL certicicate. Ignored if the httpsPort is 0.
- database
Api stringStatus - ORDS database API is a database management and monitoring REST API. Database Actions requires this feature.
- database
Tools stringDatabase Api Gateway Config Id - document
Root string - The location of the static resources to be served under the / root server path.
- global
Key string - http
Port number - Specifies the HTTP listen port. 0 disables HTTP. Use of ports below 1024 requires elevated (root) privileges and is generally discouraged; deployment on non-privileged ports (1024–65535) is recommended.
- https
Port number - Specifies the HTTPS listen port. 0 disables HTTPS. Use of ports below 1024 requires elevated (root) privileges and is generally discouraged; deployment on non-privileged ports (1024–65535) is recommended. ORDS will use a self-signed certificate if a certificate bundle is not provided.
- id string
- key string
- A string that uniquely identifies a Database Tools database API gateway config global settings resource.
- metadata
Source string - The RESTful service definition location.
- pool
Route string - How the target pool route value is determined for a HTTP request.
- pool
Routing stringHeader - The request header name providing the pool route value.
- time
Created string - The time the resource was created. An RFC3339 formatted datetime string.
- time
Updated string - The time the resource was updated. An RFC3339 formatted datetime string.
- type string
- The type of the Database Tools database API gateway config global settings resource.
- advanced_
properties Mapping[str, str] - Advanced global properties.
- certificate_
bundles Sequence[GetRuntime Database Tools Database Api Gateway Config Global Certificate Bundle] - The certificate bundle that describes the SSL certicicate. Ignored if the httpsPort is 0.
- database_
api_ strstatus - ORDS database API is a database management and monitoring REST API. Database Actions requires this feature.
- database_
tools_ strdatabase_ api_ gateway_ config_ id - document_
root str - The location of the static resources to be served under the / root server path.
- global_
key str - http_
port int - Specifies the HTTP listen port. 0 disables HTTP. Use of ports below 1024 requires elevated (root) privileges and is generally discouraged; deployment on non-privileged ports (1024–65535) is recommended.
- https_
port int - Specifies the HTTPS listen port. 0 disables HTTPS. Use of ports below 1024 requires elevated (root) privileges and is generally discouraged; deployment on non-privileged ports (1024–65535) is recommended. ORDS will use a self-signed certificate if a certificate bundle is not provided.
- id str
- key str
- A string that uniquely identifies a Database Tools database API gateway config global settings resource.
- metadata_
source str - The RESTful service definition location.
- pool_
route str - How the target pool route value is determined for a HTTP request.
- pool_
routing_ strheader - The request header name providing the pool route value.
- time_
created str - The time the resource was created. An RFC3339 formatted datetime string.
- time_
updated str - The time the resource was updated. An RFC3339 formatted datetime string.
- type str
- The type of the Database Tools database API gateway config global settings resource.
- advanced
Properties Map<String> - Advanced global properties.
- certificate
Bundles List<Property Map> - The certificate bundle that describes the SSL certicicate. Ignored if the httpsPort is 0.
- database
Api StringStatus - ORDS database API is a database management and monitoring REST API. Database Actions requires this feature.
- database
Tools StringDatabase Api Gateway Config Id - document
Root String - The location of the static resources to be served under the / root server path.
- global
Key String - http
Port Number - Specifies the HTTP listen port. 0 disables HTTP. Use of ports below 1024 requires elevated (root) privileges and is generally discouraged; deployment on non-privileged ports (1024–65535) is recommended.
- https
Port Number - Specifies the HTTPS listen port. 0 disables HTTPS. Use of ports below 1024 requires elevated (root) privileges and is generally discouraged; deployment on non-privileged ports (1024–65535) is recommended. ORDS will use a self-signed certificate if a certificate bundle is not provided.
- id String
- key String
- A string that uniquely identifies a Database Tools database API gateway config global settings resource.
- metadata
Source String - The RESTful service definition location.
- pool
Route String - How the target pool route value is determined for a HTTP request.
- pool
Routing StringHeader - The request header name providing the pool route value.
- time
Created String - The time the resource was created. An RFC3339 formatted datetime string.
- time
Updated String - The time the resource was updated. An RFC3339 formatted datetime string.
- type String
- The type of the Database Tools database API gateway config global settings resource.
Supporting Types
GetRuntimeDatabaseToolsDatabaseApiGatewayConfigGlobalCertificateBundle
- Certificate
Private List<GetKeys Runtime Database Tools Database Api Gateway Config Global Certificate Bundle Certificate Private Key> - Describes a certificate private key file to be used with SSL
- Certificate
Publics List<GetRuntime Database Tools Database Api Gateway Config Global Certificate Bundle Certificate Public> - Describes a certificate file to be used with SSL. Ignored if the httpsPort is 0.
- Type string
- The type of the Database Tools database API gateway config global settings resource.
- Certificate
Private []GetKeys Runtime Database Tools Database Api Gateway Config Global Certificate Bundle Certificate Private Key - Describes a certificate private key file to be used with SSL
- Certificate
Publics []GetRuntime Database Tools Database Api Gateway Config Global Certificate Bundle Certificate Public - Describes a certificate file to be used with SSL. Ignored if the httpsPort is 0.
- Type string
- The type of the Database Tools database API gateway config global settings resource.
- certificate_
private_ list(object)keys - Describes a certificate private key file to be used with SSL
- certificate_
publics list(object) - Describes a certificate file to be used with SSL. Ignored if the httpsPort is 0.
- type string
- The type of the Database Tools database API gateway config global settings resource.
- certificate
Private List<GetKeys Runtime Database Api Gateway Config Global Certificate Bundle Certificate Private Key> - Describes a certificate private key file to be used with SSL
- certificate
Publics List<GetRuntime Database Api Gateway Config Global Certificate Bundle Certificate Public> - Describes a certificate file to be used with SSL. Ignored if the httpsPort is 0.
- type String
- The type of the Database Tools database API gateway config global settings resource.
- certificate
Private GetKeys Runtime Database Tools Database Api Gateway Config Global Certificate Bundle Certificate Private Key[] - Describes a certificate private key file to be used with SSL
- certificate
Publics GetRuntime Database Tools Database Api Gateway Config Global Certificate Bundle Certificate Public[] - Describes a certificate file to be used with SSL. Ignored if the httpsPort is 0.
- type string
- The type of the Database Tools database API gateway config global settings resource.
- certificate_
private_ Sequence[Getkeys Runtime Database Tools Database Api Gateway Config Global Certificate Bundle Certificate Private Key] - Describes a certificate private key file to be used with SSL
- certificate_
publics Sequence[GetRuntime Database Tools Database Api Gateway Config Global Certificate Bundle Certificate Public] - Describes a certificate file to be used with SSL. Ignored if the httpsPort is 0.
- type str
- The type of the Database Tools database API gateway config global settings resource.
- certificate
Private List<Property Map>Keys - Describes a certificate private key file to be used with SSL
- certificate
Publics List<Property Map> - Describes a certificate file to be used with SSL. Ignored if the httpsPort is 0.
- type String
- The type of the Database Tools database API gateway config global settings resource.
GetRuntimeDatabaseToolsDatabaseApiGatewayConfigGlobalCertificateBundleCertificatePrivateKey
GetRuntimeDatabaseToolsDatabaseApiGatewayConfigGlobalCertificateBundleCertificatePublic
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
ociTerraform Provider.
Viewing docs for Oracle Cloud Infrastructure v4.11.0
published on Friday, May 15, 2026 by Pulumi
published on Friday, May 15, 2026 by Pulumi
