HyperdriveConfig

class HyperdriveConfig : KotlinCustomResource

Example Usage

resources:
exampleHyperdriveConfig:
type: cloudflare:HyperdriveConfig
name: example_hyperdrive_config
properties:
accountId: 023e105f4ecef8ad9ca31a8372d0c353
name: example-hyperdrive
origin:
database: postgres
host: database.example.com
password: password
port: 5432
scheme: postgres
user: postgres
caching:
disabled: true
mtls:
ca_certificate_id: 00000000-0000-0000-0000-0000000000
mtls_certificate_id: 00000000-0000-0000-0000-0000000000
sslmode: verify-full

Import

$ pulumi import cloudflare:index/hyperdriveConfig:HyperdriveConfig example '<account_id>/<hyperdrive_id>'

Properties

Link copied to clipboard
val accountId: Output<String>

Identifier

Link copied to clipboard
Link copied to clipboard
val createdOn: Output<String>

When the Hyperdrive configuration was created.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val modifiedOn: Output<String>

When the Hyperdrive configuration was last modified.

Link copied to clipboard
Link copied to clipboard
val name: Output<String>
Link copied to clipboard
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val urn: Output<String>