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