FlowGlueDataCatalogArgs

data class FlowGlueDataCatalogArgs(val databaseName: Output<String>, val roleArn: Output<String>, val tablePrefix: Output<String>) : ConvertibleToJava<FlowGlueDataCatalogArgs>

Trigger settings of the flow.

Constructors

Link copied to clipboard
constructor(databaseName: Output<String>, roleArn: Output<String>, tablePrefix: Output<String>)

Properties

Link copied to clipboard
val databaseName: Output<String>

A string containing the value for the tag

Link copied to clipboard
val roleArn: Output<String>

A string containing the value for the tag

Link copied to clipboard
val tablePrefix: Output<String>

A string containing the value for the tag

Functions

Link copied to clipboard
open override fun toJava(): FlowGlueDataCatalogArgs