Package com.hashicorp.cdktf
Class DataTerraformRemoteStateAzurerm
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
com.hashicorp.cdktf.TerraformElement
com.hashicorp.cdktf.TerraformRemoteState
com.hashicorp.cdktf.DataTerraformRemoteStateAzurerm
- All Implemented Interfaces:
ITerraformAddressable,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.93.0 (build 1706ca5)",
date="2024-01-15T15:38:00.882Z")
@Stability(Experimental)
public class DataTerraformRemoteStateAzurerm
extends TerraformRemoteState
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class(experimental) A fluent builder forDataTerraformRemoteStateAzurerm.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested 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
ConstructorsModifierConstructorDescriptionprotectedDataTerraformRemoteStateAzurerm(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedDataTerraformRemoteStateAzurerm(software.amazon.jsii.JsiiObjectRef objRef) DataTerraformRemoteStateAzurerm(software.constructs.Construct scope, String id, DataTerraformRemoteStateAzurermConfig config) -
Method Summary
Methods inherited from class com.hashicorp.cdktf.TerraformRemoteState
get, getBoolean, getList, getNumber, getString, toHclTerraform, toMetadata, toTerraformMethods inherited from class com.hashicorp.cdktf.TerraformElement
addOverride, getCdktfStack, getConstructNodeMetadata, getFqn, getFriendlyUniqueId, getRawOverrides, isTerraformElement, overrideLogicalId, resetOverrideLogicalIdMethods inherited from class software.constructs.Construct
getNode, isConstruct, toStringMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.hashicorp.cdktf.ITerraformAddressable
getFqnMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
DataTerraformRemoteStateAzurerm
protected DataTerraformRemoteStateAzurerm(software.amazon.jsii.JsiiObjectRef objRef) -
DataTerraformRemoteStateAzurerm
protected DataTerraformRemoteStateAzurerm(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
DataTerraformRemoteStateAzurerm
@Stability(Experimental) public DataTerraformRemoteStateAzurerm(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull DataTerraformRemoteStateAzurermConfig config) - Parameters:
scope- This parameter is required.id- This parameter is required.config- This parameter is required.
-