AWS::LookoutMetrics::AnomalyDetector RDSSourceConfig
Contains information about the Amazon Relational Database Service (RDS) configuration.
Syntax
To declare this entity in your AWS 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:
String
DatabaseName:String
DatabasePort:Integer
DBInstanceIdentifier:String
RoleArn:String
SecretManagerArn:String
TableName:String
VpcConfiguration:VpcConfiguration
Properties
DatabaseHost
-
The host name of the database.
Required: Yes
Type: String
Pattern:
.*\S.*
Minimum:
1
Maximum:
253
Update requires: No interruption
DatabaseName
-
The name of the RDS database.
Required: Yes
Type: String
Pattern:
[a-zA-Z0-9_]+
Minimum:
1
Maximum:
64
Update requires: No interruption
DatabasePort
-
The port number where the database can be accessed.
Required: Yes
Type: Integer
Minimum:
1
Maximum:
65535
Update requires: No interruption
DBInstanceIdentifier
-
A string identifying the database instance.
Required: Yes
Type: String
Pattern:
^[a-zA-Z](?!.*--)(?!.*-$)[0-9a-zA-Z\-]*$
Minimum:
1
Maximum:
63
Update requires: No interruption
RoleArn
-
The Amazon Resource Name (ARN) of the role.
Required: Yes
Type: String
Pattern:
arn:([a-z\d-]+):.*:.*:.*:.+
Maximum:
256
Update requires: No interruption
SecretManagerArn
-
The Amazon Resource Name (ARN) of the AWS Secrets Manager role.
Required: Yes
Type: String
Pattern:
arn:([a-z\d-]+):.*:.*:secret:AmazonLookoutMetrics-.+
Maximum:
256
Update requires: No interruption
TableName
-
The name of the table in the database.
Required: Yes
Type: String
Pattern:
^[a-zA-Z][a-zA-Z0-9_]*$
Minimum:
1
Maximum:
100
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