Package com.hashicorp.cdktf
Class LocalBackend
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
com.hashicorp.cdktf.TerraformElement
com.hashicorp.cdktf.TerraformBackend
com.hashicorp.cdktf.LocalBackend
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
,software.constructs.IConstruct
,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.79.0 (build b22f628)",
date="2023-07-26T11:31:27.589Z")
@Stability(Experimental)
public class LocalBackend
extends TerraformBackend
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
(experimental) A fluent builder forLocalBackend
.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
LocalBackend
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
LocalBackend
(software.amazon.jsii.JsiiObjectRef objRef) LocalBackend
(software.constructs.Construct scope) LocalBackend
(software.constructs.Construct scope, LocalBackendConfig props) -
Method Summary
Modifier and TypeMethodDescriptiongetRemoteStateDataSource
(software.constructs.Construct scope, String name, String fromStack) (experimental) Creates a TerraformRemoteState resource that accesses this backend.Methods inherited from class com.hashicorp.cdktf.TerraformBackend
getName, isBackend, toMetadata, toTerraform
Methods inherited from class com.hashicorp.cdktf.TerraformElement
addOverride, getCdktfStack, getConstructNodeMetadata, getFqn, getFriendlyUniqueId, getRawOverrides, isTerraformElement, overrideLogicalId, resetOverrideLogicalId
Methods inherited from class software.constructs.Construct
getNode, isConstruct, toString
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
LocalBackend
protected LocalBackend(software.amazon.jsii.JsiiObjectRef objRef) -
LocalBackend
protected LocalBackend(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
LocalBackend
@Stability(Experimental) public LocalBackend(@NotNull software.constructs.Construct scope, @Nullable LocalBackendConfig props) - Parameters:
scope
- This parameter is required.props
-
-
LocalBackend
@Stability(Experimental) public LocalBackend(@NotNull software.constructs.Construct scope) - Parameters:
scope
- This parameter is required.
-
-
Method Details
-
getRemoteStateDataSource
@Stability(Experimental) @NotNull public TerraformRemoteState getRemoteStateDataSource(@NotNull software.constructs.Construct scope, @NotNull String name, @NotNull String fromStack) (experimental) Creates a TerraformRemoteState resource that accesses this backend.- Specified by:
getRemoteStateDataSource
in classTerraformBackend
- Parameters:
scope
- This parameter is required.name
- This parameter is required.fromStack
- This parameter is required.
-
synthesizeAttributes
- Overrides:
synthesizeAttributes
in classTerraformBackend
-