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
  • Method Details

    • getInput

      @Stability(Experimental) @Nullable default Map<String,Object> 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

      @Stability(Experimental) @Nullable default Map<String,Object> 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

      @Stability(Experimental) static DataConfig.Builder builder()
      Returns:
      a DataConfig.Builder of DataConfig