Package | Description |
---|---|
com.hashicorp.cdktf |
java
|
Modifier and Type | Interface and Description |
---|---|
static interface |
ITerraformDependable.Jsii$Default
Internal default implementation for
ITerraformDependable . |
Modifier and Type | Class and Description |
---|---|
static class |
ITerraformDependable.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
TerraformDataSource |
class |
TerraformHclModule |
class |
TerraformModule |
class |
TerraformResource |
Modifier and Type | Method and Description |
---|---|
default List<ITerraformDependable> |
TerraformModuleOptions.getDependsOn() |
List<ITerraformDependable> |
TerraformModuleOptions.Jsii$Proxy.getDependsOn() |
List<ITerraformDependable> |
TerraformResourceConfig.Jsii$Proxy.getDependsOn() |
List<ITerraformDependable> |
TerraformHclModuleOptions.Jsii$Proxy.getDependsOn() |
default List<ITerraformDependable> |
TerraformMetaArguments.getDependsOn() |
List<ITerraformDependable> |
TerraformMetaArguments.Jsii$Proxy.getDependsOn() |
default List<ITerraformDependable> |
TerraformOutputConfig.getDependsOn() |
List<ITerraformDependable> |
TerraformOutputConfig.Jsii$Proxy.getDependsOn() |
List<ITerraformDependable> |
TerraformOutput.getDependsOn() |
Constructor and Description |
---|
Jsii$Proxy(List<? extends ITerraformDependable> dependsOn,
String description,
Boolean sensitive,
Boolean staticId,
Object value)
Constructor that initializes the object based on literal property values passed by the
TerraformOutputConfig.Builder . |
Jsii$Proxy(Map<String,? extends Object> variables,
String source,
List<? extends ITerraformDependable> dependsOn,
List<? extends Object> providers,
String version)
Constructor that initializes the object based on literal property values passed by the
TerraformHclModuleOptions.Builder . |
Jsii$Proxy(Object count,
List<? extends ITerraformDependable> dependsOn,
TerraformResourceLifecycle lifecycle,
TerraformProvider provider)
Constructor that initializes the object based on literal property values passed by the
TerraformMetaArguments.Builder . |
Jsii$Proxy(String source,
List<? extends ITerraformDependable> dependsOn,
List<? extends Object> providers,
String version)
Constructor that initializes the object based on literal property values passed by the
TerraformModuleOptions.Builder . |
Jsii$Proxy(String terraformResourceType,
TerraformProviderGeneratorMetadata terraformGeneratorMetadata,
Object count,
List<? extends ITerraformDependable> dependsOn,
TerraformResourceLifecycle lifecycle,
TerraformProvider provider)
Constructor that initializes the object based on literal property values passed by the
TerraformResourceConfig.Builder . |
Copyright © 2021. All rights reserved.