Interface DataplexDatascanDataProfileSpecExcludeFields
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataplexDatascanDataProfileSpecExcludeFields.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.594Z") @Stability(Stable) public interface DataplexDatascanDataProfileSpecExcludeFields extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataplexDatascanDataProfileSpecExcludeFields.BuilderA builder forDataplexDatascanDataProfileSpecExcludeFieldsstatic classDataplexDatascanDataProfileSpecExcludeFields.Jsii$ProxyAn implementation forDataplexDatascanDataProfileSpecExcludeFields
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static DataplexDatascanDataProfileSpecExcludeFields.Builderbuilder()default List<String>getFieldNames()Expected input is a list of fully qualified names of fields as in the schema.
-
-
-
Method Detail
-
getFieldNames
@Stability(Stable) @Nullable default List<String> getFieldNames()
Expected input is a list of fully qualified names of fields as in the schema.Only top-level field names for nested fields are supported. For instance, if 'x' is of nested field type, listing 'x' is supported but 'x.y.z' is not supported. Here 'y' and 'y.z' are nested fields of 'x'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_datascan#field_names DataplexDatascan#field_names}
-
builder
@Stability(Stable) static DataplexDatascanDataProfileSpecExcludeFields.Builder builder()
-
-