Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update doc for DBCluster #524

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions aws-rds-dbcluster/docs/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# AWS::RDS::DBCluster

The AWS::RDS::DBCluster resource creates an Amazon Aurora DB cluster.
The AWS::RDS::DBCluster resource creates an Amazon Aurora DB cluster or Multi-AZ DB cluster.

## Syntax

Expand Down Expand Up @@ -382,7 +382,16 @@ _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormati

#### Engine

The name of the database engine to be used for this DB cluster. Valid Values: aurora (for MySQL 5.6-compatible Aurora), aurora-mysql (for MySQL 5.7-compatible Aurora), and aurora-postgresql
The name of the database engine to be used for this DB cluster.

Valid Values:

* `aurora-mysql`
* `aurora-postgresql`
* `mysql`
* `postgres`

Valid for: Aurora DB clusters and Multi-AZ DB clusters

_Required_: No

Expand Down