Interface DataplexDatascanExecutionSpec

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    DataplexDatascanExecutionSpec.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:20.608Z")
    @Stability(Stable)
    public interface DataplexDatascanExecutionSpec
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getTrigger

        @Stability(Stable)
        @NotNull
        DataplexDatascanExecutionSpecTrigger getTrigger()
        trigger block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_datascan#trigger DataplexDatascan#trigger}

      • getField

        @Stability(Stable)
        @Nullable
        default String getField()
        The unnested field (of type Date or Timestamp) that contains values which monotonically increase over time.

        If not specified, a data scan will run for all data in the table. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_datascan#field DataplexDatascan#field}