| Package | Description |
|---|---|
| com.amazonaws.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
GlueDataCatalogConfig |
GlueDataCatalogConfig.clone() |
GlueDataCatalogConfig |
MetadataCatalogConfig.getGlueDataCatalog()
Specifies the configuration that Amazon AppFlow uses when it catalogs your data with the Glue Data Catalog.
|
GlueDataCatalogConfig |
GlueDataCatalogConfig.withDatabaseName(String databaseName)
The name of the Data Catalog database that stores the metadata tables that Amazon AppFlow creates in your Amazon
Web Services account.
|
GlueDataCatalogConfig |
GlueDataCatalogConfig.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of an IAM role that grants Amazon AppFlow the permissions it needs to create Data
Catalog tables, databases, and partitions.
|
GlueDataCatalogConfig |
GlueDataCatalogConfig.withTablePrefix(String tablePrefix)
A naming prefix for each Data Catalog table that Amazon AppFlow creates for the flow that you configure with this
setting.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetadataCatalogConfig.setGlueDataCatalog(GlueDataCatalogConfig glueDataCatalog)
Specifies the configuration that Amazon AppFlow uses when it catalogs your data with the Glue Data Catalog.
|
MetadataCatalogConfig |
MetadataCatalogConfig.withGlueDataCatalog(GlueDataCatalogConfig glueDataCatalog)
Specifies the configuration that Amazon AppFlow uses when it catalogs your data with the Glue Data Catalog.
|
Copyright © 2022. All rights reserved.