Skip to content

Commit c154e7d

Browse files
fix
1 parent 80955e8 commit c154e7d

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-createdatabaseuser for 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/atlas/reference/api-resources-spec/#tag/Database-Users/operation/createDatabaseUser for details.
9090
*
9191
* @schema CfnDatabaseUserProps#Username
9292
*/

src/l1-resources/search-deployment/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export function toJson_CfnSearchDeploymentProps(
6666
*/
6767
export interface ApiSearchDeploymentSpec {
6868
/**
69-
* Hardware specification for the search node instance sizes. The [MongoDB Atlas API](https://www.mongodb.com/docs/api/doc/atlas-admin-api-v2/operation/operation-createatlassearchdeployment) describes the valid values. More details can also be found in the [Search Node Documentation](https://www.mongodb.com/docs/atlas/cluster-config/multi-cloud-distribution/#search-tier).
69+
* Hardware specification for the search node instance sizes. The [MongoDB Atlas API](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Atlas-Search/operation/createAtlasSearchDeployment) describes the valid values. More details can also be found in the [Search Node Documentation](https://www.mongodb.com/docs/atlas/cluster-config/multi-cloud-distribution/#search-tier).
7070
*
7171
* @schema ApiSearchDeploymentSpec#InstanceSize
7272
*/

0 commit comments

Comments
 (0)