AWS::RDS::DBInstance DBInstanceStatusInfo - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::RDS::DBInstance DBInstanceStatusInfo

Provides a list of status information for a DB instance.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Message" : String, "Normal" : Boolean, "Status" : String, "StatusType" : String }

YAML

Message: String Normal: Boolean Status: String StatusType: 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