Anomaly Detector Rds Source Config Args
data class AnomalyDetectorRdsSourceConfigArgs(val databaseHost: Output<String>, val databaseName: Output<String>, val databasePort: Output<Int>, val dbInstanceIdentifier: Output<String>, val roleArn: Output<String>, val secretManagerArn: Output<String>, val tableName: Output<String>, val vpcConfiguration: Output<AnomalyDetectorVpcConfigurationArgs>) : ConvertibleToJava<AnomalyDetectorRdsSourceConfigArgs>
Properties
Link copied to clipboard
The host name of the database.
Link copied to clipboard
The name of the RDS database.
Link copied to clipboard
The port number where the database can be accessed.
Link copied to clipboard
A string identifying the database instance.
Link copied to clipboard
The Amazon Resource Name (ARN) of the AWS Secrets Manager role.
Link copied to clipboard
An object containing information about the Amazon Virtual Private Cloud (VPC) configuration.