Class DataplexDatascanDataProfileSpecIncludeFields.Jsii$Proxy

    • Method Detail

      • getFieldNames

        public final List<String> getFieldNames()
        Description copied from interface: DataplexDatascanDataProfileSpecIncludeFields
        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}

        Specified by:
        getFieldNames in interface DataplexDatascanDataProfileSpecIncludeFields
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object