Skip to content

Commit cf21d46

Browse files
msambolmazyu36
andauthored
Update packages/@aws-cdk/aws-dsql-alpha/README.md
Co-authored-by: Yuki Matsuda <13781813+mazyu36@users.noreply.github.com>
1 parent 5039438 commit cf21d46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/@aws-cdk/aws-dsql-alpha/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ const cluster = new dsql.Cluster(this, 'Cluster');
4545
// Use one of the following statements to grant the role the necessary permissions
4646
cluster.grantConnect(role); // Grant the role dsql:DbConnect
4747
cluster.grantConnectAdmin(role); // Grant the role dsql:DbConnectAdmin
48-
cluster.grant(role, 'dqsl:DbConnect'); // Grant the role the specified actions to the cluster
48+
cluster.grant(role, 'dsql:DbConnect'); // Grant the role the specified actions to the cluster
4949
```

0 commit comments

Comments
 (0)