@Generated(value="jsii-pacmak/1.79.0 (build b22f628)", date="2023-04-27T17:29:52.690Z") @Stability(value=Deprecated) @Deprecated public interface EtcdV3BackendConfig extends software.amazon.jsii.JsiiSerializable
This backend supports state locking.
Read more about this backend in the Terraform docs: https://developer.hashicorp.com/terraform/language/v1.2.x/settings/backends/etcdv3
Modifier and Type | Interface and Description |
---|---|
static class |
EtcdV3BackendConfig.Builder
Deprecated.
|
static class |
EtcdV3BackendConfig.Jsii$Proxy
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static EtcdV3BackendConfig.Builder |
builder()
Deprecated.
|
default String |
getCacertPath()
Deprecated.
|
default String |
getCertPath()
Deprecated.
|
List<String> |
getEndpoints()
Deprecated.
|
default String |
getKeyPath()
Deprecated.
|
default Boolean |
getLock()
Deprecated.
|
default String |
getPassword()
Deprecated.
|
default String |
getPrefix()
Deprecated.
|
default String |
getUsername()
Deprecated.
|
@Stability(value=Deprecated) @Deprecated @NotNull List<String> getEndpoints()
@Stability(value=Deprecated) @Deprecated @Nullable default String getCacertPath()
@Stability(value=Deprecated) @Deprecated @Nullable default String getCertPath()
@Stability(value=Deprecated) @Deprecated @Nullable default String getKeyPath()
@Stability(value=Deprecated) @Deprecated @Nullable default Boolean getLock()
Defaults to true.
@Stability(value=Deprecated) @Deprecated @Nullable default String getPassword()
@Stability(value=Deprecated) @Deprecated @Nullable default String getPrefix()
Defaults to "".
@Stability(value=Deprecated) @Deprecated @Nullable default String getUsername()
@Stability(value=Deprecated) @Deprecated static EtcdV3BackendConfig.Builder builder()
EtcdV3BackendConfig.Builder
of EtcdV3BackendConfig
Copyright © 2023. All rights reserved.