Uses of Class
com.hashicorp.cdktf.DataResource.Builder
Packages that use DataResource.Builder
-
Uses of DataResource.Builder in com.hashicorp.cdktf
Methods in com.hashicorp.cdktf that return DataResource.BuilderModifier and TypeMethodDescriptionDataResource.Builder.connection(SSHProvisionerConnection connection) DataResource.Builder.connection(WinrmProvisionerConnection connection) DataResource.Builder.count(TerraformCount count) static DataResource.BuilderDataResource.Builder.dependsOn(List<? extends ITerraformDependable> dependsOn) DataResource.Builder.forEach(ITerraformIterator forEach) (experimental) (Optional) A value which will be stored in the instance state, and reflected in the output attribute after apply.DataResource.Builder.lifecycle(TerraformResourceLifecycle lifecycle) DataResource.Builder.provider(TerraformProvider provider) DataResource.Builder.provisioners(List<? extends Object> provisioners) DataResource.Builder.triggersReplace(Map<String, ? extends Object> triggersReplace) (experimental) (Optional) A value which is stored in the instance state, and will force replacement when the value changes.