Uses of Interface
com.hashicorp.cdktf.providers.aws.glue_catalog_table.GlueCatalogTableTargetTable
-
Packages that use GlueCatalogTableTargetTable Package Description com.hashicorp.cdktf.providers.aws.glue_catalog_table aws_glue_catalog_table -
-
Uses of GlueCatalogTableTargetTable in com.hashicorp.cdktf.providers.aws.glue_catalog_table
Classes in com.hashicorp.cdktf.providers.aws.glue_catalog_table that implement GlueCatalogTableTargetTable Modifier and Type Class Description static classGlueCatalogTableTargetTable.Jsii$ProxyAn implementation forGlueCatalogTableTargetTableMethods in com.hashicorp.cdktf.providers.aws.glue_catalog_table that return GlueCatalogTableTargetTable Modifier and Type Method Description GlueCatalogTableTargetTableGlueCatalogTableTargetTable.Builder. build()Builds the configured instance.GlueCatalogTableTargetTableGlueCatalogTableTargetTableOutputReference. getInternalValue()default GlueCatalogTableTargetTableGlueCatalogTableConfig. getTargetTable()target_table block.GlueCatalogTableTargetTableGlueCatalogTableConfig.Jsii$Proxy. getTargetTable()GlueCatalogTableTargetTableGlueCatalogTable. getTargetTableInput()Methods in com.hashicorp.cdktf.providers.aws.glue_catalog_table with parameters of type GlueCatalogTableTargetTable Modifier and Type Method Description voidGlueCatalogTable. putTargetTable(GlueCatalogTableTargetTable value)voidGlueCatalogTableTargetTableOutputReference. setInternalValue(GlueCatalogTableTargetTable value)GlueCatalogTable.BuilderGlueCatalogTable.Builder. targetTable(GlueCatalogTableTargetTable targetTable)target_table block.GlueCatalogTableConfig.BuilderGlueCatalogTableConfig.Builder. targetTable(GlueCatalogTableTargetTable targetTable)Sets the value ofGlueCatalogTableConfig.getTargetTable()
-