Connection Redshift Lineage Sync Configuration Input Args
data class ConnectionRedshiftLineageSyncConfigurationInputArgs(val enabled: Output<Boolean>? = null, val schedule: Output<ConnectionLineageSyncScheduleArgs>? = null) : ConvertibleToJava<ConnectionRedshiftLineageSyncConfigurationInputArgs>
Redshift Lineage Sync Configuration Input
Constructors
Link copied to clipboard
constructor(enabled: Output<Boolean>? = null, schedule: Output<ConnectionLineageSyncScheduleArgs>? = null)