@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,7 +1,5 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* ## # Data Source: mongodbatlas.StreamPrivatelinkEndpoint
|
|
4
|
-
*
|
|
5
3
|
* `mongodbatlas.StreamPrivatelinkEndpoint` describes a Privatelink Endpoint for Streams.
|
|
6
4
|
*
|
|
7
5
|
* ## Example Usage
|
|
@@ -113,6 +111,32 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
113
111
|
* });
|
|
114
112
|
* export const privatelinkEndpointId = _this.id;
|
|
115
113
|
* ```
|
|
114
|
+
*
|
|
115
|
+
* ### GCP Confluent Privatelink
|
|
116
|
+
* ```typescript
|
|
117
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
118
|
+
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
119
|
+
*
|
|
120
|
+
* const gcpConfluentStreamPrivatelinkEndpoint = new mongodbatlas.StreamPrivatelinkEndpoint("gcp_confluent", {
|
|
121
|
+
* projectId: projectId,
|
|
122
|
+
* providerName: "GCP",
|
|
123
|
+
* vendor: "CONFLUENT",
|
|
124
|
+
* region: gcpRegion,
|
|
125
|
+
* dnsDomain: confluentDnsDomain,
|
|
126
|
+
* dnsSubDomains: confluentDnsSubdomains,
|
|
127
|
+
* serviceAttachmentUris: [
|
|
128
|
+
* "projects/my-project/regions/us-west1/serviceAttachments/confluent-attachment-1",
|
|
129
|
+
* "projects/my-project/regions/us-west1/serviceAttachments/confluent-attachment-2",
|
|
130
|
+
* ],
|
|
131
|
+
* });
|
|
132
|
+
* const gcpConfluent = gcpConfluentStreamPrivatelinkEndpoint.id.apply(id => mongodbatlas.getStreamPrivatelinkEndpointOutput({
|
|
133
|
+
* projectId: projectId,
|
|
134
|
+
* id: id,
|
|
135
|
+
* }));
|
|
136
|
+
* export const privatelinkEndpointId = gcpConfluentStreamPrivatelinkEndpoint.id;
|
|
137
|
+
* export const privatelinkEndpointState = gcpConfluent.apply(gcpConfluent => gcpConfluent.state);
|
|
138
|
+
* export const serviceAttachmentUris = gcpConfluentStreamPrivatelinkEndpoint.serviceAttachmentUris;
|
|
139
|
+
* ```
|
|
116
140
|
*/
|
|
117
141
|
export declare function getStreamPrivatelinkEndpoint(args: GetStreamPrivatelinkEndpointArgs, opts?: pulumi.InvokeOptions): Promise<GetStreamPrivatelinkEndpointResult>;
|
|
118
142
|
/**
|
|
@@ -137,13 +161,12 @@ export interface GetStreamPrivatelinkEndpointResult {
|
|
|
137
161
|
readonly providerAccountId: string;
|
|
138
162
|
readonly providerName: string;
|
|
139
163
|
readonly region: string;
|
|
164
|
+
readonly serviceAttachmentUris: string[];
|
|
140
165
|
readonly serviceEndpointId: string;
|
|
141
166
|
readonly state: string;
|
|
142
167
|
readonly vendor: string;
|
|
143
168
|
}
|
|
144
169
|
/**
|
|
145
|
-
* ## # Data Source: mongodbatlas.StreamPrivatelinkEndpoint
|
|
146
|
-
*
|
|
147
170
|
* `mongodbatlas.StreamPrivatelinkEndpoint` describes a Privatelink Endpoint for Streams.
|
|
148
171
|
*
|
|
149
172
|
* ## Example Usage
|
|
@@ -255,6 +278,32 @@ export interface GetStreamPrivatelinkEndpointResult {
|
|
|
255
278
|
* });
|
|
256
279
|
* export const privatelinkEndpointId = _this.id;
|
|
257
280
|
* ```
|
|
281
|
+
*
|
|
282
|
+
* ### GCP Confluent Privatelink
|
|
283
|
+
* ```typescript
|
|
284
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
285
|
+
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
286
|
+
*
|
|
287
|
+
* const gcpConfluentStreamPrivatelinkEndpoint = new mongodbatlas.StreamPrivatelinkEndpoint("gcp_confluent", {
|
|
288
|
+
* projectId: projectId,
|
|
289
|
+
* providerName: "GCP",
|
|
290
|
+
* vendor: "CONFLUENT",
|
|
291
|
+
* region: gcpRegion,
|
|
292
|
+
* dnsDomain: confluentDnsDomain,
|
|
293
|
+
* dnsSubDomains: confluentDnsSubdomains,
|
|
294
|
+
* serviceAttachmentUris: [
|
|
295
|
+
* "projects/my-project/regions/us-west1/serviceAttachments/confluent-attachment-1",
|
|
296
|
+
* "projects/my-project/regions/us-west1/serviceAttachments/confluent-attachment-2",
|
|
297
|
+
* ],
|
|
298
|
+
* });
|
|
299
|
+
* const gcpConfluent = gcpConfluentStreamPrivatelinkEndpoint.id.apply(id => mongodbatlas.getStreamPrivatelinkEndpointOutput({
|
|
300
|
+
* projectId: projectId,
|
|
301
|
+
* id: id,
|
|
302
|
+
* }));
|
|
303
|
+
* export const privatelinkEndpointId = gcpConfluentStreamPrivatelinkEndpoint.id;
|
|
304
|
+
* export const privatelinkEndpointState = gcpConfluent.apply(gcpConfluent => gcpConfluent.state);
|
|
305
|
+
* export const serviceAttachmentUris = gcpConfluentStreamPrivatelinkEndpoint.serviceAttachmentUris;
|
|
306
|
+
* ```
|
|
258
307
|
*/
|
|
259
308
|
export declare function getStreamPrivatelinkEndpointOutput(args: GetStreamPrivatelinkEndpointOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetStreamPrivatelinkEndpointResult>;
|
|
260
309
|
/**
|
|
@@ -6,8 +6,6 @@ exports.getStreamPrivatelinkEndpointOutput = exports.getStreamPrivatelinkEndpoin
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* ## # Data Source: mongodbatlas.StreamPrivatelinkEndpoint
|
|
10
|
-
*
|
|
11
9
|
* `mongodbatlas.StreamPrivatelinkEndpoint` describes a Privatelink Endpoint for Streams.
|
|
12
10
|
*
|
|
13
11
|
* ## Example Usage
|
|
@@ -119,6 +117,32 @@ const utilities = require("./utilities");
|
|
|
119
117
|
* });
|
|
120
118
|
* export const privatelinkEndpointId = _this.id;
|
|
121
119
|
* ```
|
|
120
|
+
*
|
|
121
|
+
* ### GCP Confluent Privatelink
|
|
122
|
+
* ```typescript
|
|
123
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
124
|
+
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
125
|
+
*
|
|
126
|
+
* const gcpConfluentStreamPrivatelinkEndpoint = new mongodbatlas.StreamPrivatelinkEndpoint("gcp_confluent", {
|
|
127
|
+
* projectId: projectId,
|
|
128
|
+
* providerName: "GCP",
|
|
129
|
+
* vendor: "CONFLUENT",
|
|
130
|
+
* region: gcpRegion,
|
|
131
|
+
* dnsDomain: confluentDnsDomain,
|
|
132
|
+
* dnsSubDomains: confluentDnsSubdomains,
|
|
133
|
+
* serviceAttachmentUris: [
|
|
134
|
+
* "projects/my-project/regions/us-west1/serviceAttachments/confluent-attachment-1",
|
|
135
|
+
* "projects/my-project/regions/us-west1/serviceAttachments/confluent-attachment-2",
|
|
136
|
+
* ],
|
|
137
|
+
* });
|
|
138
|
+
* const gcpConfluent = gcpConfluentStreamPrivatelinkEndpoint.id.apply(id => mongodbatlas.getStreamPrivatelinkEndpointOutput({
|
|
139
|
+
* projectId: projectId,
|
|
140
|
+
* id: id,
|
|
141
|
+
* }));
|
|
142
|
+
* export const privatelinkEndpointId = gcpConfluentStreamPrivatelinkEndpoint.id;
|
|
143
|
+
* export const privatelinkEndpointState = gcpConfluent.apply(gcpConfluent => gcpConfluent.state);
|
|
144
|
+
* export const serviceAttachmentUris = gcpConfluentStreamPrivatelinkEndpoint.serviceAttachmentUris;
|
|
145
|
+
* ```
|
|
122
146
|
*/
|
|
123
147
|
function getStreamPrivatelinkEndpoint(args, opts) {
|
|
124
148
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -129,8 +153,6 @@ function getStreamPrivatelinkEndpoint(args, opts) {
|
|
|
129
153
|
}
|
|
130
154
|
exports.getStreamPrivatelinkEndpoint = getStreamPrivatelinkEndpoint;
|
|
131
155
|
/**
|
|
132
|
-
* ## # Data Source: mongodbatlas.StreamPrivatelinkEndpoint
|
|
133
|
-
*
|
|
134
156
|
* `mongodbatlas.StreamPrivatelinkEndpoint` describes a Privatelink Endpoint for Streams.
|
|
135
157
|
*
|
|
136
158
|
* ## Example Usage
|
|
@@ -242,6 +264,32 @@ exports.getStreamPrivatelinkEndpoint = getStreamPrivatelinkEndpoint;
|
|
|
242
264
|
* });
|
|
243
265
|
* export const privatelinkEndpointId = _this.id;
|
|
244
266
|
* ```
|
|
267
|
+
*
|
|
268
|
+
* ### GCP Confluent Privatelink
|
|
269
|
+
* ```typescript
|
|
270
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
271
|
+
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
272
|
+
*
|
|
273
|
+
* const gcpConfluentStreamPrivatelinkEndpoint = new mongodbatlas.StreamPrivatelinkEndpoint("gcp_confluent", {
|
|
274
|
+
* projectId: projectId,
|
|
275
|
+
* providerName: "GCP",
|
|
276
|
+
* vendor: "CONFLUENT",
|
|
277
|
+
* region: gcpRegion,
|
|
278
|
+
* dnsDomain: confluentDnsDomain,
|
|
279
|
+
* dnsSubDomains: confluentDnsSubdomains,
|
|
280
|
+
* serviceAttachmentUris: [
|
|
281
|
+
* "projects/my-project/regions/us-west1/serviceAttachments/confluent-attachment-1",
|
|
282
|
+
* "projects/my-project/regions/us-west1/serviceAttachments/confluent-attachment-2",
|
|
283
|
+
* ],
|
|
284
|
+
* });
|
|
285
|
+
* const gcpConfluent = gcpConfluentStreamPrivatelinkEndpoint.id.apply(id => mongodbatlas.getStreamPrivatelinkEndpointOutput({
|
|
286
|
+
* projectId: projectId,
|
|
287
|
+
* id: id,
|
|
288
|
+
* }));
|
|
289
|
+
* export const privatelinkEndpointId = gcpConfluentStreamPrivatelinkEndpoint.id;
|
|
290
|
+
* export const privatelinkEndpointState = gcpConfluent.apply(gcpConfluent => gcpConfluent.state);
|
|
291
|
+
* export const serviceAttachmentUris = gcpConfluentStreamPrivatelinkEndpoint.serviceAttachmentUris;
|
|
292
|
+
* ```
|
|
245
293
|
*/
|
|
246
294
|
function getStreamPrivatelinkEndpointOutput(args, opts) {
|
|
247
295
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getStreamPrivatelinkEndpoint.js","sourceRoot":"","sources":["../getStreamPrivatelinkEndpoint.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getStreamPrivatelinkEndpoint.js","sourceRoot":"","sources":["../getStreamPrivatelinkEndpoint.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA0IG;AACH,SAAgB,4BAA4B,CAAC,IAAsC,EAAE,IAA2B;IAC5G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8EAA8E,EAAE;QACzG,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,oEAMC;AA8BD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA0IG;AACH,SAAgB,kCAAkC,CAAC,IAA4C,EAAE,IAAiC;IAC9H,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8EAA8E,EAAE;QAC/G,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,gFAMC"}
|
|
@@ -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.getStreamPrivatelinkEndpoints
|
|
5
|
-
*
|
|
6
4
|
* `mongodbatlas.getStreamPrivatelinkEndpoints` describes a Privatelink Endpoint for Streams.
|
|
7
5
|
*
|
|
8
6
|
* ## Example Usage
|
|
@@ -114,6 +112,32 @@ import * as outputs from "./types/output";
|
|
|
114
112
|
* });
|
|
115
113
|
* export const privatelinkEndpointId = _this.id;
|
|
116
114
|
* ```
|
|
115
|
+
*
|
|
116
|
+
* ### GCP Confluent Privatelink
|
|
117
|
+
* ```typescript
|
|
118
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
119
|
+
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
120
|
+
*
|
|
121
|
+
* const gcpConfluentStreamPrivatelinkEndpoint = new mongodbatlas.StreamPrivatelinkEndpoint("gcp_confluent", {
|
|
122
|
+
* projectId: projectId,
|
|
123
|
+
* providerName: "GCP",
|
|
124
|
+
* vendor: "CONFLUENT",
|
|
125
|
+
* region: gcpRegion,
|
|
126
|
+
* dnsDomain: confluentDnsDomain,
|
|
127
|
+
* dnsSubDomains: confluentDnsSubdomains,
|
|
128
|
+
* serviceAttachmentUris: [
|
|
129
|
+
* "projects/my-project/regions/us-west1/serviceAttachments/confluent-attachment-1",
|
|
130
|
+
* "projects/my-project/regions/us-west1/serviceAttachments/confluent-attachment-2",
|
|
131
|
+
* ],
|
|
132
|
+
* });
|
|
133
|
+
* const gcpConfluent = gcpConfluentStreamPrivatelinkEndpoint.id.apply(id => mongodbatlas.getStreamPrivatelinkEndpointOutput({
|
|
134
|
+
* projectId: projectId,
|
|
135
|
+
* id: id,
|
|
136
|
+
* }));
|
|
137
|
+
* export const privatelinkEndpointId = gcpConfluentStreamPrivatelinkEndpoint.id;
|
|
138
|
+
* export const privatelinkEndpointState = gcpConfluent.apply(gcpConfluent => gcpConfluent.state);
|
|
139
|
+
* export const serviceAttachmentUris = gcpConfluentStreamPrivatelinkEndpoint.serviceAttachmentUris;
|
|
140
|
+
* ```
|
|
117
141
|
*/
|
|
118
142
|
export declare function getStreamPrivatelinkEndpoints(args: GetStreamPrivatelinkEndpointsArgs, opts?: pulumi.InvokeOptions): Promise<GetStreamPrivatelinkEndpointsResult>;
|
|
119
143
|
/**
|
|
@@ -134,8 +158,6 @@ export interface GetStreamPrivatelinkEndpointsResult {
|
|
|
134
158
|
readonly results: outputs.GetStreamPrivatelinkEndpointsResult[];
|
|
135
159
|
}
|
|
136
160
|
/**
|
|
137
|
-
* ## # Data Source: mongodbatlas.getStreamPrivatelinkEndpoints
|
|
138
|
-
*
|
|
139
161
|
* `mongodbatlas.getStreamPrivatelinkEndpoints` describes a Privatelink Endpoint for Streams.
|
|
140
162
|
*
|
|
141
163
|
* ## Example Usage
|
|
@@ -247,6 +269,32 @@ export interface GetStreamPrivatelinkEndpointsResult {
|
|
|
247
269
|
* });
|
|
248
270
|
* export const privatelinkEndpointId = _this.id;
|
|
249
271
|
* ```
|
|
272
|
+
*
|
|
273
|
+
* ### GCP Confluent Privatelink
|
|
274
|
+
* ```typescript
|
|
275
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
276
|
+
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
277
|
+
*
|
|
278
|
+
* const gcpConfluentStreamPrivatelinkEndpoint = new mongodbatlas.StreamPrivatelinkEndpoint("gcp_confluent", {
|
|
279
|
+
* projectId: projectId,
|
|
280
|
+
* providerName: "GCP",
|
|
281
|
+
* vendor: "CONFLUENT",
|
|
282
|
+
* region: gcpRegion,
|
|
283
|
+
* dnsDomain: confluentDnsDomain,
|
|
284
|
+
* dnsSubDomains: confluentDnsSubdomains,
|
|
285
|
+
* serviceAttachmentUris: [
|
|
286
|
+
* "projects/my-project/regions/us-west1/serviceAttachments/confluent-attachment-1",
|
|
287
|
+
* "projects/my-project/regions/us-west1/serviceAttachments/confluent-attachment-2",
|
|
288
|
+
* ],
|
|
289
|
+
* });
|
|
290
|
+
* const gcpConfluent = gcpConfluentStreamPrivatelinkEndpoint.id.apply(id => mongodbatlas.getStreamPrivatelinkEndpointOutput({
|
|
291
|
+
* projectId: projectId,
|
|
292
|
+
* id: id,
|
|
293
|
+
* }));
|
|
294
|
+
* export const privatelinkEndpointId = gcpConfluentStreamPrivatelinkEndpoint.id;
|
|
295
|
+
* export const privatelinkEndpointState = gcpConfluent.apply(gcpConfluent => gcpConfluent.state);
|
|
296
|
+
* export const serviceAttachmentUris = gcpConfluentStreamPrivatelinkEndpoint.serviceAttachmentUris;
|
|
297
|
+
* ```
|
|
250
298
|
*/
|
|
251
299
|
export declare function getStreamPrivatelinkEndpointsOutput(args: GetStreamPrivatelinkEndpointsOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetStreamPrivatelinkEndpointsResult>;
|
|
252
300
|
/**
|
|
@@ -6,8 +6,6 @@ exports.getStreamPrivatelinkEndpointsOutput = exports.getStreamPrivatelinkEndpoi
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* ## # Data Source: mongodbatlas.getStreamPrivatelinkEndpoints
|
|
10
|
-
*
|
|
11
9
|
* `mongodbatlas.getStreamPrivatelinkEndpoints` describes a Privatelink Endpoint for Streams.
|
|
12
10
|
*
|
|
13
11
|
* ## Example Usage
|
|
@@ -119,6 +117,32 @@ const utilities = require("./utilities");
|
|
|
119
117
|
* });
|
|
120
118
|
* export const privatelinkEndpointId = _this.id;
|
|
121
119
|
* ```
|
|
120
|
+
*
|
|
121
|
+
* ### GCP Confluent Privatelink
|
|
122
|
+
* ```typescript
|
|
123
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
124
|
+
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
125
|
+
*
|
|
126
|
+
* const gcpConfluentStreamPrivatelinkEndpoint = new mongodbatlas.StreamPrivatelinkEndpoint("gcp_confluent", {
|
|
127
|
+
* projectId: projectId,
|
|
128
|
+
* providerName: "GCP",
|
|
129
|
+
* vendor: "CONFLUENT",
|
|
130
|
+
* region: gcpRegion,
|
|
131
|
+
* dnsDomain: confluentDnsDomain,
|
|
132
|
+
* dnsSubDomains: confluentDnsSubdomains,
|
|
133
|
+
* serviceAttachmentUris: [
|
|
134
|
+
* "projects/my-project/regions/us-west1/serviceAttachments/confluent-attachment-1",
|
|
135
|
+
* "projects/my-project/regions/us-west1/serviceAttachments/confluent-attachment-2",
|
|
136
|
+
* ],
|
|
137
|
+
* });
|
|
138
|
+
* const gcpConfluent = gcpConfluentStreamPrivatelinkEndpoint.id.apply(id => mongodbatlas.getStreamPrivatelinkEndpointOutput({
|
|
139
|
+
* projectId: projectId,
|
|
140
|
+
* id: id,
|
|
141
|
+
* }));
|
|
142
|
+
* export const privatelinkEndpointId = gcpConfluentStreamPrivatelinkEndpoint.id;
|
|
143
|
+
* export const privatelinkEndpointState = gcpConfluent.apply(gcpConfluent => gcpConfluent.state);
|
|
144
|
+
* export const serviceAttachmentUris = gcpConfluentStreamPrivatelinkEndpoint.serviceAttachmentUris;
|
|
145
|
+
* ```
|
|
122
146
|
*/
|
|
123
147
|
function getStreamPrivatelinkEndpoints(args, opts) {
|
|
124
148
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -128,8 +152,6 @@ function getStreamPrivatelinkEndpoints(args, opts) {
|
|
|
128
152
|
}
|
|
129
153
|
exports.getStreamPrivatelinkEndpoints = getStreamPrivatelinkEndpoints;
|
|
130
154
|
/**
|
|
131
|
-
* ## # Data Source: mongodbatlas.getStreamPrivatelinkEndpoints
|
|
132
|
-
*
|
|
133
155
|
* `mongodbatlas.getStreamPrivatelinkEndpoints` describes a Privatelink Endpoint for Streams.
|
|
134
156
|
*
|
|
135
157
|
* ## Example Usage
|
|
@@ -241,6 +263,32 @@ exports.getStreamPrivatelinkEndpoints = getStreamPrivatelinkEndpoints;
|
|
|
241
263
|
* });
|
|
242
264
|
* export const privatelinkEndpointId = _this.id;
|
|
243
265
|
* ```
|
|
266
|
+
*
|
|
267
|
+
* ### GCP Confluent Privatelink
|
|
268
|
+
* ```typescript
|
|
269
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
270
|
+
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
271
|
+
*
|
|
272
|
+
* const gcpConfluentStreamPrivatelinkEndpoint = new mongodbatlas.StreamPrivatelinkEndpoint("gcp_confluent", {
|
|
273
|
+
* projectId: projectId,
|
|
274
|
+
* providerName: "GCP",
|
|
275
|
+
* vendor: "CONFLUENT",
|
|
276
|
+
* region: gcpRegion,
|
|
277
|
+
* dnsDomain: confluentDnsDomain,
|
|
278
|
+
* dnsSubDomains: confluentDnsSubdomains,
|
|
279
|
+
* serviceAttachmentUris: [
|
|
280
|
+
* "projects/my-project/regions/us-west1/serviceAttachments/confluent-attachment-1",
|
|
281
|
+
* "projects/my-project/regions/us-west1/serviceAttachments/confluent-attachment-2",
|
|
282
|
+
* ],
|
|
283
|
+
* });
|
|
284
|
+
* const gcpConfluent = gcpConfluentStreamPrivatelinkEndpoint.id.apply(id => mongodbatlas.getStreamPrivatelinkEndpointOutput({
|
|
285
|
+
* projectId: projectId,
|
|
286
|
+
* id: id,
|
|
287
|
+
* }));
|
|
288
|
+
* export const privatelinkEndpointId = gcpConfluentStreamPrivatelinkEndpoint.id;
|
|
289
|
+
* export const privatelinkEndpointState = gcpConfluent.apply(gcpConfluent => gcpConfluent.state);
|
|
290
|
+
* export const serviceAttachmentUris = gcpConfluentStreamPrivatelinkEndpoint.serviceAttachmentUris;
|
|
291
|
+
* ```
|
|
244
292
|
*/
|
|
245
293
|
function getStreamPrivatelinkEndpointsOutput(args, opts) {
|
|
246
294
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getStreamPrivatelinkEndpoints.js","sourceRoot":"","sources":["../getStreamPrivatelinkEndpoints.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getStreamPrivatelinkEndpoints.js","sourceRoot":"","sources":["../getStreamPrivatelinkEndpoints.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA0IG;AACH,SAAgB,6BAA6B,CAAC,IAAuC,EAAE,IAA2B;IAC9G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gFAAgF,EAAE;QAC3G,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sEAKC;AAoBD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA0IG;AACH,SAAgB,mCAAmC,CAAC,IAA6C,EAAE,IAAiC;IAChI,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gFAAgF,EAAE;QACjH,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kFAKC"}
|
package/getStreamProcessor.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.StreamProcessor
|
|
5
|
-
*
|
|
6
4
|
* `mongodbatlas.StreamProcessor` describes a stream processor.
|
|
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,17 +145,18 @@ export declare function getStreamProcessor(args: GetStreamProcessorArgs, opts?:
|
|
|
147
145
|
*/
|
|
148
146
|
export interface GetStreamProcessorArgs {
|
|
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
|
+
* Label that identifies the stream processor.
|
|
155
153
|
*/
|
|
156
154
|
processorName: string;
|
|
157
155
|
/**
|
|
158
156
|
* Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access.
|
|
159
157
|
*/
|
|
160
158
|
projectId: string;
|
|
159
|
+
workspaceName?: string;
|
|
161
160
|
}
|
|
162
161
|
/**
|
|
163
162
|
* A collection of values returned by getStreamProcessor.
|
|
@@ -165,13 +164,13 @@ export interface GetStreamProcessorArgs {
|
|
|
165
164
|
export interface GetStreamProcessorResult {
|
|
166
165
|
readonly id: string;
|
|
167
166
|
/**
|
|
168
|
-
*
|
|
167
|
+
* @deprecated This parameter is deprecated. Please transition to workspace_name.
|
|
169
168
|
*/
|
|
170
|
-
readonly instanceName
|
|
169
|
+
readonly instanceName?: string;
|
|
171
170
|
readonly options: outputs.GetStreamProcessorOptions;
|
|
172
171
|
readonly pipeline: string;
|
|
173
172
|
/**
|
|
174
|
-
*
|
|
173
|
+
* Label that identifies the stream processor.
|
|
175
174
|
*/
|
|
176
175
|
readonly processorName: string;
|
|
177
176
|
/**
|
|
@@ -180,10 +179,9 @@ export interface GetStreamProcessorResult {
|
|
|
180
179
|
readonly projectId: string;
|
|
181
180
|
readonly state: string;
|
|
182
181
|
readonly stats: string;
|
|
182
|
+
readonly workspaceName?: string;
|
|
183
183
|
}
|
|
184
184
|
/**
|
|
185
|
-
* ## # Data Source: mongodbatlas.StreamProcessor
|
|
186
|
-
*
|
|
187
185
|
* `mongodbatlas.StreamProcessor` describes a stream processor.
|
|
188
186
|
*
|
|
189
187
|
* ## Example Usage
|
|
@@ -203,13 +201,13 @@ export interface GetStreamProcessorResult {
|
|
|
203
201
|
* });
|
|
204
202
|
* const example_sample = new mongodbatlas.StreamConnection("example-sample", {
|
|
205
203
|
* projectId: projectId,
|
|
206
|
-
*
|
|
204
|
+
* workspaceName: example.instanceName,
|
|
207
205
|
* connectionName: "sample_stream_solar",
|
|
208
206
|
* type: "Sample",
|
|
209
207
|
* });
|
|
210
208
|
* const example_cluster = new mongodbatlas.StreamConnection("example-cluster", {
|
|
211
209
|
* projectId: projectId,
|
|
212
|
-
*
|
|
210
|
+
* workspaceName: example.instanceName,
|
|
213
211
|
* connectionName: "ClusterConnection",
|
|
214
212
|
* type: "Cluster",
|
|
215
213
|
* clusterName: clusterName,
|
|
@@ -220,7 +218,7 @@ export interface GetStreamProcessorResult {
|
|
|
220
218
|
* });
|
|
221
219
|
* const example_kafka = new mongodbatlas.StreamConnection("example-kafka", {
|
|
222
220
|
* projectId: projectId,
|
|
223
|
-
*
|
|
221
|
+
* workspaceName: example.instanceName,
|
|
224
222
|
* connectionName: "KafkaPlaintextConnection",
|
|
225
223
|
* type: "Kafka",
|
|
226
224
|
* authentication: {
|
|
@@ -238,7 +236,7 @@ export interface GetStreamProcessorResult {
|
|
|
238
236
|
* });
|
|
239
237
|
* const stream_processor_sample_example = new mongodbatlas.StreamProcessor("stream-processor-sample-example", {
|
|
240
238
|
* projectId: projectId,
|
|
241
|
-
*
|
|
239
|
+
* workspaceName: example.instanceName,
|
|
242
240
|
* processorName: "sampleProcessorName",
|
|
243
241
|
* pipeline: JSON.stringify([
|
|
244
242
|
* {
|
|
@@ -261,7 +259,7 @@ export interface GetStreamProcessorResult {
|
|
|
261
259
|
* });
|
|
262
260
|
* const stream_processor_cluster_to_kafka_example = new mongodbatlas.StreamProcessor("stream-processor-cluster-to-kafka-example", {
|
|
263
261
|
* projectId: projectId,
|
|
264
|
-
*
|
|
262
|
+
* workspaceName: example.instanceName,
|
|
265
263
|
* processorName: "clusterProcessorName",
|
|
266
264
|
* pipeline: JSON.stringify([
|
|
267
265
|
* {
|
|
@@ -280,7 +278,7 @@ export interface GetStreamProcessorResult {
|
|
|
280
278
|
* });
|
|
281
279
|
* const stream_processor_kafka_to_cluster_example = new mongodbatlas.StreamProcessor("stream-processor-kafka-to-cluster-example", {
|
|
282
280
|
* projectId: projectId,
|
|
283
|
-
*
|
|
281
|
+
* workspaceName: example.instanceName,
|
|
284
282
|
* processorName: "kafkaProcessorName",
|
|
285
283
|
* pipeline: JSON.stringify([
|
|
286
284
|
* {
|
|
@@ -311,11 +309,11 @@ export interface GetStreamProcessorResult {
|
|
|
311
309
|
* });
|
|
312
310
|
* const example_stream_processors = example.instanceName.apply(instanceName => mongodbatlas.getStreamProcessorsOutput({
|
|
313
311
|
* projectId: projectId,
|
|
314
|
-
*
|
|
312
|
+
* workspaceName: instanceName,
|
|
315
313
|
* }));
|
|
316
314
|
* const example_stream_processor = pulumi.all([example.instanceName, stream_processor_sample_example.processorName]).apply(([instanceName, processorName]) => mongodbatlas.getStreamProcessorOutput({
|
|
317
315
|
* projectId: projectId,
|
|
318
|
-
*
|
|
316
|
+
* workspaceName: instanceName,
|
|
319
317
|
* processorName: processorName,
|
|
320
318
|
* }));
|
|
321
319
|
* export const streamProcessorsState = example_stream_processor.apply(example_stream_processor => example_stream_processor.state);
|
|
@@ -328,15 +326,16 @@ export declare function getStreamProcessorOutput(args: GetStreamProcessorOutputA
|
|
|
328
326
|
*/
|
|
329
327
|
export interface GetStreamProcessorOutputArgs {
|
|
330
328
|
/**
|
|
331
|
-
*
|
|
329
|
+
* @deprecated This parameter is deprecated. Please transition to workspace_name.
|
|
332
330
|
*/
|
|
333
|
-
instanceName
|
|
331
|
+
instanceName?: pulumi.Input<string>;
|
|
334
332
|
/**
|
|
335
|
-
*
|
|
333
|
+
* Label that identifies the stream processor.
|
|
336
334
|
*/
|
|
337
335
|
processorName: pulumi.Input<string>;
|
|
338
336
|
/**
|
|
339
337
|
* Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access.
|
|
340
338
|
*/
|
|
341
339
|
projectId: pulumi.Input<string>;
|
|
340
|
+
workspaceName?: pulumi.Input<string>;
|
|
342
341
|
}
|