@Generated(value="jsii-pacmak/1.61.0 (build abf4039)", date="2022-07-08T15:32:47.525Z") @Stability(value=Experimental) public interface EtcdBackendProps 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 |
EtcdBackendProps.Builder
A builder for
EtcdBackendProps |
static class |
EtcdBackendProps.Jsii$Proxy
An implementation for
EtcdBackendProps |
Modifier and Type | Method and Description |
---|---|
static EtcdBackendProps.Builder |
builder() |
String |
getEndpoints()
(experimental) (Required) A space-separated list of the etcd endpoints.
|
default String |
getPassword()
(experimental) (Optional) The password.
|
String |
getPath()
(experimental) (Required) The path where to store the state.
|
default String |
getUsername()
(experimental) (Optional) The username.
|
@Stability(value=Experimental) @NotNull String getEndpoints()
@Stability(value=Experimental) @NotNull String getPath()
@Stability(value=Experimental) @Nullable default String getPassword()
@Stability(value=Experimental) @Nullable default String getUsername()
@Stability(value=Experimental) static EtcdBackendProps.Builder builder()
EtcdBackendProps.Builder
of EtcdBackendProps
Copyright © 2022. All rights reserved.