Show / Hide Table of Contents

Class CfnFlow.GlueDataCatalogProperty

Trigger settings of the flow.

Inheritance
object
CfnFlow.GlueDataCatalogProperty
Implements
CfnFlow.IGlueDataCatalogProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.AppFlow
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnFlow.GlueDataCatalogProperty : CfnFlow.IGlueDataCatalogProperty
Syntax (vb)
Public Class CfnFlow.GlueDataCatalogProperty Implements CfnFlow.IGlueDataCatalogProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-gluedatacatalog.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 glueDataCatalogProperty = new GlueDataCatalogProperty {
                 DatabaseName = "databaseName",
                 RoleArn = "roleArn",
                 TablePrefix = "tablePrefix"
             };

Synopsis

Constructors

GlueDataCatalogProperty()

Trigger settings of the flow.

Properties

DatabaseName

A string containing the value for the tag.

RoleArn

A string containing the value for the tag.

TablePrefix

A string containing the value for the tag.

Constructors

GlueDataCatalogProperty()

Trigger settings of the flow.

public GlueDataCatalogProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-gluedatacatalog.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 glueDataCatalogProperty = new GlueDataCatalogProperty {
                 DatabaseName = "databaseName",
                 RoleArn = "roleArn",
                 TablePrefix = "tablePrefix"
             };

Properties

DatabaseName

A string containing the value for the tag.

public string DatabaseName { get; set; }
Property Value

string

Remarks

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

RoleArn

A string containing the value for the tag.

public string RoleArn { get; set; }
Property Value

string

Remarks

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

TablePrefix

A string containing the value for the tag.

public string TablePrefix { get; set; }
Property Value

string

Remarks

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

Implements

CfnFlow.IGlueDataCatalogProperty
Back to top Generated by DocFX