Viewing docs for Cloudflare v6.13.0
published on Wednesday, Jan 21, 2026 by Pulumi
published on Wednesday, Jan 21, 2026 by Pulumi
Viewing docs for Cloudflare v6.13.0
published on Wednesday, Jan 21, 2026 by Pulumi
published on Wednesday, Jan 21, 2026 by Pulumi
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as cloudflare from "@pulumi/cloudflare";
const exampleHyperdriveConfigs = cloudflare.getHyperdriveConfigs({
accountId: "023e105f4ecef8ad9ca31a8372d0c353",
});
import pulumi
import pulumi_cloudflare as cloudflare
example_hyperdrive_configs = cloudflare.get_hyperdrive_configs(account_id="023e105f4ecef8ad9ca31a8372d0c353")
package main
import (
"github.com/pulumi/pulumi-cloudflare/sdk/v6/go/cloudflare"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := cloudflare.LookupHyperdriveConfigs(ctx, &cloudflare.LookupHyperdriveConfigsArgs{
AccountId: "023e105f4ecef8ad9ca31a8372d0c353",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Cloudflare = Pulumi.Cloudflare;
return await Deployment.RunAsync(() =>
{
var exampleHyperdriveConfigs = Cloudflare.GetHyperdriveConfigs.Invoke(new()
{
AccountId = "023e105f4ecef8ad9ca31a8372d0c353",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.cloudflare.CloudflareFunctions;
import com.pulumi.cloudflare.inputs.GetHyperdriveConfigsArgs;
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 exampleHyperdriveConfigs = CloudflareFunctions.getHyperdriveConfigs(GetHyperdriveConfigsArgs.builder()
.accountId("023e105f4ecef8ad9ca31a8372d0c353")
.build());
}
}
variables:
exampleHyperdriveConfigs:
fn::invoke:
function: cloudflare:getHyperdriveConfigs
arguments:
accountId: 023e105f4ecef8ad9ca31a8372d0c353
Using getHyperdriveConfigs
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 getHyperdriveConfigs(args: GetHyperdriveConfigsArgs, opts?: InvokeOptions): Promise<GetHyperdriveConfigsResult>
function getHyperdriveConfigsOutput(args: GetHyperdriveConfigsOutputArgs, opts?: InvokeOptions): Output<GetHyperdriveConfigsResult>def get_hyperdrive_configs(account_id: Optional[str] = None,
max_items: Optional[int] = None,
opts: Optional[InvokeOptions] = None) -> GetHyperdriveConfigsResult
def get_hyperdrive_configs_output(account_id: Optional[pulumi.Input[str]] = None,
max_items: Optional[pulumi.Input[int]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetHyperdriveConfigsResult]func LookupHyperdriveConfigs(ctx *Context, args *LookupHyperdriveConfigsArgs, opts ...InvokeOption) (*LookupHyperdriveConfigsResult, error)
func LookupHyperdriveConfigsOutput(ctx *Context, args *LookupHyperdriveConfigsOutputArgs, opts ...InvokeOption) LookupHyperdriveConfigsResultOutput> Note: This function is named LookupHyperdriveConfigs in the Go SDK.
public static class GetHyperdriveConfigs
{
public static Task<GetHyperdriveConfigsResult> InvokeAsync(GetHyperdriveConfigsArgs args, InvokeOptions? opts = null)
public static Output<GetHyperdriveConfigsResult> Invoke(GetHyperdriveConfigsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetHyperdriveConfigsResult> getHyperdriveConfigs(GetHyperdriveConfigsArgs args, InvokeOptions options)
public static Output<GetHyperdriveConfigsResult> getHyperdriveConfigs(GetHyperdriveConfigsArgs args, InvokeOptions options)
fn::invoke:
function: cloudflare:index/getHyperdriveConfigs:getHyperdriveConfigs
arguments:
# arguments dictionaryThe following arguments are supported:
- account_
id str - Define configurations using a unique string identifier.
- max_
items int - Max items to fetch, default: 1000
getHyperdriveConfigs Result
The following output properties are available:
- Account
Id string - Define configurations using a unique string identifier.
- Id string
- The provider-assigned unique ID for this managed resource.
- Results
List<Get
Hyperdrive Configs Result> - The items returned by the data source
- Max
Items int - Max items to fetch, default: 1000
- Account
Id string - Define configurations using a unique string identifier.
- Id string
- The provider-assigned unique ID for this managed resource.
- Results
[]Get
Hyperdrive Configs Result - The items returned by the data source
- Max
Items int - Max items to fetch, default: 1000
- account
Id String - Define configurations using a unique string identifier.
- id String
- The provider-assigned unique ID for this managed resource.
- results
List<Get
Hyperdrive Configs Result> - The items returned by the data source
- max
Items Integer - Max items to fetch, default: 1000
- account
Id string - Define configurations using a unique string identifier.
- id string
- The provider-assigned unique ID for this managed resource.
- results
Get
Hyperdrive Configs Result[] - The items returned by the data source
- max
Items number - Max items to fetch, default: 1000
- account_
id str - Define configurations using a unique string identifier.
- id str
- The provider-assigned unique ID for this managed resource.
- results
Sequence[Get
Hyperdrive Configs Result] - The items returned by the data source
- max_
items int - Max items to fetch, default: 1000
- account
Id String - Define configurations using a unique string identifier.
- id String
- The provider-assigned unique ID for this managed resource.
- results List<Property Map>
- The items returned by the data source
- max
Items Number - Max items to fetch, default: 1000
Supporting Types
GetHyperdriveConfigsResult
- Caching
Get
Hyperdrive Configs Result Caching - Created
On string - Defines the creation time of the Hyperdrive configuration.
- Id string
- Define configurations using a unique string identifier.
- Modified
On string - Defines the last modified time of the Hyperdrive configuration.
- Mtls
Get
Hyperdrive Configs Result Mtls - Name string
- The name of the Hyperdrive configuration. Used to identify the configuration in the Cloudflare dashboard and API.
- Origin
Get
Hyperdrive Configs Result Origin - Origin
Connection intLimit - The (soft) maximum number of connections the Hyperdrive is allowed to make to the origin database.
- Caching
Get
Hyperdrive Configs Result Caching - Created
On string - Defines the creation time of the Hyperdrive configuration.
- Id string
- Define configurations using a unique string identifier.
- Modified
On string - Defines the last modified time of the Hyperdrive configuration.
- Mtls
Get
Hyperdrive Configs Result Mtls - Name string
- The name of the Hyperdrive configuration. Used to identify the configuration in the Cloudflare dashboard and API.
- Origin
Get
Hyperdrive Configs Result Origin - Origin
Connection intLimit - The (soft) maximum number of connections the Hyperdrive is allowed to make to the origin database.
- caching
Get
Hyperdrive Configs Result Caching - created
On String - Defines the creation time of the Hyperdrive configuration.
- id String
- Define configurations using a unique string identifier.
- modified
On String - Defines the last modified time of the Hyperdrive configuration.
- mtls
Get
Hyperdrive Configs Result Mtls - name String
- The name of the Hyperdrive configuration. Used to identify the configuration in the Cloudflare dashboard and API.
- origin
Get
Hyperdrive Configs Result Origin - origin
Connection IntegerLimit - The (soft) maximum number of connections the Hyperdrive is allowed to make to the origin database.
- caching
Get
Hyperdrive Configs Result Caching - created
On string - Defines the creation time of the Hyperdrive configuration.
- id string
- Define configurations using a unique string identifier.
- modified
On string - Defines the last modified time of the Hyperdrive configuration.
- mtls
Get
Hyperdrive Configs Result Mtls - name string
- The name of the Hyperdrive configuration. Used to identify the configuration in the Cloudflare dashboard and API.
- origin
Get
Hyperdrive Configs Result Origin - origin
Connection numberLimit - The (soft) maximum number of connections the Hyperdrive is allowed to make to the origin database.
- caching
Get
Hyperdrive Configs Result Caching - created_
on str - Defines the creation time of the Hyperdrive configuration.
- id str
- Define configurations using a unique string identifier.
- modified_
on str - Defines the last modified time of the Hyperdrive configuration.
- mtls
Get
Hyperdrive Configs Result Mtls - name str
- The name of the Hyperdrive configuration. Used to identify the configuration in the Cloudflare dashboard and API.
- origin
Get
Hyperdrive Configs Result Origin - origin_
connection_ intlimit - The (soft) maximum number of connections the Hyperdrive is allowed to make to the origin database.
- caching Property Map
- created
On String - Defines the creation time of the Hyperdrive configuration.
- id String
- Define configurations using a unique string identifier.
- modified
On String - Defines the last modified time of the Hyperdrive configuration.
- mtls Property Map
- name String
- The name of the Hyperdrive configuration. Used to identify the configuration in the Cloudflare dashboard and API.
- origin Property Map
- origin
Connection NumberLimit - The (soft) maximum number of connections the Hyperdrive is allowed to make to the origin database.
GetHyperdriveConfigsResultCaching
- Disabled bool
- Set to true to disable caching of SQL responses. Default is false.
- Max
Age int - Specify the maximum duration (in seconds) items should persist in the cache. Defaults to 60 seconds if not specified.
- Stale
While intRevalidate - Specify the number of seconds the cache may serve a stale response. Defaults to 15 seconds if not specified.
- Disabled bool
- Set to true to disable caching of SQL responses. Default is false.
- Max
Age int - Specify the maximum duration (in seconds) items should persist in the cache. Defaults to 60 seconds if not specified.
- Stale
While intRevalidate - Specify the number of seconds the cache may serve a stale response. Defaults to 15 seconds if not specified.
- disabled Boolean
- Set to true to disable caching of SQL responses. Default is false.
- max
Age Integer - Specify the maximum duration (in seconds) items should persist in the cache. Defaults to 60 seconds if not specified.
- stale
While IntegerRevalidate - Specify the number of seconds the cache may serve a stale response. Defaults to 15 seconds if not specified.
- disabled boolean
- Set to true to disable caching of SQL responses. Default is false.
- max
Age number - Specify the maximum duration (in seconds) items should persist in the cache. Defaults to 60 seconds if not specified.
- stale
While numberRevalidate - Specify the number of seconds the cache may serve a stale response. Defaults to 15 seconds if not specified.
- disabled bool
- Set to true to disable caching of SQL responses. Default is false.
- max_
age int - Specify the maximum duration (in seconds) items should persist in the cache. Defaults to 60 seconds if not specified.
- stale_
while_ intrevalidate - Specify the number of seconds the cache may serve a stale response. Defaults to 15 seconds if not specified.
- disabled Boolean
- Set to true to disable caching of SQL responses. Default is false.
- max
Age Number - Specify the maximum duration (in seconds) items should persist in the cache. Defaults to 60 seconds if not specified.
- stale
While NumberRevalidate - Specify the number of seconds the cache may serve a stale response. Defaults to 15 seconds if not specified.
GetHyperdriveConfigsResultMtls
- Ca
Certificate stringId - Define CA certificate ID obtained after uploading CA cert.
- Mtls
Certificate stringId - Define mTLS certificate ID obtained after uploading client cert.
- Sslmode string
- Set SSL mode to 'require', 'verify-ca', or 'verify-full' to verify the CA.
- Ca
Certificate stringId - Define CA certificate ID obtained after uploading CA cert.
- Mtls
Certificate stringId - Define mTLS certificate ID obtained after uploading client cert.
- Sslmode string
- Set SSL mode to 'require', 'verify-ca', or 'verify-full' to verify the CA.
- ca
Certificate StringId - Define CA certificate ID obtained after uploading CA cert.
- mtls
Certificate StringId - Define mTLS certificate ID obtained after uploading client cert.
- sslmode String
- Set SSL mode to 'require', 'verify-ca', or 'verify-full' to verify the CA.
- ca
Certificate stringId - Define CA certificate ID obtained after uploading CA cert.
- mtls
Certificate stringId - Define mTLS certificate ID obtained after uploading client cert.
- sslmode string
- Set SSL mode to 'require', 'verify-ca', or 'verify-full' to verify the CA.
- ca_
certificate_ strid - Define CA certificate ID obtained after uploading CA cert.
- mtls_
certificate_ strid - Define mTLS certificate ID obtained after uploading client cert.
- sslmode str
- Set SSL mode to 'require', 'verify-ca', or 'verify-full' to verify the CA.
- ca
Certificate StringId - Define CA certificate ID obtained after uploading CA cert.
- mtls
Certificate StringId - Define mTLS certificate ID obtained after uploading client cert.
- sslmode String
- Set SSL mode to 'require', 'verify-ca', or 'verify-full' to verify the CA.
GetHyperdriveConfigsResultOrigin
- Access
Client stringId - Defines the Client ID of the Access token to use when connecting to the origin database.
- Access
Client stringSecret - Defines the Client Secret of the Access Token to use when connecting to the origin database. The API never returns this write-only value.
- Database string
- Set the name of your origin database.
- Host string
- Defines the host (hostname or IP) of your origin database.
- Password string
- Set the password needed to access your origin database. The API never returns this write-only value.
- Port int
- Defines the port of your origin database. Defaults to 5432 for PostgreSQL or 3306 for MySQL if not specified.
- Scheme string
- Specifies the URL scheme used to connect to your origin database. Available values: "postgres", "postgresql", "mysql".
- User string
- Set the user of your origin database.
- Access
Client stringId - Defines the Client ID of the Access token to use when connecting to the origin database.
- Access
Client stringSecret - Defines the Client Secret of the Access Token to use when connecting to the origin database. The API never returns this write-only value.
- Database string
- Set the name of your origin database.
- Host string
- Defines the host (hostname or IP) of your origin database.
- Password string
- Set the password needed to access your origin database. The API never returns this write-only value.
- Port int
- Defines the port of your origin database. Defaults to 5432 for PostgreSQL or 3306 for MySQL if not specified.
- Scheme string
- Specifies the URL scheme used to connect to your origin database. Available values: "postgres", "postgresql", "mysql".
- User string
- Set the user of your origin database.
- access
Client StringId - Defines the Client ID of the Access token to use when connecting to the origin database.
- access
Client StringSecret - Defines the Client Secret of the Access Token to use when connecting to the origin database. The API never returns this write-only value.
- database String
- Set the name of your origin database.
- host String
- Defines the host (hostname or IP) of your origin database.
- password String
- Set the password needed to access your origin database. The API never returns this write-only value.
- port Integer
- Defines the port of your origin database. Defaults to 5432 for PostgreSQL or 3306 for MySQL if not specified.
- scheme String
- Specifies the URL scheme used to connect to your origin database. Available values: "postgres", "postgresql", "mysql".
- user String
- Set the user of your origin database.
- access
Client stringId - Defines the Client ID of the Access token to use when connecting to the origin database.
- access
Client stringSecret - Defines the Client Secret of the Access Token to use when connecting to the origin database. The API never returns this write-only value.
- database string
- Set the name of your origin database.
- host string
- Defines the host (hostname or IP) of your origin database.
- password string
- Set the password needed to access your origin database. The API never returns this write-only value.
- port number
- Defines the port of your origin database. Defaults to 5432 for PostgreSQL or 3306 for MySQL if not specified.
- scheme string
- Specifies the URL scheme used to connect to your origin database. Available values: "postgres", "postgresql", "mysql".
- user string
- Set the user of your origin database.
- access_
client_ strid - Defines the Client ID of the Access token to use when connecting to the origin database.
- access_
client_ strsecret - Defines the Client Secret of the Access Token to use when connecting to the origin database. The API never returns this write-only value.
- database str
- Set the name of your origin database.
- host str
- Defines the host (hostname or IP) of your origin database.
- password str
- Set the password needed to access your origin database. The API never returns this write-only value.
- port int
- Defines the port of your origin database. Defaults to 5432 for PostgreSQL or 3306 for MySQL if not specified.
- scheme str
- Specifies the URL scheme used to connect to your origin database. Available values: "postgres", "postgresql", "mysql".
- user str
- Set the user of your origin database.
- access
Client StringId - Defines the Client ID of the Access token to use when connecting to the origin database.
- access
Client StringSecret - Defines the Client Secret of the Access Token to use when connecting to the origin database. The API never returns this write-only value.
- database String
- Set the name of your origin database.
- host String
- Defines the host (hostname or IP) of your origin database.
- password String
- Set the password needed to access your origin database. The API never returns this write-only value.
- port Number
- Defines the port of your origin database. Defaults to 5432 for PostgreSQL or 3306 for MySQL if not specified.
- scheme String
- Specifies the URL scheme used to connect to your origin database. Available values: "postgres", "postgresql", "mysql".
- user String
- Set the user of your origin database.
Package Details
- Repository
- Cloudflare pulumi/pulumi-cloudflare
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
cloudflareTerraform Provider.
Viewing docs for Cloudflare v6.13.0
published on Wednesday, Jan 21, 2026 by Pulumi
published on Wednesday, Jan 21, 2026 by Pulumi
