Class LakeformationResourceLfTagsTableWithColumnsOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.aws.lakeformation_resource_lf_tags.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
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.IInterpolatingParent
com.hashicorp.cdktf.IInterpolatingParent.Jsii$Default, com.hashicorp.cdktf.IInterpolatingParent.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description LakeformationResourceLfTagsTableWithColumnsOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedLakeformationResourceLfTagsTableWithColumnsOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedLakeformationResourceLfTagsTableWithColumnsOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCatalogId()StringgetCatalogIdInput()List<String>getColumnNames()List<String>getColumnNamesInput()StringgetDatabaseName()StringgetDatabaseNameInput()List<String>getExcludedColumnNames()List<String>getExcludedColumnNamesInput()LakeformationResourceLfTagsTableWithColumnsgetInternalValue()StringgetName()StringgetNameInput()ObjectgetWildcard()ObjectgetWildcardInput()voidresetCatalogId()voidresetColumnNames()voidresetExcludedColumnNames()voidresetWildcard()voidsetCatalogId(String value)voidsetColumnNames(List<String> value)voidsetDatabaseName(String value)voidsetExcludedColumnNames(List<String> value)voidsetInternalValue(LakeformationResourceLfTagsTableWithColumns value)voidsetName(String value)voidsetWildcard(com.hashicorp.cdktf.IResolvable value)voidsetWildcard(Boolean value)-
Methods inherited from class com.hashicorp.cdktf.ComplexObject
computeFqn, getAnyMapAttribute, getBooleanAttribute, getBooleanMapAttribute, getComplexObjectIndex, getComplexObjectIsFromSet, getCreationStack, getFqn, getListAttribute, getNumberAttribute, getNumberListAttribute, getNumberMapAttribute, getStringAttribute, getStringMapAttribute, getTerraformAttribute, getTerraformResource, interpolationAsList, interpolationForAttribute, resolve, setComplexObjectIndex, setComplexObjectIndex, setComplexObjectIsFromSet, setTerraformAttribute, setTerraformResource, toString
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
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()
-
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)
-
getDatabaseName
@Stability(Stable) @NotNull public String getDatabaseName()
-
setDatabaseName
@Stability(Stable) public void setDatabaseName(@NotNull String value)
-
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)
-
getInternalValue
@Stability(Stable) @Nullable public LakeformationResourceLfTagsTableWithColumns getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable LakeformationResourceLfTagsTableWithColumns value)
-
-