Interface CfnFlow.GlueDataCatalogProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnFlow.GlueDataCatalogProperty.Jsii$Proxy
Enclosing class:
CfnFlow

@Stability(Stable) public static interface CfnFlow.GlueDataCatalogProperty extends software.amazon.jsii.JsiiSerializable
Trigger settings of the flow.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.appflow.*;
 GlueDataCatalogProperty glueDataCatalogProperty = GlueDataCatalogProperty.builder()
         .databaseName("databaseName")
         .roleArn("roleArn")
         .tablePrefix("tablePrefix")
         .build();
 

See Also: