public static interface GlueDataCatalogConfig.Builder extends SdkPojo, CopyableBuilder<GlueDataCatalogConfig.Builder,GlueDataCatalogConfig>
| Modifier and Type | Method and Description |
|---|---|
GlueDataCatalogConfig.Builder |
databaseName(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.Builder |
roleArn(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.Builder |
tablePrefix(String tablePrefix)
A naming prefix for each Data Catalog table that Amazon AppFlow creates for the flow that you configure with
this setting.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGlueDataCatalogConfig.Builder roleArn(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.
For an example IAM policy that has the required permissions, see Identity-based policy examples for Amazon AppFlow.
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.
For an example IAM policy that has the required permissions, see Identity-based policy examples for Amazon AppFlow.
GlueDataCatalogConfig.Builder databaseName(String databaseName)
The name of the Data Catalog database that stores the metadata tables that Amazon AppFlow creates in your Amazon Web Services account. These tables contain metadata for the data that's transferred by the flow that you configure with this parameter.
When you configure a new flow with this parameter, you must specify an existing database.
databaseName - The name of the Data Catalog database that stores the metadata tables that Amazon AppFlow creates in
your Amazon Web Services account. These tables contain metadata for the data that's transferred by the
flow that you configure with this parameter. When you configure a new flow with this parameter, you must specify an existing database.
GlueDataCatalogConfig.Builder tablePrefix(String tablePrefix)
A naming prefix for each Data Catalog table that Amazon AppFlow creates for the flow that you configure with this setting. Amazon AppFlow adds the prefix to the beginning of the each table name.
tablePrefix - A naming prefix for each Data Catalog table that Amazon AppFlow creates for the flow that you
configure with this setting. Amazon AppFlow adds the prefix to the beginning of the each table name.Copyright © 2023. All rights reserved.