Class LakeformationResourceLfTagsTableOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.aws.lakeformation_resource_lf_tags.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
-
-
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 LakeformationResourceLfTagsTableOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedLakeformationResourceLfTagsTableOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedLakeformationResourceLfTagsTableOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCatalogId()StringgetCatalogIdInput()StringgetDatabaseName()StringgetDatabaseNameInput()LakeformationResourceLfTagsTablegetInternalValue()StringgetName()StringgetNameInput()ObjectgetWildcard()ObjectgetWildcardInput()voidresetCatalogId()voidresetName()voidresetWildcard()voidsetCatalogId(String value)voidsetDatabaseName(String value)voidsetInternalValue(LakeformationResourceLfTagsTable 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
-
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)
-
getInternalValue
@Stability(Stable) @Nullable public LakeformationResourceLfTagsTable getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable LakeformationResourceLfTagsTable value)
-
-