We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5cbec6 commit a87d33aCopy full SHA for a87d33a
src/l3-resources/atlas-basic-private-endpoint/index.ts
@@ -67,6 +67,7 @@ export class AtlasBasicPrivateEndpoint extends Construct {
67
this,
68
"atlas-private-endpoint-service-".concat(id),
69
{
70
+ profile: props.profile,
71
projectId: this.atlasBasic.mProject.attrId,
72
region: region.toUpperCase().replace(/-/g, "_"),
73
cloudProvider: CfnPrivateEndpointServicePropsCloudProvider.AWS,
@@ -90,6 +91,7 @@ export class AtlasBasicPrivateEndpoint extends Construct {
90
91
92
"atlas-private-endpoint-".concat(id),
93
94
95
96
endpointServiceId: this.privateEndpointService.attrId,
97
id: this.awsPrivateEndpoint.ref,
0 commit comments