Interface GlueCatalogTableStorageDescriptorColumns

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

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:53.178Z")
    @Stability(Stable)
    public interface GlueCatalogTableStorageDescriptorColumns
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getName

        @Stability(Stable)
        @NotNull
        String getName()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#name GlueCatalogTable#name}.
      • getComment

        @Stability(Stable)
        @Nullable
        default String getComment()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#comment GlueCatalogTable#comment}.
      • getParameters

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

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