AnomalyDetectorRedshiftSourceConfigArgs

data class AnomalyDetectorRedshiftSourceConfigArgs(val clusterIdentifier: Output<String>, val databaseHost: Output<String>, val databaseName: Output<String>, val databasePort: Output<Int>, val roleArn: Output<String>, val secretManagerArn: Output<String>, val tableName: Output<String>, val vpcConfiguration: Output<AnomalyDetectorVpcConfigurationArgs>) : ConvertibleToJava<AnomalyDetectorRedshiftSourceConfigArgs>

Constructors

Link copied to clipboard
fun AnomalyDetectorRedshiftSourceConfigArgs(clusterIdentifier: Output<String>, databaseHost: Output<String>, databaseName: Output<String>, databasePort: Output<Int>, roleArn: Output<String>, secretManagerArn: Output<String>, tableName: Output<String>, vpcConfiguration: Output<AnomalyDetectorVpcConfigurationArgs>)

Functions

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

Properties

Link copied to clipboard
Link copied to clipboard
val databaseHost: Output<String>
Link copied to clipboard
val databaseName: Output<String>
Link copied to clipboard
val databasePort: Output<Int>
Link copied to clipboard
val roleArn: Output<String>
Link copied to clipboard
Link copied to clipboard
val tableName: Output<String>