AWS::LookoutMetrics::AnomalyDetector RedshiftSourceConfig
Provides information about the Amazon Redshift database configuration.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ClusterIdentifier" :
String
, "DatabaseHost" :String
, "DatabaseName" :String
, "DatabasePort" :Integer
, "RoleArn" :String
, "SecretManagerArn" :String
, "TableName" :String
, "VpcConfiguration" :VpcConfiguration
}
YAML
ClusterIdentifier:
String
DatabaseHost:String
DatabaseName:String
DatabasePort:Integer
RoleArn:String
SecretManagerArn:String
TableName:String
VpcConfiguration:VpcConfiguration
Properties
ClusterIdentifier
-
A string identifying the Redshift cluster.
Required: Yes
Type: String
Pattern:
^[a-z](?!.*--)(?!.*-$)[0-9a-z\-]*$
Minimum:
1
Maximum:
63
Update requires: No interruption
DatabaseHost
-
The name of the database host.
Required: Yes
Type: String
Pattern:
.*\S.*
Minimum:
1
Maximum:
253
Update requires: No interruption
DatabaseName
-
The Redshift database name.
Required: Yes
Type: String
Pattern:
[a-z0-9]+
Minimum:
1
Maximum:
100
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
RoleArn
-
The Amazon Resource Name (ARN) of the role providing access to the database.
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 table name of the Redshift database.
Required: Yes
Type: String
Pattern:
^[a-zA-Z][a-zA-Z0-9_]*$
Minimum:
1
Maximum:
100
Update requires: No interruption
VpcConfiguration
-
Contains information about the Amazon Virtual Private Cloud (VPC) configuration.
Required: Yes
Type: VpcConfiguration
Update requires: No interruption