@Generated(value="jsii-pacmak/1.79.0 (build b22f628)", date="2023-04-27T17:29:52.690Z") @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://developer.hashicorp.com/terraform/language/v1.2.x/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.