@pulumi/mongodbatlas 3.39.0-alpha.1766556689 → 4.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/accessListApiKey.d.ts +3 -0
- package/accessListApiKey.js +3 -0
- package/accessListApiKey.js.map +1 -1
- package/advancedCluster.d.ts +85 -40
- package/advancedCluster.js +4 -2
- package/advancedCluster.js.map +1 -1
- package/alertConfiguration.d.ts +15 -2
- package/alertConfiguration.js +5 -2
- package/alertConfiguration.js.map +1 -1
- package/apiKey.d.ts +3 -0
- package/apiKey.js +3 -0
- package/apiKey.js.map +1 -1
- package/apiKeyProjectAssignment.d.ts +3 -2
- package/apiKeyProjectAssignment.js +3 -2
- package/apiKeyProjectAssignment.js.map +1 -1
- package/auditing.d.ts +0 -2
- package/auditing.js +0 -2
- package/auditing.js.map +1 -1
- package/backupCompliancePolicy.d.ts +3 -0
- package/backupCompliancePolicy.js +3 -0
- package/backupCompliancePolicy.js.map +1 -1
- package/cloudBackupSchedule.d.ts +8 -8
- package/cloudBackupSnapshot.d.ts +16 -2
- package/cloudBackupSnapshot.js +6 -2
- package/cloudBackupSnapshot.js.map +1 -1
- package/cloudBackupSnapshotExportBucket.d.ts +4 -2
- package/cloudBackupSnapshotExportBucket.js +4 -2
- package/cloudBackupSnapshotExportBucket.js.map +1 -1
- package/cloudBackupSnapshotExportJob.d.ts +3 -2
- package/cloudBackupSnapshotExportJob.js +3 -2
- package/cloudBackupSnapshotExportJob.js.map +1 -1
- package/cloudBackupSnapshotRestoreJob.d.ts +3 -3
- package/cloudBackupSnapshotRestoreJob.js +3 -3
- package/cloudProviderAccessAuthorization.d.ts +36 -0
- package/cloudProviderAccessAuthorization.js.map +1 -1
- package/cloudProviderAccessSetup.d.ts +126 -0
- package/cloudProviderAccessSetup.js +59 -0
- package/cloudProviderAccessSetup.js.map +1 -1
- package/cloudUserOrgAssignment.d.ts +221 -0
- package/cloudUserOrgAssignment.js +137 -0
- package/cloudUserOrgAssignment.js.map +1 -0
- package/cloudUserProjectAssignment.d.ts +217 -0
- package/cloudUserProjectAssignment.js +141 -0
- package/cloudUserProjectAssignment.js.map +1 -0
- package/cloudUserTeamAssignment.d.ts +229 -0
- package/cloudUserTeamAssignment.js +139 -0
- package/cloudUserTeamAssignment.js.map +1 -0
- package/cluster.d.ts +4 -0
- package/cluster.js +4 -0
- package/cluster.js.map +1 -1
- package/clusterOutageSimulation.d.ts +15 -2
- package/clusterOutageSimulation.js +5 -2
- package/clusterOutageSimulation.js.map +1 -1
- package/config/vars.d.ts +12 -0
- package/config/vars.js +18 -0
- package/config/vars.js.map +1 -1
- package/customDbRole.d.ts +0 -2
- package/customDbRole.js +0 -2
- package/customDbRole.js.map +1 -1
- package/customDnsConfigurationClusterAws.d.ts +0 -2
- package/customDnsConfigurationClusterAws.js +0 -2
- package/customDnsConfigurationClusterAws.js.map +1 -1
- package/databaseUser.d.ts +3 -2
- package/databaseUser.js +3 -2
- package/databaseUser.js.map +1 -1
- package/encryptionAtRestPrivateEndpoint.d.ts +21 -2
- package/encryptionAtRestPrivateEndpoint.js +8 -2
- package/encryptionAtRestPrivateEndpoint.js.map +1 -1
- package/eventTrigger.d.ts +15 -130
- package/eventTrigger.js +0 -115
- package/eventTrigger.js.map +1 -1
- package/federatedDatabaseInstance.d.ts +16 -14
- package/federatedDatabaseInstance.js +4 -2
- package/federatedDatabaseInstance.js.map +1 -1
- package/federatedQueryLimit.d.ts +3 -2
- package/federatedQueryLimit.js +3 -2
- package/federatedQueryLimit.js.map +1 -1
- package/federatedSettingsIdentityProvider.d.ts +2 -2
- package/federatedSettingsIdentityProvider.js +2 -2
- package/federatedSettingsOrgConfig.d.ts +4 -2
- package/federatedSettingsOrgConfig.js +4 -2
- package/federatedSettingsOrgConfig.js.map +1 -1
- package/federatedSettingsOrgRoleMapping.d.ts +3 -2
- package/federatedSettingsOrgRoleMapping.js +3 -2
- package/federatedSettingsOrgRoleMapping.js.map +1 -1
- package/flexCluster.d.ts +18 -2
- package/flexCluster.js +7 -2
- package/flexCluster.js.map +1 -1
- package/getAdvancedCluster.d.ts +122 -52
- package/getAdvancedCluster.js +104 -30
- package/getAdvancedCluster.js.map +1 -1
- package/getAdvancedClusters.d.ts +153 -35
- package/getAdvancedClusters.js +150 -32
- package/getAdvancedClusters.js.map +1 -1
- package/getAlertConfiguration.d.ts +4 -4
- package/getAlertConfiguration.js +0 -4
- package/getAlertConfiguration.js.map +1 -1
- package/getAlertConfigurations.d.ts +0 -4
- package/getAlertConfigurations.js +0 -4
- package/getAlertConfigurations.js.map +1 -1
- package/getApiKeyProjectAssignment.d.ts +0 -4
- package/getApiKeyProjectAssignment.js +0 -4
- package/getApiKeyProjectAssignment.js.map +1 -1
- package/getApiKeyProjectAssignments.d.ts +0 -4
- package/getApiKeyProjectAssignments.js +0 -4
- package/getApiKeyProjectAssignments.js.map +1 -1
- package/getAtlasUser.d.ts +9 -7
- package/getAtlasUser.js +4 -4
- package/getAtlasUser.js.map +1 -1
- package/getAtlasUsers.d.ts +4 -4
- package/getAtlasUsers.js +4 -4
- package/getAuditing.d.ts +0 -4
- package/getAuditing.js +0 -4
- package/getAuditing.js.map +1 -1
- package/getBackupCompliancePolicy.d.ts +3 -3
- package/getCloudBackupSchedule.d.ts +0 -11
- package/getCloudBackupSchedule.js +0 -4
- package/getCloudBackupSchedule.js.map +1 -1
- package/getCloudBackupSnapshot.d.ts +0 -4
- package/getCloudBackupSnapshot.js +0 -4
- package/getCloudBackupSnapshot.js.map +1 -1
- package/getCloudBackupSnapshotExportBucket.d.ts +0 -4
- package/getCloudBackupSnapshotExportBucket.js +0 -4
- package/getCloudBackupSnapshotExportBucket.js.map +1 -1
- package/getCloudBackupSnapshotExportBuckets.d.ts +0 -4
- package/getCloudBackupSnapshotExportBuckets.js +0 -4
- package/getCloudBackupSnapshotExportBuckets.js.map +1 -1
- package/getCloudBackupSnapshotExportJob.d.ts +0 -4
- package/getCloudBackupSnapshotExportJob.js +0 -4
- package/getCloudBackupSnapshotExportJob.js.map +1 -1
- package/getCloudBackupSnapshotExportJobs.d.ts +0 -4
- package/getCloudBackupSnapshotExportJobs.js +0 -4
- package/getCloudBackupSnapshotExportJobs.js.map +1 -1
- package/getCloudBackupSnapshotRestoreJob.d.ts +0 -4
- package/getCloudBackupSnapshotRestoreJob.js +0 -4
- package/getCloudBackupSnapshotRestoreJob.js.map +1 -1
- package/getCloudBackupSnapshotRestoreJobs.d.ts +0 -4
- package/getCloudBackupSnapshotRestoreJobs.js +0 -4
- package/getCloudBackupSnapshotRestoreJobs.js.map +1 -1
- package/getCloudBackupSnapshots.d.ts +0 -4
- package/getCloudBackupSnapshots.js +0 -4
- package/getCloudBackupSnapshots.js.map +1 -1
- package/getCloudProviderAccessSetup.d.ts +0 -4
- package/getCloudProviderAccessSetup.js +0 -4
- package/getCloudProviderAccessSetup.js.map +1 -1
- package/getCloudUserOrgAssignment.d.ts +171 -0
- package/getCloudUserOrgAssignment.js +90 -0
- package/getCloudUserOrgAssignment.js.map +1 -0
- package/getCloudUserProjectAssignment.d.ts +117 -0
- package/getCloudUserProjectAssignment.js +92 -0
- package/getCloudUserProjectAssignment.js.map +1 -0
- package/getCloudUserTeamAssignment.d.ts +183 -0
- package/getCloudUserTeamAssignment.js +92 -0
- package/getCloudUserTeamAssignment.js.map +1 -0
- package/getClusters.d.ts +4 -4
- package/getClusters.js +4 -4
- package/getControlPlaneIpAddresses.d.ts +0 -4
- package/getControlPlaneIpAddresses.js +0 -4
- package/getControlPlaneIpAddresses.js.map +1 -1
- package/getCustomDbRole.d.ts +0 -4
- package/getCustomDbRole.js +0 -4
- package/getCustomDbRole.js.map +1 -1
- package/getCustomDbRoles.d.ts +0 -4
- package/getCustomDbRoles.js +0 -4
- package/getCustomDbRoles.js.map +1 -1
- package/getCustomDnsConfigurationClusterAws.d.ts +0 -4
- package/getCustomDnsConfigurationClusterAws.js +0 -4
- package/getCustomDnsConfigurationClusterAws.js.map +1 -1
- package/getDatabaseUser.d.ts +1 -5
- package/getDatabaseUser.js +0 -4
- package/getDatabaseUser.js.map +1 -1
- package/getDatabaseUsers.d.ts +0 -4
- package/getDatabaseUsers.js +0 -4
- package/getDatabaseUsers.js.map +1 -1
- package/getEncryptionAtRest.d.ts +0 -4
- package/getEncryptionAtRest.js +0 -4
- package/getEncryptionAtRest.js.map +1 -1
- package/getEncryptionAtRestPrivateEndpoint.d.ts +0 -4
- package/getEncryptionAtRestPrivateEndpoint.js +0 -4
- package/getEncryptionAtRestPrivateEndpoint.js.map +1 -1
- package/getEncryptionAtRestPrivateEndpoints.d.ts +0 -4
- package/getEncryptionAtRestPrivateEndpoints.js +0 -4
- package/getEncryptionAtRestPrivateEndpoints.js.map +1 -1
- package/getEventTrigger.d.ts +0 -4
- package/getEventTrigger.js +0 -4
- package/getEventTrigger.js.map +1 -1
- package/getEventTriggers.d.ts +0 -4
- package/getEventTriggers.js +0 -4
- package/getEventTriggers.js.map +1 -1
- package/getFederatedDatabaseInstance.d.ts +45 -15
- package/getFederatedDatabaseInstance.js +40 -10
- package/getFederatedDatabaseInstance.js.map +1 -1
- package/getFederatedDatabaseInstances.d.ts +0 -4
- package/getFederatedDatabaseInstances.js +0 -4
- package/getFederatedDatabaseInstances.js.map +1 -1
- package/getFederatedQueryLimit.d.ts +0 -4
- package/getFederatedQueryLimit.js +0 -4
- package/getFederatedQueryLimit.js.map +1 -1
- package/getFederatedQueryLimits.d.ts +0 -4
- package/getFederatedQueryLimits.js +0 -4
- package/getFederatedQueryLimits.js.map +1 -1
- package/getFederatedSettings.d.ts +0 -4
- package/getFederatedSettings.js +0 -4
- package/getFederatedSettings.js.map +1 -1
- package/getFederatedSettingsIdentityProvider.d.ts +0 -4
- package/getFederatedSettingsIdentityProvider.js +0 -4
- package/getFederatedSettingsIdentityProvider.js.map +1 -1
- package/getFederatedSettingsIdentityProviders.d.ts +0 -4
- package/getFederatedSettingsIdentityProviders.js +0 -4
- package/getFederatedSettingsIdentityProviders.js.map +1 -1
- package/getFederatedSettingsOrgConfig.d.ts +0 -4
- package/getFederatedSettingsOrgConfig.js +0 -4
- package/getFederatedSettingsOrgConfig.js.map +1 -1
- package/getFederatedSettingsOrgConfigs.d.ts +0 -4
- package/getFederatedSettingsOrgConfigs.js +0 -4
- package/getFederatedSettingsOrgConfigs.js.map +1 -1
- package/getFederatedSettingsOrgRoleMapping.d.ts +0 -4
- package/getFederatedSettingsOrgRoleMapping.js +0 -4
- package/getFederatedSettingsOrgRoleMapping.js.map +1 -1
- package/getFederatedSettingsOrgRoleMappings.d.ts +0 -4
- package/getFederatedSettingsOrgRoleMappings.js +0 -4
- package/getFederatedSettingsOrgRoleMappings.js.map +1 -1
- package/getFlexCluster.d.ts +0 -4
- package/getFlexCluster.js +0 -4
- package/getFlexCluster.js.map +1 -1
- package/getFlexClusters.d.ts +0 -4
- package/getFlexClusters.js +0 -4
- package/getFlexClusters.js.map +1 -1
- package/getFlexRestoreJob.d.ts +0 -4
- package/getFlexRestoreJob.js +0 -4
- package/getFlexRestoreJob.js.map +1 -1
- package/getFlexRestoreJobs.d.ts +0 -4
- package/getFlexRestoreJobs.js +0 -4
- package/getFlexRestoreJobs.js.map +1 -1
- package/getFlexSnapshot.d.ts +0 -4
- package/getFlexSnapshot.js +0 -4
- package/getFlexSnapshot.js.map +1 -1
- package/getFlexSnapshots.d.ts +0 -4
- package/getFlexSnapshots.js +0 -4
- package/getFlexSnapshots.js.map +1 -1
- package/getGlobalClusterConfig.d.ts +0 -12
- package/getGlobalClusterConfig.js +0 -4
- package/getGlobalClusterConfig.js.map +1 -1
- package/getLdapConfiguration.d.ts +0 -4
- package/getLdapConfiguration.js +0 -4
- package/getLdapConfiguration.js.map +1 -1
- package/getLdapVerify.d.ts +0 -4
- package/getLdapVerify.js +0 -4
- package/getLdapVerify.js.map +1 -1
- package/getMaintenanceWindow.d.ts +6 -6
- package/getMaintenanceWindow.js +4 -4
- package/getMongodbEmployeeAccessGrant.d.ts +0 -4
- package/getMongodbEmployeeAccessGrant.js +0 -4
- package/getMongodbEmployeeAccessGrant.js.map +1 -1
- package/getNetworkContainer.d.ts +0 -4
- package/getNetworkContainer.js +0 -4
- package/getNetworkContainer.js.map +1 -1
- package/getNetworkContainers.d.ts +0 -4
- package/getNetworkContainers.js +0 -4
- package/getNetworkContainers.js.map +1 -1
- package/getNetworkPeering.d.ts +0 -4
- package/getNetworkPeering.js +0 -4
- package/getNetworkPeering.js.map +1 -1
- package/getNetworkPeerings.d.ts +0 -4
- package/getNetworkPeerings.js +0 -4
- package/getNetworkPeerings.js.map +1 -1
- package/getOnlineArchive.d.ts +2 -6
- package/getOnlineArchive.js +2 -6
- package/getOnlineArchive.js.map +1 -1
- package/getOnlineArchives.d.ts +2 -6
- package/getOnlineArchives.js +2 -6
- package/getOnlineArchives.js.map +1 -1
- package/getOrgInvitation.d.ts +4 -4
- package/getOrgInvitation.js +4 -4
- package/getOrganization.d.ts +4 -4
- package/getOrganization.js +0 -4
- package/getOrganization.js.map +1 -1
- package/getOrganizations.d.ts +0 -4
- package/getOrganizations.js +0 -4
- package/getOrganizations.js.map +1 -1
- package/getPrivateEndpointRegionalMode.d.ts +0 -4
- package/getPrivateEndpointRegionalMode.js +0 -4
- package/getPrivateEndpointRegionalMode.js.map +1 -1
- package/getPrivateLinkEndpoint.d.ts +0 -4
- package/getPrivateLinkEndpoint.js +0 -4
- package/getPrivateLinkEndpoint.js.map +1 -1
- package/getPrivateLinkEndpointService.d.ts +0 -4
- package/getPrivateLinkEndpointService.js +0 -4
- package/getPrivateLinkEndpointService.js.map +1 -1
- package/getPrivatelinkEndpointServiceDataFederationOnlineArchive.d.ts +2 -6
- package/getPrivatelinkEndpointServiceDataFederationOnlineArchive.js +0 -4
- package/getPrivatelinkEndpointServiceDataFederationOnlineArchive.js.map +1 -1
- package/getPrivatelinkEndpointServiceDataFederationOnlineArchives.d.ts +0 -4
- package/getPrivatelinkEndpointServiceDataFederationOnlineArchives.js +0 -4
- package/getPrivatelinkEndpointServiceDataFederationOnlineArchives.js.map +1 -1
- package/getProject.d.ts +11 -57
- package/getProject.js +0 -56
- package/getProject.js.map +1 -1
- package/getProjectInvitation.d.ts +4 -4
- package/getProjectInvitation.js +4 -4
- package/getProjectIpAccessList.d.ts +0 -4
- package/getProjectIpAccessList.js +0 -4
- package/getProjectIpAccessList.js.map +1 -1
- package/getProjectIpAddresses.d.ts +0 -4
- package/getProjectIpAddresses.js +0 -4
- package/getProjectIpAddresses.js.map +1 -1
- package/getProjects.d.ts +1 -31
- package/getProjects.js +0 -30
- package/getProjects.js.map +1 -1
- package/getPushBasedLogExport.d.ts +0 -4
- package/getPushBasedLogExport.js +0 -4
- package/getPushBasedLogExport.js.map +1 -1
- package/getResourcePolicies.d.ts +0 -4
- package/getResourcePolicies.js +0 -4
- package/getResourcePolicies.js.map +1 -1
- package/getResourcePolicy.d.ts +0 -4
- package/getResourcePolicy.js +0 -4
- package/getResourcePolicy.js.map +1 -1
- package/getRolesOrgId.d.ts +3 -7
- package/getRolesOrgId.js +2 -6
- package/getRolesOrgId.js.map +1 -1
- package/getSearchDeployment.d.ts +0 -4
- package/getSearchDeployment.js +0 -4
- package/getSearchDeployment.js.map +1 -1
- package/getSearchIndex.d.ts +9 -5
- package/getSearchIndex.js +0 -4
- package/getSearchIndex.js.map +1 -1
- package/getSearchIndexes.d.ts +0 -4
- package/getSearchIndexes.js +0 -4
- package/getSearchIndexes.js.map +1 -1
- package/getServerlessInstance.d.ts +2 -20
- package/getServerlessInstance.js +2 -20
- package/getServerlessInstance.js.map +1 -1
- package/getServerlessInstances.d.ts +2 -2
- package/getServerlessInstances.js +2 -2
- package/getStreamAccountDetails.d.ts +0 -4
- package/getStreamAccountDetails.js +0 -4
- package/getStreamAccountDetails.js.map +1 -1
- package/getStreamConnection.d.ts +55 -13
- package/getStreamConnection.js +30 -6
- package/getStreamConnection.js.map +1 -1
- package/getStreamConnections.d.ts +28 -12
- package/getStreamConnections.js +4 -6
- package/getStreamConnections.js.map +1 -1
- package/getStreamInstance.d.ts +42 -2
- package/getStreamInstance.js +42 -2
- package/getStreamInstance.js.map +1 -1
- package/getStreamInstances.d.ts +38 -2
- package/getStreamInstances.js +38 -2
- package/getStreamInstances.js.map +1 -1
- package/getStreamPrivatelinkEndpoint.d.ts +53 -4
- package/getStreamPrivatelinkEndpoint.js +52 -4
- package/getStreamPrivatelinkEndpoint.js.map +1 -1
- package/getStreamPrivatelinkEndpoints.d.ts +52 -4
- package/getStreamPrivatelinkEndpoints.js +52 -4
- package/getStreamPrivatelinkEndpoints.js.map +1 -1
- package/getStreamProcessor.d.ts +28 -29
- package/getStreamProcessor.js +18 -20
- package/getStreamProcessor.js.map +1 -1
- package/getStreamProcessors.d.ts +25 -26
- package/getStreamProcessors.js +18 -20
- package/getStreamProcessors.js.map +1 -1
- package/getStreamWorkspace.d.ts +92 -0
- package/getStreamWorkspace.js +66 -0
- package/getStreamWorkspace.js.map +1 -0
- package/getStreamWorkspaces.d.ts +101 -0
- package/getStreamWorkspaces.js +66 -0
- package/getStreamWorkspaces.js.map +1 -0
- package/getTeam.d.ts +8 -5
- package/getTeam.js +0 -4
- package/getTeam.js.map +1 -1
- package/getTeamProjectAssignment.d.ts +88 -0
- package/getTeamProjectAssignment.js +74 -0
- package/getTeamProjectAssignment.js.map +1 -0
- package/getThirdPartyIntegration.d.ts +0 -4
- package/getThirdPartyIntegration.js +0 -4
- package/getThirdPartyIntegration.js.map +1 -1
- package/getThirdPartyIntegrations.d.ts +0 -4
- package/getThirdPartyIntegrations.js +0 -4
- package/getThirdPartyIntegrations.js.map +1 -1
- package/getX509AuthenticationDatabaseUser.d.ts +0 -4
- package/getX509AuthenticationDatabaseUser.js +0 -4
- package/getX509AuthenticationDatabaseUser.js.map +1 -1
- package/globalClusterConfig.d.ts +0 -18
- package/globalClusterConfig.js +0 -4
- package/globalClusterConfig.js.map +1 -1
- package/index.d.ts +33 -36
- package/index.js +49 -50
- package/index.js.map +1 -1
- package/ldapConfiguration.d.ts +0 -2
- package/ldapConfiguration.js +0 -2
- package/ldapConfiguration.js.map +1 -1
- package/ldapVerify.d.ts +0 -2
- package/ldapVerify.js +0 -2
- package/ldapVerify.js.map +1 -1
- package/maintenanceWindow.d.ts +19 -11
- package/maintenanceWindow.js +9 -3
- package/maintenanceWindow.js.map +1 -1
- package/mongodbEmployeeAccessGrant.d.ts +3 -2
- package/mongodbEmployeeAccessGrant.js +3 -2
- package/mongodbEmployeeAccessGrant.js.map +1 -1
- package/networkContainer.d.ts +3 -2
- package/networkContainer.js +3 -2
- package/networkContainer.js.map +1 -1
- package/networkPeering.d.ts +18 -8
- package/networkPeering.js +2 -2
- package/networkPeering.js.map +1 -1
- package/onlineArchive.d.ts +17 -5
- package/onlineArchive.js +4 -2
- package/onlineArchive.js.map +1 -1
- package/orgInvitation.d.ts +3 -0
- package/orgInvitation.js +3 -0
- package/orgInvitation.js.map +1 -1
- package/organization.d.ts +5 -2
- package/organization.js +5 -2
- package/organization.js.map +1 -1
- package/package.json +2 -2
- package/privateEndpointRegionalMode.d.ts +0 -2
- package/privateEndpointRegionalMode.js +0 -2
- package/privateEndpointRegionalMode.js.map +1 -1
- package/privateLinkEndpoint.d.ts +16 -2
- package/privateLinkEndpoint.js +6 -2
- package/privateLinkEndpoint.js.map +1 -1
- package/privateLinkEndpointService.d.ts +12 -0
- package/privateLinkEndpointService.js +2 -0
- package/privateLinkEndpointService.js.map +1 -1
- package/privatelinkEndpointServiceDataFederationOnlineArchive.d.ts +6 -5
- package/privatelinkEndpointServiceDataFederationOnlineArchive.js +3 -2
- package/privatelinkEndpointServiceDataFederationOnlineArchive.js.map +1 -1
- package/project.d.ts +12 -15
- package/project.js +3 -15
- package/project.js.map +1 -1
- package/projectApiKey.d.ts +3 -0
- package/projectApiKey.js +3 -0
- package/projectApiKey.js.map +1 -1
- package/projectInvitation.d.ts +3 -0
- package/projectInvitation.js +3 -0
- package/projectInvitation.js.map +1 -1
- package/projectIpAccessList.d.ts +5 -2
- package/projectIpAccessList.js +5 -2
- package/projectIpAccessList.js.map +1 -1
- package/provider.d.ts +24 -0
- package/provider.js +3 -0
- package/provider.js.map +1 -1
- package/pushBasedLogExport.d.ts +15 -0
- package/pushBasedLogExport.js +5 -0
- package/pushBasedLogExport.js.map +1 -1
- package/resourcePolicy.d.ts +0 -2
- package/resourcePolicy.js +0 -2
- package/resourcePolicy.js.map +1 -1
- package/searchDeployment.d.ts +7 -6
- package/searchDeployment.js +3 -2
- package/searchDeployment.js.map +1 -1
- package/searchIndex.d.ts +50 -5
- package/searchIndex.js +27 -2
- package/searchIndex.js.map +1 -1
- package/serverlessInstance.d.ts +1 -10
- package/serverlessInstance.js +1 -10
- package/serverlessInstance.js.map +1 -1
- package/streamConnection.d.ts +77 -17
- package/streamConnection.js +47 -12
- package/streamConnection.js.map +1 -1
- package/streamInstance.d.ts +4 -4
- package/streamInstance.js +4 -4
- package/streamPrivatelinkEndpoint.d.ts +55 -5
- package/streamPrivatelinkEndpoint.js +36 -2
- package/streamPrivatelinkEndpoint.js.map +1 -1
- package/streamProcessor.d.ts +52 -18
- package/streamProcessor.js +17 -13
- package/streamProcessor.js.map +1 -1
- package/streamWorkspace.d.ts +144 -0
- package/streamWorkspace.js +116 -0
- package/streamWorkspace.js.map +1 -0
- package/team.d.ts +14 -6
- package/team.js +4 -5
- package/team.js.map +1 -1
- package/teamProjectAssignment.d.ts +108 -0
- package/teamProjectAssignment.js +98 -0
- package/teamProjectAssignment.js.map +1 -0
- package/thirdPartyIntegration.d.ts +3 -2
- package/thirdPartyIntegration.js +3 -2
- package/thirdPartyIntegration.js.map +1 -1
- package/types/input.d.ts +252 -249
- package/types/output.d.ts +1078 -751
- package/x509authenticationDatabaseUser.d.ts +0 -2
- package/x509authenticationDatabaseUser.js +0 -2
- package/x509authenticationDatabaseUser.js.map +1 -1
- package/dataLakePipeline.d.ts +0 -239
- package/dataLakePipeline.js +0 -145
- package/dataLakePipeline.js.map +0 -1
- package/get509AuthenticationDatabaseUser.d.ts +0 -190
- package/get509AuthenticationDatabaseUser.js +0 -170
- package/get509AuthenticationDatabaseUser.js.map +0 -1
- package/getDataLakePipeline.d.ts +0 -230
- package/getDataLakePipeline.js +0 -162
- package/getDataLakePipeline.js.map +0 -1
- package/getDataLakePipelineRun.d.ts +0 -104
- package/getDataLakePipelineRun.js +0 -44
- package/getDataLakePipelineRun.js.map +0 -1
- package/getDataLakePipelineRuns.d.ts +0 -137
- package/getDataLakePipelineRuns.js +0 -116
- package/getDataLakePipelineRuns.js.map +0 -1
- package/getDataLakePipelines.d.ts +0 -58
- package/getDataLakePipelines.js +0 -40
- package/getDataLakePipelines.js.map +0 -1
- package/getPrivatelinkEndpointServiceServerless.d.ts +0 -220
- package/getPrivatelinkEndpointServiceServerless.js +0 -178
- package/getPrivatelinkEndpointServiceServerless.js.map +0 -1
- package/getPrivatelinkEndpointsServiceServerless.d.ts +0 -187
- package/getPrivatelinkEndpointsServiceServerless.js +0 -166
- package/getPrivatelinkEndpointsServiceServerless.js.map +0 -1
- package/getTeams.d.ts +0 -46
- package/getTeams.js +0 -40
- package/getTeams.js.map +0 -1
- package/privatelinkEndpointServerless.d.ts +0 -143
- package/privatelinkEndpointServerless.js +0 -109
- package/privatelinkEndpointServerless.js.map +0 -1
- package/privatelinkEndpointServiceServerless.d.ts +0 -236
- package/privatelinkEndpointServiceServerless.js +0 -177
- package/privatelinkEndpointServiceServerless.js.map +0 -1
- package/teams.d.ts +0 -52
- package/teams.js +0 -66
- package/teams.js.map +0 -1
package/getAdvancedClusters.js
CHANGED
|
@@ -6,12 +6,8 @@ exports.getAdvancedClustersOutput = exports.getAdvancedClusters = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* ## # Data Source: mongodbatlas.getAdvancedClusters
|
|
10
|
-
*
|
|
11
9
|
* `mongodbatlas.getAdvancedClusters` returns all Advanced Clusters for a project_id.
|
|
12
10
|
*
|
|
13
|
-
* This page describes the current version of `mongodbatlas.getAdvancedClusters`, the page for the **Preview for MongoDB Atlas Provider 2.0.0** can be found here.
|
|
14
|
-
*
|
|
15
11
|
* > **NOTE:** Groups and projects are synonymous terms. You may find groupId in the official documentation.
|
|
16
12
|
*
|
|
17
13
|
* > **IMPORTANT:**
|
|
@@ -26,7 +22,7 @@ const utilities = require("./utilities");
|
|
|
26
22
|
* import * as pulumi from "@pulumi/pulumi";
|
|
27
23
|
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
28
24
|
*
|
|
29
|
-
* const
|
|
25
|
+
* const thisAdvancedCluster = new mongodbatlas.AdvancedCluster("this", {
|
|
30
26
|
* projectId: "<YOUR-PROJECT-ID>",
|
|
31
27
|
* name: "cluster-test",
|
|
32
28
|
* clusterType: "REPLICASET",
|
|
@@ -42,9 +38,73 @@ const utilities = require("./utilities");
|
|
|
42
38
|
* }],
|
|
43
39
|
* }],
|
|
44
40
|
* });
|
|
45
|
-
* const
|
|
46
|
-
* projectId:
|
|
41
|
+
* const _this = mongodbatlas.getAdvancedClustersOutput({
|
|
42
|
+
* projectId: thisAdvancedCluster.projectId,
|
|
43
|
+
* });
|
|
44
|
+
* ```
|
|
45
|
+
*
|
|
46
|
+
* ## Example using effective fields with auto-scaling
|
|
47
|
+
*
|
|
48
|
+
* ```typescript
|
|
49
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
50
|
+
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
51
|
+
*
|
|
52
|
+
* const thisAdvancedCluster = new mongodbatlas.AdvancedCluster("this", {
|
|
53
|
+
* projectId: "<YOUR-PROJECT-ID>",
|
|
54
|
+
* name: "auto-scale-cluster-1",
|
|
55
|
+
* clusterType: "REPLICASET",
|
|
56
|
+
* useEffectiveFields: true,
|
|
57
|
+
* replicationSpecs: [{
|
|
58
|
+
* regionConfigs: [{
|
|
59
|
+
* electableSpecs: {
|
|
60
|
+
* instanceSize: "M10",
|
|
61
|
+
* nodeCount: 3,
|
|
62
|
+
* },
|
|
63
|
+
* autoScaling: {
|
|
64
|
+
* computeEnabled: true,
|
|
65
|
+
* computeScaleDownEnabled: true,
|
|
66
|
+
* computeMinInstanceSize: "M10",
|
|
67
|
+
* computeMaxInstanceSize: "M30",
|
|
68
|
+
* },
|
|
69
|
+
* providerName: "AWS",
|
|
70
|
+
* priority: 7,
|
|
71
|
+
* regionName: "US_EAST_1",
|
|
72
|
+
* }],
|
|
73
|
+
* }],
|
|
74
|
+
* });
|
|
75
|
+
* const this2 = new mongodbatlas.AdvancedCluster("this_2", {
|
|
76
|
+
* projectId: "<YOUR-PROJECT-ID>",
|
|
77
|
+
* name: "auto-scale-cluster-2",
|
|
78
|
+
* clusterType: "REPLICASET",
|
|
79
|
+
* useEffectiveFields: true,
|
|
80
|
+
* replicationSpecs: [{
|
|
81
|
+
* regionConfigs: [{
|
|
82
|
+
* electableSpecs: {
|
|
83
|
+
* instanceSize: "M20",
|
|
84
|
+
* nodeCount: 3,
|
|
85
|
+
* },
|
|
86
|
+
* autoScaling: {
|
|
87
|
+
* computeEnabled: true,
|
|
88
|
+
* computeScaleDownEnabled: true,
|
|
89
|
+
* computeMinInstanceSize: "M20",
|
|
90
|
+
* computeMaxInstanceSize: "M40",
|
|
91
|
+
* },
|
|
92
|
+
* providerName: "AWS",
|
|
93
|
+
* priority: 7,
|
|
94
|
+
* regionName: "US_WEST_2",
|
|
95
|
+
* }],
|
|
96
|
+
* }],
|
|
97
|
+
* });
|
|
98
|
+
* // Read effective values for all clusters in the project
|
|
99
|
+
* const _this = mongodbatlas.getAdvancedClusters({
|
|
100
|
+
* projectId: "<YOUR-PROJECT-ID>",
|
|
101
|
+
* useEffectiveFields: true,
|
|
47
102
|
* });
|
|
103
|
+
* export const allClusterNamesAndSizes = _this.then(_this => .map(cluster => ({
|
|
104
|
+
* name: cluster.name,
|
|
105
|
+
* configuredSize: cluster.replicationSpecs?.[0]?.regionConfigs?.[0]?.electableSpecs?.instanceSize,
|
|
106
|
+
* actualSize: cluster.replicationSpecs?.[0]?.regionConfigs?.[0]?.effectiveElectableSpecs?.instanceSize,
|
|
107
|
+
* })));
|
|
48
108
|
* ```
|
|
49
109
|
*
|
|
50
110
|
* ## Example using latest sharding configurations with independent shard scaling in the cluster
|
|
@@ -53,7 +113,7 @@ const utilities = require("./utilities");
|
|
|
53
113
|
* import * as pulumi from "@pulumi/pulumi";
|
|
54
114
|
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
55
115
|
*
|
|
56
|
-
* const
|
|
116
|
+
* const thisAdvancedCluster = new mongodbatlas.AdvancedCluster("this", {
|
|
57
117
|
* projectId: "<YOUR-PROJECT-ID>",
|
|
58
118
|
* name: "cluster-test",
|
|
59
119
|
* backupEnabled: false,
|
|
@@ -85,10 +145,9 @@ const utilities = require("./utilities");
|
|
|
85
145
|
* },
|
|
86
146
|
* ],
|
|
87
147
|
* });
|
|
88
|
-
* const
|
|
89
|
-
* projectId:
|
|
90
|
-
* name:
|
|
91
|
-
* useReplicationSpecPerShard: true,
|
|
148
|
+
* const _this = mongodbatlas.getAdvancedClusterOutput({
|
|
149
|
+
* projectId: thisAdvancedCluster.projectId,
|
|
150
|
+
* name: thisAdvancedCluster.name,
|
|
92
151
|
* });
|
|
93
152
|
* ```
|
|
94
153
|
*
|
|
@@ -98,7 +157,7 @@ const utilities = require("./utilities");
|
|
|
98
157
|
* import * as pulumi from "@pulumi/pulumi";
|
|
99
158
|
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
100
159
|
*
|
|
101
|
-
* const
|
|
160
|
+
* const thisAdvancedCluster = new mongodbatlas.AdvancedCluster("this", {
|
|
102
161
|
* projectId: "<YOUR-PROJECT-ID>",
|
|
103
162
|
* name: "flex-cluster",
|
|
104
163
|
* clusterType: "REPLICASET",
|
|
@@ -111,8 +170,8 @@ const utilities = require("./utilities");
|
|
|
111
170
|
* }],
|
|
112
171
|
* }],
|
|
113
172
|
* });
|
|
114
|
-
* const
|
|
115
|
-
* projectId:
|
|
173
|
+
* const _this = mongodbatlas.getAdvancedClustersOutput({
|
|
174
|
+
* projectId: thisAdvancedCluster.projectId,
|
|
116
175
|
* });
|
|
117
176
|
* ```
|
|
118
177
|
*/
|
|
@@ -120,17 +179,13 @@ function getAdvancedClusters(args, opts) {
|
|
|
120
179
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
121
180
|
return pulumi.runtime.invoke("mongodbatlas:index/getAdvancedClusters:getAdvancedClusters", {
|
|
122
181
|
"projectId": args.projectId,
|
|
123
|
-
"
|
|
182
|
+
"useEffectiveFields": args.useEffectiveFields,
|
|
124
183
|
}, opts);
|
|
125
184
|
}
|
|
126
185
|
exports.getAdvancedClusters = getAdvancedClusters;
|
|
127
186
|
/**
|
|
128
|
-
* ## # Data Source: mongodbatlas.getAdvancedClusters
|
|
129
|
-
*
|
|
130
187
|
* `mongodbatlas.getAdvancedClusters` returns all Advanced Clusters for a project_id.
|
|
131
188
|
*
|
|
132
|
-
* This page describes the current version of `mongodbatlas.getAdvancedClusters`, the page for the **Preview for MongoDB Atlas Provider 2.0.0** can be found here.
|
|
133
|
-
*
|
|
134
189
|
* > **NOTE:** Groups and projects are synonymous terms. You may find groupId in the official documentation.
|
|
135
190
|
*
|
|
136
191
|
* > **IMPORTANT:**
|
|
@@ -145,7 +200,7 @@ exports.getAdvancedClusters = getAdvancedClusters;
|
|
|
145
200
|
* import * as pulumi from "@pulumi/pulumi";
|
|
146
201
|
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
147
202
|
*
|
|
148
|
-
* const
|
|
203
|
+
* const thisAdvancedCluster = new mongodbatlas.AdvancedCluster("this", {
|
|
149
204
|
* projectId: "<YOUR-PROJECT-ID>",
|
|
150
205
|
* name: "cluster-test",
|
|
151
206
|
* clusterType: "REPLICASET",
|
|
@@ -161,9 +216,73 @@ exports.getAdvancedClusters = getAdvancedClusters;
|
|
|
161
216
|
* }],
|
|
162
217
|
* }],
|
|
163
218
|
* });
|
|
164
|
-
* const
|
|
165
|
-
* projectId:
|
|
219
|
+
* const _this = mongodbatlas.getAdvancedClustersOutput({
|
|
220
|
+
* projectId: thisAdvancedCluster.projectId,
|
|
221
|
+
* });
|
|
222
|
+
* ```
|
|
223
|
+
*
|
|
224
|
+
* ## Example using effective fields with auto-scaling
|
|
225
|
+
*
|
|
226
|
+
* ```typescript
|
|
227
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
228
|
+
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
229
|
+
*
|
|
230
|
+
* const thisAdvancedCluster = new mongodbatlas.AdvancedCluster("this", {
|
|
231
|
+
* projectId: "<YOUR-PROJECT-ID>",
|
|
232
|
+
* name: "auto-scale-cluster-1",
|
|
233
|
+
* clusterType: "REPLICASET",
|
|
234
|
+
* useEffectiveFields: true,
|
|
235
|
+
* replicationSpecs: [{
|
|
236
|
+
* regionConfigs: [{
|
|
237
|
+
* electableSpecs: {
|
|
238
|
+
* instanceSize: "M10",
|
|
239
|
+
* nodeCount: 3,
|
|
240
|
+
* },
|
|
241
|
+
* autoScaling: {
|
|
242
|
+
* computeEnabled: true,
|
|
243
|
+
* computeScaleDownEnabled: true,
|
|
244
|
+
* computeMinInstanceSize: "M10",
|
|
245
|
+
* computeMaxInstanceSize: "M30",
|
|
246
|
+
* },
|
|
247
|
+
* providerName: "AWS",
|
|
248
|
+
* priority: 7,
|
|
249
|
+
* regionName: "US_EAST_1",
|
|
250
|
+
* }],
|
|
251
|
+
* }],
|
|
252
|
+
* });
|
|
253
|
+
* const this2 = new mongodbatlas.AdvancedCluster("this_2", {
|
|
254
|
+
* projectId: "<YOUR-PROJECT-ID>",
|
|
255
|
+
* name: "auto-scale-cluster-2",
|
|
256
|
+
* clusterType: "REPLICASET",
|
|
257
|
+
* useEffectiveFields: true,
|
|
258
|
+
* replicationSpecs: [{
|
|
259
|
+
* regionConfigs: [{
|
|
260
|
+
* electableSpecs: {
|
|
261
|
+
* instanceSize: "M20",
|
|
262
|
+
* nodeCount: 3,
|
|
263
|
+
* },
|
|
264
|
+
* autoScaling: {
|
|
265
|
+
* computeEnabled: true,
|
|
266
|
+
* computeScaleDownEnabled: true,
|
|
267
|
+
* computeMinInstanceSize: "M20",
|
|
268
|
+
* computeMaxInstanceSize: "M40",
|
|
269
|
+
* },
|
|
270
|
+
* providerName: "AWS",
|
|
271
|
+
* priority: 7,
|
|
272
|
+
* regionName: "US_WEST_2",
|
|
273
|
+
* }],
|
|
274
|
+
* }],
|
|
275
|
+
* });
|
|
276
|
+
* // Read effective values for all clusters in the project
|
|
277
|
+
* const _this = mongodbatlas.getAdvancedClusters({
|
|
278
|
+
* projectId: "<YOUR-PROJECT-ID>",
|
|
279
|
+
* useEffectiveFields: true,
|
|
166
280
|
* });
|
|
281
|
+
* export const allClusterNamesAndSizes = _this.then(_this => .map(cluster => ({
|
|
282
|
+
* name: cluster.name,
|
|
283
|
+
* configuredSize: cluster.replicationSpecs?.[0]?.regionConfigs?.[0]?.electableSpecs?.instanceSize,
|
|
284
|
+
* actualSize: cluster.replicationSpecs?.[0]?.regionConfigs?.[0]?.effectiveElectableSpecs?.instanceSize,
|
|
285
|
+
* })));
|
|
167
286
|
* ```
|
|
168
287
|
*
|
|
169
288
|
* ## Example using latest sharding configurations with independent shard scaling in the cluster
|
|
@@ -172,7 +291,7 @@ exports.getAdvancedClusters = getAdvancedClusters;
|
|
|
172
291
|
* import * as pulumi from "@pulumi/pulumi";
|
|
173
292
|
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
174
293
|
*
|
|
175
|
-
* const
|
|
294
|
+
* const thisAdvancedCluster = new mongodbatlas.AdvancedCluster("this", {
|
|
176
295
|
* projectId: "<YOUR-PROJECT-ID>",
|
|
177
296
|
* name: "cluster-test",
|
|
178
297
|
* backupEnabled: false,
|
|
@@ -204,10 +323,9 @@ exports.getAdvancedClusters = getAdvancedClusters;
|
|
|
204
323
|
* },
|
|
205
324
|
* ],
|
|
206
325
|
* });
|
|
207
|
-
* const
|
|
208
|
-
* projectId:
|
|
209
|
-
* name:
|
|
210
|
-
* useReplicationSpecPerShard: true,
|
|
326
|
+
* const _this = mongodbatlas.getAdvancedClusterOutput({
|
|
327
|
+
* projectId: thisAdvancedCluster.projectId,
|
|
328
|
+
* name: thisAdvancedCluster.name,
|
|
211
329
|
* });
|
|
212
330
|
* ```
|
|
213
331
|
*
|
|
@@ -217,7 +335,7 @@ exports.getAdvancedClusters = getAdvancedClusters;
|
|
|
217
335
|
* import * as pulumi from "@pulumi/pulumi";
|
|
218
336
|
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
219
337
|
*
|
|
220
|
-
* const
|
|
338
|
+
* const thisAdvancedCluster = new mongodbatlas.AdvancedCluster("this", {
|
|
221
339
|
* projectId: "<YOUR-PROJECT-ID>",
|
|
222
340
|
* name: "flex-cluster",
|
|
223
341
|
* clusterType: "REPLICASET",
|
|
@@ -230,8 +348,8 @@ exports.getAdvancedClusters = getAdvancedClusters;
|
|
|
230
348
|
* }],
|
|
231
349
|
* }],
|
|
232
350
|
* });
|
|
233
|
-
* const
|
|
234
|
-
* projectId:
|
|
351
|
+
* const _this = mongodbatlas.getAdvancedClustersOutput({
|
|
352
|
+
* projectId: thisAdvancedCluster.projectId,
|
|
235
353
|
* });
|
|
236
354
|
* ```
|
|
237
355
|
*/
|
|
@@ -239,7 +357,7 @@ function getAdvancedClustersOutput(args, opts) {
|
|
|
239
357
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
240
358
|
return pulumi.runtime.invokeOutput("mongodbatlas:index/getAdvancedClusters:getAdvancedClusters", {
|
|
241
359
|
"projectId": args.projectId,
|
|
242
|
-
"
|
|
360
|
+
"useEffectiveFields": args.useEffectiveFields,
|
|
243
361
|
}, opts);
|
|
244
362
|
}
|
|
245
363
|
exports.getAdvancedClustersOutput = getAdvancedClustersOutput;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getAdvancedClusters.js","sourceRoot":"","sources":["../getAdvancedClusters.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getAdvancedClusters.js","sourceRoot":"","sources":["../getAdvancedClusters.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAyKG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4DAA4D,EAAE;QACvF,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;KAChD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,kDAMC;AA+BD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAyKG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAAiC;IAC5G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4DAA4D,EAAE;QAC7F,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;KAChD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,8DAMC"}
|
|
@@ -2,8 +2,6 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as inputs from "./types/input";
|
|
3
3
|
import * as outputs from "./types/output";
|
|
4
4
|
/**
|
|
5
|
-
* ## # Data Source: mongodbatlas.AlertConfiguration
|
|
6
|
-
*
|
|
7
5
|
* `mongodbatlas.AlertConfiguration` describes an Alert Configuration.
|
|
8
6
|
*
|
|
9
7
|
* > **NOTE:** Groups and projects are synonymous terms. You may find **group_id** in the official documentation.
|
|
@@ -129,6 +127,10 @@ export interface GetAlertConfigurationResult {
|
|
|
129
127
|
readonly notifications: outputs.GetAlertConfigurationNotification[];
|
|
130
128
|
readonly outputs?: outputs.GetAlertConfigurationOutput[];
|
|
131
129
|
readonly projectId: string;
|
|
130
|
+
/**
|
|
131
|
+
* Severity of the event.
|
|
132
|
+
*/
|
|
133
|
+
readonly severityOverride: string;
|
|
132
134
|
/**
|
|
133
135
|
* Threshold that triggers an alert. Required if `eventTypeName` is any value other than `OUTSIDE_METRIC_THRESHOLD` or `OUTSIDE_SERVERLESS_METRIC_THRESHOLD`. See threshold config.
|
|
134
136
|
*/
|
|
@@ -139,8 +141,6 @@ export interface GetAlertConfigurationResult {
|
|
|
139
141
|
readonly updated: string;
|
|
140
142
|
}
|
|
141
143
|
/**
|
|
142
|
-
* ## # Data Source: mongodbatlas.AlertConfiguration
|
|
143
|
-
*
|
|
144
144
|
* `mongodbatlas.AlertConfiguration` describes an Alert Configuration.
|
|
145
145
|
*
|
|
146
146
|
* > **NOTE:** Groups and projects are synonymous terms. You may find **group_id** in the official documentation.
|
package/getAlertConfiguration.js
CHANGED
|
@@ -6,8 +6,6 @@ exports.getAlertConfigurationOutput = exports.getAlertConfiguration = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* ## # Data Source: mongodbatlas.AlertConfiguration
|
|
10
|
-
*
|
|
11
9
|
* `mongodbatlas.AlertConfiguration` describes an Alert Configuration.
|
|
12
10
|
*
|
|
13
11
|
* > **NOTE:** Groups and projects are synonymous terms. You may find **group_id** in the official documentation.
|
|
@@ -95,8 +93,6 @@ function getAlertConfiguration(args, opts) {
|
|
|
95
93
|
}
|
|
96
94
|
exports.getAlertConfiguration = getAlertConfiguration;
|
|
97
95
|
/**
|
|
98
|
-
* ## # Data Source: mongodbatlas.AlertConfiguration
|
|
99
|
-
*
|
|
100
96
|
* `mongodbatlas.AlertConfiguration` describes an Alert Configuration.
|
|
101
97
|
*
|
|
102
98
|
* > **NOTE:** Groups and projects are synonymous terms. You may find **group_id** in the official documentation.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getAlertConfiguration.js","sourceRoot":"","sources":["../getAlertConfiguration.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getAlertConfiguration.js","sourceRoot":"","sources":["../getAlertConfiguration.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6EG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAC9F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gEAAgE,EAAE;QAC3F,sBAAsB,EAAE,IAAI,CAAC,oBAAoB;QACjD,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,sDAOC;AA+DD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6EG;AACH,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAAiC;IAChH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gEAAgE,EAAE;QACjG,sBAAsB,EAAE,IAAI,CAAC,oBAAoB;QACjD,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,kEAOC"}
|
|
@@ -2,8 +2,6 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as inputs from "./types/input";
|
|
3
3
|
import * as outputs from "./types/output";
|
|
4
4
|
/**
|
|
5
|
-
* ## # Data Source: mongodbatlas.getAlertConfigurations
|
|
6
|
-
*
|
|
7
5
|
* `mongodbatlas.getAlertConfigurations` describes all Alert Configurations by the provided project_id. The data source requires your Project ID.
|
|
8
6
|
*
|
|
9
7
|
* > **NOTE:** Groups and projects are synonymous terms. You may find groupId in the official documentation.
|
|
@@ -50,8 +48,6 @@ export interface GetAlertConfigurationsResult {
|
|
|
50
48
|
readonly totalCount: number;
|
|
51
49
|
}
|
|
52
50
|
/**
|
|
53
|
-
* ## # Data Source: mongodbatlas.getAlertConfigurations
|
|
54
|
-
*
|
|
55
51
|
* `mongodbatlas.getAlertConfigurations` describes all Alert Configurations by the provided project_id. The data source requires your Project ID.
|
|
56
52
|
*
|
|
57
53
|
* > **NOTE:** Groups and projects are synonymous terms. You may find groupId in the official documentation.
|
|
@@ -6,8 +6,6 @@ exports.getAlertConfigurationsOutput = exports.getAlertConfigurations = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* ## # Data Source: mongodbatlas.getAlertConfigurations
|
|
10
|
-
*
|
|
11
9
|
* `mongodbatlas.getAlertConfigurations` describes all Alert Configurations by the provided project_id. The data source requires your Project ID.
|
|
12
10
|
*
|
|
13
11
|
* > **NOTE:** Groups and projects are synonymous terms. You may find groupId in the official documentation.
|
|
@@ -22,8 +20,6 @@ function getAlertConfigurations(args, opts) {
|
|
|
22
20
|
}
|
|
23
21
|
exports.getAlertConfigurations = getAlertConfigurations;
|
|
24
22
|
/**
|
|
25
|
-
* ## # Data Source: mongodbatlas.getAlertConfigurations
|
|
26
|
-
*
|
|
27
23
|
* `mongodbatlas.getAlertConfigurations` describes all Alert Configurations by the provided project_id. The data source requires your Project ID.
|
|
28
24
|
*
|
|
29
25
|
* > **NOTE:** Groups and projects are synonymous terms. You may find groupId in the official documentation.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getAlertConfigurations.js","sourceRoot":"","sources":["../getAlertConfigurations.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getAlertConfigurations.js","sourceRoot":"","sources":["../getAlertConfigurations.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;GAIG;AACH,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAA2B;IAChG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kEAAkE,EAAE;QAC7F,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,wDAOC;AA2CD;;;;GAIG;AACH,SAAgB,4BAA4B,CAAC,IAAsC,EAAE,IAAiC;IAClH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,kEAAkE,EAAE;QACnG,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,oEAOC"}
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* ## # Data Source: mongodbatlas.ApiKeyProjectAssignment
|
|
4
|
-
*
|
|
5
3
|
* `mongodbatlas.ApiKeyProjectAssignment` describes an API Key Project Assignment.
|
|
6
4
|
*
|
|
7
5
|
* ## Example Usage
|
|
@@ -76,8 +74,6 @@ export interface GetApiKeyProjectAssignmentResult {
|
|
|
76
74
|
readonly roles: string[];
|
|
77
75
|
}
|
|
78
76
|
/**
|
|
79
|
-
* ## # Data Source: mongodbatlas.ApiKeyProjectAssignment
|
|
80
|
-
*
|
|
81
77
|
* `mongodbatlas.ApiKeyProjectAssignment` describes an API Key Project Assignment.
|
|
82
78
|
*
|
|
83
79
|
* ## Example Usage
|
|
@@ -6,8 +6,6 @@ exports.getApiKeyProjectAssignmentOutput = exports.getApiKeyProjectAssignment =
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* ## # Data Source: mongodbatlas.ApiKeyProjectAssignment
|
|
10
|
-
*
|
|
11
9
|
* `mongodbatlas.ApiKeyProjectAssignment` describes an API Key Project Assignment.
|
|
12
10
|
*
|
|
13
11
|
* ## Example Usage
|
|
@@ -58,8 +56,6 @@ function getApiKeyProjectAssignment(args, opts) {
|
|
|
58
56
|
}
|
|
59
57
|
exports.getApiKeyProjectAssignment = getApiKeyProjectAssignment;
|
|
60
58
|
/**
|
|
61
|
-
* ## # Data Source: mongodbatlas.ApiKeyProjectAssignment
|
|
62
|
-
*
|
|
63
59
|
* `mongodbatlas.ApiKeyProjectAssignment` describes an API Key Project Assignment.
|
|
64
60
|
*
|
|
65
61
|
* ## Example Usage
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getApiKeyProjectAssignment.js","sourceRoot":"","sources":["../getApiKeyProjectAssignment.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getApiKeyProjectAssignment.js","sourceRoot":"","sources":["../getApiKeyProjectAssignment.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAyCG;AACH,SAAgB,0BAA0B,CAAC,IAAoC,EAAE,IAA2B;IACxG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0EAA0E,EAAE;QACrG,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,gEAMC;AAkCD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAyCG;AACH,SAAgB,gCAAgC,CAAC,IAA0C,EAAE,IAAiC;IAC1H,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,0EAA0E,EAAE;QAC3G,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,4EAMC"}
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as outputs from "./types/output";
|
|
3
3
|
/**
|
|
4
|
-
* ## # Data Source: mongodbatlas.getApiKeyProjectAssignments
|
|
5
|
-
*
|
|
6
4
|
* `mongodbatlas.getApiKeyProjectAssignments` provides an API Key Project Assignments data source. The data source lets you list all API key project assignments for an organization.
|
|
7
5
|
*
|
|
8
6
|
* ## Example Usage
|
|
@@ -69,8 +67,6 @@ export interface GetApiKeyProjectAssignmentsResult {
|
|
|
69
67
|
readonly results: outputs.GetApiKeyProjectAssignmentsResult[];
|
|
70
68
|
}
|
|
71
69
|
/**
|
|
72
|
-
* ## # Data Source: mongodbatlas.getApiKeyProjectAssignments
|
|
73
|
-
*
|
|
74
70
|
* `mongodbatlas.getApiKeyProjectAssignments` provides an API Key Project Assignments data source. The data source lets you list all API key project assignments for an organization.
|
|
75
71
|
*
|
|
76
72
|
* ## Example Usage
|
|
@@ -6,8 +6,6 @@ exports.getApiKeyProjectAssignmentsOutput = exports.getApiKeyProjectAssignments
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* ## # Data Source: mongodbatlas.getApiKeyProjectAssignments
|
|
10
|
-
*
|
|
11
9
|
* `mongodbatlas.getApiKeyProjectAssignments` provides an API Key Project Assignments data source. The data source lets you list all API key project assignments for an organization.
|
|
12
10
|
*
|
|
13
11
|
* ## Example Usage
|
|
@@ -57,8 +55,6 @@ function getApiKeyProjectAssignments(args, opts) {
|
|
|
57
55
|
}
|
|
58
56
|
exports.getApiKeyProjectAssignments = getApiKeyProjectAssignments;
|
|
59
57
|
/**
|
|
60
|
-
* ## # Data Source: mongodbatlas.getApiKeyProjectAssignments
|
|
61
|
-
*
|
|
62
58
|
* `mongodbatlas.getApiKeyProjectAssignments` provides an API Key Project Assignments data source. The data source lets you list all API key project assignments for an organization.
|
|
63
59
|
*
|
|
64
60
|
* ## Example Usage
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getApiKeyProjectAssignments.js","sourceRoot":"","sources":["../getApiKeyProjectAssignments.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getApiKeyProjectAssignments.js","sourceRoot":"","sources":["../getApiKeyProjectAssignments.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAyCG;AACH,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAA2B;IAC1G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4EAA4E,EAAE;QACvG,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kEAKC;AA0BD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAyCG;AACH,SAAgB,iCAAiC,CAAC,IAA2C,EAAE,IAAiC;IAC5H,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4EAA4E,EAAE;QAC7G,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8EAKC"}
|
package/getAtlasUser.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as outputs from "./types/output";
|
|
3
3
|
/**
|
|
4
|
-
* ## # Data Source: mongodbatlas.getAtlasUser
|
|
5
|
-
*
|
|
6
4
|
* `mongodbatlas.getAtlasUser` Provides a MongoDB Atlas User.
|
|
7
5
|
*
|
|
6
|
+
* > **DEPRECATION:** This data source is deprecated. Use `mongodbatlas.CloudUserOrgAssignment` to read organization user assignments. See the Migration Guide: Migrate off deprecated `mongodbatlas.getAtlasUser` and `mongodbatlas.getAtlasUsers`.
|
|
7
|
+
*
|
|
8
8
|
* > **NOTE:** If you are the owner of a MongoDB Atlas organization or project, you can also retrieve the user profile for any user with membership in that organization or project.
|
|
9
9
|
*
|
|
10
10
|
* ## Example Usage
|
|
@@ -41,7 +41,7 @@ export interface GetAtlasUserArgs {
|
|
|
41
41
|
/**
|
|
42
42
|
* Email address that belongs to the MongoDB Atlas user account. You can't modify this address after creating the user.
|
|
43
43
|
*
|
|
44
|
-
* > **IMPORTANT:** Either `userId` or `username` must be
|
|
44
|
+
* > **IMPORTANT:** Either `userId` or `username` must be configured.
|
|
45
45
|
*/
|
|
46
46
|
username?: string;
|
|
47
47
|
}
|
|
@@ -58,7 +58,9 @@ export interface GetAtlasUserResult {
|
|
|
58
58
|
*/
|
|
59
59
|
readonly createdAt: string;
|
|
60
60
|
/**
|
|
61
|
-
* Email address that belongs to the MongoDB Atlas user.
|
|
61
|
+
* **(DEPRECATED)** Email address that belongs to the MongoDB Atlas user. This attribute is deprecated and will be removed in the next major release. Please transition to `data.mongodbatlas_organization.users.username`, `data.mongodbatlas_team.users.username` or `data.mongodbatlas_project.users.username` attributes. For more details, see Migration Guide: Migrate off deprecated `mongodbatlas.getAtlasUser` and `mongodbatlas.getAtlasUsers`."
|
|
62
|
+
*
|
|
63
|
+
* @deprecated This attribute is deprecated and will be removed in the next major release. Please transition to `data.mongodbatlas_organization.users.username, data.mongodbatlas_team.users.username or data.mongodbatlas_project.users.username attributes`. For more details, see https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/guides/atlas-user-management.
|
|
62
64
|
*/
|
|
63
65
|
readonly emailAddress: string;
|
|
64
66
|
/**
|
|
@@ -96,10 +98,10 @@ export interface GetAtlasUserResult {
|
|
|
96
98
|
readonly username?: string;
|
|
97
99
|
}
|
|
98
100
|
/**
|
|
99
|
-
* ## # Data Source: mongodbatlas.getAtlasUser
|
|
100
|
-
*
|
|
101
101
|
* `mongodbatlas.getAtlasUser` Provides a MongoDB Atlas User.
|
|
102
102
|
*
|
|
103
|
+
* > **DEPRECATION:** This data source is deprecated. Use `mongodbatlas.CloudUserOrgAssignment` to read organization user assignments. See the Migration Guide: Migrate off deprecated `mongodbatlas.getAtlasUser` and `mongodbatlas.getAtlasUsers`.
|
|
104
|
+
*
|
|
103
105
|
* > **NOTE:** If you are the owner of a MongoDB Atlas organization or project, you can also retrieve the user profile for any user with membership in that organization or project.
|
|
104
106
|
*
|
|
105
107
|
* ## Example Usage
|
|
@@ -136,7 +138,7 @@ export interface GetAtlasUserOutputArgs {
|
|
|
136
138
|
/**
|
|
137
139
|
* Email address that belongs to the MongoDB Atlas user account. You can't modify this address after creating the user.
|
|
138
140
|
*
|
|
139
|
-
* > **IMPORTANT:** Either `userId` or `username` must be
|
|
141
|
+
* > **IMPORTANT:** Either `userId` or `username` must be configured.
|
|
140
142
|
*/
|
|
141
143
|
username?: pulumi.Input<string>;
|
|
142
144
|
}
|
package/getAtlasUser.js
CHANGED
|
@@ -6,10 +6,10 @@ exports.getAtlasUserOutput = exports.getAtlasUser = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* ## # Data Source: mongodbatlas.getAtlasUser
|
|
10
|
-
*
|
|
11
9
|
* `mongodbatlas.getAtlasUser` Provides a MongoDB Atlas User.
|
|
12
10
|
*
|
|
11
|
+
* > **DEPRECATION:** This data source is deprecated. Use `mongodbatlas.CloudUserOrgAssignment` to read organization user assignments. See the Migration Guide: Migrate off deprecated `mongodbatlas.getAtlasUser` and `mongodbatlas.getAtlasUsers`.
|
|
12
|
+
*
|
|
13
13
|
* > **NOTE:** If you are the owner of a MongoDB Atlas organization or project, you can also retrieve the user profile for any user with membership in that organization or project.
|
|
14
14
|
*
|
|
15
15
|
* ## Example Usage
|
|
@@ -44,10 +44,10 @@ function getAtlasUser(args, opts) {
|
|
|
44
44
|
}
|
|
45
45
|
exports.getAtlasUser = getAtlasUser;
|
|
46
46
|
/**
|
|
47
|
-
* ## # Data Source: mongodbatlas.getAtlasUser
|
|
48
|
-
*
|
|
49
47
|
* `mongodbatlas.getAtlasUser` Provides a MongoDB Atlas User.
|
|
50
48
|
*
|
|
49
|
+
* > **DEPRECATION:** This data source is deprecated. Use `mongodbatlas.CloudUserOrgAssignment` to read organization user assignments. See the Migration Guide: Migrate off deprecated `mongodbatlas.getAtlasUser` and `mongodbatlas.getAtlasUsers`.
|
|
50
|
+
*
|
|
51
51
|
* > **NOTE:** If you are the owner of a MongoDB Atlas organization or project, you can also retrieve the user profile for any user with membership in that organization or project.
|
|
52
52
|
*
|
|
53
53
|
* ## Example Usage
|
package/getAtlasUser.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getAtlasUser.js","sourceRoot":"","sources":["../getAtlasUser.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,SAAgB,YAAY,CAAC,IAAuB,EAAE,IAA2B;IAC7E,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8CAA8C,EAAE;QACzE,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,oCAOC;
|
|
1
|
+
{"version":3,"file":"getAtlasUser.js","sourceRoot":"","sources":["../getAtlasUser.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,SAAgB,YAAY,CAAC,IAAuB,EAAE,IAA2B;IAC7E,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8CAA8C,EAAE;QACzE,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,oCAOC;AAsED;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,SAAgB,kBAAkB,CAAC,IAA6B,EAAE,IAAiC;IAC/F,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8CAA8C,EAAE;QAC/E,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,gDAOC"}
|
package/getAtlasUsers.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as outputs from "./types/output";
|
|
3
3
|
/**
|
|
4
|
-
* ## # Data Source: atlasUsers
|
|
5
|
-
*
|
|
6
4
|
* `atlasUsers` provides Atlas Users associated with a specified Organization, Project, or Team.
|
|
7
5
|
*
|
|
6
|
+
* > **DEPRECATION:** This data source is deprecated. Replace it with the `users` attribute on `mongodbatlas.Organization`, `mongodbatlas.Project`, or `mongodbatlas.Team` data sources, depending on scope. See the Migration Guide: Migrate off deprecated `mongodbatlas.getAtlasUser` and `mongodbatlas.getAtlasUsers`.
|
|
7
|
+
*
|
|
8
8
|
* > **NOTE:** Groups and projects are synonymous terms. You may find `groupId` in the official documentation.
|
|
9
9
|
*
|
|
10
10
|
* ## Example Usage
|
|
@@ -94,10 +94,10 @@ export interface GetAtlasUsersResult {
|
|
|
94
94
|
readonly totalCount: number;
|
|
95
95
|
}
|
|
96
96
|
/**
|
|
97
|
-
* ## # Data Source: atlasUsers
|
|
98
|
-
*
|
|
99
97
|
* `atlasUsers` provides Atlas Users associated with a specified Organization, Project, or Team.
|
|
100
98
|
*
|
|
99
|
+
* > **DEPRECATION:** This data source is deprecated. Replace it with the `users` attribute on `mongodbatlas.Organization`, `mongodbatlas.Project`, or `mongodbatlas.Team` data sources, depending on scope. See the Migration Guide: Migrate off deprecated `mongodbatlas.getAtlasUser` and `mongodbatlas.getAtlasUsers`.
|
|
100
|
+
*
|
|
101
101
|
* > **NOTE:** Groups and projects are synonymous terms. You may find `groupId` in the official documentation.
|
|
102
102
|
*
|
|
103
103
|
* ## Example Usage
|
package/getAtlasUsers.js
CHANGED
|
@@ -6,10 +6,10 @@ exports.getAtlasUsersOutput = exports.getAtlasUsers = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* ## # Data Source: atlasUsers
|
|
10
|
-
*
|
|
11
9
|
* `atlasUsers` provides Atlas Users associated with a specified Organization, Project, or Team.
|
|
12
10
|
*
|
|
11
|
+
* > **DEPRECATION:** This data source is deprecated. Replace it with the `users` attribute on `mongodbatlas.Organization`, `mongodbatlas.Project`, or `mongodbatlas.Team` data sources, depending on scope. See the Migration Guide: Migrate off deprecated `mongodbatlas.getAtlasUser` and `mongodbatlas.getAtlasUsers`.
|
|
12
|
+
*
|
|
13
13
|
* > **NOTE:** Groups and projects are synonymous terms. You may find `groupId` in the official documentation.
|
|
14
14
|
*
|
|
15
15
|
* ## Example Usage
|
|
@@ -61,10 +61,10 @@ function getAtlasUsers(args, opts) {
|
|
|
61
61
|
}
|
|
62
62
|
exports.getAtlasUsers = getAtlasUsers;
|
|
63
63
|
/**
|
|
64
|
-
* ## # Data Source: atlasUsers
|
|
65
|
-
*
|
|
66
64
|
* `atlasUsers` provides Atlas Users associated with a specified Organization, Project, or Team.
|
|
67
65
|
*
|
|
66
|
+
* > **DEPRECATION:** This data source is deprecated. Replace it with the `users` attribute on `mongodbatlas.Organization`, `mongodbatlas.Project`, or `mongodbatlas.Team` data sources, depending on scope. See the Migration Guide: Migrate off deprecated `mongodbatlas.getAtlasUser` and `mongodbatlas.getAtlasUsers`.
|
|
67
|
+
*
|
|
68
68
|
* > **NOTE:** Groups and projects are synonymous terms. You may find `groupId` in the official documentation.
|
|
69
69
|
*
|
|
70
70
|
* ## Example Usage
|
package/getAuditing.d.ts
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* ## # Data Source: mongodbatlas.Auditing
|
|
4
|
-
*
|
|
5
3
|
* `mongodbatlas.Auditing` describes a Auditing.
|
|
6
4
|
*
|
|
7
5
|
* > **NOTE:** Groups and projects are synonymous terms. You may find **group_id** in the official documentation.
|
|
@@ -60,8 +58,6 @@ export interface GetAuditingResult {
|
|
|
60
58
|
readonly projectId: string;
|
|
61
59
|
}
|
|
62
60
|
/**
|
|
63
|
-
* ## # Data Source: mongodbatlas.Auditing
|
|
64
|
-
*
|
|
65
61
|
* `mongodbatlas.Auditing` describes a Auditing.
|
|
66
62
|
*
|
|
67
63
|
* > **NOTE:** Groups and projects are synonymous terms. You may find **group_id** in the official documentation.
|