Uses of Class
com.hashicorp.cdktf.ConsulBackend.Builder
Packages that use ConsulBackend.Builder
-
Uses of ConsulBackend.Builder in com.hashicorp.cdktf
Methods in com.hashicorp.cdktf that return ConsulBackend.BuilderModifier and TypeMethodDescriptionConsulBackend.Builder.accessToken(String accessToken) (experimental) (Required) Access token.(experimental) (Optional) DNS name and port of your Consul endpoint specified in the format dnsname:port.(experimental) (Optional) A path to a PEM-encoded certificate authority used to verify the remote agent's certificate.(experimental) (Optional) A path to a PEM-encoded certificate provided to the remote agent;static ConsulBackend.BuilderConsulBackend.Builder.create(software.constructs.Construct scope) ConsulBackend.Builder.datacenter(String datacenter) (experimental) (Optional) The datacenter to use.(experimental) (Optional) true to compress the state data using gzip, or false (the default) to leave it uncompressed.(experimental) (Optional) HTTP Basic Authentication credentials to be used when communicating with Consul, in the format of either user or user:pass.(experimental) (Optional) A path to a PEM-encoded private key, required if cert_file is specified.(experimental) (Optional) false to disable locking.(experimental) (Required) Path in the Consul KV store.(experimental) (Optional) Specifies what protocol to use when talking to the given address,either http or https.