Class HttpBackendConfig.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
com.hashicorp.cdktf.HttpBackendConfig.Jsii$Proxy
All Implemented Interfaces:
HttpBackendConfig, software.amazon.jsii.JsiiSerializable
Enclosing interface:
HttpBackendConfig

@Stability(Experimental) @Internal public static final class HttpBackendConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements HttpBackendConfig
An implementation for HttpBackendConfig
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface com.hashicorp.cdktf.HttpBackendConfig

    HttpBackendConfig.Builder, HttpBackendConfig.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the HttpBackendConfig.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final String
    (experimental) (Required) The address of the REST endpoint.
    final String
    (experimental) (Optional) A PEM-encoded CA certificate chain used by the client to verify server certificates during TLS authentication.
    final String
    (experimental) (Optional) A PEM-encoded certificate used by the server to verify the client during mutual TLS (mTLS) authentication.
    final String
    (experimental) (Optional) A PEM-encoded private key, required if client_certificate_pem is specified.
    final String
    (experimental) (Optional) The address of the lock REST endpoint.
    final String
    (experimental) (Optional) The HTTP method to use when locking.
    final String
    (experimental) (Optional) The password for HTTP basic authentication.
    final Number
    (experimental) (Optional) The number of HTTP request retries.
    final Number
    (experimental) (Optional) The maximum time in seconds to wait between HTTP request attempts.
    final Number
    (experimental) (Optional) The minimum time in seconds to wait between HTTP request attempts.
    final Boolean
    (experimental) (Optional) Whether to skip TLS verification.
    final String
    (experimental) (Optional) The address of the unlock REST endpoint.
    final String
    (experimental) (Optional) The HTTP method to use when unlocking.
    final String
    (experimental) (Optional) HTTP method to use when updating state.
    final String
    (experimental) (Optional) The username for HTTP basic authentication.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
      Parameters:
      objRef - Reference to the JSII managed object.
    • Jsii$Proxy

      protected Jsii$Proxy(HttpBackendConfig.Builder builder)
      Constructor that initializes the object based on literal property values passed by the HttpBackendConfig.Builder.
  • Method Details