Interface CfnFlowPropsMixin.IMetadataCatalogConfigProperty
Specifies the configuration that Amazon AppFlow uses when it catalogs your data.
Namespace: Amazon.CDK.Mixins.Preview.AWS.AppFlow.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnFlowPropsMixin.IMetadataCatalogConfigProperty
Syntax (vb)
Public Interface CfnFlowPropsMixin.IMetadataCatalogConfigProperty
Remarks
When Amazon AppFlow catalogs your data, it stores metadata in a data catalog.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.AppFlow.Mixins;
var metadataCatalogConfigProperty = new MetadataCatalogConfigProperty {
GlueDataCatalog = new GlueDataCatalogProperty {
DatabaseName = "databaseName",
RoleArn = "roleArn",
TablePrefix = "tablePrefix"
}
};
Synopsis
Properties
| GlueDataCatalog | Specifies the configuration that Amazon AppFlow uses when it catalogs your data with the AWS Glue Data Catalog . |
Properties
GlueDataCatalog
Specifies the configuration that Amazon AppFlow uses when it catalogs your data with the AWS Glue Data Catalog .
object? GlueDataCatalog { get; }