Uses of Class
com.hashicorp.cdktf.HttpBackend.Builder
Packages that use HttpBackend.Builder
-
Uses of HttpBackend.Builder in com.hashicorp.cdktf
Methods in com.hashicorp.cdktf that return HttpBackend.BuilderModifier and TypeMethodDescription(experimental) (Required) The address of the REST endpoint.HttpBackend.Builder.clientCaCertificatePem
(String clientCaCertificatePem) (experimental) (Optional) A PEM-encoded CA certificate chain used by the client to verify server certificates during TLS authentication.HttpBackend.Builder.clientCertificatePem
(String clientCertificatePem) (experimental) (Optional) A PEM-encoded certificate used by the server to verify the client during mutual TLS (mTLS) authentication.HttpBackend.Builder.clientPrivateKeyPem
(String clientPrivateKeyPem) (experimental) (Optional) A PEM-encoded private key, required if client_certificate_pem is specified.static HttpBackend.Builder
HttpBackend.Builder.create
(software.constructs.Construct scope) HttpBackend.Builder.lockAddress
(String lockAddress) (experimental) (Optional) The address of the lock REST endpoint.HttpBackend.Builder.lockMethod
(String lockMethod) (experimental) (Optional) The HTTP method to use when locking.(experimental) (Optional) The password for HTTP basic authentication.(experimental) (Optional) The number of HTTP request retries.HttpBackend.Builder.retryWaitMax
(Number retryWaitMax) (experimental) (Optional) The maximum time in seconds to wait between HTTP request attempts.HttpBackend.Builder.retryWaitMin
(Number retryWaitMin) (experimental) (Optional) The minimum time in seconds to wait between HTTP request attempts.HttpBackend.Builder.skipCertVerification
(Boolean skipCertVerification) (experimental) (Optional) Whether to skip TLS verification.HttpBackend.Builder.unlockAddress
(String unlockAddress) (experimental) (Optional) The address of the unlock REST endpoint.HttpBackend.Builder.unlockMethod
(String unlockMethod) (experimental) (Optional) The HTTP method to use when unlocking.HttpBackend.Builder.updateMethod
(String updateMethod) (experimental) (Optional) HTTP method to use when updating state.(experimental) (Optional) The username for HTTP basic authentication.