@Generated(value="jsii-pacmak/1.54.0 (build b1b977a)", date="2022-03-17T16:17:34.177Z") @Stability(value=Experimental) public abstract class TerraformBackend extends TerraformElement
Modifier | Constructor and Description |
---|---|
protected |
TerraformBackend(software.constructs.Construct scope,
String id,
String name) |
protected |
TerraformBackend(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
TerraformBackend(software.amazon.jsii.JsiiObjectRef objRef) |
Modifier and Type | Method and Description |
---|---|
protected String |
getName() |
abstract TerraformRemoteState |
getRemoteStateDataSource(software.constructs.Construct scope,
String name,
String fromStack)
(experimental) Creates a TerraformRemoteState resource that accesses this backend.
|
static Boolean |
isBackend(Object x) |
protected Map<String,Object> |
synthesizeAttributes() |
Object |
toMetadata() |
Object |
toTerraform()
(experimental) Adds this resource to the terraform JSON output.
|
addOverride, getCdktfStack, getConstructNodeMetadata, getFriendlyUniqueId, getRawOverrides, overrideLogicalId, resetOverrideLogicalId
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
protected TerraformBackend(software.amazon.jsii.JsiiObjectRef objRef)
protected TerraformBackend(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental) @NotNull public static Boolean isBackend(@NotNull Object x)
x
- This parameter is required.@Stability(value=Experimental) @NotNull public abstract TerraformRemoteState getRemoteStateDataSource(@NotNull software.constructs.Construct scope, @NotNull String name, @NotNull String fromStack)
scope
- This parameter is required.name
- This parameter is required.fromStack
- This parameter is required.@Stability(value=Experimental) @NotNull protected Map<String,Object> synthesizeAttributes()
@Stability(value=Experimental) @NotNull public Object toMetadata()
toMetadata
in class TerraformElement
@Stability(value=Experimental) @NotNull public Object toTerraform()
toTerraform
in class TerraformElement
@Stability(value=Experimental) @NotNull protected String getName()
Copyright © 2022. All rights reserved.