Interface CfnFlow.IMetadataCatalogConfigProperty
Specifies the configuration that Amazon AppFlow uses when it catalogs your data.
Namespace: Amazon.CDK.AWS.AppFlow
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IMetadataCatalogConfigProperty
Syntax (vb)
Public Interface 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.AWS.AppFlow;
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 .
virtual object GlueDataCatalog { get; }
Property Value
System.Object