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
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataplexDatascanExecutionSpec.BuilderA builder forDataplexDatascanExecutionSpecstatic classDataplexDatascanExecutionSpec.Jsii$ProxyAn implementation forDataplexDatascanExecutionSpec
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static DataplexDatascanExecutionSpec.Builderbuilder()default StringgetField()The unnested field (of type Date or Timestamp) that contains values which monotonically increase over time.DataplexDatascanExecutionSpecTriggergetTrigger()trigger block.
-
-
-
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}
-
builder
@Stability(Stable) static DataplexDatascanExecutionSpec.Builder builder()
-
-