Class LakeformationResourceLfTagsTableOutputReference

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

      • LakeformationResourceLfTagsTableOutputReference

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

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

        @Stability(Stable)
        public LakeformationResourceLfTagsTableOutputReference​(@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()
      • resetName

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

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

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

        @Stability(Stable)
        @Nullable
        public String getDatabaseNameInput()
      • 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)
      • getDatabaseName

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

        @Stability(Stable)
        public void setDatabaseName​(@NotNull
                                    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)