Show / Hide Table of Contents

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 CfnFlow.IMetadataCatalogConfigProperty
Syntax (vb)
Public Interface CfnFlow.IMetadataCatalogConfigProperty
Remarks

When Amazon AppFlow catalogs your data, it stores metadata in a data catalog.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-metadatacatalogconfig.html

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 .

object? GlueDataCatalog { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-metadatacatalogconfig.html#cfn-appflow-flow-metadatacatalogconfig-gluedatacatalog

Back to top Generated by DocFX