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 the list of Database Tools Database Api Gateway Config Pools in Oracle Cloud Infrastructure Database Tools Runtime service.
Returns a list of Database Tools database API gateway config pool resources
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testDatabaseToolsDatabaseApiGatewayConfigPools = oci.databasetools.getRuntimeDatabaseToolsDatabaseApiGatewayConfigPools({
databaseToolsDatabaseApiGatewayConfigId: testConfig.id,
displayName: databaseToolsDatabaseApiGatewayConfigPoolDisplayName,
});
import pulumi
import pulumi_oci as oci
test_database_tools_database_api_gateway_config_pools = oci.databasetools.get_runtime_database_tools_database_api_gateway_config_pools(database_tools_database_api_gateway_config_id=test_config["id"],
display_name=database_tools_database_api_gateway_config_pool_display_name)
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.GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPools(ctx, &databasetools.GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolsArgs{
DatabaseToolsDatabaseApiGatewayConfigId: testConfig.Id,
DisplayName: pulumi.StringRef(databaseToolsDatabaseApiGatewayConfigPoolDisplayName),
}, 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 testDatabaseToolsDatabaseApiGatewayConfigPools = Oci.DatabaseTools.GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPools.Invoke(new()
{
DatabaseToolsDatabaseApiGatewayConfigId = testConfig.Id,
DisplayName = databaseToolsDatabaseApiGatewayConfigPoolDisplayName,
});
});
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.GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolsArgs;
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 testDatabaseToolsDatabaseApiGatewayConfigPools = DatabaseToolsFunctions.getRuntimeDatabaseToolsDatabaseApiGatewayConfigPools(GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolsArgs.builder()
.databaseToolsDatabaseApiGatewayConfigId(testConfig.id())
.displayName(databaseToolsDatabaseApiGatewayConfigPoolDisplayName)
.build());
}
}
variables:
testDatabaseToolsDatabaseApiGatewayConfigPools:
fn::invoke:
function: oci:DatabaseTools:getRuntimeDatabaseToolsDatabaseApiGatewayConfigPools
arguments:
databaseToolsDatabaseApiGatewayConfigId: ${testConfig.id}
displayName: ${databaseToolsDatabaseApiGatewayConfigPoolDisplayName}
Example coming soon!
Using getRuntimeDatabaseToolsDatabaseApiGatewayConfigPools
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 getRuntimeDatabaseToolsDatabaseApiGatewayConfigPools(args: GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolsArgs, opts?: InvokeOptions): Promise<GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolsResult>
function getRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolsOutput(args: GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolsOutputArgs, opts?: InvokeOptions): Output<GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolsResult>def get_runtime_database_tools_database_api_gateway_config_pools(database_tools_database_api_gateway_config_id: Optional[str] = None,
display_name: Optional[str] = None,
filters: Optional[Sequence[GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolsFilter]] = None,
opts: Optional[InvokeOptions] = None) -> GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolsResult
def get_runtime_database_tools_database_api_gateway_config_pools_output(database_tools_database_api_gateway_config_id: pulumi.Input[Optional[str]] = None,
display_name: pulumi.Input[Optional[str]] = None,
filters: pulumi.Input[Optional[Sequence[pulumi.Input[GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolsFilterArgs]]]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolsResult]func GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPools(ctx *Context, args *GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolsArgs, opts ...InvokeOption) (*GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolsResult, error)
func GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolsOutput(ctx *Context, args *GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolsOutputArgs, opts ...InvokeOption) GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolsResultOutput> Note: This function is named GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPools in the Go SDK.
public static class GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPools
{
public static Task<GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolsResult> InvokeAsync(GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolsArgs args, InvokeOptions? opts = null)
public static Output<GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolsResult> Invoke(GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolsResult> getRuntimeDatabaseToolsDatabaseApiGatewayConfigPools(GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolsArgs args, InvokeOptions options)
public static Output<GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolsResult> getRuntimeDatabaseToolsDatabaseApiGatewayConfigPools(GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolsArgs args, InvokeOptions options)
fn::invoke:
function: oci:DatabaseTools/getRuntimeDatabaseToolsDatabaseApiGatewayConfigPools:getRuntimeDatabaseToolsDatabaseApiGatewayConfigPools
arguments:
# arguments dictionarydata "oci_databasetools_getruntimedatabasetoolsdatabaseapigatewayconfigpools" "name" {
# arguments
}The following arguments are supported:
- Database
Tools stringDatabase Api Gateway Config Id - The OCID of a Database Tools database API gateway config.
- Display
Name string - A filter to return only resources that match the entire specified display name.
- Filters
List<Get
Runtime Database Tools Database Api Gateway Config Pools Filter>
- Database
Tools stringDatabase Api Gateway Config Id - The OCID of a Database Tools database API gateway config.
- Display
Name string - A filter to return only resources that match the entire specified display name.
- Filters
[]Get
Runtime Database Tools Database Api Gateway Config Pools Filter
- database_
tools_ stringdatabase_ api_ gateway_ config_ id - The OCID of a Database Tools database API gateway config.
- display_
name string - A filter to return only resources that match the entire specified display name.
- filters list(object)
- database
Tools StringDatabase Api Gateway Config Id - The OCID of a Database Tools database API gateway config.
- display
Name String - A filter to return only resources that match the entire specified display name.
- filters
List<Get
Runtime Database Api Gateway Config Pools Filter>
- database
Tools stringDatabase Api Gateway Config Id - The OCID of a Database Tools database API gateway config.
- display
Name string - A filter to return only resources that match the entire specified display name.
- filters
Get
Runtime Database Tools Database Api Gateway Config Pools Filter[]
- database_
tools_ strdatabase_ api_ gateway_ config_ id - The OCID of a Database Tools database API gateway config.
- display_
name str - A filter to return only resources that match the entire specified display name.
- filters
Sequence[Get
Runtime Database Tools Database Api Gateway Config Pools Filter]
- database
Tools StringDatabase Api Gateway Config Id - The OCID of a Database Tools database API gateway config.
- display
Name String - A filter to return only resources that match the entire specified display name.
- filters List<Property Map>
getRuntimeDatabaseToolsDatabaseApiGatewayConfigPools Result
The following output properties are available:
- Database
Tools stringDatabase Api Gateway Config Id - Database
Tools List<GetDatabase Api Gateway Config Pool Collections Runtime Database Tools Database Api Gateway Config Pools Database Tools Database Api Gateway Config Pool Collection> - The list of database_tools_database_api_gateway_config_pool_collection.
- Id string
- The provider-assigned unique ID for this managed resource.
- Display
Name string - A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
- Filters
List<Get
Runtime Database Tools Database Api Gateway Config Pools Filter>
- Database
Tools stringDatabase Api Gateway Config Id - Database
Tools []GetDatabase Api Gateway Config Pool Collections Runtime Database Tools Database Api Gateway Config Pools Database Tools Database Api Gateway Config Pool Collection - The list of database_tools_database_api_gateway_config_pool_collection.
- Id string
- The provider-assigned unique ID for this managed resource.
- Display
Name string - A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
- Filters
[]Get
Runtime Database Tools Database Api Gateway Config Pools Filter
- database_
tools_ stringdatabase_ api_ gateway_ config_ id - database_
tools_ list(object)database_ api_ gateway_ config_ pool_ collections - The list of database_tools_database_api_gateway_config_pool_collection.
- id string
- The provider-assigned unique ID for this managed resource.
- display_
name string - A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
- filters list(object)
- database
Tools StringDatabase Api Gateway Config Id - database
Tools List<GetDatabase Api Gateway Config Pool Collections Runtime Database Api Gateway Config Pools Database Api Gateway Config Pool Collection> - The list of database_tools_database_api_gateway_config_pool_collection.
- id String
- The provider-assigned unique ID for this managed resource.
- display
Name String - A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
- filters
List<Get
Runtime Database Api Gateway Config Pools Filter>
- database
Tools stringDatabase Api Gateway Config Id - database
Tools GetDatabase Api Gateway Config Pool Collections Runtime Database Tools Database Api Gateway Config Pools Database Tools Database Api Gateway Config Pool Collection[] - The list of database_tools_database_api_gateway_config_pool_collection.
- id string
- The provider-assigned unique ID for this managed resource.
- display
Name string - A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
- filters
Get
Runtime Database Tools Database Api Gateway Config Pools Filter[]
- database_
tools_ strdatabase_ api_ gateway_ config_ id - database_
tools_ Sequence[Getdatabase_ api_ gateway_ config_ pool_ collections Runtime Database Tools Database Api Gateway Config Pools Database Tools Database Api Gateway Config Pool Collection] - The list of database_tools_database_api_gateway_config_pool_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[Get
Runtime Database Tools Database Api Gateway Config Pools Filter]
- database
Tools StringDatabase Api Gateway Config Id - database
Tools List<Property Map>Database Api Gateway Config Pool Collections - The list of database_tools_database_api_gateway_config_pool_collection.
- id String
- The provider-assigned unique ID for this managed resource.
- display
Name String - A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
- filters List<Property Map>
Supporting Types
GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolsDatabaseToolsDatabaseApiGatewayConfigPoolCollection
GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolsDatabaseToolsDatabaseApiGatewayConfigPoolCollectionItem
- 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 - The OCID of a Database Tools database API gateway config.
- Display
Name string - A filter to return only resources that match the entire specified display name.
- 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
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 - The OCID of a Database Tools database API gateway config.
- Display
Name string - A filter to return only resources that match the entire specified display name.
- 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
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 - The OCID of a Database Tools database API gateway config.
- display_
name string - A filter to return only resources that match the entire specified display name.
- 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_
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 - The OCID of a Database Tools database API gateway config.
- display
Name String - A filter to return only resources that match the entire specified display name.
- 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
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 - The OCID of a Database Tools database API gateway config.
- display
Name string - A filter to return only resources that match the entire specified display name.
- 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
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 - The OCID of a Database Tools database API gateway config.
- display_
name str - A filter to return only resources that match the entire specified display name.
- 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_
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 - The OCID of a Database Tools database API gateway config.
- display
Name String - A filter to return only resources that match the entire specified display name.
- 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
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.
GetRuntimeDatabaseToolsDatabaseApiGatewayConfigPoolsFilter
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
