Interface GlueCatalogTableStorageDescriptorSkewedInfo

    • Method Detail

      • getSkewedColumnNames

        @Stability(Stable)
        @Nullable
        default List<String> getSkewedColumnNames()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#skewed_column_names GlueCatalogTable#skewed_column_names}.
      • getSkewedColumnValueLocationMaps

        @Stability(Stable)
        @Nullable
        default Map<String,​String> getSkewedColumnValueLocationMaps()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#skewed_column_value_location_maps GlueCatalogTable#skewed_column_value_location_maps}.
      • getSkewedColumnValues

        @Stability(Stable)
        @Nullable
        default List<String> getSkewedColumnValues()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#skewed_column_values GlueCatalogTable#skewed_column_values}.