Class CfnFlow.GlueDataCatalogProperty
Trigger settings of the flow.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.AppFlow
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class GlueDataCatalogProperty : Object, CfnFlow.IGlueDataCatalogProperty
Syntax (vb)
Public Class GlueDataCatalogProperty
Inherits Object
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
Glue |
Properties
Database |
A string containing the value for the tag. |
Role |
A string containing the value for the tag. |
Table |
A string containing the value for the tag. |
Constructors
GlueDataCatalogProperty()
public GlueDataCatalogProperty()
Properties
DatabaseName
A string containing the value for the tag.
public string DatabaseName { get; set; }
Property Value
System.
Remarks
RoleArn
A string containing the value for the tag.
public string RoleArn { get; set; }
Property Value
System.
Remarks
TablePrefix
A string containing the value for the tag.
public string TablePrefix { get; set; }
Property Value
System.