@Generated(value="software.amazon.awssdk:codegen") public final class GlueDataCatalogConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GlueDataCatalogConfig.Builder,GlueDataCatalogConfig>
Specifies the configuration that Amazon AppFlow uses when it catalogs your data with the Glue Data Catalog. When Amazon AppFlow catalogs your data, it stores metadata in Data Catalog tables. This metadata represents the data that's transferred by the flow that you configure with these settings.
You can configure a flow with these settings only when the flow destination is Amazon S3.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GlueDataCatalogConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GlueDataCatalogConfig.Builder |
builder() |
String |
databaseName()
The name of the Data Catalog database that stores the metadata tables that Amazon AppFlow creates in your Amazon
Web Services account.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GlueDataCatalogConfig.Builder> |
serializableBuilderClass() |
String |
tablePrefix()
A naming prefix for each Data Catalog table that Amazon AppFlow creates for the flow that you configure with this
setting.
|
GlueDataCatalogConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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.
For an example IAM policy that has the required permissions, see Identity-based policy examples for Amazon AppFlow.
public final 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.
When you configure a new flow with this parameter, you must specify an existing database.
public final 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.
public GlueDataCatalogConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GlueDataCatalogConfig.Builder,GlueDataCatalogConfig>public static GlueDataCatalogConfig.Builder builder()
public static Class<? extends GlueDataCatalogConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.