Class GlueCatalogTableTargetTableOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.aws.glue_catalog_table.GlueCatalogTableTargetTableOutputReference
-
- 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.181Z") @Stability(Stable) public class GlueCatalogTableTargetTableOutputReference 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 GlueCatalogTableTargetTableOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedGlueCatalogTableTargetTableOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedGlueCatalogTableTargetTableOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCatalogId()StringgetCatalogIdInput()StringgetDatabaseName()StringgetDatabaseNameInput()GlueCatalogTableTargetTablegetInternalValue()StringgetName()StringgetNameInput()voidsetCatalogId(String value)voidsetDatabaseName(String value)voidsetInternalValue(GlueCatalogTableTargetTable value)voidsetName(String 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
-
GlueCatalogTableTargetTableOutputReference
protected GlueCatalogTableTargetTableOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
GlueCatalogTableTargetTableOutputReference
protected GlueCatalogTableTargetTableOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
GlueCatalogTableTargetTableOutputReference
@Stability(Stable) public GlueCatalogTableTargetTableOutputReference(@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
-
getCatalogIdInput
@Stability(Stable) @Nullable public String getCatalogIdInput()
-
getDatabaseNameInput
@Stability(Stable) @Nullable public String getDatabaseNameInput()
-
getNameInput
@Stability(Stable) @Nullable public String getNameInput()
-
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)
-
getInternalValue
@Stability(Stable) @Nullable public GlueCatalogTableTargetTable getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable GlueCatalogTableTargetTable value)
-
-