Skip to content

Commit

Permalink
feat(redshift): expose user.secret as property (aws#17520)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmed-Hussein93 committed Apr 26, 2022
1 parent 46f6a5e commit a7686c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-redshift/lib/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export class User extends UserBase {
protected databaseProps: DatabaseOptions;

/**
* the Secrets Manager secret of the user.
* The Secrets Manager secret of the user.
* @attribute
*/
public readonly secret: secretsmanager.ISecret;
Expand Down

0 comments on commit a7686c7

Please sign in to comment.