Show / Hide Table of Contents

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.

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.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; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnFlowPropsMixin.IGlueDataCatalogProperty

Back to top Generated by DocFX