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 Pool resource in Oracle Cloud Infrastructure Database Tools Runtime service.
Get a Database Tools database API gateway config pool resource
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testDatabaseToolsDatabaseApiGatewayConfigPool = oci.databasetools.getRuntimeDatabaseToolsDatabaseApiGatewayConfigPool({
databaseToolsDatabaseApiGatewayConfigId: testConfig.id,
poolKey: databaseToolsDatabaseApiGatewayConfigPoolPoolKey,
});
import pulumi
import pulumi_oci as oci
test_database_tools_database_api_gateway_config_pool = oci.databasetools.get_runtime_database_tools_database_api_gateway_config_pool(database_tools_database_api_gateway_config_id=test_config["id"],
pool_key=database_tools_database_api_gateway_config_pool_pool_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.GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPool(ctx, &databasetools.GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolArgs{
DatabaseToolsDatabaseApiGatewayConfigId: testConfig.Id,
PoolKey: databaseToolsDatabaseApiGatewayConfigPoolPoolKey,
}, 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 testDatabaseToolsDatabaseApiGatewayConfigPool = Oci.DatabaseTools.GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPool.Invoke(new()
{
DatabaseToolsDatabaseApiGatewayConfigId = testConfig.Id,
PoolKey = databaseToolsDatabaseApiGatewayConfigPoolPoolKey,
});
});
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.GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolArgs;
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 testDatabaseToolsDatabaseApiGatewayConfigPool = DatabaseToolsFunctions.getRuntimeDatabaseToolsDatabaseApiGatewayConfigPool(GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolArgs.builder()
.databaseToolsDatabaseApiGatewayConfigId(testConfig.id())
.poolKey(databaseToolsDatabaseApiGatewayConfigPoolPoolKey)
.build());
}
}
variables:
testDatabaseToolsDatabaseApiGatewayConfigPool:
fn::invoke:
function: oci:DatabaseTools:getRuntimeDatabaseToolsDatabaseApiGatewayConfigPool
arguments:
databaseToolsDatabaseApiGatewayConfigId: ${testConfig.id}
poolKey: ${databaseToolsDatabaseApiGatewayConfigPoolPoolKey}
Example coming soon!
Using getRuntimeDatabaseToolsDatabaseApiGatewayConfigPool
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 getRuntimeDatabaseToolsDatabaseApiGatewayConfigPool(args: GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolArgs, opts?: InvokeOptions): Promise<GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolResult>
function getRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolOutput(args: GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolOutputArgs, opts?: InvokeOptions): Output<GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolResult>def get_runtime_database_tools_database_api_gateway_config_pool(database_tools_database_api_gateway_config_id: Optional[str] = None,
pool_key: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolResult
def get_runtime_database_tools_database_api_gateway_config_pool_output(database_tools_database_api_gateway_config_id: pulumi.Input[Optional[str]] = None,
pool_key: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolResult]func LookupRuntimeDatabaseToolsDatabaseApiGatewayConfigPool(ctx *Context, args *LookupRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolArgs, opts ...InvokeOption) (*LookupRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolResult, error)
func LookupRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolOutput(ctx *Context, args *LookupRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolOutputArgs, opts ...InvokeOption) LookupRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolResultOutput> Note: This function is named LookupRuntimeDatabaseToolsDatabaseApiGatewayConfigPool in the Go SDK.
public static class GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPool
{
public static Task<GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolResult> InvokeAsync(GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolArgs args, InvokeOptions? opts = null)
public static Output<GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolResult> Invoke(GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolResult> getRuntimeDatabaseToolsDatabaseApiGatewayConfigPool(GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolArgs args, InvokeOptions options)
public static Output<GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolResult> getRuntimeDatabaseToolsDatabaseApiGatewayConfigPool(GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolArgs args, InvokeOptions options)
fn::invoke:
function: oci:DatabaseTools/getRuntimeDatabaseToolsDatabaseApiGatewayConfigPool:getRuntimeDatabaseToolsDatabaseApiGatewayConfigPool
arguments:
# arguments dictionarydata "oci_databasetools_getruntimedatabasetoolsdatabaseapigatewayconfigpool" "name" {
# arguments
}The following arguments are supported:
- Database
Tools stringDatabase Api Gateway Config Id - The OCID of a Database Tools database API gateway config.
- Pool
Key string - The key of the pool config.
- Database
Tools stringDatabase Api Gateway Config Id - The OCID of a Database Tools database API gateway config.
- Pool
Key string - The key of the pool config.
- database_
tools_ stringdatabase_ api_ gateway_ config_ id - The OCID of a Database Tools database API gateway config.
- pool_
key string - The key of the pool config.
- database
Tools StringDatabase Api Gateway Config Id - The OCID of a Database Tools database API gateway config.
- pool
Key String - The key of the pool config.
- database
Tools stringDatabase Api Gateway Config Id - The OCID of a Database Tools database API gateway config.
- pool
Key string - The key of the pool config.
- database_
tools_ strdatabase_ api_ gateway_ config_ id - The OCID of a Database Tools database API gateway config.
- pool_
key str - The key of the pool config.
- database
Tools StringDatabase Api Gateway Config Id - The OCID of a Database Tools database API gateway config.
- pool
Key String - The key of the pool config.
getRuntimeDatabaseToolsDatabaseApiGatewayConfigPool Result
The following output properties are available:
- Advanced
Properties Dictionary<string, string> - Advanced pool properties.
- Database
Actions stringStatus - Specifies to enable the Database Actions feature.
- Database
Tools stringConnection Id - The OCID of the related Database Tools connection. Specifies the Oracle Cloud Infrastructure database tools connection ocid to build the connection pool from.
- Database
Tools stringDatabase Api Gateway Config Id - Display
Name string - A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
- Id string
- Initial
Pool intSize - Specifies the initial size for the number of database connections that will be created for the pool.
- Jwt
Profile stringAudience - Specifies the expected audience for the JWT token. This value is used to validate the aud claim in the JWT token.
- Jwt
Profile stringIssuer - Specifies the issuer of the JWT token. This value is used to validate the iss claim in the JWT token.
- Jwt
Profile stringJwk Url - Specifies the URL of the JSON Web Key (JWK) that is used to verify the signature of the JWT token.
- Jwt
Profile stringRole Claim Name - Specifies the JSON pointer to the claim in the JWT token that contains the roles of the users.
- Key string
- A system generated string that uniquely identifies a pool sub resource.
- Max
Pool intSize - Specifies the maximum number of database connections allowed for the pool.
- Min
Pool intSize - Specifies the minimum number of database connections allowed for the pool.
- Pool
Key string - Pool
Route stringValue - The pool route value provided in requests to target this pool.
- Rest
Enabled stringSql Status - Specifies whether the REST-Enabled SQL service is active.
- 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 pool sub resource.
- Advanced
Properties map[string]string - Advanced pool properties.
- Database
Actions stringStatus - Specifies to enable the Database Actions feature.
- Database
Tools stringConnection Id - The OCID of the related Database Tools connection. Specifies the Oracle Cloud Infrastructure database tools connection ocid to build the connection pool from.
- Database
Tools stringDatabase Api Gateway Config Id - Display
Name string - A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
- Id string
- Initial
Pool intSize - Specifies the initial size for the number of database connections that will be created for the pool.
- Jwt
Profile stringAudience - Specifies the expected audience for the JWT token. This value is used to validate the aud claim in the JWT token.
- Jwt
Profile stringIssuer - Specifies the issuer of the JWT token. This value is used to validate the iss claim in the JWT token.
- Jwt
Profile stringJwk Url - Specifies the URL of the JSON Web Key (JWK) that is used to verify the signature of the JWT token.
- Jwt
Profile stringRole Claim Name - Specifies the JSON pointer to the claim in the JWT token that contains the roles of the users.
- Key string
- A system generated string that uniquely identifies a pool sub resource.
- Max
Pool intSize - Specifies the maximum number of database connections allowed for the pool.
- Min
Pool intSize - Specifies the minimum number of database connections allowed for the pool.
- Pool
Key string - Pool
Route stringValue - The pool route value provided in requests to target this pool.
- Rest
Enabled stringSql Status - Specifies whether the REST-Enabled SQL service is active.
- 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 pool sub resource.
- advanced_
properties map(string) - Advanced pool properties.
- database_
actions_ stringstatus - Specifies to enable the Database Actions feature.
- database_
tools_ stringconnection_ id - The OCID of the related Database Tools connection. Specifies the Oracle Cloud Infrastructure database tools connection ocid to build the connection pool from.
- database_
tools_ stringdatabase_ api_ gateway_ config_ id - display_
name string - A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
- id string
- initial_
pool_ numbersize - Specifies the initial size for the number of database connections that will be created for the pool.
- jwt_
profile_ stringaudience - Specifies the expected audience for the JWT token. This value is used to validate the aud claim in the JWT token.
- jwt_
profile_ stringissuer - Specifies the issuer of the JWT token. This value is used to validate the iss claim in the JWT token.
- jwt_
profile_ stringjwk_ url - Specifies the URL of the JSON Web Key (JWK) that is used to verify the signature of the JWT token.
- jwt_
profile_ stringrole_ claim_ name - Specifies the JSON pointer to the claim in the JWT token that contains the roles of the users.
- key string
- A system generated string that uniquely identifies a pool sub resource.
- max_
pool_ numbersize - Specifies the maximum number of database connections allowed for the pool.
- min_
pool_ numbersize - Specifies the minimum number of database connections allowed for the pool.
- pool_
key string - pool_
route_ stringvalue - The pool route value provided in requests to target this pool.
- rest_
enabled_ stringsql_ status - Specifies whether the REST-Enabled SQL service is active.
- 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 pool sub resource.
- advanced
Properties Map<String,String> - Advanced pool properties.
- database
Actions StringStatus - Specifies to enable the Database Actions feature.
- database
Tools StringConnection Id - The OCID of the related Database Tools connection. Specifies the Oracle Cloud Infrastructure database tools connection ocid to build the connection pool from.
- database
Tools StringDatabase Api Gateway Config Id - display
Name String - A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
- id String
- initial
Pool IntegerSize - Specifies the initial size for the number of database connections that will be created for the pool.
- jwt
Profile StringAudience - Specifies the expected audience for the JWT token. This value is used to validate the aud claim in the JWT token.
- jwt
Profile StringIssuer - Specifies the issuer of the JWT token. This value is used to validate the iss claim in the JWT token.
- jwt
Profile StringJwk Url - Specifies the URL of the JSON Web Key (JWK) that is used to verify the signature of the JWT token.
- jwt
Profile StringRole Claim Name - Specifies the JSON pointer to the claim in the JWT token that contains the roles of the users.
- key String
- A system generated string that uniquely identifies a pool sub resource.
- max
Pool IntegerSize - Specifies the maximum number of database connections allowed for the pool.
- min
Pool IntegerSize - Specifies the minimum number of database connections allowed for the pool.
- pool
Key String - pool
Route StringValue - The pool route value provided in requests to target this pool.
- rest
Enabled StringSql Status - Specifies whether the REST-Enabled SQL service is active.
- 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 pool sub resource.
- advanced
Properties {[key: string]: string} - Advanced pool properties.
- database
Actions stringStatus - Specifies to enable the Database Actions feature.
- database
Tools stringConnection Id - The OCID of the related Database Tools connection. Specifies the Oracle Cloud Infrastructure database tools connection ocid to build the connection pool from.
- database
Tools stringDatabase Api Gateway Config Id - display
Name string - A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
- id string
- initial
Pool numberSize - Specifies the initial size for the number of database connections that will be created for the pool.
- jwt
Profile stringAudience - Specifies the expected audience for the JWT token. This value is used to validate the aud claim in the JWT token.
- jwt
Profile stringIssuer - Specifies the issuer of the JWT token. This value is used to validate the iss claim in the JWT token.
- jwt
Profile stringJwk Url - Specifies the URL of the JSON Web Key (JWK) that is used to verify the signature of the JWT token.
- jwt
Profile stringRole Claim Name - Specifies the JSON pointer to the claim in the JWT token that contains the roles of the users.
- key string
- A system generated string that uniquely identifies a pool sub resource.
- max
Pool numberSize - Specifies the maximum number of database connections allowed for the pool.
- min
Pool numberSize - Specifies the minimum number of database connections allowed for the pool.
- pool
Key string - pool
Route stringValue - The pool route value provided in requests to target this pool.
- rest
Enabled stringSql Status - Specifies whether the REST-Enabled SQL service is active.
- 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 pool sub resource.
- advanced_
properties Mapping[str, str] - Advanced pool properties.
- database_
actions_ strstatus - Specifies to enable the Database Actions feature.
- database_
tools_ strconnection_ id - The OCID of the related Database Tools connection. Specifies the Oracle Cloud Infrastructure database tools connection ocid to build the connection pool from.
- database_
tools_ strdatabase_ api_ gateway_ config_ id - display_
name str - A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
- id str
- initial_
pool_ intsize - Specifies the initial size for the number of database connections that will be created for the pool.
- jwt_
profile_ straudience - Specifies the expected audience for the JWT token. This value is used to validate the aud claim in the JWT token.
- jwt_
profile_ strissuer - Specifies the issuer of the JWT token. This value is used to validate the iss claim in the JWT token.
- jwt_
profile_ strjwk_ url - Specifies the URL of the JSON Web Key (JWK) that is used to verify the signature of the JWT token.
- jwt_
profile_ strrole_ claim_ name - Specifies the JSON pointer to the claim in the JWT token that contains the roles of the users.
- key str
- A system generated string that uniquely identifies a pool sub resource.
- max_
pool_ intsize - Specifies the maximum number of database connections allowed for the pool.
- min_
pool_ intsize - Specifies the minimum number of database connections allowed for the pool.
- pool_
key str - pool_
route_ strvalue - The pool route value provided in requests to target this pool.
- rest_
enabled_ strsql_ status - Specifies whether the REST-Enabled SQL service is active.
- 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 pool sub resource.
- advanced
Properties Map<String> - Advanced pool properties.
- database
Actions StringStatus - Specifies to enable the Database Actions feature.
- database
Tools StringConnection Id - The OCID of the related Database Tools connection. Specifies the Oracle Cloud Infrastructure database tools connection ocid to build the connection pool from.
- database
Tools StringDatabase Api Gateway Config Id - display
Name String - A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
- id String
- initial
Pool NumberSize - Specifies the initial size for the number of database connections that will be created for the pool.
- jwt
Profile StringAudience - Specifies the expected audience for the JWT token. This value is used to validate the aud claim in the JWT token.
- jwt
Profile StringIssuer - Specifies the issuer of the JWT token. This value is used to validate the iss claim in the JWT token.
- jwt
Profile StringJwk Url - Specifies the URL of the JSON Web Key (JWK) that is used to verify the signature of the JWT token.
- jwt
Profile StringRole Claim Name - Specifies the JSON pointer to the claim in the JWT token that contains the roles of the users.
- key String
- A system generated string that uniquely identifies a pool sub resource.
- max
Pool NumberSize - Specifies the maximum number of database connections allowed for the pool.
- min
Pool NumberSize - Specifies the minimum number of database connections allowed for the pool.
- pool
Key String - pool
Route StringValue - The pool route value provided in requests to target this pool.
- rest
Enabled StringSql Status - Specifies whether the REST-Enabled SQL service is active.
- 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 pool sub resource.
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
