We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5039438 commit cf21d46Copy full SHA for cf21d46
1 file changed
packages/@aws-cdk/aws-dsql-alpha/README.md
@@ -45,5 +45,5 @@ const cluster = new dsql.Cluster(this, 'Cluster');
45
// Use one of the following statements to grant the role the necessary permissions
46
cluster.grantConnect(role); // Grant the role dsql:DbConnect
47
cluster.grantConnectAdmin(role); // Grant the role dsql:DbConnectAdmin
48
-cluster.grant(role, 'dqsl:DbConnect'); // Grant the role the specified actions to the cluster
+cluster.grant(role, 'dsql:DbConnect'); // Grant the role the specified actions to the cluster
49
```
0 commit comments