AnomalyDetectorRedshiftSourceConfig

data class AnomalyDetectorRedshiftSourceConfig(val clusterIdentifier: String, val databaseHost: String, val databaseName: String, val databasePort: Int, val roleArn: String, val secretManagerArn: String, val tableName: String, val vpcConfiguration: AnomalyDetectorVpcConfiguration)

Constructors

Link copied to clipboard
constructor(clusterIdentifier: String, databaseHost: String, databaseName: String, databasePort: Int, roleArn: String, secretManagerArn: String, tableName: String, vpcConfiguration: AnomalyDetectorVpcConfiguration)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A string identifying the Redshift cluster.

Link copied to clipboard

The name of the database host.

Link copied to clipboard

The Redshift database name.

Link copied to clipboard

The port number where the database can be accessed.

Link copied to clipboard

The Amazon Resource Name (ARN) of the role providing access to the database.

Link copied to clipboard

The Amazon Resource Name (ARN) of the AWS Secrets Manager role.

Link copied to clipboard

The table name of the Redshift database.

Link copied to clipboard

Contains information about the Amazon Virtual Private Cloud (VPC) configuration.