Class LakeformationResourceLfTagsTableWithColumnsOutputReference

  • 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.588Z")
    @Stability(Stable)
    public class LakeformationResourceLfTagsTableWithColumnsOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • LakeformationResourceLfTagsTableWithColumnsOutputReference

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

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

        @Stability(Stable)
        public LakeformationResourceLfTagsTableWithColumnsOutputReference​(@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

      • resetCatalogId

        @Stability(Stable)
        public void resetCatalogId()
      • resetColumnNames

        @Stability(Stable)
        public void resetColumnNames()
      • resetExcludedColumnNames

        @Stability(Stable)
        public void resetExcludedColumnNames()
      • resetWildcard

        @Stability(Stable)
        public void resetWildcard()
      • getCatalogIdInput

        @Stability(Stable)
        @Nullable
        public String getCatalogIdInput()
      • getColumnNamesInput

        @Stability(Stable)
        @Nullable
        public List<String> getColumnNamesInput()
      • getDatabaseNameInput

        @Stability(Stable)
        @Nullable
        public String getDatabaseNameInput()
      • getExcludedColumnNamesInput

        @Stability(Stable)
        @Nullable
        public List<String> getExcludedColumnNamesInput()
      • getNameInput

        @Stability(Stable)
        @Nullable
        public String getNameInput()
      • getWildcardInput

        @Stability(Stable)
        @Nullable
        public Object getWildcardInput()
      • getCatalogId

        @Stability(Stable)
        @NotNull
        public String getCatalogId()
      • setCatalogId

        @Stability(Stable)
        public void setCatalogId​(@NotNull
                                 String value)
      • getColumnNames

        @Stability(Stable)
        @NotNull
        public List<String> getColumnNames()
      • setColumnNames

        @Stability(Stable)
        public void setColumnNames​(@NotNull
                                   List<String> value)
      • getDatabaseName

        @Stability(Stable)
        @NotNull
        public String getDatabaseName()
      • setDatabaseName

        @Stability(Stable)
        public void setDatabaseName​(@NotNull
                                    String value)
      • getExcludedColumnNames

        @Stability(Stable)
        @NotNull
        public List<String> getExcludedColumnNames()
      • setExcludedColumnNames

        @Stability(Stable)
        public void setExcludedColumnNames​(@NotNull
                                           List<String> value)
      • getName

        @Stability(Stable)
        @NotNull
        public String getName()
      • setName

        @Stability(Stable)
        public void setName​(@NotNull
                            String value)
      • getWildcard

        @Stability(Stable)
        @NotNull
        public Object getWildcard()
      • setWildcard

        @Stability(Stable)
        public void setWildcard​(@NotNull
                                Boolean value)
      • setWildcard

        @Stability(Stable)
        public void setWildcard​(@NotNull
                                com.hashicorp.cdktf.IResolvable value)