Package com.hashicorp.cdktf
Class DataTerraformRemoteStateEtcdV3
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
com.hashicorp.cdktf.TerraformElement
com.hashicorp.cdktf.TerraformRemoteState
com.hashicorp.cdktf.DataTerraformRemoteStateEtcdV3
- All Implemented Interfaces:
ITerraformAddressable
,software.amazon.jsii.JsiiSerializable
,software.constructs.IConstruct
,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.91.0 (build 1b1f239)",
date="2023-12-20T16:43:16.153Z")
@Stability(Deprecated)
@Deprecated
public class DataTerraformRemoteStateEtcdV3
extends TerraformRemoteState
Deprecated.
CDK for Terraform no longer supports the etcdv3 backend. Terraform deprecated etcdv3 in v1.2.3 and removed it in v1.3.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Deprecated.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
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.ITerraformAddressable
ITerraformAddressable.Jsii$Default
-
Field Summary
Fields inherited from class com.hashicorp.cdktf.TerraformRemoteState
TF_RESOURCE_TYPE
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
DataTerraformRemoteStateEtcdV3
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) Deprecated.protected
DataTerraformRemoteStateEtcdV3
(software.amazon.jsii.JsiiObjectRef objRef) Deprecated.DataTerraformRemoteStateEtcdV3
(software.constructs.Construct scope, String id, DataTerraformRemoteStateEtcdV3Config config) Deprecated. -
Method Summary
Methods inherited from class com.hashicorp.cdktf.TerraformRemoteState
get, getBoolean, getList, getNumber, getString, 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 com.hashicorp.cdktf.ITerraformAddressable
getFqn
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
DataTerraformRemoteStateEtcdV3
protected DataTerraformRemoteStateEtcdV3(software.amazon.jsii.JsiiObjectRef objRef) Deprecated. -
DataTerraformRemoteStateEtcdV3
protected DataTerraformRemoteStateEtcdV3(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) Deprecated. -
DataTerraformRemoteStateEtcdV3
@Stability(Deprecated) @Deprecated public DataTerraformRemoteStateEtcdV3(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull DataTerraformRemoteStateEtcdV3Config config) Deprecated.- Parameters:
scope
- This parameter is required.id
- This parameter is required.config
- This parameter is required.
-