AWS::LookoutMetrics::AnomalyDetector RDSSourceConfig
Contains information about the Amazon Relational Database Service (RDS) configuration.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "DatabaseHost" :String, "DatabaseName" :String, "DatabasePort" :Integer, "DBInstanceIdentifier" :String, "RoleArn" :String, "SecretManagerArn" :String, "TableName" :String, "VpcConfiguration" :VpcConfiguration}
YAML
DatabaseHost:StringDatabaseName:StringDatabasePort:IntegerDBInstanceIdentifier:StringRoleArn:StringSecretManagerArn:StringTableName:StringVpcConfiguration:VpcConfiguration
Properties
DatabaseHost-
The host name of the database.
Required: Yes
Type: String
Update requires: No interruption
DatabaseName-
The name of the RDS database.
Required: Yes
Type: String
Update requires: No interruption
DatabasePort-
The port number where the database can be accessed.
Required: Yes
Type: Integer
Update requires: No interruption
DBInstanceIdentifier-
A string identifying the database instance.
Required: Yes
Type: String
Update requires: No interruption
RoleArn-
The Amazon Resource Name (ARN) of the role.
Required: Yes
Type: String
Update requires: No interruption
SecretManagerArn-
The Amazon Resource Name (ARN) of the Amazon Secrets Manager role.
Required: Yes
Type: String
Update requires: No interruption
TableName-
The name of the table in the database.
Required: Yes
Type: String
Update requires: No interruption
VpcConfiguration-
An object containing information about the Amazon Virtual Private Cloud (VPC) configuration.
Required: Yes
Type: VpcConfiguration
Update requires: No interruption