Package com.hashicorp.cdktf
Interface DataConfig
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
,TerraformMetaArguments
- All Known Implementing Classes:
DataConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.93.0 (build 1706ca5)",
date="2024-02-12T11:51:18.644Z")
@Stability(Experimental)
public interface DataConfig
extends software.amazon.jsii.JsiiSerializable, TerraformMetaArguments
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forDataConfig
static final class
An implementation forDataConfig
-
Method Summary
Modifier and TypeMethodDescriptionstatic DataConfig.Builder
builder()
getInput()
(experimental) (Optional) A value which will be stored in the instance state, and reflected in the output attribute after apply.(experimental) (Optional) A value which is stored in the instance state, and will force replacement when the value changes.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
Methods inherited from interface com.hashicorp.cdktf.TerraformMetaArguments
getConnection, getCount, getDependsOn, getForEach, getLifecycle, getProvider, getProvisioners
-
Method Details
-
getInput
(experimental) (Optional) A value which will be stored in the instance state, and reflected in the output attribute after apply.https://developer.hashicorp.com/terraform/language/resources/terraform-data#input
-
getTriggersReplace
(experimental) (Optional) A value which is stored in the instance state, and will force replacement when the value changes.https://developer.hashicorp.com/terraform/language/resources/terraform-data#triggers_replace
-
builder
- Returns:
- a
DataConfig.Builder
ofDataConfig
-