Skip to content

Commit 9a04af2

Browse files
fix
1 parent 6cd80ae commit 9a04af2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/l1-resources/database-user/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export interface CfnDatabaseUserProps {
8686
readonly scopes?: ScopeDefinition[];
8787

8888
/**
89-
* Human-readable label that represents the user that authenticates to MongoDB. The format of this label depends on the method of authentication. This will be USER_ARN or ROLE_ARN if AWSIAMType is USER or ROLE. Refer https://www.mongodb.com/docs/api/doc/atlas-admin-api-v2/operation/operation-createdatabaseuserfor details.
89+
* Human-readable label that represents the user that authenticates to MongoDB. The format of this label depends on the method of authentication. This will be USER_ARN or ROLE_ARN if AWSIAMType is USER or ROLE. Refer https://www.mongodb.com/docs/api/doc/atlas-admin-api-v2/operation/operation-createdatabaseuser for details.
9090
*
9191
* @schema CfnDatabaseUserProps#Username
9292
*/

src/l3-resources/common/props.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ export interface DatabaseUserProps {
312312
*/
313313
readonly scopes?: atlas.ScopeDefinition[];
314314
/**
315-
* @description Human-readable label that represents the user that authenticates to MongoDB. The format of this label depends on the method of authentication. This will be USER_ARN or ROLE_ARN if AWSIAMType is USER or ROLE. Refer https://www.mongodb.com/docs/api/doc/atlas-admin-api-v2/operation/operation-createdatabaseuserfor details.
315+
* @description Human-readable label that represents the user that authenticates to MongoDB. The format of this label depends on the method of authentication. This will be USER_ARN or ROLE_ARN if AWSIAMType is USER or ROLE. Refer https://www.mongodb.com/docs/api/doc/atlas-admin-api-v2/operation/operation-createdatabaseuser for details.
316316
* @type {string}
317317
* @memberof DatabaseUserProps
318318
* @default cdk-user

0 commit comments

Comments
 (0)