@Generated(value="jsii-pacmak/1.65.0 (build 7a02b7f)", date="2022-09-23T15:45:34.034Z") @Stability(value=Experimental) public interface LocalBackendProps extends software.amazon.jsii.JsiiSerializable
Read more about this backend in the Terraform docs: https://www.terraform.io/language/settings/backends/local
Modifier and Type | Interface and Description |
---|---|
static class |
LocalBackendProps.Builder
A builder for
LocalBackendProps |
static class |
LocalBackendProps.Jsii$Proxy
An implementation for
LocalBackendProps |
Modifier and Type | Method and Description |
---|---|
static LocalBackendProps.Builder |
builder() |
default String |
getPath()
(experimental) Path where the state file is stored.
|
default String |
getWorkspaceDir()
(experimental) (Optional) The path to non-default workspaces.
|
@Stability(value=Experimental) @Nullable default String getPath()
Default: - defaults to terraform.${stackId}.tfstate
@Stability(value=Experimental) @Nullable default String getWorkspaceDir()
@Stability(value=Experimental) static LocalBackendProps.Builder builder()
LocalBackendProps.Builder
of LocalBackendProps
Copyright © 2022. All rights reserved.