Interface DataplexZoneDiscoverySpecJsonOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataplexZoneDiscoverySpecJsonOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.667Z") @Stability(Stable) public interface DataplexZoneDiscoverySpecJsonOptions extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataplexZoneDiscoverySpecJsonOptions.BuilderA builder forDataplexZoneDiscoverySpecJsonOptionsstatic classDataplexZoneDiscoverySpecJsonOptions.Jsii$ProxyAn implementation forDataplexZoneDiscoverySpecJsonOptions
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static DataplexZoneDiscoverySpecJsonOptions.Builderbuilder()default ObjectgetDisableTypeInference()Optional.default StringgetEncoding()Optional.
-
-
-
Method Detail
-
getDisableTypeInference
@Stability(Stable) @Nullable default Object getDisableTypeInference()
Optional.Whether to disable the inference of data type for Json data. If true, all columns will be registered as their primitive types (strings, number or boolean). 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}
-
builder
@Stability(Stable) static DataplexZoneDiscoverySpecJsonOptions.Builder builder()
-
-