@pulumi/mongodbatlas 3.39.0-alpha.1766556689 → 4.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/accessListApiKey.d.ts +3 -0
- package/accessListApiKey.js +3 -0
- package/accessListApiKey.js.map +1 -1
- package/advancedCluster.d.ts +85 -40
- package/advancedCluster.js +4 -2
- package/advancedCluster.js.map +1 -1
- package/alertConfiguration.d.ts +15 -2
- package/alertConfiguration.js +5 -2
- package/alertConfiguration.js.map +1 -1
- package/apiKey.d.ts +3 -0
- package/apiKey.js +3 -0
- package/apiKey.js.map +1 -1
- package/apiKeyProjectAssignment.d.ts +3 -2
- package/apiKeyProjectAssignment.js +3 -2
- package/apiKeyProjectAssignment.js.map +1 -1
- package/auditing.d.ts +0 -2
- package/auditing.js +0 -2
- package/auditing.js.map +1 -1
- package/backupCompliancePolicy.d.ts +3 -0
- package/backupCompliancePolicy.js +3 -0
- package/backupCompliancePolicy.js.map +1 -1
- package/cloudBackupSchedule.d.ts +8 -8
- package/cloudBackupSnapshot.d.ts +16 -2
- package/cloudBackupSnapshot.js +6 -2
- package/cloudBackupSnapshot.js.map +1 -1
- package/cloudBackupSnapshotExportBucket.d.ts +4 -2
- package/cloudBackupSnapshotExportBucket.js +4 -2
- package/cloudBackupSnapshotExportBucket.js.map +1 -1
- package/cloudBackupSnapshotExportJob.d.ts +3 -2
- package/cloudBackupSnapshotExportJob.js +3 -2
- package/cloudBackupSnapshotExportJob.js.map +1 -1
- package/cloudBackupSnapshotRestoreJob.d.ts +3 -3
- package/cloudBackupSnapshotRestoreJob.js +3 -3
- package/cloudProviderAccessAuthorization.d.ts +36 -0
- package/cloudProviderAccessAuthorization.js.map +1 -1
- package/cloudProviderAccessSetup.d.ts +126 -0
- package/cloudProviderAccessSetup.js +59 -0
- package/cloudProviderAccessSetup.js.map +1 -1
- package/cloudUserOrgAssignment.d.ts +221 -0
- package/cloudUserOrgAssignment.js +137 -0
- package/cloudUserOrgAssignment.js.map +1 -0
- package/cloudUserProjectAssignment.d.ts +217 -0
- package/cloudUserProjectAssignment.js +141 -0
- package/cloudUserProjectAssignment.js.map +1 -0
- package/cloudUserTeamAssignment.d.ts +229 -0
- package/cloudUserTeamAssignment.js +139 -0
- package/cloudUserTeamAssignment.js.map +1 -0
- package/cluster.d.ts +4 -0
- package/cluster.js +4 -0
- package/cluster.js.map +1 -1
- package/clusterOutageSimulation.d.ts +15 -2
- package/clusterOutageSimulation.js +5 -2
- package/clusterOutageSimulation.js.map +1 -1
- package/config/vars.d.ts +12 -0
- package/config/vars.js +18 -0
- package/config/vars.js.map +1 -1
- package/customDbRole.d.ts +0 -2
- package/customDbRole.js +0 -2
- package/customDbRole.js.map +1 -1
- package/customDnsConfigurationClusterAws.d.ts +0 -2
- package/customDnsConfigurationClusterAws.js +0 -2
- package/customDnsConfigurationClusterAws.js.map +1 -1
- package/databaseUser.d.ts +3 -2
- package/databaseUser.js +3 -2
- package/databaseUser.js.map +1 -1
- package/encryptionAtRestPrivateEndpoint.d.ts +21 -2
- package/encryptionAtRestPrivateEndpoint.js +8 -2
- package/encryptionAtRestPrivateEndpoint.js.map +1 -1
- package/eventTrigger.d.ts +15 -130
- package/eventTrigger.js +0 -115
- package/eventTrigger.js.map +1 -1
- package/federatedDatabaseInstance.d.ts +16 -14
- package/federatedDatabaseInstance.js +4 -2
- package/federatedDatabaseInstance.js.map +1 -1
- package/federatedQueryLimit.d.ts +3 -2
- package/federatedQueryLimit.js +3 -2
- package/federatedQueryLimit.js.map +1 -1
- package/federatedSettingsIdentityProvider.d.ts +2 -2
- package/federatedSettingsIdentityProvider.js +2 -2
- package/federatedSettingsOrgConfig.d.ts +4 -2
- package/federatedSettingsOrgConfig.js +4 -2
- package/federatedSettingsOrgConfig.js.map +1 -1
- package/federatedSettingsOrgRoleMapping.d.ts +3 -2
- package/federatedSettingsOrgRoleMapping.js +3 -2
- package/federatedSettingsOrgRoleMapping.js.map +1 -1
- package/flexCluster.d.ts +18 -2
- package/flexCluster.js +7 -2
- package/flexCluster.js.map +1 -1
- package/getAdvancedCluster.d.ts +122 -52
- package/getAdvancedCluster.js +104 -30
- package/getAdvancedCluster.js.map +1 -1
- package/getAdvancedClusters.d.ts +153 -35
- package/getAdvancedClusters.js +150 -32
- package/getAdvancedClusters.js.map +1 -1
- package/getAlertConfiguration.d.ts +4 -4
- package/getAlertConfiguration.js +0 -4
- package/getAlertConfiguration.js.map +1 -1
- package/getAlertConfigurations.d.ts +0 -4
- package/getAlertConfigurations.js +0 -4
- package/getAlertConfigurations.js.map +1 -1
- package/getApiKeyProjectAssignment.d.ts +0 -4
- package/getApiKeyProjectAssignment.js +0 -4
- package/getApiKeyProjectAssignment.js.map +1 -1
- package/getApiKeyProjectAssignments.d.ts +0 -4
- package/getApiKeyProjectAssignments.js +0 -4
- package/getApiKeyProjectAssignments.js.map +1 -1
- package/getAtlasUser.d.ts +9 -7
- package/getAtlasUser.js +4 -4
- package/getAtlasUser.js.map +1 -1
- package/getAtlasUsers.d.ts +4 -4
- package/getAtlasUsers.js +4 -4
- package/getAuditing.d.ts +0 -4
- package/getAuditing.js +0 -4
- package/getAuditing.js.map +1 -1
- package/getBackupCompliancePolicy.d.ts +3 -3
- package/getCloudBackupSchedule.d.ts +0 -11
- package/getCloudBackupSchedule.js +0 -4
- package/getCloudBackupSchedule.js.map +1 -1
- package/getCloudBackupSnapshot.d.ts +0 -4
- package/getCloudBackupSnapshot.js +0 -4
- package/getCloudBackupSnapshot.js.map +1 -1
- package/getCloudBackupSnapshotExportBucket.d.ts +0 -4
- package/getCloudBackupSnapshotExportBucket.js +0 -4
- package/getCloudBackupSnapshotExportBucket.js.map +1 -1
- package/getCloudBackupSnapshotExportBuckets.d.ts +0 -4
- package/getCloudBackupSnapshotExportBuckets.js +0 -4
- package/getCloudBackupSnapshotExportBuckets.js.map +1 -1
- package/getCloudBackupSnapshotExportJob.d.ts +0 -4
- package/getCloudBackupSnapshotExportJob.js +0 -4
- package/getCloudBackupSnapshotExportJob.js.map +1 -1
- package/getCloudBackupSnapshotExportJobs.d.ts +0 -4
- package/getCloudBackupSnapshotExportJobs.js +0 -4
- package/getCloudBackupSnapshotExportJobs.js.map +1 -1
- package/getCloudBackupSnapshotRestoreJob.d.ts +0 -4
- package/getCloudBackupSnapshotRestoreJob.js +0 -4
- package/getCloudBackupSnapshotRestoreJob.js.map +1 -1
- package/getCloudBackupSnapshotRestoreJobs.d.ts +0 -4
- package/getCloudBackupSnapshotRestoreJobs.js +0 -4
- package/getCloudBackupSnapshotRestoreJobs.js.map +1 -1
- package/getCloudBackupSnapshots.d.ts +0 -4
- package/getCloudBackupSnapshots.js +0 -4
- package/getCloudBackupSnapshots.js.map +1 -1
- package/getCloudProviderAccessSetup.d.ts +0 -4
- package/getCloudProviderAccessSetup.js +0 -4
- package/getCloudProviderAccessSetup.js.map +1 -1
- package/getCloudUserOrgAssignment.d.ts +171 -0
- package/getCloudUserOrgAssignment.js +90 -0
- package/getCloudUserOrgAssignment.js.map +1 -0
- package/getCloudUserProjectAssignment.d.ts +117 -0
- package/getCloudUserProjectAssignment.js +92 -0
- package/getCloudUserProjectAssignment.js.map +1 -0
- package/getCloudUserTeamAssignment.d.ts +183 -0
- package/getCloudUserTeamAssignment.js +92 -0
- package/getCloudUserTeamAssignment.js.map +1 -0
- package/getClusters.d.ts +4 -4
- package/getClusters.js +4 -4
- package/getControlPlaneIpAddresses.d.ts +0 -4
- package/getControlPlaneIpAddresses.js +0 -4
- package/getControlPlaneIpAddresses.js.map +1 -1
- package/getCustomDbRole.d.ts +0 -4
- package/getCustomDbRole.js +0 -4
- package/getCustomDbRole.js.map +1 -1
- package/getCustomDbRoles.d.ts +0 -4
- package/getCustomDbRoles.js +0 -4
- package/getCustomDbRoles.js.map +1 -1
- package/getCustomDnsConfigurationClusterAws.d.ts +0 -4
- package/getCustomDnsConfigurationClusterAws.js +0 -4
- package/getCustomDnsConfigurationClusterAws.js.map +1 -1
- package/getDatabaseUser.d.ts +1 -5
- package/getDatabaseUser.js +0 -4
- package/getDatabaseUser.js.map +1 -1
- package/getDatabaseUsers.d.ts +0 -4
- package/getDatabaseUsers.js +0 -4
- package/getDatabaseUsers.js.map +1 -1
- package/getEncryptionAtRest.d.ts +0 -4
- package/getEncryptionAtRest.js +0 -4
- package/getEncryptionAtRest.js.map +1 -1
- package/getEncryptionAtRestPrivateEndpoint.d.ts +0 -4
- package/getEncryptionAtRestPrivateEndpoint.js +0 -4
- package/getEncryptionAtRestPrivateEndpoint.js.map +1 -1
- package/getEncryptionAtRestPrivateEndpoints.d.ts +0 -4
- package/getEncryptionAtRestPrivateEndpoints.js +0 -4
- package/getEncryptionAtRestPrivateEndpoints.js.map +1 -1
- package/getEventTrigger.d.ts +0 -4
- package/getEventTrigger.js +0 -4
- package/getEventTrigger.js.map +1 -1
- package/getEventTriggers.d.ts +0 -4
- package/getEventTriggers.js +0 -4
- package/getEventTriggers.js.map +1 -1
- package/getFederatedDatabaseInstance.d.ts +45 -15
- package/getFederatedDatabaseInstance.js +40 -10
- package/getFederatedDatabaseInstance.js.map +1 -1
- package/getFederatedDatabaseInstances.d.ts +0 -4
- package/getFederatedDatabaseInstances.js +0 -4
- package/getFederatedDatabaseInstances.js.map +1 -1
- package/getFederatedQueryLimit.d.ts +0 -4
- package/getFederatedQueryLimit.js +0 -4
- package/getFederatedQueryLimit.js.map +1 -1
- package/getFederatedQueryLimits.d.ts +0 -4
- package/getFederatedQueryLimits.js +0 -4
- package/getFederatedQueryLimits.js.map +1 -1
- package/getFederatedSettings.d.ts +0 -4
- package/getFederatedSettings.js +0 -4
- package/getFederatedSettings.js.map +1 -1
- package/getFederatedSettingsIdentityProvider.d.ts +0 -4
- package/getFederatedSettingsIdentityProvider.js +0 -4
- package/getFederatedSettingsIdentityProvider.js.map +1 -1
- package/getFederatedSettingsIdentityProviders.d.ts +0 -4
- package/getFederatedSettingsIdentityProviders.js +0 -4
- package/getFederatedSettingsIdentityProviders.js.map +1 -1
- package/getFederatedSettingsOrgConfig.d.ts +0 -4
- package/getFederatedSettingsOrgConfig.js +0 -4
- package/getFederatedSettingsOrgConfig.js.map +1 -1
- package/getFederatedSettingsOrgConfigs.d.ts +0 -4
- package/getFederatedSettingsOrgConfigs.js +0 -4
- package/getFederatedSettingsOrgConfigs.js.map +1 -1
- package/getFederatedSettingsOrgRoleMapping.d.ts +0 -4
- package/getFederatedSettingsOrgRoleMapping.js +0 -4
- package/getFederatedSettingsOrgRoleMapping.js.map +1 -1
- package/getFederatedSettingsOrgRoleMappings.d.ts +0 -4
- package/getFederatedSettingsOrgRoleMappings.js +0 -4
- package/getFederatedSettingsOrgRoleMappings.js.map +1 -1
- package/getFlexCluster.d.ts +0 -4
- package/getFlexCluster.js +0 -4
- package/getFlexCluster.js.map +1 -1
- package/getFlexClusters.d.ts +0 -4
- package/getFlexClusters.js +0 -4
- package/getFlexClusters.js.map +1 -1
- package/getFlexRestoreJob.d.ts +0 -4
- package/getFlexRestoreJob.js +0 -4
- package/getFlexRestoreJob.js.map +1 -1
- package/getFlexRestoreJobs.d.ts +0 -4
- package/getFlexRestoreJobs.js +0 -4
- package/getFlexRestoreJobs.js.map +1 -1
- package/getFlexSnapshot.d.ts +0 -4
- package/getFlexSnapshot.js +0 -4
- package/getFlexSnapshot.js.map +1 -1
- package/getFlexSnapshots.d.ts +0 -4
- package/getFlexSnapshots.js +0 -4
- package/getFlexSnapshots.js.map +1 -1
- package/getGlobalClusterConfig.d.ts +0 -12
- package/getGlobalClusterConfig.js +0 -4
- package/getGlobalClusterConfig.js.map +1 -1
- package/getLdapConfiguration.d.ts +0 -4
- package/getLdapConfiguration.js +0 -4
- package/getLdapConfiguration.js.map +1 -1
- package/getLdapVerify.d.ts +0 -4
- package/getLdapVerify.js +0 -4
- package/getLdapVerify.js.map +1 -1
- package/getMaintenanceWindow.d.ts +6 -6
- package/getMaintenanceWindow.js +4 -4
- package/getMongodbEmployeeAccessGrant.d.ts +0 -4
- package/getMongodbEmployeeAccessGrant.js +0 -4
- package/getMongodbEmployeeAccessGrant.js.map +1 -1
- package/getNetworkContainer.d.ts +0 -4
- package/getNetworkContainer.js +0 -4
- package/getNetworkContainer.js.map +1 -1
- package/getNetworkContainers.d.ts +0 -4
- package/getNetworkContainers.js +0 -4
- package/getNetworkContainers.js.map +1 -1
- package/getNetworkPeering.d.ts +0 -4
- package/getNetworkPeering.js +0 -4
- package/getNetworkPeering.js.map +1 -1
- package/getNetworkPeerings.d.ts +0 -4
- package/getNetworkPeerings.js +0 -4
- package/getNetworkPeerings.js.map +1 -1
- package/getOnlineArchive.d.ts +2 -6
- package/getOnlineArchive.js +2 -6
- package/getOnlineArchive.js.map +1 -1
- package/getOnlineArchives.d.ts +2 -6
- package/getOnlineArchives.js +2 -6
- package/getOnlineArchives.js.map +1 -1
- package/getOrgInvitation.d.ts +4 -4
- package/getOrgInvitation.js +4 -4
- package/getOrganization.d.ts +4 -4
- package/getOrganization.js +0 -4
- package/getOrganization.js.map +1 -1
- package/getOrganizations.d.ts +0 -4
- package/getOrganizations.js +0 -4
- package/getOrganizations.js.map +1 -1
- package/getPrivateEndpointRegionalMode.d.ts +0 -4
- package/getPrivateEndpointRegionalMode.js +0 -4
- package/getPrivateEndpointRegionalMode.js.map +1 -1
- package/getPrivateLinkEndpoint.d.ts +0 -4
- package/getPrivateLinkEndpoint.js +0 -4
- package/getPrivateLinkEndpoint.js.map +1 -1
- package/getPrivateLinkEndpointService.d.ts +0 -4
- package/getPrivateLinkEndpointService.js +0 -4
- package/getPrivateLinkEndpointService.js.map +1 -1
- package/getPrivatelinkEndpointServiceDataFederationOnlineArchive.d.ts +2 -6
- package/getPrivatelinkEndpointServiceDataFederationOnlineArchive.js +0 -4
- package/getPrivatelinkEndpointServiceDataFederationOnlineArchive.js.map +1 -1
- package/getPrivatelinkEndpointServiceDataFederationOnlineArchives.d.ts +0 -4
- package/getPrivatelinkEndpointServiceDataFederationOnlineArchives.js +0 -4
- package/getPrivatelinkEndpointServiceDataFederationOnlineArchives.js.map +1 -1
- package/getProject.d.ts +11 -57
- package/getProject.js +0 -56
- package/getProject.js.map +1 -1
- package/getProjectInvitation.d.ts +4 -4
- package/getProjectInvitation.js +4 -4
- package/getProjectIpAccessList.d.ts +0 -4
- package/getProjectIpAccessList.js +0 -4
- package/getProjectIpAccessList.js.map +1 -1
- package/getProjectIpAddresses.d.ts +0 -4
- package/getProjectIpAddresses.js +0 -4
- package/getProjectIpAddresses.js.map +1 -1
- package/getProjects.d.ts +1 -31
- package/getProjects.js +0 -30
- package/getProjects.js.map +1 -1
- package/getPushBasedLogExport.d.ts +0 -4
- package/getPushBasedLogExport.js +0 -4
- package/getPushBasedLogExport.js.map +1 -1
- package/getResourcePolicies.d.ts +0 -4
- package/getResourcePolicies.js +0 -4
- package/getResourcePolicies.js.map +1 -1
- package/getResourcePolicy.d.ts +0 -4
- package/getResourcePolicy.js +0 -4
- package/getResourcePolicy.js.map +1 -1
- package/getRolesOrgId.d.ts +3 -7
- package/getRolesOrgId.js +2 -6
- package/getRolesOrgId.js.map +1 -1
- package/getSearchDeployment.d.ts +0 -4
- package/getSearchDeployment.js +0 -4
- package/getSearchDeployment.js.map +1 -1
- package/getSearchIndex.d.ts +9 -5
- package/getSearchIndex.js +0 -4
- package/getSearchIndex.js.map +1 -1
- package/getSearchIndexes.d.ts +0 -4
- package/getSearchIndexes.js +0 -4
- package/getSearchIndexes.js.map +1 -1
- package/getServerlessInstance.d.ts +2 -20
- package/getServerlessInstance.js +2 -20
- package/getServerlessInstance.js.map +1 -1
- package/getServerlessInstances.d.ts +2 -2
- package/getServerlessInstances.js +2 -2
- package/getStreamAccountDetails.d.ts +0 -4
- package/getStreamAccountDetails.js +0 -4
- package/getStreamAccountDetails.js.map +1 -1
- package/getStreamConnection.d.ts +55 -13
- package/getStreamConnection.js +30 -6
- package/getStreamConnection.js.map +1 -1
- package/getStreamConnections.d.ts +28 -12
- package/getStreamConnections.js +4 -6
- package/getStreamConnections.js.map +1 -1
- package/getStreamInstance.d.ts +42 -2
- package/getStreamInstance.js +42 -2
- package/getStreamInstance.js.map +1 -1
- package/getStreamInstances.d.ts +38 -2
- package/getStreamInstances.js +38 -2
- package/getStreamInstances.js.map +1 -1
- package/getStreamPrivatelinkEndpoint.d.ts +53 -4
- package/getStreamPrivatelinkEndpoint.js +52 -4
- package/getStreamPrivatelinkEndpoint.js.map +1 -1
- package/getStreamPrivatelinkEndpoints.d.ts +52 -4
- package/getStreamPrivatelinkEndpoints.js +52 -4
- package/getStreamPrivatelinkEndpoints.js.map +1 -1
- package/getStreamProcessor.d.ts +28 -29
- package/getStreamProcessor.js +18 -20
- package/getStreamProcessor.js.map +1 -1
- package/getStreamProcessors.d.ts +25 -26
- package/getStreamProcessors.js +18 -20
- package/getStreamProcessors.js.map +1 -1
- package/getStreamWorkspace.d.ts +92 -0
- package/getStreamWorkspace.js +66 -0
- package/getStreamWorkspace.js.map +1 -0
- package/getStreamWorkspaces.d.ts +101 -0
- package/getStreamWorkspaces.js +66 -0
- package/getStreamWorkspaces.js.map +1 -0
- package/getTeam.d.ts +8 -5
- package/getTeam.js +0 -4
- package/getTeam.js.map +1 -1
- package/getTeamProjectAssignment.d.ts +88 -0
- package/getTeamProjectAssignment.js +74 -0
- package/getTeamProjectAssignment.js.map +1 -0
- package/getThirdPartyIntegration.d.ts +0 -4
- package/getThirdPartyIntegration.js +0 -4
- package/getThirdPartyIntegration.js.map +1 -1
- package/getThirdPartyIntegrations.d.ts +0 -4
- package/getThirdPartyIntegrations.js +0 -4
- package/getThirdPartyIntegrations.js.map +1 -1
- package/getX509AuthenticationDatabaseUser.d.ts +0 -4
- package/getX509AuthenticationDatabaseUser.js +0 -4
- package/getX509AuthenticationDatabaseUser.js.map +1 -1
- package/globalClusterConfig.d.ts +0 -18
- package/globalClusterConfig.js +0 -4
- package/globalClusterConfig.js.map +1 -1
- package/index.d.ts +33 -36
- package/index.js +49 -50
- package/index.js.map +1 -1
- package/ldapConfiguration.d.ts +0 -2
- package/ldapConfiguration.js +0 -2
- package/ldapConfiguration.js.map +1 -1
- package/ldapVerify.d.ts +0 -2
- package/ldapVerify.js +0 -2
- package/ldapVerify.js.map +1 -1
- package/maintenanceWindow.d.ts +19 -11
- package/maintenanceWindow.js +9 -3
- package/maintenanceWindow.js.map +1 -1
- package/mongodbEmployeeAccessGrant.d.ts +3 -2
- package/mongodbEmployeeAccessGrant.js +3 -2
- package/mongodbEmployeeAccessGrant.js.map +1 -1
- package/networkContainer.d.ts +3 -2
- package/networkContainer.js +3 -2
- package/networkContainer.js.map +1 -1
- package/networkPeering.d.ts +18 -8
- package/networkPeering.js +2 -2
- package/networkPeering.js.map +1 -1
- package/onlineArchive.d.ts +17 -5
- package/onlineArchive.js +4 -2
- package/onlineArchive.js.map +1 -1
- package/orgInvitation.d.ts +3 -0
- package/orgInvitation.js +3 -0
- package/orgInvitation.js.map +1 -1
- package/organization.d.ts +5 -2
- package/organization.js +5 -2
- package/organization.js.map +1 -1
- package/package.json +2 -2
- package/privateEndpointRegionalMode.d.ts +0 -2
- package/privateEndpointRegionalMode.js +0 -2
- package/privateEndpointRegionalMode.js.map +1 -1
- package/privateLinkEndpoint.d.ts +16 -2
- package/privateLinkEndpoint.js +6 -2
- package/privateLinkEndpoint.js.map +1 -1
- package/privateLinkEndpointService.d.ts +12 -0
- package/privateLinkEndpointService.js +2 -0
- package/privateLinkEndpointService.js.map +1 -1
- package/privatelinkEndpointServiceDataFederationOnlineArchive.d.ts +6 -5
- package/privatelinkEndpointServiceDataFederationOnlineArchive.js +3 -2
- package/privatelinkEndpointServiceDataFederationOnlineArchive.js.map +1 -1
- package/project.d.ts +12 -15
- package/project.js +3 -15
- package/project.js.map +1 -1
- package/projectApiKey.d.ts +3 -0
- package/projectApiKey.js +3 -0
- package/projectApiKey.js.map +1 -1
- package/projectInvitation.d.ts +3 -0
- package/projectInvitation.js +3 -0
- package/projectInvitation.js.map +1 -1
- package/projectIpAccessList.d.ts +5 -2
- package/projectIpAccessList.js +5 -2
- package/projectIpAccessList.js.map +1 -1
- package/provider.d.ts +24 -0
- package/provider.js +3 -0
- package/provider.js.map +1 -1
- package/pushBasedLogExport.d.ts +15 -0
- package/pushBasedLogExport.js +5 -0
- package/pushBasedLogExport.js.map +1 -1
- package/resourcePolicy.d.ts +0 -2
- package/resourcePolicy.js +0 -2
- package/resourcePolicy.js.map +1 -1
- package/searchDeployment.d.ts +7 -6
- package/searchDeployment.js +3 -2
- package/searchDeployment.js.map +1 -1
- package/searchIndex.d.ts +50 -5
- package/searchIndex.js +27 -2
- package/searchIndex.js.map +1 -1
- package/serverlessInstance.d.ts +1 -10
- package/serverlessInstance.js +1 -10
- package/serverlessInstance.js.map +1 -1
- package/streamConnection.d.ts +77 -17
- package/streamConnection.js +47 -12
- package/streamConnection.js.map +1 -1
- package/streamInstance.d.ts +4 -4
- package/streamInstance.js +4 -4
- package/streamPrivatelinkEndpoint.d.ts +55 -5
- package/streamPrivatelinkEndpoint.js +36 -2
- package/streamPrivatelinkEndpoint.js.map +1 -1
- package/streamProcessor.d.ts +52 -18
- package/streamProcessor.js +17 -13
- package/streamProcessor.js.map +1 -1
- package/streamWorkspace.d.ts +144 -0
- package/streamWorkspace.js +116 -0
- package/streamWorkspace.js.map +1 -0
- package/team.d.ts +14 -6
- package/team.js +4 -5
- package/team.js.map +1 -1
- package/teamProjectAssignment.d.ts +108 -0
- package/teamProjectAssignment.js +98 -0
- package/teamProjectAssignment.js.map +1 -0
- package/thirdPartyIntegration.d.ts +3 -2
- package/thirdPartyIntegration.js +3 -2
- package/thirdPartyIntegration.js.map +1 -1
- package/types/input.d.ts +252 -249
- package/types/output.d.ts +1078 -751
- package/x509authenticationDatabaseUser.d.ts +0 -2
- package/x509authenticationDatabaseUser.js +0 -2
- package/x509authenticationDatabaseUser.js.map +1 -1
- package/dataLakePipeline.d.ts +0 -239
- package/dataLakePipeline.js +0 -145
- package/dataLakePipeline.js.map +0 -1
- package/get509AuthenticationDatabaseUser.d.ts +0 -190
- package/get509AuthenticationDatabaseUser.js +0 -170
- package/get509AuthenticationDatabaseUser.js.map +0 -1
- package/getDataLakePipeline.d.ts +0 -230
- package/getDataLakePipeline.js +0 -162
- package/getDataLakePipeline.js.map +0 -1
- package/getDataLakePipelineRun.d.ts +0 -104
- package/getDataLakePipelineRun.js +0 -44
- package/getDataLakePipelineRun.js.map +0 -1
- package/getDataLakePipelineRuns.d.ts +0 -137
- package/getDataLakePipelineRuns.js +0 -116
- package/getDataLakePipelineRuns.js.map +0 -1
- package/getDataLakePipelines.d.ts +0 -58
- package/getDataLakePipelines.js +0 -40
- package/getDataLakePipelines.js.map +0 -1
- package/getPrivatelinkEndpointServiceServerless.d.ts +0 -220
- package/getPrivatelinkEndpointServiceServerless.js +0 -178
- package/getPrivatelinkEndpointServiceServerless.js.map +0 -1
- package/getPrivatelinkEndpointsServiceServerless.d.ts +0 -187
- package/getPrivatelinkEndpointsServiceServerless.js +0 -166
- package/getPrivatelinkEndpointsServiceServerless.js.map +0 -1
- package/getTeams.d.ts +0 -46
- package/getTeams.js +0 -40
- package/getTeams.js.map +0 -1
- package/privatelinkEndpointServerless.d.ts +0 -143
- package/privatelinkEndpointServerless.js +0 -109
- package/privatelinkEndpointServerless.js.map +0 -1
- package/privatelinkEndpointServiceServerless.d.ts +0 -236
- package/privatelinkEndpointServiceServerless.js +0 -177
- package/privatelinkEndpointServiceServerless.js.map +0 -1
- package/teams.d.ts +0 -52
- package/teams.js +0 -66
- package/teams.js.map +0 -1
package/getStreamProcessor.js
CHANGED
|
@@ -6,8 +6,6 @@ exports.getStreamProcessorOutput = exports.getStreamProcessor = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* ## # Data Source: mongodbatlas.StreamProcessor
|
|
10
|
-
*
|
|
11
9
|
* `mongodbatlas.StreamProcessor` describes a stream processor.
|
|
12
10
|
*
|
|
13
11
|
* ## Example Usage
|
|
@@ -27,13 +25,13 @@ const utilities = require("./utilities");
|
|
|
27
25
|
* });
|
|
28
26
|
* const example_sample = new mongodbatlas.StreamConnection("example-sample", {
|
|
29
27
|
* projectId: projectId,
|
|
30
|
-
*
|
|
28
|
+
* workspaceName: example.instanceName,
|
|
31
29
|
* connectionName: "sample_stream_solar",
|
|
32
30
|
* type: "Sample",
|
|
33
31
|
* });
|
|
34
32
|
* const example_cluster = new mongodbatlas.StreamConnection("example-cluster", {
|
|
35
33
|
* projectId: projectId,
|
|
36
|
-
*
|
|
34
|
+
* workspaceName: example.instanceName,
|
|
37
35
|
* connectionName: "ClusterConnection",
|
|
38
36
|
* type: "Cluster",
|
|
39
37
|
* clusterName: clusterName,
|
|
@@ -44,7 +42,7 @@ const utilities = require("./utilities");
|
|
|
44
42
|
* });
|
|
45
43
|
* const example_kafka = new mongodbatlas.StreamConnection("example-kafka", {
|
|
46
44
|
* projectId: projectId,
|
|
47
|
-
*
|
|
45
|
+
* workspaceName: example.instanceName,
|
|
48
46
|
* connectionName: "KafkaPlaintextConnection",
|
|
49
47
|
* type: "Kafka",
|
|
50
48
|
* authentication: {
|
|
@@ -62,7 +60,7 @@ const utilities = require("./utilities");
|
|
|
62
60
|
* });
|
|
63
61
|
* const stream_processor_sample_example = new mongodbatlas.StreamProcessor("stream-processor-sample-example", {
|
|
64
62
|
* projectId: projectId,
|
|
65
|
-
*
|
|
63
|
+
* workspaceName: example.instanceName,
|
|
66
64
|
* processorName: "sampleProcessorName",
|
|
67
65
|
* pipeline: JSON.stringify([
|
|
68
66
|
* {
|
|
@@ -85,7 +83,7 @@ const utilities = require("./utilities");
|
|
|
85
83
|
* });
|
|
86
84
|
* const stream_processor_cluster_to_kafka_example = new mongodbatlas.StreamProcessor("stream-processor-cluster-to-kafka-example", {
|
|
87
85
|
* projectId: projectId,
|
|
88
|
-
*
|
|
86
|
+
* workspaceName: example.instanceName,
|
|
89
87
|
* processorName: "clusterProcessorName",
|
|
90
88
|
* pipeline: JSON.stringify([
|
|
91
89
|
* {
|
|
@@ -104,7 +102,7 @@ const utilities = require("./utilities");
|
|
|
104
102
|
* });
|
|
105
103
|
* const stream_processor_kafka_to_cluster_example = new mongodbatlas.StreamProcessor("stream-processor-kafka-to-cluster-example", {
|
|
106
104
|
* projectId: projectId,
|
|
107
|
-
*
|
|
105
|
+
* workspaceName: example.instanceName,
|
|
108
106
|
* processorName: "kafkaProcessorName",
|
|
109
107
|
* pipeline: JSON.stringify([
|
|
110
108
|
* {
|
|
@@ -135,11 +133,11 @@ const utilities = require("./utilities");
|
|
|
135
133
|
* });
|
|
136
134
|
* const example_stream_processors = example.instanceName.apply(instanceName => mongodbatlas.getStreamProcessorsOutput({
|
|
137
135
|
* projectId: projectId,
|
|
138
|
-
*
|
|
136
|
+
* workspaceName: instanceName,
|
|
139
137
|
* }));
|
|
140
138
|
* const example_stream_processor = pulumi.all([example.instanceName, stream_processor_sample_example.processorName]).apply(([instanceName, processorName]) => mongodbatlas.getStreamProcessorOutput({
|
|
141
139
|
* projectId: projectId,
|
|
142
|
-
*
|
|
140
|
+
* workspaceName: instanceName,
|
|
143
141
|
* processorName: processorName,
|
|
144
142
|
* }));
|
|
145
143
|
* export const streamProcessorsState = example_stream_processor.apply(example_stream_processor => example_stream_processor.state);
|
|
@@ -152,12 +150,11 @@ function getStreamProcessor(args, opts) {
|
|
|
152
150
|
"instanceName": args.instanceName,
|
|
153
151
|
"processorName": args.processorName,
|
|
154
152
|
"projectId": args.projectId,
|
|
153
|
+
"workspaceName": args.workspaceName,
|
|
155
154
|
}, opts);
|
|
156
155
|
}
|
|
157
156
|
exports.getStreamProcessor = getStreamProcessor;
|
|
158
157
|
/**
|
|
159
|
-
* ## # Data Source: mongodbatlas.StreamProcessor
|
|
160
|
-
*
|
|
161
158
|
* `mongodbatlas.StreamProcessor` describes a stream processor.
|
|
162
159
|
*
|
|
163
160
|
* ## Example Usage
|
|
@@ -177,13 +174,13 @@ exports.getStreamProcessor = getStreamProcessor;
|
|
|
177
174
|
* });
|
|
178
175
|
* const example_sample = new mongodbatlas.StreamConnection("example-sample", {
|
|
179
176
|
* projectId: projectId,
|
|
180
|
-
*
|
|
177
|
+
* workspaceName: example.instanceName,
|
|
181
178
|
* connectionName: "sample_stream_solar",
|
|
182
179
|
* type: "Sample",
|
|
183
180
|
* });
|
|
184
181
|
* const example_cluster = new mongodbatlas.StreamConnection("example-cluster", {
|
|
185
182
|
* projectId: projectId,
|
|
186
|
-
*
|
|
183
|
+
* workspaceName: example.instanceName,
|
|
187
184
|
* connectionName: "ClusterConnection",
|
|
188
185
|
* type: "Cluster",
|
|
189
186
|
* clusterName: clusterName,
|
|
@@ -194,7 +191,7 @@ exports.getStreamProcessor = getStreamProcessor;
|
|
|
194
191
|
* });
|
|
195
192
|
* const example_kafka = new mongodbatlas.StreamConnection("example-kafka", {
|
|
196
193
|
* projectId: projectId,
|
|
197
|
-
*
|
|
194
|
+
* workspaceName: example.instanceName,
|
|
198
195
|
* connectionName: "KafkaPlaintextConnection",
|
|
199
196
|
* type: "Kafka",
|
|
200
197
|
* authentication: {
|
|
@@ -212,7 +209,7 @@ exports.getStreamProcessor = getStreamProcessor;
|
|
|
212
209
|
* });
|
|
213
210
|
* const stream_processor_sample_example = new mongodbatlas.StreamProcessor("stream-processor-sample-example", {
|
|
214
211
|
* projectId: projectId,
|
|
215
|
-
*
|
|
212
|
+
* workspaceName: example.instanceName,
|
|
216
213
|
* processorName: "sampleProcessorName",
|
|
217
214
|
* pipeline: JSON.stringify([
|
|
218
215
|
* {
|
|
@@ -235,7 +232,7 @@ exports.getStreamProcessor = getStreamProcessor;
|
|
|
235
232
|
* });
|
|
236
233
|
* const stream_processor_cluster_to_kafka_example = new mongodbatlas.StreamProcessor("stream-processor-cluster-to-kafka-example", {
|
|
237
234
|
* projectId: projectId,
|
|
238
|
-
*
|
|
235
|
+
* workspaceName: example.instanceName,
|
|
239
236
|
* processorName: "clusterProcessorName",
|
|
240
237
|
* pipeline: JSON.stringify([
|
|
241
238
|
* {
|
|
@@ -254,7 +251,7 @@ exports.getStreamProcessor = getStreamProcessor;
|
|
|
254
251
|
* });
|
|
255
252
|
* const stream_processor_kafka_to_cluster_example = new mongodbatlas.StreamProcessor("stream-processor-kafka-to-cluster-example", {
|
|
256
253
|
* projectId: projectId,
|
|
257
|
-
*
|
|
254
|
+
* workspaceName: example.instanceName,
|
|
258
255
|
* processorName: "kafkaProcessorName",
|
|
259
256
|
* pipeline: JSON.stringify([
|
|
260
257
|
* {
|
|
@@ -285,11 +282,11 @@ exports.getStreamProcessor = getStreamProcessor;
|
|
|
285
282
|
* });
|
|
286
283
|
* const example_stream_processors = example.instanceName.apply(instanceName => mongodbatlas.getStreamProcessorsOutput({
|
|
287
284
|
* projectId: projectId,
|
|
288
|
-
*
|
|
285
|
+
* workspaceName: instanceName,
|
|
289
286
|
* }));
|
|
290
287
|
* const example_stream_processor = pulumi.all([example.instanceName, stream_processor_sample_example.processorName]).apply(([instanceName, processorName]) => mongodbatlas.getStreamProcessorOutput({
|
|
291
288
|
* projectId: projectId,
|
|
292
|
-
*
|
|
289
|
+
* workspaceName: instanceName,
|
|
293
290
|
* processorName: processorName,
|
|
294
291
|
* }));
|
|
295
292
|
* export const streamProcessorsState = example_stream_processor.apply(example_stream_processor => example_stream_processor.state);
|
|
@@ -302,6 +299,7 @@ function getStreamProcessorOutput(args, opts) {
|
|
|
302
299
|
"instanceName": args.instanceName,
|
|
303
300
|
"processorName": args.processorName,
|
|
304
301
|
"projectId": args.projectId,
|
|
302
|
+
"workspaceName": args.workspaceName,
|
|
305
303
|
}, opts);
|
|
306
304
|
}
|
|
307
305
|
exports.getStreamProcessorOutput = getStreamProcessorOutput;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getStreamProcessor.js","sourceRoot":"","sources":["../getStreamProcessor.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getStreamProcessor.js","sourceRoot":"","sources":["../getStreamProcessor.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA0IG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAA2B;IACxF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0DAA0D,EAAE;QACrF,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,eAAe,EAAE,IAAI,CAAC,aAAa;KACtC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,gDAQC;AA4CD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA0IG;AACH,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAAiC;IAC1G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,0DAA0D,EAAE;QAC3F,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,eAAe,EAAE,IAAI,CAAC,aAAa;KACtC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,4DAQC"}
|
package/getStreamProcessors.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.getStreamProcessors
|
|
5
|
-
*
|
|
6
4
|
* `mongodbatlas.getStreamProcessors` returns all stream processors in a stream instance.
|
|
7
5
|
*
|
|
8
6
|
* ## Example Usage
|
|
@@ -22,13 +20,13 @@ import * as outputs from "./types/output";
|
|
|
22
20
|
* });
|
|
23
21
|
* const example_sample = new mongodbatlas.StreamConnection("example-sample", {
|
|
24
22
|
* projectId: projectId,
|
|
25
|
-
*
|
|
23
|
+
* workspaceName: example.instanceName,
|
|
26
24
|
* connectionName: "sample_stream_solar",
|
|
27
25
|
* type: "Sample",
|
|
28
26
|
* });
|
|
29
27
|
* const example_cluster = new mongodbatlas.StreamConnection("example-cluster", {
|
|
30
28
|
* projectId: projectId,
|
|
31
|
-
*
|
|
29
|
+
* workspaceName: example.instanceName,
|
|
32
30
|
* connectionName: "ClusterConnection",
|
|
33
31
|
* type: "Cluster",
|
|
34
32
|
* clusterName: clusterName,
|
|
@@ -39,7 +37,7 @@ import * as outputs from "./types/output";
|
|
|
39
37
|
* });
|
|
40
38
|
* const example_kafka = new mongodbatlas.StreamConnection("example-kafka", {
|
|
41
39
|
* projectId: projectId,
|
|
42
|
-
*
|
|
40
|
+
* workspaceName: example.instanceName,
|
|
43
41
|
* connectionName: "KafkaPlaintextConnection",
|
|
44
42
|
* type: "Kafka",
|
|
45
43
|
* authentication: {
|
|
@@ -57,7 +55,7 @@ import * as outputs from "./types/output";
|
|
|
57
55
|
* });
|
|
58
56
|
* const stream_processor_sample_example = new mongodbatlas.StreamProcessor("stream-processor-sample-example", {
|
|
59
57
|
* projectId: projectId,
|
|
60
|
-
*
|
|
58
|
+
* workspaceName: example.instanceName,
|
|
61
59
|
* processorName: "sampleProcessorName",
|
|
62
60
|
* pipeline: JSON.stringify([
|
|
63
61
|
* {
|
|
@@ -80,7 +78,7 @@ import * as outputs from "./types/output";
|
|
|
80
78
|
* });
|
|
81
79
|
* const stream_processor_cluster_to_kafka_example = new mongodbatlas.StreamProcessor("stream-processor-cluster-to-kafka-example", {
|
|
82
80
|
* projectId: projectId,
|
|
83
|
-
*
|
|
81
|
+
* workspaceName: example.instanceName,
|
|
84
82
|
* processorName: "clusterProcessorName",
|
|
85
83
|
* pipeline: JSON.stringify([
|
|
86
84
|
* {
|
|
@@ -99,7 +97,7 @@ import * as outputs from "./types/output";
|
|
|
99
97
|
* });
|
|
100
98
|
* const stream_processor_kafka_to_cluster_example = new mongodbatlas.StreamProcessor("stream-processor-kafka-to-cluster-example", {
|
|
101
99
|
* projectId: projectId,
|
|
102
|
-
*
|
|
100
|
+
* workspaceName: example.instanceName,
|
|
103
101
|
* processorName: "kafkaProcessorName",
|
|
104
102
|
* pipeline: JSON.stringify([
|
|
105
103
|
* {
|
|
@@ -130,11 +128,11 @@ import * as outputs from "./types/output";
|
|
|
130
128
|
* });
|
|
131
129
|
* const example_stream_processors = example.instanceName.apply(instanceName => mongodbatlas.getStreamProcessorsOutput({
|
|
132
130
|
* projectId: projectId,
|
|
133
|
-
*
|
|
131
|
+
* workspaceName: instanceName,
|
|
134
132
|
* }));
|
|
135
133
|
* const example_stream_processor = pulumi.all([example.instanceName, stream_processor_sample_example.processorName]).apply(([instanceName, processorName]) => mongodbatlas.getStreamProcessorOutput({
|
|
136
134
|
* projectId: projectId,
|
|
137
|
-
*
|
|
135
|
+
* workspaceName: instanceName,
|
|
138
136
|
* processorName: processorName,
|
|
139
137
|
* }));
|
|
140
138
|
* export const streamProcessorsState = example_stream_processor.apply(example_stream_processor => example_stream_processor.state);
|
|
@@ -147,13 +145,14 @@ export declare function getStreamProcessors(args: GetStreamProcessorsArgs, opts?
|
|
|
147
145
|
*/
|
|
148
146
|
export interface GetStreamProcessorsArgs {
|
|
149
147
|
/**
|
|
150
|
-
*
|
|
148
|
+
* @deprecated This parameter is deprecated. Please transition to workspace_name.
|
|
151
149
|
*/
|
|
152
|
-
instanceName
|
|
150
|
+
instanceName?: string;
|
|
153
151
|
/**
|
|
154
152
|
* Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access.
|
|
155
153
|
*/
|
|
156
154
|
projectId: string;
|
|
155
|
+
workspaceName?: string;
|
|
157
156
|
}
|
|
158
157
|
/**
|
|
159
158
|
* A collection of values returned by getStreamProcessors.
|
|
@@ -164,18 +163,17 @@ export interface GetStreamProcessorsResult {
|
|
|
164
163
|
*/
|
|
165
164
|
readonly id: string;
|
|
166
165
|
/**
|
|
167
|
-
*
|
|
166
|
+
* @deprecated This parameter is deprecated. Please transition to workspace_name.
|
|
168
167
|
*/
|
|
169
|
-
readonly instanceName
|
|
168
|
+
readonly instanceName?: string;
|
|
170
169
|
/**
|
|
171
170
|
* Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access.
|
|
172
171
|
*/
|
|
173
172
|
readonly projectId: string;
|
|
174
173
|
readonly results: outputs.GetStreamProcessorsResult[];
|
|
174
|
+
readonly workspaceName?: string;
|
|
175
175
|
}
|
|
176
176
|
/**
|
|
177
|
-
* ## # Data Source: mongodbatlas.getStreamProcessors
|
|
178
|
-
*
|
|
179
177
|
* `mongodbatlas.getStreamProcessors` returns all stream processors in a stream instance.
|
|
180
178
|
*
|
|
181
179
|
* ## Example Usage
|
|
@@ -195,13 +193,13 @@ export interface GetStreamProcessorsResult {
|
|
|
195
193
|
* });
|
|
196
194
|
* const example_sample = new mongodbatlas.StreamConnection("example-sample", {
|
|
197
195
|
* projectId: projectId,
|
|
198
|
-
*
|
|
196
|
+
* workspaceName: example.instanceName,
|
|
199
197
|
* connectionName: "sample_stream_solar",
|
|
200
198
|
* type: "Sample",
|
|
201
199
|
* });
|
|
202
200
|
* const example_cluster = new mongodbatlas.StreamConnection("example-cluster", {
|
|
203
201
|
* projectId: projectId,
|
|
204
|
-
*
|
|
202
|
+
* workspaceName: example.instanceName,
|
|
205
203
|
* connectionName: "ClusterConnection",
|
|
206
204
|
* type: "Cluster",
|
|
207
205
|
* clusterName: clusterName,
|
|
@@ -212,7 +210,7 @@ export interface GetStreamProcessorsResult {
|
|
|
212
210
|
* });
|
|
213
211
|
* const example_kafka = new mongodbatlas.StreamConnection("example-kafka", {
|
|
214
212
|
* projectId: projectId,
|
|
215
|
-
*
|
|
213
|
+
* workspaceName: example.instanceName,
|
|
216
214
|
* connectionName: "KafkaPlaintextConnection",
|
|
217
215
|
* type: "Kafka",
|
|
218
216
|
* authentication: {
|
|
@@ -230,7 +228,7 @@ export interface GetStreamProcessorsResult {
|
|
|
230
228
|
* });
|
|
231
229
|
* const stream_processor_sample_example = new mongodbatlas.StreamProcessor("stream-processor-sample-example", {
|
|
232
230
|
* projectId: projectId,
|
|
233
|
-
*
|
|
231
|
+
* workspaceName: example.instanceName,
|
|
234
232
|
* processorName: "sampleProcessorName",
|
|
235
233
|
* pipeline: JSON.stringify([
|
|
236
234
|
* {
|
|
@@ -253,7 +251,7 @@ export interface GetStreamProcessorsResult {
|
|
|
253
251
|
* });
|
|
254
252
|
* const stream_processor_cluster_to_kafka_example = new mongodbatlas.StreamProcessor("stream-processor-cluster-to-kafka-example", {
|
|
255
253
|
* projectId: projectId,
|
|
256
|
-
*
|
|
254
|
+
* workspaceName: example.instanceName,
|
|
257
255
|
* processorName: "clusterProcessorName",
|
|
258
256
|
* pipeline: JSON.stringify([
|
|
259
257
|
* {
|
|
@@ -272,7 +270,7 @@ export interface GetStreamProcessorsResult {
|
|
|
272
270
|
* });
|
|
273
271
|
* const stream_processor_kafka_to_cluster_example = new mongodbatlas.StreamProcessor("stream-processor-kafka-to-cluster-example", {
|
|
274
272
|
* projectId: projectId,
|
|
275
|
-
*
|
|
273
|
+
* workspaceName: example.instanceName,
|
|
276
274
|
* processorName: "kafkaProcessorName",
|
|
277
275
|
* pipeline: JSON.stringify([
|
|
278
276
|
* {
|
|
@@ -303,11 +301,11 @@ export interface GetStreamProcessorsResult {
|
|
|
303
301
|
* });
|
|
304
302
|
* const example_stream_processors = example.instanceName.apply(instanceName => mongodbatlas.getStreamProcessorsOutput({
|
|
305
303
|
* projectId: projectId,
|
|
306
|
-
*
|
|
304
|
+
* workspaceName: instanceName,
|
|
307
305
|
* }));
|
|
308
306
|
* const example_stream_processor = pulumi.all([example.instanceName, stream_processor_sample_example.processorName]).apply(([instanceName, processorName]) => mongodbatlas.getStreamProcessorOutput({
|
|
309
307
|
* projectId: projectId,
|
|
310
|
-
*
|
|
308
|
+
* workspaceName: instanceName,
|
|
311
309
|
* processorName: processorName,
|
|
312
310
|
* }));
|
|
313
311
|
* export const streamProcessorsState = example_stream_processor.apply(example_stream_processor => example_stream_processor.state);
|
|
@@ -320,11 +318,12 @@ export declare function getStreamProcessorsOutput(args: GetStreamProcessorsOutpu
|
|
|
320
318
|
*/
|
|
321
319
|
export interface GetStreamProcessorsOutputArgs {
|
|
322
320
|
/**
|
|
323
|
-
*
|
|
321
|
+
* @deprecated This parameter is deprecated. Please transition to workspace_name.
|
|
324
322
|
*/
|
|
325
|
-
instanceName
|
|
323
|
+
instanceName?: pulumi.Input<string>;
|
|
326
324
|
/**
|
|
327
325
|
* Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access.
|
|
328
326
|
*/
|
|
329
327
|
projectId: pulumi.Input<string>;
|
|
328
|
+
workspaceName?: pulumi.Input<string>;
|
|
330
329
|
}
|
package/getStreamProcessors.js
CHANGED
|
@@ -6,8 +6,6 @@ exports.getStreamProcessorsOutput = exports.getStreamProcessors = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* ## # Data Source: mongodbatlas.getStreamProcessors
|
|
10
|
-
*
|
|
11
9
|
* `mongodbatlas.getStreamProcessors` returns all stream processors in a stream instance.
|
|
12
10
|
*
|
|
13
11
|
* ## Example Usage
|
|
@@ -27,13 +25,13 @@ const utilities = require("./utilities");
|
|
|
27
25
|
* });
|
|
28
26
|
* const example_sample = new mongodbatlas.StreamConnection("example-sample", {
|
|
29
27
|
* projectId: projectId,
|
|
30
|
-
*
|
|
28
|
+
* workspaceName: example.instanceName,
|
|
31
29
|
* connectionName: "sample_stream_solar",
|
|
32
30
|
* type: "Sample",
|
|
33
31
|
* });
|
|
34
32
|
* const example_cluster = new mongodbatlas.StreamConnection("example-cluster", {
|
|
35
33
|
* projectId: projectId,
|
|
36
|
-
*
|
|
34
|
+
* workspaceName: example.instanceName,
|
|
37
35
|
* connectionName: "ClusterConnection",
|
|
38
36
|
* type: "Cluster",
|
|
39
37
|
* clusterName: clusterName,
|
|
@@ -44,7 +42,7 @@ const utilities = require("./utilities");
|
|
|
44
42
|
* });
|
|
45
43
|
* const example_kafka = new mongodbatlas.StreamConnection("example-kafka", {
|
|
46
44
|
* projectId: projectId,
|
|
47
|
-
*
|
|
45
|
+
* workspaceName: example.instanceName,
|
|
48
46
|
* connectionName: "KafkaPlaintextConnection",
|
|
49
47
|
* type: "Kafka",
|
|
50
48
|
* authentication: {
|
|
@@ -62,7 +60,7 @@ const utilities = require("./utilities");
|
|
|
62
60
|
* });
|
|
63
61
|
* const stream_processor_sample_example = new mongodbatlas.StreamProcessor("stream-processor-sample-example", {
|
|
64
62
|
* projectId: projectId,
|
|
65
|
-
*
|
|
63
|
+
* workspaceName: example.instanceName,
|
|
66
64
|
* processorName: "sampleProcessorName",
|
|
67
65
|
* pipeline: JSON.stringify([
|
|
68
66
|
* {
|
|
@@ -85,7 +83,7 @@ const utilities = require("./utilities");
|
|
|
85
83
|
* });
|
|
86
84
|
* const stream_processor_cluster_to_kafka_example = new mongodbatlas.StreamProcessor("stream-processor-cluster-to-kafka-example", {
|
|
87
85
|
* projectId: projectId,
|
|
88
|
-
*
|
|
86
|
+
* workspaceName: example.instanceName,
|
|
89
87
|
* processorName: "clusterProcessorName",
|
|
90
88
|
* pipeline: JSON.stringify([
|
|
91
89
|
* {
|
|
@@ -104,7 +102,7 @@ const utilities = require("./utilities");
|
|
|
104
102
|
* });
|
|
105
103
|
* const stream_processor_kafka_to_cluster_example = new mongodbatlas.StreamProcessor("stream-processor-kafka-to-cluster-example", {
|
|
106
104
|
* projectId: projectId,
|
|
107
|
-
*
|
|
105
|
+
* workspaceName: example.instanceName,
|
|
108
106
|
* processorName: "kafkaProcessorName",
|
|
109
107
|
* pipeline: JSON.stringify([
|
|
110
108
|
* {
|
|
@@ -135,11 +133,11 @@ const utilities = require("./utilities");
|
|
|
135
133
|
* });
|
|
136
134
|
* const example_stream_processors = example.instanceName.apply(instanceName => mongodbatlas.getStreamProcessorsOutput({
|
|
137
135
|
* projectId: projectId,
|
|
138
|
-
*
|
|
136
|
+
* workspaceName: instanceName,
|
|
139
137
|
* }));
|
|
140
138
|
* const example_stream_processor = pulumi.all([example.instanceName, stream_processor_sample_example.processorName]).apply(([instanceName, processorName]) => mongodbatlas.getStreamProcessorOutput({
|
|
141
139
|
* projectId: projectId,
|
|
142
|
-
*
|
|
140
|
+
* workspaceName: instanceName,
|
|
143
141
|
* processorName: processorName,
|
|
144
142
|
* }));
|
|
145
143
|
* export const streamProcessorsState = example_stream_processor.apply(example_stream_processor => example_stream_processor.state);
|
|
@@ -151,12 +149,11 @@ function getStreamProcessors(args, opts) {
|
|
|
151
149
|
return pulumi.runtime.invoke("mongodbatlas:index/getStreamProcessors:getStreamProcessors", {
|
|
152
150
|
"instanceName": args.instanceName,
|
|
153
151
|
"projectId": args.projectId,
|
|
152
|
+
"workspaceName": args.workspaceName,
|
|
154
153
|
}, opts);
|
|
155
154
|
}
|
|
156
155
|
exports.getStreamProcessors = getStreamProcessors;
|
|
157
156
|
/**
|
|
158
|
-
* ## # Data Source: mongodbatlas.getStreamProcessors
|
|
159
|
-
*
|
|
160
157
|
* `mongodbatlas.getStreamProcessors` returns all stream processors in a stream instance.
|
|
161
158
|
*
|
|
162
159
|
* ## Example Usage
|
|
@@ -176,13 +173,13 @@ exports.getStreamProcessors = getStreamProcessors;
|
|
|
176
173
|
* });
|
|
177
174
|
* const example_sample = new mongodbatlas.StreamConnection("example-sample", {
|
|
178
175
|
* projectId: projectId,
|
|
179
|
-
*
|
|
176
|
+
* workspaceName: example.instanceName,
|
|
180
177
|
* connectionName: "sample_stream_solar",
|
|
181
178
|
* type: "Sample",
|
|
182
179
|
* });
|
|
183
180
|
* const example_cluster = new mongodbatlas.StreamConnection("example-cluster", {
|
|
184
181
|
* projectId: projectId,
|
|
185
|
-
*
|
|
182
|
+
* workspaceName: example.instanceName,
|
|
186
183
|
* connectionName: "ClusterConnection",
|
|
187
184
|
* type: "Cluster",
|
|
188
185
|
* clusterName: clusterName,
|
|
@@ -193,7 +190,7 @@ exports.getStreamProcessors = getStreamProcessors;
|
|
|
193
190
|
* });
|
|
194
191
|
* const example_kafka = new mongodbatlas.StreamConnection("example-kafka", {
|
|
195
192
|
* projectId: projectId,
|
|
196
|
-
*
|
|
193
|
+
* workspaceName: example.instanceName,
|
|
197
194
|
* connectionName: "KafkaPlaintextConnection",
|
|
198
195
|
* type: "Kafka",
|
|
199
196
|
* authentication: {
|
|
@@ -211,7 +208,7 @@ exports.getStreamProcessors = getStreamProcessors;
|
|
|
211
208
|
* });
|
|
212
209
|
* const stream_processor_sample_example = new mongodbatlas.StreamProcessor("stream-processor-sample-example", {
|
|
213
210
|
* projectId: projectId,
|
|
214
|
-
*
|
|
211
|
+
* workspaceName: example.instanceName,
|
|
215
212
|
* processorName: "sampleProcessorName",
|
|
216
213
|
* pipeline: JSON.stringify([
|
|
217
214
|
* {
|
|
@@ -234,7 +231,7 @@ exports.getStreamProcessors = getStreamProcessors;
|
|
|
234
231
|
* });
|
|
235
232
|
* const stream_processor_cluster_to_kafka_example = new mongodbatlas.StreamProcessor("stream-processor-cluster-to-kafka-example", {
|
|
236
233
|
* projectId: projectId,
|
|
237
|
-
*
|
|
234
|
+
* workspaceName: example.instanceName,
|
|
238
235
|
* processorName: "clusterProcessorName",
|
|
239
236
|
* pipeline: JSON.stringify([
|
|
240
237
|
* {
|
|
@@ -253,7 +250,7 @@ exports.getStreamProcessors = getStreamProcessors;
|
|
|
253
250
|
* });
|
|
254
251
|
* const stream_processor_kafka_to_cluster_example = new mongodbatlas.StreamProcessor("stream-processor-kafka-to-cluster-example", {
|
|
255
252
|
* projectId: projectId,
|
|
256
|
-
*
|
|
253
|
+
* workspaceName: example.instanceName,
|
|
257
254
|
* processorName: "kafkaProcessorName",
|
|
258
255
|
* pipeline: JSON.stringify([
|
|
259
256
|
* {
|
|
@@ -284,11 +281,11 @@ exports.getStreamProcessors = getStreamProcessors;
|
|
|
284
281
|
* });
|
|
285
282
|
* const example_stream_processors = example.instanceName.apply(instanceName => mongodbatlas.getStreamProcessorsOutput({
|
|
286
283
|
* projectId: projectId,
|
|
287
|
-
*
|
|
284
|
+
* workspaceName: instanceName,
|
|
288
285
|
* }));
|
|
289
286
|
* const example_stream_processor = pulumi.all([example.instanceName, stream_processor_sample_example.processorName]).apply(([instanceName, processorName]) => mongodbatlas.getStreamProcessorOutput({
|
|
290
287
|
* projectId: projectId,
|
|
291
|
-
*
|
|
288
|
+
* workspaceName: instanceName,
|
|
292
289
|
* processorName: processorName,
|
|
293
290
|
* }));
|
|
294
291
|
* export const streamProcessorsState = example_stream_processor.apply(example_stream_processor => example_stream_processor.state);
|
|
@@ -300,6 +297,7 @@ function getStreamProcessorsOutput(args, opts) {
|
|
|
300
297
|
return pulumi.runtime.invokeOutput("mongodbatlas:index/getStreamProcessors:getStreamProcessors", {
|
|
301
298
|
"instanceName": args.instanceName,
|
|
302
299
|
"projectId": args.projectId,
|
|
300
|
+
"workspaceName": args.workspaceName,
|
|
303
301
|
}, opts);
|
|
304
302
|
}
|
|
305
303
|
exports.getStreamProcessorsOutput = getStreamProcessorsOutput;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getStreamProcessors.js","sourceRoot":"","sources":["../getStreamProcessors.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getStreamProcessors.js","sourceRoot":"","sources":["../getStreamProcessors.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA0IG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4DAA4D,EAAE;QACvF,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,eAAe,EAAE,IAAI,CAAC,aAAa;KACtC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,kDAOC;AAoCD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA0IG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAAiC;IAC5G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4DAA4D,EAAE;QAC7F,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,eAAe,EAAE,IAAI,CAAC,aAAa;KACtC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,8DAOC"}
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "./types/output";
|
|
3
|
+
/**
|
|
4
|
+
* `mongodbatlas.StreamWorkspace` describes a stream workspace that contains configurations for stream processing.
|
|
5
|
+
*
|
|
6
|
+
* > **NOTE:** Use this data source for new configurations instead of `mongodbatlas.StreamInstance`.
|
|
7
|
+
*
|
|
8
|
+
* ## Example Usage
|
|
9
|
+
*
|
|
10
|
+
* ```typescript
|
|
11
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
12
|
+
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
13
|
+
*
|
|
14
|
+
* const example = mongodbatlas.getStreamWorkspace({
|
|
15
|
+
* projectId: "<PROJECT_ID>",
|
|
16
|
+
* workspaceName: "<WORKSPACE_NAME>",
|
|
17
|
+
* });
|
|
18
|
+
* ```
|
|
19
|
+
*
|
|
20
|
+
* ## Migration from streamInstance
|
|
21
|
+
*
|
|
22
|
+
* If you're migrating from the deprecated `mongodbatlas.StreamInstance` data source, see the Migration Guide: Stream Instance to Stream Workspace for step-by-step instructions and examples.
|
|
23
|
+
*/
|
|
24
|
+
export declare function getStreamWorkspace(args: GetStreamWorkspaceArgs, opts?: pulumi.InvokeOptions): Promise<GetStreamWorkspaceResult>;
|
|
25
|
+
/**
|
|
26
|
+
* A collection of arguments for invoking getStreamWorkspace.
|
|
27
|
+
*/
|
|
28
|
+
export interface GetStreamWorkspaceArgs {
|
|
29
|
+
/**
|
|
30
|
+
* Unique 24-hexadecimal digit string that identifies your project.
|
|
31
|
+
*/
|
|
32
|
+
projectId: string;
|
|
33
|
+
/**
|
|
34
|
+
* Label that identifies the stream workspace.
|
|
35
|
+
*/
|
|
36
|
+
workspaceName: string;
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* A collection of values returned by getStreamWorkspace.
|
|
40
|
+
*/
|
|
41
|
+
export interface GetStreamWorkspaceResult {
|
|
42
|
+
/**
|
|
43
|
+
* Defines the cloud service provider and region where MongoDB Cloud performs stream processing. See data process region.
|
|
44
|
+
*/
|
|
45
|
+
readonly dataProcessRegion: outputs.GetStreamWorkspaceDataProcessRegion;
|
|
46
|
+
/**
|
|
47
|
+
* List that contains the hostnames assigned to the stream workspace.
|
|
48
|
+
*/
|
|
49
|
+
readonly hostnames: string[];
|
|
50
|
+
readonly id: string;
|
|
51
|
+
readonly projectId: string;
|
|
52
|
+
/**
|
|
53
|
+
* Defines the configuration options for an Atlas Stream Processing Instance. See stream config
|
|
54
|
+
*/
|
|
55
|
+
readonly streamConfig: outputs.GetStreamWorkspaceStreamConfig;
|
|
56
|
+
readonly workspaceName: string;
|
|
57
|
+
}
|
|
58
|
+
/**
|
|
59
|
+
* `mongodbatlas.StreamWorkspace` describes a stream workspace that contains configurations for stream processing.
|
|
60
|
+
*
|
|
61
|
+
* > **NOTE:** Use this data source for new configurations instead of `mongodbatlas.StreamInstance`.
|
|
62
|
+
*
|
|
63
|
+
* ## Example Usage
|
|
64
|
+
*
|
|
65
|
+
* ```typescript
|
|
66
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
67
|
+
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
68
|
+
*
|
|
69
|
+
* const example = mongodbatlas.getStreamWorkspace({
|
|
70
|
+
* projectId: "<PROJECT_ID>",
|
|
71
|
+
* workspaceName: "<WORKSPACE_NAME>",
|
|
72
|
+
* });
|
|
73
|
+
* ```
|
|
74
|
+
*
|
|
75
|
+
* ## Migration from streamInstance
|
|
76
|
+
*
|
|
77
|
+
* If you're migrating from the deprecated `mongodbatlas.StreamInstance` data source, see the Migration Guide: Stream Instance to Stream Workspace for step-by-step instructions and examples.
|
|
78
|
+
*/
|
|
79
|
+
export declare function getStreamWorkspaceOutput(args: GetStreamWorkspaceOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetStreamWorkspaceResult>;
|
|
80
|
+
/**
|
|
81
|
+
* A collection of arguments for invoking getStreamWorkspace.
|
|
82
|
+
*/
|
|
83
|
+
export interface GetStreamWorkspaceOutputArgs {
|
|
84
|
+
/**
|
|
85
|
+
* Unique 24-hexadecimal digit string that identifies your project.
|
|
86
|
+
*/
|
|
87
|
+
projectId: pulumi.Input<string>;
|
|
88
|
+
/**
|
|
89
|
+
* Label that identifies the stream workspace.
|
|
90
|
+
*/
|
|
91
|
+
workspaceName: pulumi.Input<string>;
|
|
92
|
+
}
|