@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)", date="2023-01-17T07:16:14.447Z") @Stability(value=Deprecated) @Deprecated public interface EtcdBackendConfig extends software.amazon.jsii.JsiiSerializable
This backend does not support state locking.
Read more about this backend in the Terraform docs: https://www.terraform.io/language/settings/backends/etcd
Modifier and Type | Interface and Description |
---|---|
static class |
EtcdBackendConfig.Builder
Deprecated.
|
static class |
EtcdBackendConfig.Jsii$Proxy
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static EtcdBackendConfig.Builder |
builder()
Deprecated.
|
String |
getEndpoints()
Deprecated.
|
default String |
getPassword()
Deprecated.
|
String |
getPath()
Deprecated.
|
default String |
getUsername()
Deprecated.
|
@Stability(value=Deprecated) @Deprecated @NotNull String getEndpoints()
@Stability(value=Deprecated) @Deprecated @NotNull String getPath()
@Stability(value=Deprecated) @Deprecated @Nullable default String getPassword()
@Stability(value=Deprecated) @Deprecated @Nullable default String getUsername()
@Stability(value=Deprecated) @Deprecated static EtcdBackendConfig.Builder builder()
EtcdBackendConfig.Builder
of EtcdBackendConfig
Copyright © 2023. All rights reserved.