(rds): Add support for replicationSourceIdentifier
prop
#33280
Labels
@aws-cdk/aws-rds
Related to Amazon Relational Database
effort/small
Small work item – less than a day of effort
feature-request
A feature should be added or improved.
p2
Describe the feature
Docs: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraPostgreSQL.Migrating.RDSPostgreSQL.Replica.html
CF docs: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#aws-resource-rds-dbcluster-properties
This prop is available on the
CfnDBCluster
.Use Case
Migrating RDS types, need to set this prop.
Proposed Solution
The
DatabaseCluster
class, should acceptreplicationInstanceSource
prop, which acceptsIDatabaseInstance
:replicationInstanceSource: IDatabaseInstance
Other Information
masterUserPassword
andmasterUsername
(CDK sets defaults) internally.replicationSourceIdentifier
is NOT an identifier, but a full ARN.Acknowledgements
CDK version used
N/A
Environment details (OS name and version, etc.)
N/A
The text was updated successfully, but these errors were encountered: