Interface DataplexZoneDiscoverySpecCsvOptions

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

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

      • getDelimiter

        @Stability(Stable)
        @Nullable
        default String getDelimiter()
        Optional. The delimiter being used to separate values. This defaults to ','.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_zone#delimiter DataplexZone#delimiter}

      • getDisableTypeInference

        @Stability(Stable)
        @Nullable
        default Object getDisableTypeInference()
        Optional.

        Whether to disable the inference of data type for CSV data. If true, all columns will be registered as strings. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_zone#disable_type_inference DataplexZone#disable_type_inference}

      • getEncoding

        @Stability(Stable)
        @Nullable
        default String getEncoding()
        Optional. The character encoding of the data. The default is UTF-8.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_zone#encoding DataplexZone#encoding}

      • getHeaderRows

        @Stability(Stable)
        @Nullable
        default Number getHeaderRows()
        Optional. The number of rows to interpret as header rows that should be skipped when reading data rows.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_zone#header_rows DataplexZone#header_rows}