We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9b32483 + f26063f commit cc3fe0bCopy full SHA for cc3fe0b
packages/@aws-cdk/aws-rds/README.md
@@ -23,7 +23,7 @@ your instances will be launched privately or publicly:
23
const cluster = new DatabaseCluster(this, 'Database', {
24
engine: DatabaseClusterEngine.AURORA,
25
masterUser: {
26
- username: 'admin'
+ username: 'clusteradmin'
27
},
28
instanceProps: {
29
instanceType: ec2.InstanceType.of(ec2.InstanceClass.BURSTABLE2, ec2.InstanceSize.SMALL),
0 commit comments