Class CfnFlow.GlueDataCatalogProperty
Trigger settings of the flow.
Implements
Inherited Members
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
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
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
Remarks
RoleArn
A string containing the value for the tag.
public string RoleArn { get; set; }
Property Value
Remarks
TablePrefix
A string containing the value for the tag.
public string TablePrefix { get; set; }