This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::RDS::DBInstance DBInstanceStatusInfo
Provides a list of status information for a DB instance.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Message" :String, "Normal" :Boolean, "Status" :String, "StatusType" :String}
YAML
Message:StringNormal:BooleanStatus:StringStatusType:String
Properties
- Message
- 
                    Details of the error if there is an error for the instance. If the instance isn't in an error state, this value is blank. Required: No Type: String Update requires: No interruption 
- Normal
- 
                    Indicates whether the instance is operating normally (TRUE) or is in an error state (FALSE). Required: No Type: Boolean Update requires: No interruption 
- Status
- 
                    The status of the DB instance. For a StatusType of read replica, the values can be replicating, replication stop point set, replication stop point reached, error, stopped, or terminated. Required: No Type: String Update requires: No interruption 
- StatusType
- 
                    This value is currently "read replication." Required: No Type: String Update requires: No interruption