@Generated(value="jsii-pacmak/1.79.0 (build b22f628)", date="2023-04-14T14:24:19.140Z") @Stability(value=Experimental) public class LocalBackend extends TerraformBackend
Modifier and Type | Class and Description |
---|---|
static class |
LocalBackend.Builder
(experimental) A fluent builder for
LocalBackend . |
Modifier | Constructor and Description |
---|---|
|
LocalBackend(software.constructs.Construct scope) |
|
LocalBackend(software.constructs.Construct scope,
LocalBackendConfig props) |
protected |
LocalBackend(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
LocalBackend(software.amazon.jsii.JsiiObjectRef objRef) |
Modifier and Type | Method and Description |
---|---|
TerraformRemoteState |
getRemoteStateDataSource(software.constructs.Construct scope,
String name,
String fromStack)
(experimental) Creates a TerraformRemoteState resource that accesses this backend.
|
protected Map<String,Object> |
synthesizeAttributes() |
getName, isBackend, toMetadata, toTerraform
addOverride, getCdktfStack, getConstructNodeMetadata, getFqn, getFriendlyUniqueId, getRawOverrides, isTerraformElement, overrideLogicalId, resetOverrideLogicalId
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
protected LocalBackend(software.amazon.jsii.JsiiObjectRef objRef)
protected LocalBackend(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental) public LocalBackend(@NotNull software.constructs.Construct scope, @Nullable LocalBackendConfig props)
scope
- This parameter is required.props
- @Stability(value=Experimental) public LocalBackend(@NotNull software.constructs.Construct scope)
scope
- This parameter is required.@Stability(value=Experimental) @NotNull public TerraformRemoteState getRemoteStateDataSource(@NotNull software.constructs.Construct scope, @NotNull String name, @NotNull String fromStack)
getRemoteStateDataSource
in class TerraformBackend
scope
- This parameter is required.name
- This parameter is required.fromStack
- This parameter is required.@Stability(value=Experimental) @NotNull protected Map<String,Object> synthesizeAttributes()
synthesizeAttributes
in class TerraformBackend
Copyright © 2023. All rights reserved.