We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
At line https://github.com/cloudtools/troposphere/blob/master/troposphere/rds.py#L20 for modes supported there are only two modes ('provisioned', 'serverless') but RDS now supports 5 modes provisioned, serverless, parallelquery, global, or multimaster as it mentioned here https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-enginemode, please correct that
('provisioned', 'serverless')
provisioned, serverless, parallelquery, global, or multimaster
The text was updated successfully, but these errors were encountered:
expanding AWS::RDS::DBCluster VALID_DB_ENGINE_MODES
379bed5
#1572
4e6281f
PatMyron
No branches or pull requests
At line https://github.com/cloudtools/troposphere/blob/master/troposphere/rds.py#L20 for modes supported there are only two modes
('provisioned', 'serverless')
but RDS now supports 5 modesprovisioned, serverless, parallelquery, global, or multimaster
as it mentioned here https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-enginemode, please correct thatThe text was updated successfully, but these errors were encountered: