@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,178 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
-
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.getPrivatelinkEndpointServiceServerlessOutput = exports.getPrivatelinkEndpointServiceServerless = void 0;
|
|
6
|
-
const pulumi = require("@pulumi/pulumi");
|
|
7
|
-
const utilities = require("./utilities");
|
|
8
|
-
/**
|
|
9
|
-
* **WARNING:** This data source is deprecated and will be removed in March 2025. For more datails see Migration Guide: Transition out of Serverless Instances and Shared-tier clusters
|
|
10
|
-
*
|
|
11
|
-
* `privatelinkEndpointServiceServerless` provides a Serverless PrivateLink Endpoint Service resource.
|
|
12
|
-
*
|
|
13
|
-
* > **NOTE:** Groups and projects are synonymous terms. You may find groupId in the official documentation.
|
|
14
|
-
*
|
|
15
|
-
* ## Example with AWS
|
|
16
|
-
*
|
|
17
|
-
* ```typescript
|
|
18
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
19
|
-
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
20
|
-
*
|
|
21
|
-
* const testServerlessInstance = new mongodbatlas.ServerlessInstance("test", {
|
|
22
|
-
* projectId: "<PROJECT_ID>",
|
|
23
|
-
* name: "test-db",
|
|
24
|
-
* providerSettingsBackingProviderName: "AWS",
|
|
25
|
-
* providerSettingsProviderName: "SERVERLESS",
|
|
26
|
-
* providerSettingsRegionName: "US_EAST_1",
|
|
27
|
-
* continuousBackupEnabled: true,
|
|
28
|
-
* });
|
|
29
|
-
* const testPrivatelinkEndpointServerless = new mongodbatlas.PrivatelinkEndpointServerless("test", {
|
|
30
|
-
* projectId: "<PROJECT_ID>",
|
|
31
|
-
* instanceName: testServerlessInstance.name,
|
|
32
|
-
* providerName: "AWS",
|
|
33
|
-
* });
|
|
34
|
-
* const test = mongodbatlas.getPrivatelinkEndpointServiceServerlessOutput({
|
|
35
|
-
* projectId: "<PROJECT_ID>",
|
|
36
|
-
* instanceName: testServerlessInstance.name,
|
|
37
|
-
* endpointId: testPrivatelinkEndpointServerless.endpointId,
|
|
38
|
-
* });
|
|
39
|
-
* const testPrivatelinkEndpointServiceServerless = new mongodbatlas.PrivatelinkEndpointServiceServerless("test", {
|
|
40
|
-
* projectId: "<PROJECT_ID>",
|
|
41
|
-
* instanceName: "test-db",
|
|
42
|
-
* endpointId: testPrivatelinkEndpointServerless.endpointId,
|
|
43
|
-
* providerName: "AWS",
|
|
44
|
-
* comment: "New serverless endpoint",
|
|
45
|
-
* });
|
|
46
|
-
* ```
|
|
47
|
-
*
|
|
48
|
-
* ## Example with AZURE
|
|
49
|
-
*
|
|
50
|
-
* ```typescript
|
|
51
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
52
|
-
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
53
|
-
*
|
|
54
|
-
* const testServerlessInstance = new mongodbatlas.ServerlessInstance("test", {
|
|
55
|
-
* projectId: "<PROJECT_ID>",
|
|
56
|
-
* name: "test-db",
|
|
57
|
-
* providerSettingsBackingProviderName: "AZURE",
|
|
58
|
-
* providerSettingsProviderName: "SERVERLESS",
|
|
59
|
-
* providerSettingsRegionName: "US_EAST",
|
|
60
|
-
* continuousBackupEnabled: true,
|
|
61
|
-
* });
|
|
62
|
-
* const testPrivatelinkEndpointServerless = new mongodbatlas.PrivatelinkEndpointServerless("test", {
|
|
63
|
-
* projectId: "<PROJECT_ID>",
|
|
64
|
-
* instanceName: testServerlessInstance.name,
|
|
65
|
-
* providerName: "AZURE",
|
|
66
|
-
* });
|
|
67
|
-
* const test = mongodbatlas.getPrivatelinkEndpointServiceServerlessOutput({
|
|
68
|
-
* projectId: "<PROJECT_ID>",
|
|
69
|
-
* instanceName: testServerlessInstance.name,
|
|
70
|
-
* endpointId: testPrivatelinkEndpointServerless.endpointId,
|
|
71
|
-
* });
|
|
72
|
-
* const testPrivatelinkEndpointServiceServerless = new mongodbatlas.PrivatelinkEndpointServiceServerless("test", {
|
|
73
|
-
* projectId: "<PROJECT_ID>",
|
|
74
|
-
* instanceName: "test-db",
|
|
75
|
-
* endpointId: testPrivatelinkEndpointServerless.endpointId,
|
|
76
|
-
* providerName: "AZURE",
|
|
77
|
-
* comment: "New serverless endpoint",
|
|
78
|
-
* });
|
|
79
|
-
* ```
|
|
80
|
-
*
|
|
81
|
-
* ### Available complete examples
|
|
82
|
-
* - Setup private connection to a MongoDB Atlas Serverless Instance with AWS VPC
|
|
83
|
-
*/
|
|
84
|
-
function getPrivatelinkEndpointServiceServerless(args, opts) {
|
|
85
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
86
|
-
return pulumi.runtime.invoke("mongodbatlas:index/getPrivatelinkEndpointServiceServerless:getPrivatelinkEndpointServiceServerless", {
|
|
87
|
-
"endpointId": args.endpointId,
|
|
88
|
-
"instanceName": args.instanceName,
|
|
89
|
-
"projectId": args.projectId,
|
|
90
|
-
}, opts);
|
|
91
|
-
}
|
|
92
|
-
exports.getPrivatelinkEndpointServiceServerless = getPrivatelinkEndpointServiceServerless;
|
|
93
|
-
/**
|
|
94
|
-
* **WARNING:** This data source is deprecated and will be removed in March 2025. For more datails see Migration Guide: Transition out of Serverless Instances and Shared-tier clusters
|
|
95
|
-
*
|
|
96
|
-
* `privatelinkEndpointServiceServerless` provides a Serverless PrivateLink Endpoint Service resource.
|
|
97
|
-
*
|
|
98
|
-
* > **NOTE:** Groups and projects are synonymous terms. You may find groupId in the official documentation.
|
|
99
|
-
*
|
|
100
|
-
* ## Example with AWS
|
|
101
|
-
*
|
|
102
|
-
* ```typescript
|
|
103
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
104
|
-
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
105
|
-
*
|
|
106
|
-
* const testServerlessInstance = new mongodbatlas.ServerlessInstance("test", {
|
|
107
|
-
* projectId: "<PROJECT_ID>",
|
|
108
|
-
* name: "test-db",
|
|
109
|
-
* providerSettingsBackingProviderName: "AWS",
|
|
110
|
-
* providerSettingsProviderName: "SERVERLESS",
|
|
111
|
-
* providerSettingsRegionName: "US_EAST_1",
|
|
112
|
-
* continuousBackupEnabled: true,
|
|
113
|
-
* });
|
|
114
|
-
* const testPrivatelinkEndpointServerless = new mongodbatlas.PrivatelinkEndpointServerless("test", {
|
|
115
|
-
* projectId: "<PROJECT_ID>",
|
|
116
|
-
* instanceName: testServerlessInstance.name,
|
|
117
|
-
* providerName: "AWS",
|
|
118
|
-
* });
|
|
119
|
-
* const test = mongodbatlas.getPrivatelinkEndpointServiceServerlessOutput({
|
|
120
|
-
* projectId: "<PROJECT_ID>",
|
|
121
|
-
* instanceName: testServerlessInstance.name,
|
|
122
|
-
* endpointId: testPrivatelinkEndpointServerless.endpointId,
|
|
123
|
-
* });
|
|
124
|
-
* const testPrivatelinkEndpointServiceServerless = new mongodbatlas.PrivatelinkEndpointServiceServerless("test", {
|
|
125
|
-
* projectId: "<PROJECT_ID>",
|
|
126
|
-
* instanceName: "test-db",
|
|
127
|
-
* endpointId: testPrivatelinkEndpointServerless.endpointId,
|
|
128
|
-
* providerName: "AWS",
|
|
129
|
-
* comment: "New serverless endpoint",
|
|
130
|
-
* });
|
|
131
|
-
* ```
|
|
132
|
-
*
|
|
133
|
-
* ## Example with AZURE
|
|
134
|
-
*
|
|
135
|
-
* ```typescript
|
|
136
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
137
|
-
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
138
|
-
*
|
|
139
|
-
* const testServerlessInstance = new mongodbatlas.ServerlessInstance("test", {
|
|
140
|
-
* projectId: "<PROJECT_ID>",
|
|
141
|
-
* name: "test-db",
|
|
142
|
-
* providerSettingsBackingProviderName: "AZURE",
|
|
143
|
-
* providerSettingsProviderName: "SERVERLESS",
|
|
144
|
-
* providerSettingsRegionName: "US_EAST",
|
|
145
|
-
* continuousBackupEnabled: true,
|
|
146
|
-
* });
|
|
147
|
-
* const testPrivatelinkEndpointServerless = new mongodbatlas.PrivatelinkEndpointServerless("test", {
|
|
148
|
-
* projectId: "<PROJECT_ID>",
|
|
149
|
-
* instanceName: testServerlessInstance.name,
|
|
150
|
-
* providerName: "AZURE",
|
|
151
|
-
* });
|
|
152
|
-
* const test = mongodbatlas.getPrivatelinkEndpointServiceServerlessOutput({
|
|
153
|
-
* projectId: "<PROJECT_ID>",
|
|
154
|
-
* instanceName: testServerlessInstance.name,
|
|
155
|
-
* endpointId: testPrivatelinkEndpointServerless.endpointId,
|
|
156
|
-
* });
|
|
157
|
-
* const testPrivatelinkEndpointServiceServerless = new mongodbatlas.PrivatelinkEndpointServiceServerless("test", {
|
|
158
|
-
* projectId: "<PROJECT_ID>",
|
|
159
|
-
* instanceName: "test-db",
|
|
160
|
-
* endpointId: testPrivatelinkEndpointServerless.endpointId,
|
|
161
|
-
* providerName: "AZURE",
|
|
162
|
-
* comment: "New serverless endpoint",
|
|
163
|
-
* });
|
|
164
|
-
* ```
|
|
165
|
-
*
|
|
166
|
-
* ### Available complete examples
|
|
167
|
-
* - Setup private connection to a MongoDB Atlas Serverless Instance with AWS VPC
|
|
168
|
-
*/
|
|
169
|
-
function getPrivatelinkEndpointServiceServerlessOutput(args, opts) {
|
|
170
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
171
|
-
return pulumi.runtime.invokeOutput("mongodbatlas:index/getPrivatelinkEndpointServiceServerless:getPrivatelinkEndpointServiceServerless", {
|
|
172
|
-
"endpointId": args.endpointId,
|
|
173
|
-
"instanceName": args.instanceName,
|
|
174
|
-
"projectId": args.projectId,
|
|
175
|
-
}, opts);
|
|
176
|
-
}
|
|
177
|
-
exports.getPrivatelinkEndpointServiceServerlessOutput = getPrivatelinkEndpointServiceServerlessOutput;
|
|
178
|
-
//# sourceMappingURL=getPrivatelinkEndpointServiceServerless.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getPrivatelinkEndpointServiceServerless.js","sourceRoot":"","sources":["../getPrivatelinkEndpointServiceServerless.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2EG;AACH,SAAgB,uCAAuC,CAAC,IAAiD,EAAE,IAA2B;IAClI,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oGAAoG,EAAE;QAC/H,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,0FAOC;AAmDD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2EG;AACH,SAAgB,6CAA6C,CAAC,IAAuD,EAAE,IAAiC;IACpJ,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,oGAAoG,EAAE;QACrI,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,sGAOC"}
|
|
@@ -1,187 +0,0 @@
|
|
|
1
|
-
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
import * as outputs from "./types/output";
|
|
3
|
-
/**
|
|
4
|
-
* **WARNING:** This data source is deprecated and will be removed in March 2025. For more datails see Migration Guide: Transition out of Serverless Instances and Shared-tier clusters
|
|
5
|
-
*
|
|
6
|
-
* `privatelinkEndpointsServiceServerless` describes the list of all Serverless PrivateLink Endpoint Service resource.
|
|
7
|
-
*
|
|
8
|
-
* > **NOTE:** Groups and projects are synonymous terms. You may find groupId in the official documentation.
|
|
9
|
-
*
|
|
10
|
-
* ## Example with AWS
|
|
11
|
-
*
|
|
12
|
-
* ```typescript
|
|
13
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
-
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
15
|
-
*
|
|
16
|
-
* const testServerlessInstance = new mongodbatlas.ServerlessInstance("test", {
|
|
17
|
-
* projectId: "<PROJECT_ID>",
|
|
18
|
-
* name: "test-db",
|
|
19
|
-
* providerSettingsBackingProviderName: "AWS",
|
|
20
|
-
* providerSettingsProviderName: "SERVERLESS",
|
|
21
|
-
* providerSettingsRegionName: "US_EAST_1",
|
|
22
|
-
* continuousBackupEnabled: true,
|
|
23
|
-
* });
|
|
24
|
-
* const test = mongodbatlas.getPrivatelinkEndpointsServiceServerlessOutput({
|
|
25
|
-
* projectId: "<PROJECT_ID>",
|
|
26
|
-
* instanceName: testServerlessInstance.name,
|
|
27
|
-
* });
|
|
28
|
-
* const testPrivatelinkEndpointServerless = new mongodbatlas.PrivatelinkEndpointServerless("test", {
|
|
29
|
-
* projectId: "<PROJECT_ID>",
|
|
30
|
-
* instanceName: testServerlessInstance.name,
|
|
31
|
-
* providerName: "AWS",
|
|
32
|
-
* });
|
|
33
|
-
* const testPrivatelinkEndpointServiceServerless = new mongodbatlas.PrivatelinkEndpointServiceServerless("test", {
|
|
34
|
-
* projectId: "<PROJECT_ID>",
|
|
35
|
-
* instanceName: "test-db",
|
|
36
|
-
* endpointId: testPrivatelinkEndpointServerless.endpointId,
|
|
37
|
-
* providerName: "AWS",
|
|
38
|
-
* comment: "New serverless endpoint",
|
|
39
|
-
* });
|
|
40
|
-
* ```
|
|
41
|
-
*
|
|
42
|
-
* ## Example with AZURE
|
|
43
|
-
*
|
|
44
|
-
* ```typescript
|
|
45
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
46
|
-
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
47
|
-
*
|
|
48
|
-
* const testServerlessInstance = new mongodbatlas.ServerlessInstance("test", {
|
|
49
|
-
* projectId: "<PROJECT_ID>",
|
|
50
|
-
* name: "test-db",
|
|
51
|
-
* providerSettingsBackingProviderName: "AZURE",
|
|
52
|
-
* providerSettingsProviderName: "SERVERLESS",
|
|
53
|
-
* providerSettingsRegionName: "US_EAST",
|
|
54
|
-
* continuousBackupEnabled: true,
|
|
55
|
-
* });
|
|
56
|
-
* const test = mongodbatlas.getPrivatelinkEndpointsServiceServerlessOutput({
|
|
57
|
-
* projectId: "<PROJECT_ID>",
|
|
58
|
-
* instanceName: testServerlessInstance.name,
|
|
59
|
-
* });
|
|
60
|
-
* const testPrivatelinkEndpointServerless = new mongodbatlas.PrivatelinkEndpointServerless("test", {
|
|
61
|
-
* projectId: "<PROJECT_ID>",
|
|
62
|
-
* instanceName: testServerlessInstance.name,
|
|
63
|
-
* providerName: "AZURE",
|
|
64
|
-
* });
|
|
65
|
-
* const testPrivatelinkEndpointServiceServerless = new mongodbatlas.PrivatelinkEndpointServiceServerless("test", {
|
|
66
|
-
* projectId: "<PROJECT_ID>",
|
|
67
|
-
* instanceName: "test-db",
|
|
68
|
-
* endpointId: testPrivatelinkEndpointServerless.endpointId,
|
|
69
|
-
* providerName: "AZURE",
|
|
70
|
-
* comment: "New serverless endpoint",
|
|
71
|
-
* });
|
|
72
|
-
* ```
|
|
73
|
-
*/
|
|
74
|
-
export declare function getPrivatelinkEndpointsServiceServerless(args: GetPrivatelinkEndpointsServiceServerlessArgs, opts?: pulumi.InvokeOptions): Promise<GetPrivatelinkEndpointsServiceServerlessResult>;
|
|
75
|
-
/**
|
|
76
|
-
* A collection of arguments for invoking getPrivatelinkEndpointsServiceServerless.
|
|
77
|
-
*/
|
|
78
|
-
export interface GetPrivatelinkEndpointsServiceServerlessArgs {
|
|
79
|
-
/**
|
|
80
|
-
* Human-readable label that identifies the serverless instance
|
|
81
|
-
*/
|
|
82
|
-
instanceName: string;
|
|
83
|
-
/**
|
|
84
|
-
* Unique 24-digit hexadecimal string that identifies the project.
|
|
85
|
-
*/
|
|
86
|
-
projectId: string;
|
|
87
|
-
}
|
|
88
|
-
/**
|
|
89
|
-
* A collection of values returned by getPrivatelinkEndpointsServiceServerless.
|
|
90
|
-
*/
|
|
91
|
-
export interface GetPrivatelinkEndpointsServiceServerlessResult {
|
|
92
|
-
/**
|
|
93
|
-
* The provider-assigned unique ID for this managed resource.
|
|
94
|
-
*/
|
|
95
|
-
readonly id: string;
|
|
96
|
-
readonly instanceName: string;
|
|
97
|
-
readonly projectId: string;
|
|
98
|
-
/**
|
|
99
|
-
* Each element in the `result` array is one private serverless endpoint.
|
|
100
|
-
*/
|
|
101
|
-
readonly results: outputs.GetPrivatelinkEndpointsServiceServerlessResult[];
|
|
102
|
-
}
|
|
103
|
-
/**
|
|
104
|
-
* **WARNING:** This data source is deprecated and will be removed in March 2025. For more datails see Migration Guide: Transition out of Serverless Instances and Shared-tier clusters
|
|
105
|
-
*
|
|
106
|
-
* `privatelinkEndpointsServiceServerless` describes the list of all Serverless PrivateLink Endpoint Service resource.
|
|
107
|
-
*
|
|
108
|
-
* > **NOTE:** Groups and projects are synonymous terms. You may find groupId in the official documentation.
|
|
109
|
-
*
|
|
110
|
-
* ## Example with AWS
|
|
111
|
-
*
|
|
112
|
-
* ```typescript
|
|
113
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
114
|
-
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
115
|
-
*
|
|
116
|
-
* const testServerlessInstance = new mongodbatlas.ServerlessInstance("test", {
|
|
117
|
-
* projectId: "<PROJECT_ID>",
|
|
118
|
-
* name: "test-db",
|
|
119
|
-
* providerSettingsBackingProviderName: "AWS",
|
|
120
|
-
* providerSettingsProviderName: "SERVERLESS",
|
|
121
|
-
* providerSettingsRegionName: "US_EAST_1",
|
|
122
|
-
* continuousBackupEnabled: true,
|
|
123
|
-
* });
|
|
124
|
-
* const test = mongodbatlas.getPrivatelinkEndpointsServiceServerlessOutput({
|
|
125
|
-
* projectId: "<PROJECT_ID>",
|
|
126
|
-
* instanceName: testServerlessInstance.name,
|
|
127
|
-
* });
|
|
128
|
-
* const testPrivatelinkEndpointServerless = new mongodbatlas.PrivatelinkEndpointServerless("test", {
|
|
129
|
-
* projectId: "<PROJECT_ID>",
|
|
130
|
-
* instanceName: testServerlessInstance.name,
|
|
131
|
-
* providerName: "AWS",
|
|
132
|
-
* });
|
|
133
|
-
* const testPrivatelinkEndpointServiceServerless = new mongodbatlas.PrivatelinkEndpointServiceServerless("test", {
|
|
134
|
-
* projectId: "<PROJECT_ID>",
|
|
135
|
-
* instanceName: "test-db",
|
|
136
|
-
* endpointId: testPrivatelinkEndpointServerless.endpointId,
|
|
137
|
-
* providerName: "AWS",
|
|
138
|
-
* comment: "New serverless endpoint",
|
|
139
|
-
* });
|
|
140
|
-
* ```
|
|
141
|
-
*
|
|
142
|
-
* ## Example with AZURE
|
|
143
|
-
*
|
|
144
|
-
* ```typescript
|
|
145
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
146
|
-
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
147
|
-
*
|
|
148
|
-
* const testServerlessInstance = new mongodbatlas.ServerlessInstance("test", {
|
|
149
|
-
* projectId: "<PROJECT_ID>",
|
|
150
|
-
* name: "test-db",
|
|
151
|
-
* providerSettingsBackingProviderName: "AZURE",
|
|
152
|
-
* providerSettingsProviderName: "SERVERLESS",
|
|
153
|
-
* providerSettingsRegionName: "US_EAST",
|
|
154
|
-
* continuousBackupEnabled: true,
|
|
155
|
-
* });
|
|
156
|
-
* const test = mongodbatlas.getPrivatelinkEndpointsServiceServerlessOutput({
|
|
157
|
-
* projectId: "<PROJECT_ID>",
|
|
158
|
-
* instanceName: testServerlessInstance.name,
|
|
159
|
-
* });
|
|
160
|
-
* const testPrivatelinkEndpointServerless = new mongodbatlas.PrivatelinkEndpointServerless("test", {
|
|
161
|
-
* projectId: "<PROJECT_ID>",
|
|
162
|
-
* instanceName: testServerlessInstance.name,
|
|
163
|
-
* providerName: "AZURE",
|
|
164
|
-
* });
|
|
165
|
-
* const testPrivatelinkEndpointServiceServerless = new mongodbatlas.PrivatelinkEndpointServiceServerless("test", {
|
|
166
|
-
* projectId: "<PROJECT_ID>",
|
|
167
|
-
* instanceName: "test-db",
|
|
168
|
-
* endpointId: testPrivatelinkEndpointServerless.endpointId,
|
|
169
|
-
* providerName: "AZURE",
|
|
170
|
-
* comment: "New serverless endpoint",
|
|
171
|
-
* });
|
|
172
|
-
* ```
|
|
173
|
-
*/
|
|
174
|
-
export declare function getPrivatelinkEndpointsServiceServerlessOutput(args: GetPrivatelinkEndpointsServiceServerlessOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetPrivatelinkEndpointsServiceServerlessResult>;
|
|
175
|
-
/**
|
|
176
|
-
* A collection of arguments for invoking getPrivatelinkEndpointsServiceServerless.
|
|
177
|
-
*/
|
|
178
|
-
export interface GetPrivatelinkEndpointsServiceServerlessOutputArgs {
|
|
179
|
-
/**
|
|
180
|
-
* Human-readable label that identifies the serverless instance
|
|
181
|
-
*/
|
|
182
|
-
instanceName: pulumi.Input<string>;
|
|
183
|
-
/**
|
|
184
|
-
* Unique 24-digit hexadecimal string that identifies the project.
|
|
185
|
-
*/
|
|
186
|
-
projectId: pulumi.Input<string>;
|
|
187
|
-
}
|
|
@@ -1,166 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
-
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.getPrivatelinkEndpointsServiceServerlessOutput = exports.getPrivatelinkEndpointsServiceServerless = void 0;
|
|
6
|
-
const pulumi = require("@pulumi/pulumi");
|
|
7
|
-
const utilities = require("./utilities");
|
|
8
|
-
/**
|
|
9
|
-
* **WARNING:** This data source is deprecated and will be removed in March 2025. For more datails see Migration Guide: Transition out of Serverless Instances and Shared-tier clusters
|
|
10
|
-
*
|
|
11
|
-
* `privatelinkEndpointsServiceServerless` describes the list of all Serverless PrivateLink Endpoint Service resource.
|
|
12
|
-
*
|
|
13
|
-
* > **NOTE:** Groups and projects are synonymous terms. You may find groupId in the official documentation.
|
|
14
|
-
*
|
|
15
|
-
* ## Example with AWS
|
|
16
|
-
*
|
|
17
|
-
* ```typescript
|
|
18
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
19
|
-
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
20
|
-
*
|
|
21
|
-
* const testServerlessInstance = new mongodbatlas.ServerlessInstance("test", {
|
|
22
|
-
* projectId: "<PROJECT_ID>",
|
|
23
|
-
* name: "test-db",
|
|
24
|
-
* providerSettingsBackingProviderName: "AWS",
|
|
25
|
-
* providerSettingsProviderName: "SERVERLESS",
|
|
26
|
-
* providerSettingsRegionName: "US_EAST_1",
|
|
27
|
-
* continuousBackupEnabled: true,
|
|
28
|
-
* });
|
|
29
|
-
* const test = mongodbatlas.getPrivatelinkEndpointsServiceServerlessOutput({
|
|
30
|
-
* projectId: "<PROJECT_ID>",
|
|
31
|
-
* instanceName: testServerlessInstance.name,
|
|
32
|
-
* });
|
|
33
|
-
* const testPrivatelinkEndpointServerless = new mongodbatlas.PrivatelinkEndpointServerless("test", {
|
|
34
|
-
* projectId: "<PROJECT_ID>",
|
|
35
|
-
* instanceName: testServerlessInstance.name,
|
|
36
|
-
* providerName: "AWS",
|
|
37
|
-
* });
|
|
38
|
-
* const testPrivatelinkEndpointServiceServerless = new mongodbatlas.PrivatelinkEndpointServiceServerless("test", {
|
|
39
|
-
* projectId: "<PROJECT_ID>",
|
|
40
|
-
* instanceName: "test-db",
|
|
41
|
-
* endpointId: testPrivatelinkEndpointServerless.endpointId,
|
|
42
|
-
* providerName: "AWS",
|
|
43
|
-
* comment: "New serverless endpoint",
|
|
44
|
-
* });
|
|
45
|
-
* ```
|
|
46
|
-
*
|
|
47
|
-
* ## Example with AZURE
|
|
48
|
-
*
|
|
49
|
-
* ```typescript
|
|
50
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
51
|
-
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
52
|
-
*
|
|
53
|
-
* const testServerlessInstance = new mongodbatlas.ServerlessInstance("test", {
|
|
54
|
-
* projectId: "<PROJECT_ID>",
|
|
55
|
-
* name: "test-db",
|
|
56
|
-
* providerSettingsBackingProviderName: "AZURE",
|
|
57
|
-
* providerSettingsProviderName: "SERVERLESS",
|
|
58
|
-
* providerSettingsRegionName: "US_EAST",
|
|
59
|
-
* continuousBackupEnabled: true,
|
|
60
|
-
* });
|
|
61
|
-
* const test = mongodbatlas.getPrivatelinkEndpointsServiceServerlessOutput({
|
|
62
|
-
* projectId: "<PROJECT_ID>",
|
|
63
|
-
* instanceName: testServerlessInstance.name,
|
|
64
|
-
* });
|
|
65
|
-
* const testPrivatelinkEndpointServerless = new mongodbatlas.PrivatelinkEndpointServerless("test", {
|
|
66
|
-
* projectId: "<PROJECT_ID>",
|
|
67
|
-
* instanceName: testServerlessInstance.name,
|
|
68
|
-
* providerName: "AZURE",
|
|
69
|
-
* });
|
|
70
|
-
* const testPrivatelinkEndpointServiceServerless = new mongodbatlas.PrivatelinkEndpointServiceServerless("test", {
|
|
71
|
-
* projectId: "<PROJECT_ID>",
|
|
72
|
-
* instanceName: "test-db",
|
|
73
|
-
* endpointId: testPrivatelinkEndpointServerless.endpointId,
|
|
74
|
-
* providerName: "AZURE",
|
|
75
|
-
* comment: "New serverless endpoint",
|
|
76
|
-
* });
|
|
77
|
-
* ```
|
|
78
|
-
*/
|
|
79
|
-
function getPrivatelinkEndpointsServiceServerless(args, opts) {
|
|
80
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
81
|
-
return pulumi.runtime.invoke("mongodbatlas:index/getPrivatelinkEndpointsServiceServerless:getPrivatelinkEndpointsServiceServerless", {
|
|
82
|
-
"instanceName": args.instanceName,
|
|
83
|
-
"projectId": args.projectId,
|
|
84
|
-
}, opts);
|
|
85
|
-
}
|
|
86
|
-
exports.getPrivatelinkEndpointsServiceServerless = getPrivatelinkEndpointsServiceServerless;
|
|
87
|
-
/**
|
|
88
|
-
* **WARNING:** This data source is deprecated and will be removed in March 2025. For more datails see Migration Guide: Transition out of Serverless Instances and Shared-tier clusters
|
|
89
|
-
*
|
|
90
|
-
* `privatelinkEndpointsServiceServerless` describes the list of all Serverless PrivateLink Endpoint Service resource.
|
|
91
|
-
*
|
|
92
|
-
* > **NOTE:** Groups and projects are synonymous terms. You may find groupId in the official documentation.
|
|
93
|
-
*
|
|
94
|
-
* ## Example with AWS
|
|
95
|
-
*
|
|
96
|
-
* ```typescript
|
|
97
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
98
|
-
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
99
|
-
*
|
|
100
|
-
* const testServerlessInstance = new mongodbatlas.ServerlessInstance("test", {
|
|
101
|
-
* projectId: "<PROJECT_ID>",
|
|
102
|
-
* name: "test-db",
|
|
103
|
-
* providerSettingsBackingProviderName: "AWS",
|
|
104
|
-
* providerSettingsProviderName: "SERVERLESS",
|
|
105
|
-
* providerSettingsRegionName: "US_EAST_1",
|
|
106
|
-
* continuousBackupEnabled: true,
|
|
107
|
-
* });
|
|
108
|
-
* const test = mongodbatlas.getPrivatelinkEndpointsServiceServerlessOutput({
|
|
109
|
-
* projectId: "<PROJECT_ID>",
|
|
110
|
-
* instanceName: testServerlessInstance.name,
|
|
111
|
-
* });
|
|
112
|
-
* const testPrivatelinkEndpointServerless = new mongodbatlas.PrivatelinkEndpointServerless("test", {
|
|
113
|
-
* projectId: "<PROJECT_ID>",
|
|
114
|
-
* instanceName: testServerlessInstance.name,
|
|
115
|
-
* providerName: "AWS",
|
|
116
|
-
* });
|
|
117
|
-
* const testPrivatelinkEndpointServiceServerless = new mongodbatlas.PrivatelinkEndpointServiceServerless("test", {
|
|
118
|
-
* projectId: "<PROJECT_ID>",
|
|
119
|
-
* instanceName: "test-db",
|
|
120
|
-
* endpointId: testPrivatelinkEndpointServerless.endpointId,
|
|
121
|
-
* providerName: "AWS",
|
|
122
|
-
* comment: "New serverless endpoint",
|
|
123
|
-
* });
|
|
124
|
-
* ```
|
|
125
|
-
*
|
|
126
|
-
* ## Example with AZURE
|
|
127
|
-
*
|
|
128
|
-
* ```typescript
|
|
129
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
130
|
-
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
131
|
-
*
|
|
132
|
-
* const testServerlessInstance = new mongodbatlas.ServerlessInstance("test", {
|
|
133
|
-
* projectId: "<PROJECT_ID>",
|
|
134
|
-
* name: "test-db",
|
|
135
|
-
* providerSettingsBackingProviderName: "AZURE",
|
|
136
|
-
* providerSettingsProviderName: "SERVERLESS",
|
|
137
|
-
* providerSettingsRegionName: "US_EAST",
|
|
138
|
-
* continuousBackupEnabled: true,
|
|
139
|
-
* });
|
|
140
|
-
* const test = mongodbatlas.getPrivatelinkEndpointsServiceServerlessOutput({
|
|
141
|
-
* projectId: "<PROJECT_ID>",
|
|
142
|
-
* instanceName: testServerlessInstance.name,
|
|
143
|
-
* });
|
|
144
|
-
* const testPrivatelinkEndpointServerless = new mongodbatlas.PrivatelinkEndpointServerless("test", {
|
|
145
|
-
* projectId: "<PROJECT_ID>",
|
|
146
|
-
* instanceName: testServerlessInstance.name,
|
|
147
|
-
* providerName: "AZURE",
|
|
148
|
-
* });
|
|
149
|
-
* const testPrivatelinkEndpointServiceServerless = new mongodbatlas.PrivatelinkEndpointServiceServerless("test", {
|
|
150
|
-
* projectId: "<PROJECT_ID>",
|
|
151
|
-
* instanceName: "test-db",
|
|
152
|
-
* endpointId: testPrivatelinkEndpointServerless.endpointId,
|
|
153
|
-
* providerName: "AZURE",
|
|
154
|
-
* comment: "New serverless endpoint",
|
|
155
|
-
* });
|
|
156
|
-
* ```
|
|
157
|
-
*/
|
|
158
|
-
function getPrivatelinkEndpointsServiceServerlessOutput(args, opts) {
|
|
159
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
160
|
-
return pulumi.runtime.invokeOutput("mongodbatlas:index/getPrivatelinkEndpointsServiceServerless:getPrivatelinkEndpointsServiceServerless", {
|
|
161
|
-
"instanceName": args.instanceName,
|
|
162
|
-
"projectId": args.projectId,
|
|
163
|
-
}, opts);
|
|
164
|
-
}
|
|
165
|
-
exports.getPrivatelinkEndpointsServiceServerlessOutput = getPrivatelinkEndpointsServiceServerlessOutput;
|
|
166
|
-
//# sourceMappingURL=getPrivatelinkEndpointsServiceServerless.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getPrivatelinkEndpointsServiceServerless.js","sourceRoot":"","sources":["../getPrivatelinkEndpointsServiceServerless.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsEG;AACH,SAAgB,wCAAwC,CAAC,IAAkD,EAAE,IAA2B;IACpI,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sGAAsG,EAAE;QACjI,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,4FAMC;AA+BD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsEG;AACH,SAAgB,8CAA8C,CAAC,IAAwD,EAAE,IAAiC;IACtJ,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,sGAAsG,EAAE;QACvI,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,wGAMC"}
|
package/getTeams.d.ts
DELETED
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
/**
|
|
3
|
-
* **WARNING:** This datasource is deprecated, use `mongodbatlas.Team`
|
|
4
|
-
*
|
|
5
|
-
* This data source is deprecated. Please transition to using `mongodbatlas.Team` which defines the same underlying implementation, aligning the name of the data source with the implementation which fetches a single team.
|
|
6
|
-
*
|
|
7
|
-
* In the future this data source will define a new implementation capable of fetching all teams in one organization.
|
|
8
|
-
*/
|
|
9
|
-
export declare function getTeams(args: GetTeamsArgs, opts?: pulumi.InvokeOptions): Promise<GetTeamsResult>;
|
|
10
|
-
/**
|
|
11
|
-
* A collection of arguments for invoking getTeams.
|
|
12
|
-
*/
|
|
13
|
-
export interface GetTeamsArgs {
|
|
14
|
-
name?: string;
|
|
15
|
-
orgId: string;
|
|
16
|
-
teamId?: string;
|
|
17
|
-
}
|
|
18
|
-
/**
|
|
19
|
-
* A collection of values returned by getTeams.
|
|
20
|
-
*/
|
|
21
|
-
export interface GetTeamsResult {
|
|
22
|
-
/**
|
|
23
|
-
* The provider-assigned unique ID for this managed resource.
|
|
24
|
-
*/
|
|
25
|
-
readonly id: string;
|
|
26
|
-
readonly name: string;
|
|
27
|
-
readonly orgId: string;
|
|
28
|
-
readonly teamId: string;
|
|
29
|
-
readonly usernames: string[];
|
|
30
|
-
}
|
|
31
|
-
/**
|
|
32
|
-
* **WARNING:** This datasource is deprecated, use `mongodbatlas.Team`
|
|
33
|
-
*
|
|
34
|
-
* This data source is deprecated. Please transition to using `mongodbatlas.Team` which defines the same underlying implementation, aligning the name of the data source with the implementation which fetches a single team.
|
|
35
|
-
*
|
|
36
|
-
* In the future this data source will define a new implementation capable of fetching all teams in one organization.
|
|
37
|
-
*/
|
|
38
|
-
export declare function getTeamsOutput(args: GetTeamsOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetTeamsResult>;
|
|
39
|
-
/**
|
|
40
|
-
* A collection of arguments for invoking getTeams.
|
|
41
|
-
*/
|
|
42
|
-
export interface GetTeamsOutputArgs {
|
|
43
|
-
name?: pulumi.Input<string>;
|
|
44
|
-
orgId: pulumi.Input<string>;
|
|
45
|
-
teamId?: pulumi.Input<string>;
|
|
46
|
-
}
|
package/getTeams.js
DELETED
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
-
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.getTeamsOutput = exports.getTeams = void 0;
|
|
6
|
-
const pulumi = require("@pulumi/pulumi");
|
|
7
|
-
const utilities = require("./utilities");
|
|
8
|
-
/**
|
|
9
|
-
* **WARNING:** This datasource is deprecated, use `mongodbatlas.Team`
|
|
10
|
-
*
|
|
11
|
-
* This data source is deprecated. Please transition to using `mongodbatlas.Team` which defines the same underlying implementation, aligning the name of the data source with the implementation which fetches a single team.
|
|
12
|
-
*
|
|
13
|
-
* In the future this data source will define a new implementation capable of fetching all teams in one organization.
|
|
14
|
-
*/
|
|
15
|
-
function getTeams(args, opts) {
|
|
16
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
17
|
-
return pulumi.runtime.invoke("mongodbatlas:index/getTeams:getTeams", {
|
|
18
|
-
"name": args.name,
|
|
19
|
-
"orgId": args.orgId,
|
|
20
|
-
"teamId": args.teamId,
|
|
21
|
-
}, opts);
|
|
22
|
-
}
|
|
23
|
-
exports.getTeams = getTeams;
|
|
24
|
-
/**
|
|
25
|
-
* **WARNING:** This datasource is deprecated, use `mongodbatlas.Team`
|
|
26
|
-
*
|
|
27
|
-
* This data source is deprecated. Please transition to using `mongodbatlas.Team` which defines the same underlying implementation, aligning the name of the data source with the implementation which fetches a single team.
|
|
28
|
-
*
|
|
29
|
-
* In the future this data source will define a new implementation capable of fetching all teams in one organization.
|
|
30
|
-
*/
|
|
31
|
-
function getTeamsOutput(args, opts) {
|
|
32
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
33
|
-
return pulumi.runtime.invokeOutput("mongodbatlas:index/getTeams:getTeams", {
|
|
34
|
-
"name": args.name,
|
|
35
|
-
"orgId": args.orgId,
|
|
36
|
-
"teamId": args.teamId,
|
|
37
|
-
}, opts);
|
|
38
|
-
}
|
|
39
|
-
exports.getTeamsOutput = getTeamsOutput;
|
|
40
|
-
//# sourceMappingURL=getTeams.js.map
|
package/getTeams.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getTeams.js","sourceRoot":"","sources":["../getTeams.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;GAMG;AACH,SAAgB,QAAQ,CAAC,IAAkB,EAAE,IAA2B;IACpE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sCAAsC,EAAE;QACjE,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,4BAOC;AAwBD;;;;;;GAMG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAAiC;IACtF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,sCAAsC,EAAE;QACvE,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,wCAOC"}
|