Class GlueCatalogTableStorageDescriptorSkewedInfoOutputReference

  • All Implemented Interfaces:
    com.hashicorp.cdktf.IInterpolatingParent, com.hashicorp.cdktf.IResolvable, com.hashicorp.cdktf.ITerraformAddressable, software.amazon.jsii.JsiiSerializable

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:53.180Z")
    @Stability(Stable)
    public class GlueCatalogTableStorageDescriptorSkewedInfoOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • GlueCatalogTableStorageDescriptorSkewedInfoOutputReference

        protected GlueCatalogTableStorageDescriptorSkewedInfoOutputReference​(software.amazon.jsii.JsiiObjectRef objRef)
      • GlueCatalogTableStorageDescriptorSkewedInfoOutputReference

        protected GlueCatalogTableStorageDescriptorSkewedInfoOutputReference​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • GlueCatalogTableStorageDescriptorSkewedInfoOutputReference

        @Stability(Stable)
        public GlueCatalogTableStorageDescriptorSkewedInfoOutputReference​(@NotNull
                                                                          com.hashicorp.cdktf.IInterpolatingParent terraformResource,
                                                                          @NotNull
                                                                          String terraformAttribute)
        Parameters:
        terraformResource - The parent resource. This parameter is required.
        terraformAttribute - The attribute on the parent resource this class is referencing. This parameter is required.
    • Method Detail

      • resetSkewedColumnNames

        @Stability(Stable)
        public void resetSkewedColumnNames()
      • resetSkewedColumnValueLocationMaps

        @Stability(Stable)
        public void resetSkewedColumnValueLocationMaps()
      • resetSkewedColumnValues

        @Stability(Stable)
        public void resetSkewedColumnValues()
      • getSkewedColumnNamesInput

        @Stability(Stable)
        @Nullable
        public List<String> getSkewedColumnNamesInput()
      • getSkewedColumnValueLocationMapsInput

        @Stability(Stable)
        @Nullable
        public Map<String,​String> getSkewedColumnValueLocationMapsInput()
      • getSkewedColumnValuesInput

        @Stability(Stable)
        @Nullable
        public List<String> getSkewedColumnValuesInput()
      • getSkewedColumnNames

        @Stability(Stable)
        @NotNull
        public List<String> getSkewedColumnNames()
      • setSkewedColumnNames

        @Stability(Stable)
        public void setSkewedColumnNames​(@NotNull
                                         List<String> value)
      • getSkewedColumnValueLocationMaps

        @Stability(Stable)
        @NotNull
        public Map<String,​String> getSkewedColumnValueLocationMaps()
      • setSkewedColumnValueLocationMaps

        @Stability(Stable)
        public void setSkewedColumnValueLocationMaps​(@NotNull
                                                     Map<String,​String> value)
      • getSkewedColumnValues

        @Stability(Stable)
        @NotNull
        public List<String> getSkewedColumnValues()
      • setSkewedColumnValues

        @Stability(Stable)
        public void setSkewedColumnValues​(@NotNull
                                          List<String> value)