@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
|
@@ -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.PrivateLinkEndpointService
|
|
5
|
-
*
|
|
6
4
|
* `mongodbatlas.PrivateLinkEndpointService` describes a Private Endpoint Link. This represents a Private Endpoint Link Connection that wants to retrieve details in an Atlas project.
|
|
7
5
|
*
|
|
8
6
|
* > **NOTE:** Groups and projects are synonymous terms. You may find groupId in the official documentation.
|
|
@@ -107,8 +105,6 @@ export interface GetPrivateLinkEndpointServiceResult {
|
|
|
107
105
|
readonly providerName: string;
|
|
108
106
|
}
|
|
109
107
|
/**
|
|
110
|
-
* ## # Data Source: mongodbatlas.PrivateLinkEndpointService
|
|
111
|
-
*
|
|
112
108
|
* `mongodbatlas.PrivateLinkEndpointService` describes a Private Endpoint Link. This represents a Private Endpoint Link Connection that wants to retrieve details in an Atlas project.
|
|
113
109
|
*
|
|
114
110
|
* > **NOTE:** Groups and projects are synonymous terms. You may find groupId in the official documentation.
|
|
@@ -6,8 +6,6 @@ exports.getPrivateLinkEndpointServiceOutput = exports.getPrivateLinkEndpointServ
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* ## # Data Source: mongodbatlas.PrivateLinkEndpointService
|
|
10
|
-
*
|
|
11
9
|
* `mongodbatlas.PrivateLinkEndpointService` describes a Private Endpoint Link. This represents a Private Endpoint Link Connection that wants to retrieve details in an Atlas project.
|
|
12
10
|
*
|
|
13
11
|
* > **NOTE:** Groups and projects are synonymous terms. You may find groupId in the official documentation.
|
|
@@ -30,8 +28,6 @@ function getPrivateLinkEndpointService(args, opts) {
|
|
|
30
28
|
}
|
|
31
29
|
exports.getPrivateLinkEndpointService = getPrivateLinkEndpointService;
|
|
32
30
|
/**
|
|
33
|
-
* ## # Data Source: mongodbatlas.PrivateLinkEndpointService
|
|
34
|
-
*
|
|
35
31
|
* `mongodbatlas.PrivateLinkEndpointService` describes a Private Endpoint Link. This represents a Private Endpoint Link Connection that wants to retrieve details in an Atlas project.
|
|
36
32
|
*
|
|
37
33
|
* > **NOTE:** Groups and projects are synonymous terms. You may find groupId in the official documentation.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getPrivateLinkEndpointService.js","sourceRoot":"","sources":["../getPrivateLinkEndpointService.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getPrivateLinkEndpointService.js","sourceRoot":"","sources":["../getPrivateLinkEndpointService.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;GAWG;AACH,SAAgB,6BAA6B,CAAC,IAAuC,EAAE,IAA2B;IAC9G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gFAAgF,EAAE;QAC3G,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,sEAQC;AA8FD;;;;;;;;;;;GAWG;AACH,SAAgB,mCAAmC,CAAC,IAA6C,EAAE,IAAiC;IAChI,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gFAAgF,EAAE;QACjH,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,kFAQC"}
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* ## # Data Source: mongodbatlas.PrivatelinkEndpointServiceDataFederationOnlineArchive
|
|
4
|
-
*
|
|
5
3
|
* `mongodbatlas.PrivatelinkEndpointServiceDataFederationOnlineArchive` describes a Private Endpoint Service resource for Data Federation and Online Archive.
|
|
6
4
|
*
|
|
7
5
|
* > **NOTE:** Groups and projects are synonymous terms. You may find `groupId` in the official documentation.
|
|
@@ -36,7 +34,7 @@ export declare function getPrivatelinkEndpointServiceDataFederationOnlineArchive
|
|
|
36
34
|
*/
|
|
37
35
|
export interface GetPrivatelinkEndpointServiceDataFederationOnlineArchiveArgs {
|
|
38
36
|
/**
|
|
39
|
-
* Unique 22-character alphanumeric string that identifies the private endpoint. See [Atlas Data
|
|
37
|
+
* Unique 22-character alphanumeric string that identifies the private endpoint. See [Atlas Data Federation supports Amazon Web Services private endpoints using the AWS PrivateLink feature](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Data-Federation/operation/createDataFederationPrivateEndpoint).
|
|
40
38
|
*/
|
|
41
39
|
endpointId: string;
|
|
42
40
|
/**
|
|
@@ -76,8 +74,6 @@ export interface GetPrivatelinkEndpointServiceDataFederationOnlineArchiveResult
|
|
|
76
74
|
readonly type: string;
|
|
77
75
|
}
|
|
78
76
|
/**
|
|
79
|
-
* ## # Data Source: mongodbatlas.PrivatelinkEndpointServiceDataFederationOnlineArchive
|
|
80
|
-
*
|
|
81
77
|
* `mongodbatlas.PrivatelinkEndpointServiceDataFederationOnlineArchive` describes a Private Endpoint Service resource for Data Federation and Online Archive.
|
|
82
78
|
*
|
|
83
79
|
* > **NOTE:** Groups and projects are synonymous terms. You may find `groupId` in the official documentation.
|
|
@@ -112,7 +108,7 @@ export declare function getPrivatelinkEndpointServiceDataFederationOnlineArchive
|
|
|
112
108
|
*/
|
|
113
109
|
export interface GetPrivatelinkEndpointServiceDataFederationOnlineArchiveOutputArgs {
|
|
114
110
|
/**
|
|
115
|
-
* Unique 22-character alphanumeric string that identifies the private endpoint. See [Atlas Data
|
|
111
|
+
* Unique 22-character alphanumeric string that identifies the private endpoint. See [Atlas Data Federation supports Amazon Web Services private endpoints using the AWS PrivateLink feature](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Data-Federation/operation/createDataFederationPrivateEndpoint).
|
|
116
112
|
*/
|
|
117
113
|
endpointId: pulumi.Input<string>;
|
|
118
114
|
/**
|
|
@@ -6,8 +6,6 @@ exports.getPrivatelinkEndpointServiceDataFederationOnlineArchiveOutput = exports
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* ## # Data Source: mongodbatlas.PrivatelinkEndpointServiceDataFederationOnlineArchive
|
|
10
|
-
*
|
|
11
9
|
* `mongodbatlas.PrivatelinkEndpointServiceDataFederationOnlineArchive` describes a Private Endpoint Service resource for Data Federation and Online Archive.
|
|
12
10
|
*
|
|
13
11
|
* > **NOTE:** Groups and projects are synonymous terms. You may find `groupId` in the official documentation.
|
|
@@ -45,8 +43,6 @@ function getPrivatelinkEndpointServiceDataFederationOnlineArchive(args, opts) {
|
|
|
45
43
|
}
|
|
46
44
|
exports.getPrivatelinkEndpointServiceDataFederationOnlineArchive = getPrivatelinkEndpointServiceDataFederationOnlineArchive;
|
|
47
45
|
/**
|
|
48
|
-
* ## # Data Source: mongodbatlas.PrivatelinkEndpointServiceDataFederationOnlineArchive
|
|
49
|
-
*
|
|
50
46
|
* `mongodbatlas.PrivatelinkEndpointServiceDataFederationOnlineArchive` describes a Private Endpoint Service resource for Data Federation and Online Archive.
|
|
51
47
|
*
|
|
52
48
|
* > **NOTE:** Groups and projects are synonymous terms. You may find `groupId` in the official documentation.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getPrivatelinkEndpointServiceDataFederationOnlineArchive.js","sourceRoot":"","sources":["../getPrivatelinkEndpointServiceDataFederationOnlineArchive.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getPrivatelinkEndpointServiceDataFederationOnlineArchive.js","sourceRoot":"","sources":["../getPrivatelinkEndpointServiceDataFederationOnlineArchive.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,SAAgB,wDAAwD,CAAC,IAAkE,EAAE,IAA2B;IACpK,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sIAAsI,EAAE;QACjK,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,4HAMC;AA+CD;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,SAAgB,8DAA8D,CAAC,IAAwE,EAAE,IAAiC;IACtL,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,sIAAsI,EAAE;QACvK,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,wIAMC"}
|
|
@@ -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.getPrivatelinkEndpointServiceDataFederationOnlineArchives
|
|
5
|
-
*
|
|
6
4
|
* `mongodbatlas.getPrivatelinkEndpointServiceDataFederationOnlineArchives` describes Private Endpoint Service resources for Data Federation and Online Archive.
|
|
7
5
|
*
|
|
8
6
|
* > **NOTE:** Groups and projects are synonymous terms. You may find `groupId` in the official documentation.
|
|
@@ -55,8 +53,6 @@ export interface GetPrivatelinkEndpointServiceDataFederationOnlineArchivesResult
|
|
|
55
53
|
readonly results: outputs.GetPrivatelinkEndpointServiceDataFederationOnlineArchivesResult[];
|
|
56
54
|
}
|
|
57
55
|
/**
|
|
58
|
-
* ## # Data Source: mongodbatlas.getPrivatelinkEndpointServiceDataFederationOnlineArchives
|
|
59
|
-
*
|
|
60
56
|
* `mongodbatlas.getPrivatelinkEndpointServiceDataFederationOnlineArchives` describes Private Endpoint Service resources for Data Federation and Online Archive.
|
|
61
57
|
*
|
|
62
58
|
* > **NOTE:** Groups and projects are synonymous terms. You may find `groupId` in the official documentation.
|
|
@@ -6,8 +6,6 @@ exports.getPrivatelinkEndpointServiceDataFederationOnlineArchivesOutput = export
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* ## # Data Source: mongodbatlas.getPrivatelinkEndpointServiceDataFederationOnlineArchives
|
|
10
|
-
*
|
|
11
9
|
* `mongodbatlas.getPrivatelinkEndpointServiceDataFederationOnlineArchives` describes Private Endpoint Service resources for Data Federation and Online Archive.
|
|
12
10
|
*
|
|
13
11
|
* > **NOTE:** Groups and projects are synonymous terms. You may find `groupId` in the official documentation.
|
|
@@ -43,8 +41,6 @@ function getPrivatelinkEndpointServiceDataFederationOnlineArchives(args, opts) {
|
|
|
43
41
|
}
|
|
44
42
|
exports.getPrivatelinkEndpointServiceDataFederationOnlineArchives = getPrivatelinkEndpointServiceDataFederationOnlineArchives;
|
|
45
43
|
/**
|
|
46
|
-
* ## # Data Source: mongodbatlas.getPrivatelinkEndpointServiceDataFederationOnlineArchives
|
|
47
|
-
*
|
|
48
44
|
* `mongodbatlas.getPrivatelinkEndpointServiceDataFederationOnlineArchives` describes Private Endpoint Service resources for Data Federation and Online Archive.
|
|
49
45
|
*
|
|
50
46
|
* > **NOTE:** Groups and projects are synonymous terms. You may find `groupId` in the official documentation.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getPrivatelinkEndpointServiceDataFederationOnlineArchives.js","sourceRoot":"","sources":["../getPrivatelinkEndpointServiceDataFederationOnlineArchives.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getPrivatelinkEndpointServiceDataFederationOnlineArchives.js","sourceRoot":"","sources":["../getPrivatelinkEndpointServiceDataFederationOnlineArchives.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AACH,SAAgB,yDAAyD,CAAC,IAAmE,EAAE,IAA2B;IACtK,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wIAAwI,EAAE;QACnK,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8HAKC;AA0BD;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AACH,SAAgB,+DAA+D,CAAC,IAAyE,EAAE,IAAiC;IACxL,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,wIAAwI,EAAE;QACzK,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0IAKC"}
|
package/getProject.d.ts
CHANGED
|
@@ -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.Project
|
|
5
|
-
*
|
|
6
4
|
* `mongodbatlas.Project` describes a MongoDB Atlas Project. This represents a project that has been created.
|
|
7
5
|
*
|
|
8
6
|
* > **NOTE:** Groups and projects are synonymous terms. You may find groupId in the official documentation.
|
|
@@ -18,19 +16,6 @@ import * as outputs from "./types/output";
|
|
|
18
16
|
* const testProject = new mongodbatlas.Project("test", {
|
|
19
17
|
* name: "project-name",
|
|
20
18
|
* orgId: test.then(test => test.orgId),
|
|
21
|
-
* teams: [
|
|
22
|
-
* {
|
|
23
|
-
* teamId: "5e0fa8c99ccf641c722fe645",
|
|
24
|
-
* roleNames: ["GROUP_OWNER"],
|
|
25
|
-
* },
|
|
26
|
-
* {
|
|
27
|
-
* teamId: "5e1dd7b4f2a30ba80a70cd4rw",
|
|
28
|
-
* roleNames: [
|
|
29
|
-
* "GROUP_READ_ONLY",
|
|
30
|
-
* "GROUP_DATA_ACCESS_READ_WRITE",
|
|
31
|
-
* ],
|
|
32
|
-
* },
|
|
33
|
-
* ],
|
|
34
19
|
* limits: [{
|
|
35
20
|
* name: "atlas.project.deployment.clusters",
|
|
36
21
|
* value: 26,
|
|
@@ -49,19 +34,6 @@ import * as outputs from "./types/output";
|
|
|
49
34
|
* const testProject = new mongodbatlas.Project("test", {
|
|
50
35
|
* name: "project-name",
|
|
51
36
|
* orgId: "<ORG_ID>",
|
|
52
|
-
* teams: [
|
|
53
|
-
* {
|
|
54
|
-
* teamId: "5e0fa8c99ccf641c722fe645",
|
|
55
|
-
* roleNames: ["GROUP_OWNER"],
|
|
56
|
-
* },
|
|
57
|
-
* {
|
|
58
|
-
* teamId: "5e1dd7b4f2a30ba80a70cd4rw",
|
|
59
|
-
* roleNames: [
|
|
60
|
-
* "GROUP_READ_ONLY",
|
|
61
|
-
* "GROUP_DATA_ACCESS_READ_WRITE",
|
|
62
|
-
* ],
|
|
63
|
-
* },
|
|
64
|
-
* ],
|
|
65
37
|
* limits: [{
|
|
66
38
|
* name: "atlas.project.deployment.clusters",
|
|
67
39
|
* value: 26,
|
|
@@ -100,6 +72,10 @@ export interface GetProjectResult {
|
|
|
100
72
|
* The ISO-8601-formatted timestamp of when Atlas created the project.
|
|
101
73
|
*/
|
|
102
74
|
readonly created: string;
|
|
75
|
+
/**
|
|
76
|
+
* Unique 24-hexadecimal digit string that identifies the MongoDB Cloud user.
|
|
77
|
+
* * `orgMembershipStatus`- String enum that indicates whether the MongoDB Cloud user has a pending invitation to join the organization or they are already active in the organization.
|
|
78
|
+
*/
|
|
103
79
|
readonly id: string;
|
|
104
80
|
/**
|
|
105
81
|
* IP addresses in a project categorized by services. See IP Addresses. **WARNING:** This attribute is deprecated, use the `mongodbatlas.getProjectIpAddresses` data source instead.
|
|
@@ -161,13 +137,17 @@ export interface GetProjectResult {
|
|
|
161
137
|
[key: string]: string;
|
|
162
138
|
};
|
|
163
139
|
/**
|
|
164
|
-
* Returns all teams to which the authenticated user has access in the project. See Teams.
|
|
140
|
+
* **(DEPRECATED)** Returns all teams to which the authenticated user has access in the project. See Teams.
|
|
141
|
+
*
|
|
142
|
+
* @deprecated This parameter is deprecated and will be removed in the next major release. Please transition to `mongodbatlas.TeamProjectAssignment`. For more details, see https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/guides/atlas-user-management.
|
|
165
143
|
*/
|
|
166
144
|
readonly teams: outputs.GetProjectTeam[];
|
|
145
|
+
/**
|
|
146
|
+
* Returns list of all pending and active MongoDB Cloud users associated with the specified project.
|
|
147
|
+
*/
|
|
148
|
+
readonly users: outputs.GetProjectUser[];
|
|
167
149
|
}
|
|
168
150
|
/**
|
|
169
|
-
* ## # Data Source: mongodbatlas.Project
|
|
170
|
-
*
|
|
171
151
|
* `mongodbatlas.Project` describes a MongoDB Atlas Project. This represents a project that has been created.
|
|
172
152
|
*
|
|
173
153
|
* > **NOTE:** Groups and projects are synonymous terms. You may find groupId in the official documentation.
|
|
@@ -183,19 +163,6 @@ export interface GetProjectResult {
|
|
|
183
163
|
* const testProject = new mongodbatlas.Project("test", {
|
|
184
164
|
* name: "project-name",
|
|
185
165
|
* orgId: test.then(test => test.orgId),
|
|
186
|
-
* teams: [
|
|
187
|
-
* {
|
|
188
|
-
* teamId: "5e0fa8c99ccf641c722fe645",
|
|
189
|
-
* roleNames: ["GROUP_OWNER"],
|
|
190
|
-
* },
|
|
191
|
-
* {
|
|
192
|
-
* teamId: "5e1dd7b4f2a30ba80a70cd4rw",
|
|
193
|
-
* roleNames: [
|
|
194
|
-
* "GROUP_READ_ONLY",
|
|
195
|
-
* "GROUP_DATA_ACCESS_READ_WRITE",
|
|
196
|
-
* ],
|
|
197
|
-
* },
|
|
198
|
-
* ],
|
|
199
166
|
* limits: [{
|
|
200
167
|
* name: "atlas.project.deployment.clusters",
|
|
201
168
|
* value: 26,
|
|
@@ -214,19 +181,6 @@ export interface GetProjectResult {
|
|
|
214
181
|
* const testProject = new mongodbatlas.Project("test", {
|
|
215
182
|
* name: "project-name",
|
|
216
183
|
* orgId: "<ORG_ID>",
|
|
217
|
-
* teams: [
|
|
218
|
-
* {
|
|
219
|
-
* teamId: "5e0fa8c99ccf641c722fe645",
|
|
220
|
-
* roleNames: ["GROUP_OWNER"],
|
|
221
|
-
* },
|
|
222
|
-
* {
|
|
223
|
-
* teamId: "5e1dd7b4f2a30ba80a70cd4rw",
|
|
224
|
-
* roleNames: [
|
|
225
|
-
* "GROUP_READ_ONLY",
|
|
226
|
-
* "GROUP_DATA_ACCESS_READ_WRITE",
|
|
227
|
-
* ],
|
|
228
|
-
* },
|
|
229
|
-
* ],
|
|
230
184
|
* limits: [{
|
|
231
185
|
* name: "atlas.project.deployment.clusters",
|
|
232
186
|
* value: 26,
|
package/getProject.js
CHANGED
|
@@ -6,8 +6,6 @@ exports.getProjectOutput = exports.getProject = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* ## # Data Source: mongodbatlas.Project
|
|
10
|
-
*
|
|
11
9
|
* `mongodbatlas.Project` describes a MongoDB Atlas Project. This represents a project that has been created.
|
|
12
10
|
*
|
|
13
11
|
* > **NOTE:** Groups and projects are synonymous terms. You may find groupId in the official documentation.
|
|
@@ -23,19 +21,6 @@ const utilities = require("./utilities");
|
|
|
23
21
|
* const testProject = new mongodbatlas.Project("test", {
|
|
24
22
|
* name: "project-name",
|
|
25
23
|
* orgId: test.then(test => test.orgId),
|
|
26
|
-
* teams: [
|
|
27
|
-
* {
|
|
28
|
-
* teamId: "5e0fa8c99ccf641c722fe645",
|
|
29
|
-
* roleNames: ["GROUP_OWNER"],
|
|
30
|
-
* },
|
|
31
|
-
* {
|
|
32
|
-
* teamId: "5e1dd7b4f2a30ba80a70cd4rw",
|
|
33
|
-
* roleNames: [
|
|
34
|
-
* "GROUP_READ_ONLY",
|
|
35
|
-
* "GROUP_DATA_ACCESS_READ_WRITE",
|
|
36
|
-
* ],
|
|
37
|
-
* },
|
|
38
|
-
* ],
|
|
39
24
|
* limits: [{
|
|
40
25
|
* name: "atlas.project.deployment.clusters",
|
|
41
26
|
* value: 26,
|
|
@@ -54,19 +39,6 @@ const utilities = require("./utilities");
|
|
|
54
39
|
* const testProject = new mongodbatlas.Project("test", {
|
|
55
40
|
* name: "project-name",
|
|
56
41
|
* orgId: "<ORG_ID>",
|
|
57
|
-
* teams: [
|
|
58
|
-
* {
|
|
59
|
-
* teamId: "5e0fa8c99ccf641c722fe645",
|
|
60
|
-
* roleNames: ["GROUP_OWNER"],
|
|
61
|
-
* },
|
|
62
|
-
* {
|
|
63
|
-
* teamId: "5e1dd7b4f2a30ba80a70cd4rw",
|
|
64
|
-
* roleNames: [
|
|
65
|
-
* "GROUP_READ_ONLY",
|
|
66
|
-
* "GROUP_DATA_ACCESS_READ_WRITE",
|
|
67
|
-
* ],
|
|
68
|
-
* },
|
|
69
|
-
* ],
|
|
70
42
|
* limits: [{
|
|
71
43
|
* name: "atlas.project.deployment.clusters",
|
|
72
44
|
* value: 26,
|
|
@@ -87,8 +59,6 @@ function getProject(args, opts) {
|
|
|
87
59
|
}
|
|
88
60
|
exports.getProject = getProject;
|
|
89
61
|
/**
|
|
90
|
-
* ## # Data Source: mongodbatlas.Project
|
|
91
|
-
*
|
|
92
62
|
* `mongodbatlas.Project` describes a MongoDB Atlas Project. This represents a project that has been created.
|
|
93
63
|
*
|
|
94
64
|
* > **NOTE:** Groups and projects are synonymous terms. You may find groupId in the official documentation.
|
|
@@ -104,19 +74,6 @@ exports.getProject = getProject;
|
|
|
104
74
|
* const testProject = new mongodbatlas.Project("test", {
|
|
105
75
|
* name: "project-name",
|
|
106
76
|
* orgId: test.then(test => test.orgId),
|
|
107
|
-
* teams: [
|
|
108
|
-
* {
|
|
109
|
-
* teamId: "5e0fa8c99ccf641c722fe645",
|
|
110
|
-
* roleNames: ["GROUP_OWNER"],
|
|
111
|
-
* },
|
|
112
|
-
* {
|
|
113
|
-
* teamId: "5e1dd7b4f2a30ba80a70cd4rw",
|
|
114
|
-
* roleNames: [
|
|
115
|
-
* "GROUP_READ_ONLY",
|
|
116
|
-
* "GROUP_DATA_ACCESS_READ_WRITE",
|
|
117
|
-
* ],
|
|
118
|
-
* },
|
|
119
|
-
* ],
|
|
120
77
|
* limits: [{
|
|
121
78
|
* name: "atlas.project.deployment.clusters",
|
|
122
79
|
* value: 26,
|
|
@@ -135,19 +92,6 @@ exports.getProject = getProject;
|
|
|
135
92
|
* const testProject = new mongodbatlas.Project("test", {
|
|
136
93
|
* name: "project-name",
|
|
137
94
|
* orgId: "<ORG_ID>",
|
|
138
|
-
* teams: [
|
|
139
|
-
* {
|
|
140
|
-
* teamId: "5e0fa8c99ccf641c722fe645",
|
|
141
|
-
* roleNames: ["GROUP_OWNER"],
|
|
142
|
-
* },
|
|
143
|
-
* {
|
|
144
|
-
* teamId: "5e1dd7b4f2a30ba80a70cd4rw",
|
|
145
|
-
* roleNames: [
|
|
146
|
-
* "GROUP_READ_ONLY",
|
|
147
|
-
* "GROUP_DATA_ACCESS_READ_WRITE",
|
|
148
|
-
* ],
|
|
149
|
-
* },
|
|
150
|
-
* ],
|
|
151
95
|
* limits: [{
|
|
152
96
|
* name: "atlas.project.deployment.clusters",
|
|
153
97
|
* value: 26,
|
package/getProject.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getProject.js","sourceRoot":"","sources":["../getProject.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getProject.js","sourceRoot":"","sources":["../getProject.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2CG;AACH,SAAgB,UAAU,CAAC,IAAqB,EAAE,IAA2B;IACzE,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,0CAA0C,EAAE;QACrE,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,gCAOC;AAuGD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2CG;AACH,SAAgB,gBAAgB,CAAC,IAA2B,EAAE,IAAiC;IAC3F,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,0CAA0C,EAAE;QAC3E,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,4CAOC"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* ## # Data Source: mongodbatlas.ProjectInvitation
|
|
4
|
-
*
|
|
5
3
|
* `mongodbatlas.ProjectInvitation` describes an invitation to a user to join an Atlas project.
|
|
6
4
|
*
|
|
5
|
+
* > **DEPRECATION:** This data source is deprecated. Use `mongodbatlas.CloudUserProjectAssignment` to read project user assignments. See the Project Invitation to Cloud User Project Assignment Migration Guide.
|
|
6
|
+
*
|
|
7
7
|
* > **NOTE:** Groups and projects are synonymous terms. You may find GROUP-ID in the official documentation.
|
|
8
8
|
*
|
|
9
9
|
* ## Example Usage
|
|
@@ -72,10 +72,10 @@ export interface GetProjectInvitationResult {
|
|
|
72
72
|
readonly username: string;
|
|
73
73
|
}
|
|
74
74
|
/**
|
|
75
|
-
* ## # Data Source: mongodbatlas.ProjectInvitation
|
|
76
|
-
*
|
|
77
75
|
* `mongodbatlas.ProjectInvitation` describes an invitation to a user to join an Atlas project.
|
|
78
76
|
*
|
|
77
|
+
* > **DEPRECATION:** This data source is deprecated. Use `mongodbatlas.CloudUserProjectAssignment` to read project user assignments. See the Project Invitation to Cloud User Project Assignment Migration Guide.
|
|
78
|
+
*
|
|
79
79
|
* > **NOTE:** Groups and projects are synonymous terms. You may find GROUP-ID in the official documentation.
|
|
80
80
|
*
|
|
81
81
|
* ## Example Usage
|
package/getProjectInvitation.js
CHANGED
|
@@ -6,10 +6,10 @@ exports.getProjectInvitationOutput = exports.getProjectInvitation = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* ## # Data Source: mongodbatlas.ProjectInvitation
|
|
10
|
-
*
|
|
11
9
|
* `mongodbatlas.ProjectInvitation` describes an invitation to a user to join an Atlas project.
|
|
12
10
|
*
|
|
11
|
+
* > **DEPRECATION:** This data source is deprecated. Use `mongodbatlas.CloudUserProjectAssignment` to read project user assignments. See the Project Invitation to Cloud User Project Assignment Migration Guide.
|
|
12
|
+
*
|
|
13
13
|
* > **NOTE:** Groups and projects are synonymous terms. You may find GROUP-ID in the official documentation.
|
|
14
14
|
*
|
|
15
15
|
* ## Example Usage
|
|
@@ -41,10 +41,10 @@ function getProjectInvitation(args, opts) {
|
|
|
41
41
|
}
|
|
42
42
|
exports.getProjectInvitation = getProjectInvitation;
|
|
43
43
|
/**
|
|
44
|
-
* ## # Data Source: mongodbatlas.ProjectInvitation
|
|
45
|
-
*
|
|
46
44
|
* `mongodbatlas.ProjectInvitation` describes an invitation to a user to join an Atlas project.
|
|
47
45
|
*
|
|
46
|
+
* > **DEPRECATION:** This data source is deprecated. Use `mongodbatlas.CloudUserProjectAssignment` to read project user assignments. See the Project Invitation to Cloud User Project Assignment Migration Guide.
|
|
47
|
+
*
|
|
48
48
|
* > **NOTE:** Groups and projects are synonymous terms. You may find GROUP-ID in the official documentation.
|
|
49
49
|
*
|
|
50
50
|
* ## Example Usage
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* ## # Data Source: mongodbatlas.ProjectIpAccessList
|
|
4
|
-
*
|
|
5
3
|
* `mongodbatlas.ProjectIpAccessList` describes an IP Access List entry resource. The access list grants access from IPs, CIDRs or AWS Security Groups (if VPC Peering is enabled) to clusters within the Project.
|
|
6
4
|
*
|
|
7
5
|
* > **NOTE:** Groups and projects are synonymous terms. You may find `groupId` in the official documentation.
|
|
@@ -117,8 +115,6 @@ export interface GetProjectIpAccessListResult {
|
|
|
117
115
|
readonly projectId: string;
|
|
118
116
|
}
|
|
119
117
|
/**
|
|
120
|
-
* ## # Data Source: mongodbatlas.ProjectIpAccessList
|
|
121
|
-
*
|
|
122
118
|
* `mongodbatlas.ProjectIpAccessList` describes an IP Access List entry resource. The access list grants access from IPs, CIDRs or AWS Security Groups (if VPC Peering is enabled) to clusters within the Project.
|
|
123
119
|
*
|
|
124
120
|
* > **NOTE:** Groups and projects are synonymous terms. You may find `groupId` in the official documentation.
|
|
@@ -6,8 +6,6 @@ exports.getProjectIpAccessListOutput = exports.getProjectIpAccessList = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* ## # Data Source: mongodbatlas.ProjectIpAccessList
|
|
10
|
-
*
|
|
11
9
|
* `mongodbatlas.ProjectIpAccessList` describes an IP Access List entry resource. The access list grants access from IPs, CIDRs or AWS Security Groups (if VPC Peering is enabled) to clusters within the Project.
|
|
12
10
|
*
|
|
13
11
|
* > **NOTE:** Groups and projects are synonymous terms. You may find `groupId` in the official documentation.
|
|
@@ -95,8 +93,6 @@ function getProjectIpAccessList(args, opts) {
|
|
|
95
93
|
}
|
|
96
94
|
exports.getProjectIpAccessList = getProjectIpAccessList;
|
|
97
95
|
/**
|
|
98
|
-
* ## # Data Source: mongodbatlas.ProjectIpAccessList
|
|
99
|
-
*
|
|
100
96
|
* `mongodbatlas.ProjectIpAccessList` describes an IP Access List entry resource. The access list grants access from IPs, CIDRs or AWS Security Groups (if VPC Peering is enabled) to clusters within the Project.
|
|
101
97
|
*
|
|
102
98
|
* > **NOTE:** Groups and projects are synonymous terms. You may find `groupId` in the official documentation.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getProjectIpAccessList.js","sourceRoot":"","sources":["../getProjectIpAccessList.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getProjectIpAccessList.js","sourceRoot":"","sources":["../getProjectIpAccessList.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4EG;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,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,wDAQC;AAwCD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4EG;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,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,oEAQC"}
|
|
@@ -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.getProjectIpAddresses
|
|
5
|
-
*
|
|
6
4
|
* `mongodbatlas.getProjectIpAddresses` returns the IP addresses in a project categorized by services.
|
|
7
5
|
*
|
|
8
6
|
* ## Example Usage
|
|
@@ -46,8 +44,6 @@ export interface GetProjectIpAddressesResult {
|
|
|
46
44
|
readonly services: outputs.GetProjectIpAddressesServices;
|
|
47
45
|
}
|
|
48
46
|
/**
|
|
49
|
-
* ## # Data Source: mongodbatlas.getProjectIpAddresses
|
|
50
|
-
*
|
|
51
47
|
* `mongodbatlas.getProjectIpAddresses` returns the IP addresses in a project categorized by services.
|
|
52
48
|
*
|
|
53
49
|
* ## Example Usage
|
package/getProjectIpAddresses.js
CHANGED
|
@@ -6,8 +6,6 @@ exports.getProjectIpAddressesOutput = exports.getProjectIpAddresses = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* ## # Data Source: mongodbatlas.getProjectIpAddresses
|
|
10
|
-
*
|
|
11
9
|
* `mongodbatlas.getProjectIpAddresses` returns the IP addresses in a project categorized by services.
|
|
12
10
|
*
|
|
13
11
|
* ## Example Usage
|
|
@@ -31,8 +29,6 @@ function getProjectIpAddresses(args, opts) {
|
|
|
31
29
|
}
|
|
32
30
|
exports.getProjectIpAddresses = getProjectIpAddresses;
|
|
33
31
|
/**
|
|
34
|
-
* ## # Data Source: mongodbatlas.getProjectIpAddresses
|
|
35
|
-
*
|
|
36
32
|
* `mongodbatlas.getProjectIpAddresses` returns the IP addresses in a project categorized by services.
|
|
37
33
|
*
|
|
38
34
|
* ## Example Usage
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getProjectIpAddresses.js","sourceRoot":"","sources":["../getProjectIpAddresses.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getProjectIpAddresses.js","sourceRoot":"","sources":["../getProjectIpAddresses.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;GAeG;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,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sDAKC;AA6BD;;;;;;;;;;;;;;;GAeG;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,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kEAKC"}
|
package/getProjects.d.ts
CHANGED
|
@@ -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.getProjects
|
|
5
|
-
*
|
|
6
4
|
* `mongodbatlas.getProjects` describes all Projects. This represents projects that have been created.
|
|
7
5
|
*
|
|
8
6
|
* > **NOTE:** Groups and projects are synonymous terms. You may find `groupId` in the official documentation.
|
|
@@ -17,19 +15,6 @@ import * as outputs from "./types/output";
|
|
|
17
15
|
* const testProject = new mongodbatlas.Project("test", {
|
|
18
16
|
* name: "project-name",
|
|
19
17
|
* orgId: test.then(test => test.orgId),
|
|
20
|
-
* teams: [
|
|
21
|
-
* {
|
|
22
|
-
* teamId: "5e0fa8c99ccf641c722fe645",
|
|
23
|
-
* roleNames: ["GROUP_OWNER"],
|
|
24
|
-
* },
|
|
25
|
-
* {
|
|
26
|
-
* teamId: "5e1dd7b4f2a30ba80a70cd4rw",
|
|
27
|
-
* roleNames: [
|
|
28
|
-
* "GROUP_READ_ONLY",
|
|
29
|
-
* "GROUP_DATA_ACCESS_READ_WRITE",
|
|
30
|
-
* ],
|
|
31
|
-
* },
|
|
32
|
-
* ],
|
|
33
18
|
* limits: [{
|
|
34
19
|
* name: "atlas.project.deployment.clusters",
|
|
35
20
|
* value: 26,
|
|
@@ -60,7 +45,7 @@ export interface GetProjectsArgs {
|
|
|
60
45
|
*/
|
|
61
46
|
export interface GetProjectsResult {
|
|
62
47
|
/**
|
|
63
|
-
* @deprecated
|
|
48
|
+
* @deprecated This parameter is deprecated.
|
|
64
49
|
*/
|
|
65
50
|
readonly id: string;
|
|
66
51
|
readonly itemsPerPage?: number;
|
|
@@ -69,8 +54,6 @@ export interface GetProjectsResult {
|
|
|
69
54
|
readonly totalCount: number;
|
|
70
55
|
}
|
|
71
56
|
/**
|
|
72
|
-
* ## # Data Source: mongodbatlas.getProjects
|
|
73
|
-
*
|
|
74
57
|
* `mongodbatlas.getProjects` describes all Projects. This represents projects that have been created.
|
|
75
58
|
*
|
|
76
59
|
* > **NOTE:** Groups and projects are synonymous terms. You may find `groupId` in the official documentation.
|
|
@@ -85,19 +68,6 @@ export interface GetProjectsResult {
|
|
|
85
68
|
* const testProject = new mongodbatlas.Project("test", {
|
|
86
69
|
* name: "project-name",
|
|
87
70
|
* orgId: test.then(test => test.orgId),
|
|
88
|
-
* teams: [
|
|
89
|
-
* {
|
|
90
|
-
* teamId: "5e0fa8c99ccf641c722fe645",
|
|
91
|
-
* roleNames: ["GROUP_OWNER"],
|
|
92
|
-
* },
|
|
93
|
-
* {
|
|
94
|
-
* teamId: "5e1dd7b4f2a30ba80a70cd4rw",
|
|
95
|
-
* roleNames: [
|
|
96
|
-
* "GROUP_READ_ONLY",
|
|
97
|
-
* "GROUP_DATA_ACCESS_READ_WRITE",
|
|
98
|
-
* ],
|
|
99
|
-
* },
|
|
100
|
-
* ],
|
|
101
71
|
* limits: [{
|
|
102
72
|
* name: "atlas.project.deployment.clusters",
|
|
103
73
|
* value: 26,
|
package/getProjects.js
CHANGED
|
@@ -6,8 +6,6 @@ exports.getProjectsOutput = exports.getProjects = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* ## # Data Source: mongodbatlas.getProjects
|
|
10
|
-
*
|
|
11
9
|
* `mongodbatlas.getProjects` describes all Projects. This represents projects that have been created.
|
|
12
10
|
*
|
|
13
11
|
* > **NOTE:** Groups and projects are synonymous terms. You may find `groupId` in the official documentation.
|
|
@@ -22,19 +20,6 @@ const utilities = require("./utilities");
|
|
|
22
20
|
* const testProject = new mongodbatlas.Project("test", {
|
|
23
21
|
* name: "project-name",
|
|
24
22
|
* orgId: test.then(test => test.orgId),
|
|
25
|
-
* teams: [
|
|
26
|
-
* {
|
|
27
|
-
* teamId: "5e0fa8c99ccf641c722fe645",
|
|
28
|
-
* roleNames: ["GROUP_OWNER"],
|
|
29
|
-
* },
|
|
30
|
-
* {
|
|
31
|
-
* teamId: "5e1dd7b4f2a30ba80a70cd4rw",
|
|
32
|
-
* roleNames: [
|
|
33
|
-
* "GROUP_READ_ONLY",
|
|
34
|
-
* "GROUP_DATA_ACCESS_READ_WRITE",
|
|
35
|
-
* ],
|
|
36
|
-
* },
|
|
37
|
-
* ],
|
|
38
23
|
* limits: [{
|
|
39
24
|
* name: "atlas.project.deployment.clusters",
|
|
40
25
|
* value: 26,
|
|
@@ -56,8 +41,6 @@ function getProjects(args, opts) {
|
|
|
56
41
|
}
|
|
57
42
|
exports.getProjects = getProjects;
|
|
58
43
|
/**
|
|
59
|
-
* ## # Data Source: mongodbatlas.getProjects
|
|
60
|
-
*
|
|
61
44
|
* `mongodbatlas.getProjects` describes all Projects. This represents projects that have been created.
|
|
62
45
|
*
|
|
63
46
|
* > **NOTE:** Groups and projects are synonymous terms. You may find `groupId` in the official documentation.
|
|
@@ -72,19 +55,6 @@ exports.getProjects = getProjects;
|
|
|
72
55
|
* const testProject = new mongodbatlas.Project("test", {
|
|
73
56
|
* name: "project-name",
|
|
74
57
|
* orgId: test.then(test => test.orgId),
|
|
75
|
-
* teams: [
|
|
76
|
-
* {
|
|
77
|
-
* teamId: "5e0fa8c99ccf641c722fe645",
|
|
78
|
-
* roleNames: ["GROUP_OWNER"],
|
|
79
|
-
* },
|
|
80
|
-
* {
|
|
81
|
-
* teamId: "5e1dd7b4f2a30ba80a70cd4rw",
|
|
82
|
-
* roleNames: [
|
|
83
|
-
* "GROUP_READ_ONLY",
|
|
84
|
-
* "GROUP_DATA_ACCESS_READ_WRITE",
|
|
85
|
-
* ],
|
|
86
|
-
* },
|
|
87
|
-
* ],
|
|
88
58
|
* limits: [{
|
|
89
59
|
* name: "atlas.project.deployment.clusters",
|
|
90
60
|
* value: 26,
|
package/getProjects.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getProjects.js","sourceRoot":"","sources":["../getProjects.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getProjects.js","sourceRoot":"","sources":["../getProjects.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,SAAgB,WAAW,CAAC,IAAsB,EAAE,IAA2B;IAC3E,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,4CAA4C,EAAE;QACvE,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,kCAOC;AA6BD;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,SAAgB,iBAAiB,CAAC,IAA4B,EAAE,IAAiC;IAC7F,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,4CAA4C,EAAE;QAC7E,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,8CAOC"}
|