@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/types/input.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as inputs from "../types/input";
|
|
3
3
|
export interface AdvancedClusterAdvancedConfiguration {
|
|
4
4
|
/**
|
|
5
|
-
* The minimum pre- and post-image retention time in seconds.
|
|
5
|
+
* The minimum pre- and post-image retention time in seconds.
|
|
6
6
|
*/
|
|
7
7
|
changeStreamOptionsPreAndPostImagesExpireAfterSeconds?: pulumi.Input<number>;
|
|
8
8
|
/**
|
|
@@ -10,55 +10,43 @@ export interface AdvancedClusterAdvancedConfiguration {
|
|
|
10
10
|
*/
|
|
11
11
|
customOpensslCipherConfigTls12s?: pulumi.Input<pulumi.Input<string>[]>;
|
|
12
12
|
/**
|
|
13
|
-
*
|
|
13
|
+
* The custom OpenSSL cipher suite list for TLS 1.3. This field is only valid when `tlsCipherConfigMode` is set to `CUSTOM`.
|
|
14
14
|
*/
|
|
15
|
-
|
|
15
|
+
customOpensslCipherConfigTls13s?: pulumi.Input<pulumi.Input<string>[]>;
|
|
16
16
|
/**
|
|
17
|
-
*
|
|
18
|
-
*
|
|
19
|
-
* @deprecated This parameter is deprecated. Please refer to our examples, documentation, and 1.18.0 migration guide for more details at https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/guides/1.18.0-upgrade-guide
|
|
17
|
+
* Default time limit in milliseconds for individual read operations to complete. This parameter is supported only for MongoDB version 8.0 and above.
|
|
20
18
|
*/
|
|
21
|
-
|
|
19
|
+
defaultMaxTimeMs?: pulumi.Input<number>;
|
|
22
20
|
/**
|
|
23
|
-
*
|
|
21
|
+
* Default level of acknowledgment requested from MongoDB for write operations when none is specified by the driver.
|
|
24
22
|
*/
|
|
25
23
|
defaultWriteConcern?: pulumi.Input<string>;
|
|
26
24
|
/**
|
|
27
|
-
*
|
|
28
|
-
*
|
|
29
|
-
* @deprecated This parameter is deprecated. Please refer to our examples, documentation, and 1.18.0 migration guide for more details at https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/guides/1.18.0-upgrade-guide
|
|
30
|
-
*/
|
|
31
|
-
failIndexKeyTooLong?: pulumi.Input<boolean>;
|
|
32
|
-
/**
|
|
33
|
-
* When true (default), the cluster allows execution of operations that perform server-side executions of JavaScript. When false, the cluster disables execution of those operations.
|
|
25
|
+
* Flag that indicates whether the cluster allows execution of operations that perform server-side executions of JavaScript. When using 8.0+, we recommend disabling server-side JavaScript and using operators of aggregation pipeline as more performant alternative.
|
|
34
26
|
*/
|
|
35
27
|
javascriptEnabled?: pulumi.Input<boolean>;
|
|
36
28
|
/**
|
|
37
|
-
*
|
|
38
|
-
* - TLS1_0
|
|
39
|
-
* - TLS1_1
|
|
40
|
-
* - TLS1_2
|
|
29
|
+
* Minimum Transport Layer Security (TLS) version that the cluster accepts for incoming connections. Clusters using TLS 1.0 or 1.1 should consider setting TLS 1.2 as the minimum TLS protocol version.
|
|
41
30
|
*/
|
|
42
31
|
minimumEnabledTlsProtocol?: pulumi.Input<string>;
|
|
43
32
|
/**
|
|
44
|
-
*
|
|
33
|
+
* Flag that indicates whether the cluster disables executing any query that requires a collection scan to return results.
|
|
45
34
|
*/
|
|
46
35
|
noTableScan?: pulumi.Input<boolean>;
|
|
47
36
|
/**
|
|
48
37
|
* Minimum retention window for cluster's oplog expressed in hours. A value of null indicates that the cluster uses the default minimum oplog window that MongoDB Cloud calculates.
|
|
49
|
-
* * **Note** A minimum oplog retention is required when seeking to change a cluster's class to Local NVMe SSD. To learn more and for latest guidance see [`oplogMinRetentionHours`](https://www.mongodb.com/docs/manual/core/replica-set-oplog/#std-label-replica-set-minimum-oplog-size)
|
|
50
38
|
*/
|
|
51
39
|
oplogMinRetentionHours?: pulumi.Input<number>;
|
|
52
40
|
/**
|
|
53
|
-
*
|
|
41
|
+
* Storage limit of cluster's oplog expressed in megabytes. A value of null indicates that the cluster uses the default oplog size that MongoDB Cloud calculates.
|
|
54
42
|
*/
|
|
55
43
|
oplogSizeMb?: pulumi.Input<number>;
|
|
56
44
|
/**
|
|
57
|
-
* Interval in seconds at which the mongosqld process re-samples data to create its relational schema.
|
|
45
|
+
* Interval in seconds at which the mongosqld process re-samples data to create its relational schema.
|
|
58
46
|
*/
|
|
59
47
|
sampleRefreshIntervalBiConnector?: pulumi.Input<number>;
|
|
60
48
|
/**
|
|
61
|
-
* Number of documents per database to sample when gathering schema information.
|
|
49
|
+
* Number of documents per database to sample when gathering schema information.
|
|
62
50
|
*/
|
|
63
51
|
sampleSizeBiConnector?: pulumi.Input<number>;
|
|
64
52
|
/**
|
|
@@ -66,7 +54,7 @@ export interface AdvancedClusterAdvancedConfiguration {
|
|
|
66
54
|
*/
|
|
67
55
|
tlsCipherConfigMode?: pulumi.Input<string>;
|
|
68
56
|
/**
|
|
69
|
-
* Lifetime, in seconds, of multi-document transactions.
|
|
57
|
+
* Lifetime, in seconds, of multi-document transactions. Atlas considers the transactions that exceed this limit as expired and so aborts them through a periodic cleanup process.
|
|
70
58
|
*/
|
|
71
59
|
transactionLifetimeLimitSeconds?: pulumi.Input<number>;
|
|
72
60
|
}
|
|
@@ -89,23 +77,23 @@ export interface AdvancedClusterBiConnectorConfig {
|
|
|
89
77
|
*/
|
|
90
78
|
readPreference?: pulumi.Input<string>;
|
|
91
79
|
}
|
|
92
|
-
export interface
|
|
80
|
+
export interface AdvancedClusterConnectionStrings {
|
|
93
81
|
/**
|
|
94
82
|
* [Network-peering-endpoint-aware](https://docs.atlas.mongodb.com/security-vpc-peering/#vpc-peering) mongodb://connection strings for each interface VPC endpoint you configured to connect to this cluster. Returned only if you created a network peering connection to this cluster.
|
|
95
83
|
*/
|
|
96
84
|
private?: pulumi.Input<string>;
|
|
97
85
|
/**
|
|
98
86
|
* Private endpoint connection strings. Each object describes the connection strings you can use to connect to this cluster through a private endpoint. Atlas returns this parameter only if you deployed a private endpoint to all regions to which you deployed this cluster's nodes.
|
|
99
|
-
* - `connection_strings.private_endpoint
|
|
100
|
-
* - `connection_strings.private_endpoint
|
|
101
|
-
* - `connection_strings.private_endpoint
|
|
102
|
-
* - `connection_strings.private_endpoint
|
|
103
|
-
* - `connection_strings.private_endpoint
|
|
104
|
-
* - `connection_strings.private_endpoint
|
|
105
|
-
* - `connection_strings.private_endpoint
|
|
106
|
-
* - `connection_strings.private_endpoint
|
|
87
|
+
* - `connection_strings.private_endpoint[#].connection_string` - Private-endpoint-aware `mongodb://`connection string for this private endpoint.
|
|
88
|
+
* - `connection_strings.private_endpoint[#].srv_connection_string` - Private-endpoint-aware `mongodb+srv://` connection string for this private endpoint. The `mongodb+srv` protocol tells the driver to look up the seed list of hosts in DNS . Atlas synchronizes this list with the nodes in a cluster. If the connection string uses this URI format, you don't need to: Append the seed list or Change the URI if the nodes change. Use this URI format if your driver supports it. If it doesn't, use `connection_strings.private_endpoint[#].connection_string`
|
|
89
|
+
* - `connection_strings.private_endpoint[#].srv_shard_optimized_connection_string` - Private endpoint-aware connection string optimized for sharded clusters that uses the `mongodb+srv://` protocol to connect to MongoDB Cloud through a private endpoint. If the connection string uses this Uniform Resource Identifier (URI) format, you don't need to change the Uniform Resource Identifier (URI) if the nodes change. Use this Uniform Resource Identifier (URI) format if your application and Atlas cluster support it. If it doesn't, use and consult the documentation for `connection_strings.private_endpoint[#].srv_connection_string`.
|
|
90
|
+
* - `connection_strings.private_endpoint[#].type` - Type of MongoDB process that you connect to with the connection strings. Atlas returns `MONGOD` for replica sets, or `MONGOS` for sharded clusters.
|
|
91
|
+
* - `connection_strings.private_endpoint[#].endpoints` - Private endpoint through which you connect to Atlas when you use `connection_strings.private_endpoint[#].connection_string` or `connection_strings.private_endpoint[#].srv_connection_string`
|
|
92
|
+
* - `connection_strings.private_endpoint[#].endpoints[#].endpoint_id` - Unique identifier of the private endpoint.
|
|
93
|
+
* - `connection_strings.private_endpoint[#].endpoints[#].provider_name` - Cloud provider to which you deployed the private endpoint. Atlas returns `AWS` or `AZURE`.
|
|
94
|
+
* - `connection_strings.private_endpoint[#].endpoints[#].region` - Region to which you deployed the private endpoint.
|
|
107
95
|
*/
|
|
108
|
-
privateEndpoints?: pulumi.Input<pulumi.Input<inputs.
|
|
96
|
+
privateEndpoints?: pulumi.Input<pulumi.Input<inputs.AdvancedClusterConnectionStringsPrivateEndpoint>[]>;
|
|
109
97
|
/**
|
|
110
98
|
* [Network-peering-endpoint-aware](https://docs.atlas.mongodb.com/security-vpc-peering/#vpc-peering) mongodb+srv://connection strings for each interface VPC endpoint you configured to connect to this cluster. Returned only if you created a network peering connection to this cluster.
|
|
111
99
|
*/
|
|
@@ -119,37 +107,41 @@ export interface AdvancedClusterConnectionString {
|
|
|
119
107
|
*/
|
|
120
108
|
standardSrv?: pulumi.Input<string>;
|
|
121
109
|
}
|
|
122
|
-
export interface
|
|
110
|
+
export interface AdvancedClusterConnectionStringsPrivateEndpoint {
|
|
111
|
+
/**
|
|
112
|
+
* Private endpoint-aware connection string that uses the `mongodb://` protocol to connect to MongoDB Cloud through a private endpoint.
|
|
113
|
+
*/
|
|
123
114
|
connectionString?: pulumi.Input<string>;
|
|
124
|
-
|
|
115
|
+
/**
|
|
116
|
+
* List that contains the private endpoints through which you connect to MongoDB Cloud when you use **connectionStrings.privateEndpoint[n].connectionString** or **connectionStrings.privateEndpoint[n].srvConnectionString**.
|
|
117
|
+
*/
|
|
118
|
+
endpoints?: pulumi.Input<pulumi.Input<inputs.AdvancedClusterConnectionStringsPrivateEndpointEndpoint>[]>;
|
|
119
|
+
/**
|
|
120
|
+
* Private endpoint-aware connection string that uses the `mongodb+srv://` protocol to connect to MongoDB Cloud through a private endpoint. The `mongodb+srv` protocol tells the driver to look up the seed list of hosts in the Domain Name System (DNS). This list synchronizes with the nodes in a cluster. If the connection string uses this Uniform Resource Identifier (URI) format, you don't need to append the seed list or change the Uniform Resource Identifier (URI) if the nodes change. Use this Uniform Resource Identifier (URI) format if your application supports it. If it doesn't, use connectionStrings.privateEndpoint[n].connectionString.
|
|
121
|
+
*/
|
|
125
122
|
srvConnectionString?: pulumi.Input<string>;
|
|
123
|
+
/**
|
|
124
|
+
* Private endpoint-aware connection string optimized for sharded clusters that uses the `mongodb+srv://` protocol to connect to MongoDB Cloud through a private endpoint. If the connection string uses this Uniform Resource Identifier (URI) format, you don't need to change the Uniform Resource Identifier (URI) if the nodes change. Use this Uniform Resource Identifier (URI) format if your application and Atlas cluster supports it. If it doesn't, use and consult the documentation for connectionStrings.privateEndpoint[n].srvConnectionString.
|
|
125
|
+
*/
|
|
126
126
|
srvShardOptimizedConnectionString?: pulumi.Input<string>;
|
|
127
|
+
/**
|
|
128
|
+
* MongoDB process type to which your application connects. Use `MONGOD` for replica sets and `MONGOS` for sharded clusters.
|
|
129
|
+
*/
|
|
127
130
|
type?: pulumi.Input<string>;
|
|
128
131
|
}
|
|
129
|
-
export interface
|
|
130
|
-
endpointId?: pulumi.Input<string>;
|
|
132
|
+
export interface AdvancedClusterConnectionStringsPrivateEndpointEndpoint {
|
|
131
133
|
/**
|
|
132
|
-
*
|
|
133
|
-
* The possible values are:
|
|
134
|
-
* - `AWS` - Amazon AWS
|
|
135
|
-
* - `GCP` - Google Cloud Platform
|
|
136
|
-
* - `AZURE` - Microsoft Azure
|
|
137
|
-
* - `TENANT` - M0 multi-tenant cluster. Use `replication_specs.#.region_configs.#.backing_provider_name` to set the cloud service provider.
|
|
134
|
+
* Unique string that the cloud provider uses to identify the private endpoint.
|
|
138
135
|
*/
|
|
139
|
-
|
|
140
|
-
region?: pulumi.Input<string>;
|
|
141
|
-
}
|
|
142
|
-
export interface AdvancedClusterLabel {
|
|
136
|
+
endpointId?: pulumi.Input<string>;
|
|
143
137
|
/**
|
|
144
|
-
*
|
|
138
|
+
* Cloud provider in which MongoDB Cloud deploys the private endpoint.
|
|
145
139
|
*/
|
|
146
|
-
|
|
140
|
+
providerName?: pulumi.Input<string>;
|
|
147
141
|
/**
|
|
148
|
-
*
|
|
149
|
-
*
|
|
150
|
-
* > **NOTE:** MongoDB Atlas doesn't display your labels.
|
|
142
|
+
* Region where the private endpoint is deployed.
|
|
151
143
|
*/
|
|
152
|
-
|
|
144
|
+
region?: pulumi.Input<string>;
|
|
153
145
|
}
|
|
154
146
|
export interface AdvancedClusterPinnedFcv {
|
|
155
147
|
/**
|
|
@@ -162,26 +154,16 @@ export interface AdvancedClusterPinnedFcv {
|
|
|
162
154
|
version?: pulumi.Input<string>;
|
|
163
155
|
}
|
|
164
156
|
export interface AdvancedClusterReplicationSpec {
|
|
157
|
+
/**
|
|
158
|
+
* A key-value map of the Network Peering Container ID(s) for the configuration specified in region_configs. The Container ID is the id of the container created when the first cluster in the region (AWS/Azure) or project (GCP) was created.
|
|
159
|
+
*/
|
|
165
160
|
containerId?: pulumi.Input<{
|
|
166
161
|
[key: string]: pulumi.Input<string>;
|
|
167
162
|
}>;
|
|
168
163
|
/**
|
|
169
|
-
* Unique 24-hexadecimal digit string that identifies the replication object for a shard in a Cluster. This value corresponds to Shard ID displayed in the UI.
|
|
164
|
+
* Unique 24-hexadecimal digit string that identifies the replication object for a shard in a Cluster. This value corresponds to Shard ID displayed in the UI.
|
|
170
165
|
*/
|
|
171
166
|
externalId?: pulumi.Input<string>;
|
|
172
|
-
/**
|
|
173
|
-
* **(DEPRECATED)** Unique identifer of the replication document for a zone in a Global Cluster. This value corresponds to the legacy sharding schema (no independent shard scaling) and is different from the Shard ID you may see in the Atlas UI. This value is not populated (empty string) when a sharded cluster has independently scaled shards.
|
|
174
|
-
*
|
|
175
|
-
* @deprecated This parameter is deprecated. Please refer to our examples, documentation, and 1.18.0 migration guide for more details at https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/guides/1.18.0-upgrade-guide
|
|
176
|
-
*/
|
|
177
|
-
id?: pulumi.Input<string>;
|
|
178
|
-
/**
|
|
179
|
-
* Provide this value if you set a `clusterType` of SHARDED or GEOSHARDED. Omit this value if you selected a `clusterType` of REPLICASET. This API resource accepts 1 through 50, inclusive. This parameter defaults to 1. If you specify a `numShards` value of 1 and a `clusterType` of SHARDED, Atlas deploys a single-shard [sharded cluster](https://docs.atlas.mongodb.com/reference/glossary/#std-term-sharded-cluster). Don't create a sharded cluster with a single shard for production environments. Single-shard sharded clusters don't provide the same benefits as multi-shard configurations.
|
|
180
|
-
* If you are upgrading a replica set to a sharded cluster, you cannot increase the number of shards in the same update request. You should wait until after the cluster has completed upgrading to sharded and you have reconnected all application clients to the MongoDB router before adding additional shards. Otherwise, your data might become inconsistent once MongoDB Cloud begins distributing data across shards. To learn more, see [Convert a replica set to a sharded cluster documentation](https://www.mongodb.com/docs/atlas/scale-cluster/#convert-a-replica-set-to-a-sharded-cluster) and [Convert a replica set to a sharded cluster tutorial](https://www.mongodb.com/docs/upcoming/tutorial/convert-replica-set-to-replicated-shard-cluster). **(DEPRECATED)** To learn more, see the 1.18.0 Upgrade Guide.
|
|
181
|
-
*
|
|
182
|
-
* @deprecated This parameter is deprecated. Please refer to our examples, documentation, and 1.18.0 migration guide for more details at https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/guides/1.18.0-upgrade-guide
|
|
183
|
-
*/
|
|
184
|
-
numShards?: pulumi.Input<number>;
|
|
185
167
|
/**
|
|
186
168
|
* Configuration for the hardware specifications for nodes set for a given region. Each `regionConfigs` object describes the region's priority in elections and the number and type of MongoDB nodes that Atlas deploys to the region. Each `regionConfigs` object must have either an `analyticsSpecs` object, `electableSpecs` object, or `readOnlySpecs` object. See below.
|
|
187
169
|
*/
|
|
@@ -209,7 +191,7 @@ export interface AdvancedClusterReplicationSpecRegionConfig {
|
|
|
209
191
|
*/
|
|
210
192
|
autoScaling?: pulumi.Input<inputs.AdvancedClusterReplicationSpecRegionConfigAutoScaling>;
|
|
211
193
|
/**
|
|
212
|
-
* Cloud service provider on which you provision the host for a multi-tenant cluster. Use this only when
|
|
194
|
+
* Cloud service provider on which you provision the host for a multi-tenant cluster. Use this only when the `providerName` is `TENANT` and `instanceSize` is `M0`, or when the `providerName` is `FLEX`.
|
|
213
195
|
*/
|
|
214
196
|
backingProviderName?: pulumi.Input<string>;
|
|
215
197
|
/**
|
|
@@ -219,7 +201,7 @@ export interface AdvancedClusterReplicationSpecRegionConfig {
|
|
|
219
201
|
/**
|
|
220
202
|
* Election priority of the region. For regions with only read-only nodes, set this value to 0.
|
|
221
203
|
* * If you have multiple `regionConfigs` objects (your cluster is multi-region or multi-cloud), they must have priorities in descending order. The highest priority is 7.
|
|
222
|
-
* * If your region has set `region_configs
|
|
204
|
+
* * If your region has set `region_configs[#].electable_specs.node_count` to 1 or higher, it must have a priority of exactly one (1) less than another region in the `replication_specs[#].region_configs[#]` array. The highest-priority region must have a priority of 7. The lowest possible priority is 1.
|
|
223
205
|
*/
|
|
224
206
|
priority: pulumi.Input<number>;
|
|
225
207
|
/**
|
|
@@ -228,7 +210,8 @@ export interface AdvancedClusterReplicationSpecRegionConfig {
|
|
|
228
210
|
* - `AWS` - Amazon AWS
|
|
229
211
|
* - `GCP` - Google Cloud Platform
|
|
230
212
|
* - `AZURE` - Microsoft Azure
|
|
231
|
-
* - `TENANT` - M0 multi-tenant cluster. Use `replication_specs
|
|
213
|
+
* - `TENANT` - M0 multi-tenant cluster. Use `replication_specs.[0].region_configs[0].backing_provider_name` to set the cloud service provider.
|
|
214
|
+
* - `FLEX` - Flex cluster. Use `replication_specs.[0].region_configs[0].backing_provider_name` to set the cloud service provider.
|
|
232
215
|
*/
|
|
233
216
|
providerName: pulumi.Input<string>;
|
|
234
217
|
/**
|
|
@@ -241,17 +224,22 @@ export interface AdvancedClusterReplicationSpecRegionConfig {
|
|
|
241
224
|
regionName: pulumi.Input<string>;
|
|
242
225
|
}
|
|
243
226
|
export interface AdvancedClusterReplicationSpecRegionConfigAnalyticsAutoScaling {
|
|
227
|
+
/**
|
|
228
|
+
* Flag that indicates whether analytics instance size auto-scaling is enabled. This parameter defaults to false. If a sharded cluster is making use of the New Sharding Configuration, auto-scaling of analytics instance size will be independent for each individual shard. Please reference the Use Auto-Scaling Per Shard section for more details.
|
|
229
|
+
*/
|
|
244
230
|
computeEnabled?: pulumi.Input<boolean>;
|
|
245
231
|
/**
|
|
246
|
-
* Maximum instance size to which your cluster can automatically scale (such as M40). Atlas requires this parameter if `replication_specs
|
|
232
|
+
* Maximum instance size to which your cluster can automatically scale (such as M40). Atlas requires this parameter if `replication_specs[#].region_configs[#].analytics_auto_scaling.compute_enabled` is true.
|
|
233
|
+
*
|
|
234
|
+
* **Note:** The configuration options and considerations for analytics auto-scaling are similar to those described in auto_scaling. When using `useEffectiveFields = true`, you can read scaled values using `effectiveAnalyticsSpecs` in the data source. When not using `useEffectiveFields`, you may need lifecycle ignore customizations for `analyticsSpecs` fields similar to the example shown in the autoScaling section.
|
|
247
235
|
*/
|
|
248
236
|
computeMaxInstanceSize?: pulumi.Input<string>;
|
|
249
237
|
/**
|
|
250
|
-
* Minimum instance size to which your cluster can automatically scale (such as M10). Atlas requires this parameter if `replication_specs
|
|
238
|
+
* Minimum instance size to which your cluster can automatically scale (such as M10). Atlas requires this parameter if `replication_specs[#].region_configs[#].analytics_auto_scaling.compute_scale_down_enabled` is true.
|
|
251
239
|
*/
|
|
252
240
|
computeMinInstanceSize?: pulumi.Input<string>;
|
|
253
241
|
/**
|
|
254
|
-
* Flag that indicates whether the instance size may scale down. Atlas requires this parameter if `replication_specs
|
|
242
|
+
* Flag that indicates whether the instance size may scale down. Atlas requires this parameter if `replication_specs[#].region_configs[#].analytics_auto_scaling.compute_enabled` : true. If you enable this option, specify a value for `replication_specs[#].region_configs[#].analytics_auto_scaling.compute_min_instance_size`.
|
|
255
243
|
*/
|
|
256
244
|
computeScaleDownEnabled?: pulumi.Input<boolean>;
|
|
257
245
|
/**
|
|
@@ -277,24 +265,27 @@ export interface AdvancedClusterReplicationSpecRegionConfigAnalyticsSpecs {
|
|
|
277
265
|
/**
|
|
278
266
|
* Hardware specification for the instance sizes in this region. Each instance size has a default storage and memory capacity. The instance size you select applies to all the data-bearing hosts in your instance size. Electable nodes and read-only nodes (known as "base nodes") within a single shard must use the same instance size. Analytics nodes can scale independently from base nodes within a shard. Both base nodes and analytics nodes can scale independently from their equivalents in other shards.
|
|
279
267
|
*/
|
|
280
|
-
instanceSize
|
|
268
|
+
instanceSize?: pulumi.Input<string>;
|
|
281
269
|
/**
|
|
282
270
|
* Number of nodes of the given type for MongoDB Atlas to deploy to the region.
|
|
283
271
|
*/
|
|
284
272
|
nodeCount?: pulumi.Input<number>;
|
|
285
273
|
}
|
|
286
274
|
export interface AdvancedClusterReplicationSpecRegionConfigAutoScaling {
|
|
275
|
+
/**
|
|
276
|
+
* Flag that indicates whether instance size auto-scaling is enabled. This parameter defaults to false. If a sharded cluster is making use of the New Sharding Configuration, auto-scaling of the instance size will be independent for each individual shard. Please reference the Use Auto-Scaling Per Shard section for more details.
|
|
277
|
+
*/
|
|
287
278
|
computeEnabled?: pulumi.Input<boolean>;
|
|
288
279
|
/**
|
|
289
|
-
*
|
|
280
|
+
* Minimum instance size to which your cluster can automatically scale. MongoDB Cloud requires this parameter if `"replicationSpecs[n].regionConfigs[m].autoScaling.compute.scaleDownEnabled" : true`.
|
|
290
281
|
*/
|
|
291
282
|
computeMaxInstanceSize?: pulumi.Input<string>;
|
|
292
283
|
/**
|
|
293
|
-
* Minimum instance size to which your cluster can automatically scale (such as M10). Atlas requires this parameter if `replication_specs
|
|
284
|
+
* Minimum instance size to which your cluster can automatically scale (such as M10). Atlas requires this parameter if `replication_specs[#].region_configs[#].auto_scaling.compute_scale_down_enabled` is true.
|
|
294
285
|
*/
|
|
295
286
|
computeMinInstanceSize?: pulumi.Input<string>;
|
|
296
287
|
/**
|
|
297
|
-
* Flag that indicates whether the instance size may scale down. Atlas requires this parameter if `replication_specs
|
|
288
|
+
* Flag that indicates whether the instance size may scale down. Atlas requires this parameter if `replication_specs[#].region_configs[#].auto_scaling.compute_enabled` : true. If you enable this option, specify a value for `replication_specs[#].region_configs[#].auto_scaling.compute_min_instance_size`.
|
|
298
289
|
*/
|
|
299
290
|
computeScaleDownEnabled?: pulumi.Input<boolean>;
|
|
300
291
|
/**
|
|
@@ -320,7 +311,7 @@ export interface AdvancedClusterReplicationSpecRegionConfigElectableSpecs {
|
|
|
320
311
|
/**
|
|
321
312
|
* Hardware specification for the instance sizes in this region. Each instance size has a default storage and memory capacity. The instance size you select applies to all the data-bearing hosts in your instance size. Electable nodes and read-only nodes (known as "base nodes") within a single shard must use the same instance size. Analytics nodes can scale independently from base nodes within a shard. Both base nodes and analytics nodes can scale independently from their equivalents in other shards.
|
|
322
313
|
*/
|
|
323
|
-
instanceSize
|
|
314
|
+
instanceSize?: pulumi.Input<string>;
|
|
324
315
|
/**
|
|
325
316
|
* Number of nodes of the given type for MongoDB Atlas to deploy to the region.
|
|
326
317
|
*/
|
|
@@ -344,23 +335,25 @@ export interface AdvancedClusterReplicationSpecRegionConfigReadOnlySpecs {
|
|
|
344
335
|
/**
|
|
345
336
|
* Hardware specification for the instance sizes in this region. Each instance size has a default storage and memory capacity. The instance size you select applies to all the data-bearing hosts in your instance size. Electable nodes and read-only nodes (known as "base nodes") within a single shard must use the same instance size. Analytics nodes can scale independently from base nodes within a shard. Both base nodes and analytics nodes can scale independently from their equivalents in other shards.
|
|
346
337
|
*/
|
|
347
|
-
instanceSize
|
|
338
|
+
instanceSize?: pulumi.Input<string>;
|
|
348
339
|
/**
|
|
349
340
|
* Number of nodes of the given type for MongoDB Atlas to deploy to the region.
|
|
350
341
|
*/
|
|
351
342
|
nodeCount?: pulumi.Input<number>;
|
|
352
343
|
}
|
|
353
|
-
export interface
|
|
344
|
+
export interface AdvancedClusterTimeouts {
|
|
354
345
|
/**
|
|
355
|
-
*
|
|
346
|
+
* A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
|
|
356
347
|
*/
|
|
357
|
-
|
|
348
|
+
create?: pulumi.Input<string>;
|
|
358
349
|
/**
|
|
359
|
-
*
|
|
360
|
-
*
|
|
361
|
-
* To learn more, see [Resource Tags](https://dochub.mongodb.org/core/add-cluster-tag-atlas).
|
|
350
|
+
* A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
|
|
362
351
|
*/
|
|
363
|
-
|
|
352
|
+
delete?: pulumi.Input<string>;
|
|
353
|
+
/**
|
|
354
|
+
* A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
|
|
355
|
+
*/
|
|
356
|
+
update?: pulumi.Input<string>;
|
|
364
357
|
}
|
|
365
358
|
export interface AlertConfigurationMatcher {
|
|
366
359
|
/**
|
|
@@ -679,12 +672,6 @@ export interface CloudBackupScheduleCopySetting {
|
|
|
679
672
|
* Target region to copy snapshots belonging to replicationSpecId to. Please supply the 'Atlas Region' which can be found under https://www.mongodb.com/docs/atlas/reference/cloud-providers/ 'regions' link
|
|
680
673
|
*/
|
|
681
674
|
regionName?: pulumi.Input<string>;
|
|
682
|
-
/**
|
|
683
|
-
* Unique 24-hexadecimal digit string that identifies the replication object for a zone in a cluster. For global clusters, there can be multiple zones to choose from. For sharded clusters and replica set clusters, there is only one zone in the cluster. To find the Replication Spec Id, consult the replicationSpecs array returned from [Return One Multi-Cloud Cluster in One Project](https://www.mongodb.com/docs/api/doc/atlas-admin-api-v2/operation/operation-getcluster). **(DEPRECATED)** Use `zoneId` instead. To learn more, see the 1.18.0 upgrade guide.
|
|
684
|
-
*
|
|
685
|
-
* @deprecated This parameter is deprecated. Please transition to `copy_settings.#.zone_id`. To learn more, see our examples, documentation, and 1.18.0 migration guide for more details at https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/guides/1.18.0-upgrade-guide
|
|
686
|
-
*/
|
|
687
|
-
replicationSpecId?: pulumi.Input<string>;
|
|
688
675
|
/**
|
|
689
676
|
* Flag that indicates whether to copy the oplogs to the target region. You can use the oplogs to perform point-in-time restores.
|
|
690
677
|
*/
|
|
@@ -865,11 +852,23 @@ export interface CloudBackupSnapshotRestoreJobDeliveryTypeConfig {
|
|
|
865
852
|
targetProjectId?: pulumi.Input<string>;
|
|
866
853
|
}
|
|
867
854
|
export interface CloudProviderAccessAuthorizationAws {
|
|
855
|
+
/**
|
|
856
|
+
* ARN of the IAM Role that Atlas assumes when accessing resources in your AWS account. This value is required after the creation (register of the role) as part of [Set Up Unified AWS Access](https://docs.atlas.mongodb.com/security/set-up-unified-aws-access/#set-up-unified-aws-access).
|
|
857
|
+
*/
|
|
868
858
|
iamAssumedRoleArn: pulumi.Input<string>;
|
|
869
859
|
}
|
|
870
860
|
export interface CloudProviderAccessAuthorizationAzure {
|
|
861
|
+
/**
|
|
862
|
+
* Azure Active Directory Application ID of Atlas.
|
|
863
|
+
*/
|
|
871
864
|
atlasAzureAppId: pulumi.Input<string>;
|
|
865
|
+
/**
|
|
866
|
+
* UUID string that identifies the Azure Service Principal.
|
|
867
|
+
*/
|
|
872
868
|
servicePrincipalId: pulumi.Input<string>;
|
|
869
|
+
/**
|
|
870
|
+
* UUID String that identifies the Azure Active Directory Tenant ID.
|
|
871
|
+
*/
|
|
873
872
|
tenantId: pulumi.Input<string>;
|
|
874
873
|
}
|
|
875
874
|
export interface CloudProviderAccessAuthorizationFeatureUsage {
|
|
@@ -879,21 +878,85 @@ export interface CloudProviderAccessAuthorizationFeatureUsage {
|
|
|
879
878
|
featureType?: pulumi.Input<string>;
|
|
880
879
|
}
|
|
881
880
|
export interface CloudProviderAccessAuthorizationGcp {
|
|
881
|
+
/**
|
|
882
|
+
* Email address for the Google Service Account created by Atlas.
|
|
883
|
+
*/
|
|
882
884
|
serviceAccountForAtlas?: pulumi.Input<string>;
|
|
883
885
|
}
|
|
884
886
|
export interface CloudProviderAccessSetupAwsConfig {
|
|
887
|
+
/**
|
|
888
|
+
* Unique external ID Atlas uses when assuming the IAM role in your AWS account.
|
|
889
|
+
*/
|
|
885
890
|
atlasAssumedRoleExternalId?: pulumi.Input<string>;
|
|
891
|
+
/**
|
|
892
|
+
* ARN associated with the Atlas AWS account used to assume IAM roles in your AWS account.
|
|
893
|
+
*/
|
|
886
894
|
atlasAwsAccountArn?: pulumi.Input<string>;
|
|
887
895
|
}
|
|
888
896
|
export interface CloudProviderAccessSetupAzureConfig {
|
|
897
|
+
/**
|
|
898
|
+
* Azure Active Directory Application ID of Atlas. This property is required when `providerName = "AZURE".`
|
|
899
|
+
*/
|
|
889
900
|
atlasAzureAppId: pulumi.Input<string>;
|
|
901
|
+
/**
|
|
902
|
+
* UUID string that identifies the Azure Service Principal. This property is required when `providerName = "AZURE".`
|
|
903
|
+
*/
|
|
890
904
|
servicePrincipalId: pulumi.Input<string>;
|
|
905
|
+
/**
|
|
906
|
+
* UUID String that identifies the Azure Active Directory Tenant ID. This property is required when `providerName = "AZURE".`
|
|
907
|
+
*/
|
|
891
908
|
tenantId: pulumi.Input<string>;
|
|
892
909
|
}
|
|
893
910
|
export interface CloudProviderAccessSetupGcpConfig {
|
|
911
|
+
/**
|
|
912
|
+
* The GCP service account email that Atlas uses.
|
|
913
|
+
*/
|
|
894
914
|
serviceAccountForAtlas?: pulumi.Input<string>;
|
|
915
|
+
/**
|
|
916
|
+
* The status of the GCP cloud provider access setup. See [MongoDB Atlas API](https://www.mongodb.com/docs/api/doc/atlas-admin-api-v2/operation/operation-getgroupcloudprovideraccess#operation-getgroupcloudprovideraccess-200-body-application-vnd-atlas-2023-01-01-json-gcp-object-status).
|
|
917
|
+
*/
|
|
895
918
|
status?: pulumi.Input<string>;
|
|
896
919
|
}
|
|
920
|
+
export interface CloudUserOrgAssignmentRoles {
|
|
921
|
+
/**
|
|
922
|
+
* One or more organization level roles to assign the MongoDB Cloud user.
|
|
923
|
+
*/
|
|
924
|
+
orgRoles?: pulumi.Input<pulumi.Input<string>[]>;
|
|
925
|
+
/**
|
|
926
|
+
* List of project level role assignments to assign the MongoDB Cloud user.
|
|
927
|
+
*/
|
|
928
|
+
projectRoleAssignments?: pulumi.Input<pulumi.Input<inputs.CloudUserOrgAssignmentRolesProjectRoleAssignment>[]>;
|
|
929
|
+
}
|
|
930
|
+
export interface CloudUserOrgAssignmentRolesProjectRoleAssignment {
|
|
931
|
+
/**
|
|
932
|
+
* Unique 24-hexadecimal digit string that identifies the project to which these roles belong.
|
|
933
|
+
*/
|
|
934
|
+
projectId?: pulumi.Input<string>;
|
|
935
|
+
/**
|
|
936
|
+
* One or more project-level roles assigned to the MongoDB Cloud user.
|
|
937
|
+
*/
|
|
938
|
+
projectRoles?: pulumi.Input<pulumi.Input<string>[]>;
|
|
939
|
+
}
|
|
940
|
+
export interface CloudUserTeamAssignmentRoles {
|
|
941
|
+
/**
|
|
942
|
+
* One or more organization level roles to assign the MongoDB Cloud user.
|
|
943
|
+
*/
|
|
944
|
+
orgRoles?: pulumi.Input<pulumi.Input<string>[]>;
|
|
945
|
+
/**
|
|
946
|
+
* List of project level role assignments to assign the MongoDB Cloud user.
|
|
947
|
+
*/
|
|
948
|
+
projectRoleAssignments?: pulumi.Input<pulumi.Input<inputs.CloudUserTeamAssignmentRolesProjectRoleAssignment>[]>;
|
|
949
|
+
}
|
|
950
|
+
export interface CloudUserTeamAssignmentRolesProjectRoleAssignment {
|
|
951
|
+
/**
|
|
952
|
+
* Unique 24-hexadecimal digit string that identifies the project to which these roles belong.
|
|
953
|
+
*/
|
|
954
|
+
projectId?: pulumi.Input<string>;
|
|
955
|
+
/**
|
|
956
|
+
* One or more project-level roles assigned to the MongoDB Cloud user.
|
|
957
|
+
*/
|
|
958
|
+
projectRoles?: pulumi.Input<pulumi.Input<string>[]>;
|
|
959
|
+
}
|
|
897
960
|
export interface ClusterAdvancedConfiguration {
|
|
898
961
|
/**
|
|
899
962
|
* The minimum pre- and post-image retention time in seconds. This option corresponds to the `changeStreamOptions.preAndPostImages.expireAfterSeconds` cluster parameter. Defaults to `-1`(off). This setting controls the retention policy of change stream pre- and post-images. Pre- and post-images are the versions of a document before and after document modification, respectively.`expireAfterSeconds` controls how long MongoDB retains pre- and post-images. When set to -1 (off), MongoDB uses the default retention policy: pre- and post-images are retained until the corresponding change stream events are removed from the oplog. To set the minimum pre- and post-image retention time, specify an integer value greater than zero. Setting this too low could increase the risk of interrupting Realm sync or triggers processing. This parameter is only supported for MongoDB version 6.0 and above.
|
|
@@ -926,9 +989,8 @@ export interface ClusterAdvancedConfiguration {
|
|
|
926
989
|
javascriptEnabled?: pulumi.Input<boolean>;
|
|
927
990
|
/**
|
|
928
991
|
* Sets the minimum Transport Layer Security (TLS) version the cluster accepts for incoming connections. Valid values are:
|
|
929
|
-
* - TLS1_0
|
|
930
|
-
* - TLS1_1
|
|
931
992
|
* - TLS1_2
|
|
993
|
+
* - TLS1_3
|
|
932
994
|
*/
|
|
933
995
|
minimumEnabledTlsProtocol?: pulumi.Input<string>;
|
|
934
996
|
/**
|
|
@@ -981,33 +1043,10 @@ export interface ClusterBiConnectorConfig {
|
|
|
981
1043
|
readPreference?: pulumi.Input<string>;
|
|
982
1044
|
}
|
|
983
1045
|
export interface ClusterConnectionString {
|
|
984
|
-
/**
|
|
985
|
-
* [Network-peering-endpoint-aware](https://docs.atlas.mongodb.com/security-vpc-peering/#vpc-peering) mongodb://connection strings for each interface VPC endpoint you configured to connect to this cluster. Returned only if you created a network peering connection to this cluster.
|
|
986
|
-
*/
|
|
987
1046
|
private?: pulumi.Input<string>;
|
|
988
|
-
/**
|
|
989
|
-
* Private endpoint connection strings. Each object describes the connection strings you can use to connect to this cluster through a private endpoint. Atlas returns this parameter only if you deployed a private endpoint to all regions to which you deployed this cluster's nodes.
|
|
990
|
-
* - `connection_strings.private_endpoint.#.connection_string` - Private-endpoint-aware `mongodb://`connection string for this private endpoint.
|
|
991
|
-
* - `connection_strings.private_endpoint.#.srv_connection_string` - Private-endpoint-aware `mongodb+srv://` connection string for this private endpoint. The `mongodb+srv` protocol tells the driver to look up the seed list of hosts in DNS . Atlas synchronizes this list with the nodes in a cluster. If the connection string uses this URI format, you don't need to: Append the seed list or Change the URI if the nodes change. Use this URI format if your driver supports it. If it doesn't, use `connection_strings.private_endpoint[#].connection_string`
|
|
992
|
-
* - `connection_strings.private_endpoint.#.srv_shard_optimized_connection_string` - Private endpoint-aware connection string optimized for sharded clusters that uses the `mongodb+srv://` protocol to connect to MongoDB Cloud through a private endpoint. If the connection string uses this Uniform Resource Identifier (URI) format, you don't need to change the Uniform Resource Identifier (URI) if the nodes change. Use this Uniform Resource Identifier (URI) format if your application and Atlas cluster support it. If it doesn't, use and consult the documentation for connectionStrings.privateEndpoint[#].srvConnectionString.
|
|
993
|
-
* - `connection_strings.private_endpoint.#.type` - Type of MongoDB process that you connect to with the connection strings. Atlas returns `MONGOD` for replica sets, or `MONGOS` for sharded clusters.
|
|
994
|
-
* - `connection_strings.private_endpoint.#.endpoints` - Private endpoint through which you connect to Atlas when you use `connection_strings.private_endpoint[#].connection_string` or `connection_strings.private_endpoint[#].srv_connection_string`
|
|
995
|
-
* - `connection_strings.private_endpoint.#.endpoints.#.endpoint_id` - Unique identifier of the private endpoint.
|
|
996
|
-
* - `connection_strings.private_endpoint.#.endpoints.#.provider_name` - Cloud provider to which you deployed the private endpoint. Atlas returns `AWS` or `AZURE`.
|
|
997
|
-
* - `connection_strings.private_endpoint.#.endpoints.#.region` - Region to which you deployed the private endpoint.
|
|
998
|
-
*/
|
|
999
1047
|
privateEndpoints?: pulumi.Input<pulumi.Input<inputs.ClusterConnectionStringPrivateEndpoint>[]>;
|
|
1000
|
-
/**
|
|
1001
|
-
* [Network-peering-endpoint-aware](https://docs.atlas.mongodb.com/security-vpc-peering/#vpc-peering) mongodb+srv://connection strings for each interface VPC endpoint you configured to connect to this cluster. Returned only if you created a network peering connection to this cluster.
|
|
1002
|
-
*/
|
|
1003
1048
|
privateSrv?: pulumi.Input<string>;
|
|
1004
|
-
/**
|
|
1005
|
-
* Public mongodb:// connection string for this cluster.
|
|
1006
|
-
*/
|
|
1007
1049
|
standard?: pulumi.Input<string>;
|
|
1008
|
-
/**
|
|
1009
|
-
* Public mongodb+srv:// connection string for this cluster. The mongodb+srv protocol tells the driver to look up the seed list of hosts in DNS. Atlas synchronizes this list with the nodes in a cluster. If the connection string uses this URI format, you don’t need to append the seed list or change the URI if the nodes change. Use this URI format if your driver supports it. If it doesn’t , use connectionStrings.standard.
|
|
1010
|
-
*/
|
|
1011
1050
|
standardSrv?: pulumi.Input<string>;
|
|
1012
1051
|
}
|
|
1013
1052
|
export interface ClusterConnectionStringPrivateEndpoint {
|
|
@@ -1208,95 +1247,6 @@ export interface CustomDbRoleInheritedRole {
|
|
|
1208
1247
|
*/
|
|
1209
1248
|
roleName: pulumi.Input<string>;
|
|
1210
1249
|
}
|
|
1211
|
-
export interface DataLakePipelineIngestionSchedule {
|
|
1212
|
-
frequencyInterval?: pulumi.Input<number>;
|
|
1213
|
-
frequencyType?: pulumi.Input<string>;
|
|
1214
|
-
/**
|
|
1215
|
-
* Unique 24-hexadecimal digit string that identifies the Data Lake Pipeline.
|
|
1216
|
-
*/
|
|
1217
|
-
id?: pulumi.Input<string>;
|
|
1218
|
-
retentionUnit?: pulumi.Input<string>;
|
|
1219
|
-
retentionValue?: pulumi.Input<number>;
|
|
1220
|
-
}
|
|
1221
|
-
export interface DataLakePipelineSink {
|
|
1222
|
-
/**
|
|
1223
|
-
* Ordered fields used to physically organize data in the destination.
|
|
1224
|
-
* * `partition_fields.#.field_name` - Human-readable label that identifies the field name used to partition data.
|
|
1225
|
-
* * `partition_fields.#.order` - Sequence in which MongoDB Atlas slices the collection data to create partitions. The resource expresses this sequence starting with zero.
|
|
1226
|
-
*/
|
|
1227
|
-
partitionFields?: pulumi.Input<pulumi.Input<inputs.DataLakePipelineSinkPartitionField>[]>;
|
|
1228
|
-
/**
|
|
1229
|
-
* Target cloud provider for this Data Lake Pipeline.
|
|
1230
|
-
*/
|
|
1231
|
-
provider?: pulumi.Input<string>;
|
|
1232
|
-
/**
|
|
1233
|
-
* Target cloud provider region for this Data Lake Pipeline. [Supported cloud provider regions](https://www.mongodb.com/docs/datalake/limitations).
|
|
1234
|
-
*/
|
|
1235
|
-
region?: pulumi.Input<string>;
|
|
1236
|
-
/**
|
|
1237
|
-
* Type of ingestion source of this Data Lake Pipeline.
|
|
1238
|
-
*/
|
|
1239
|
-
type?: pulumi.Input<string>;
|
|
1240
|
-
}
|
|
1241
|
-
export interface DataLakePipelineSinkPartitionField {
|
|
1242
|
-
fieldName: pulumi.Input<string>;
|
|
1243
|
-
order: pulumi.Input<number>;
|
|
1244
|
-
}
|
|
1245
|
-
export interface DataLakePipelineSnapshot {
|
|
1246
|
-
copyRegion?: pulumi.Input<string>;
|
|
1247
|
-
createdAt?: pulumi.Input<string>;
|
|
1248
|
-
expiresAt?: pulumi.Input<string>;
|
|
1249
|
-
frequencyYype?: pulumi.Input<string>;
|
|
1250
|
-
/**
|
|
1251
|
-
* Unique 24-hexadecimal digit string that identifies the Data Lake Pipeline.
|
|
1252
|
-
*/
|
|
1253
|
-
id?: pulumi.Input<string>;
|
|
1254
|
-
masterKey?: pulumi.Input<string>;
|
|
1255
|
-
mongodVersion?: pulumi.Input<string>;
|
|
1256
|
-
policies?: pulumi.Input<pulumi.Input<string>[]>;
|
|
1257
|
-
/**
|
|
1258
|
-
* Target cloud provider for this Data Lake Pipeline.
|
|
1259
|
-
*/
|
|
1260
|
-
provider?: pulumi.Input<string>;
|
|
1261
|
-
replicaSetName?: pulumi.Input<string>;
|
|
1262
|
-
size?: pulumi.Input<number>;
|
|
1263
|
-
snapshotType?: pulumi.Input<string>;
|
|
1264
|
-
status?: pulumi.Input<string>;
|
|
1265
|
-
/**
|
|
1266
|
-
* Type of ingestion source of this Data Lake Pipeline.
|
|
1267
|
-
*/
|
|
1268
|
-
type?: pulumi.Input<string>;
|
|
1269
|
-
}
|
|
1270
|
-
export interface DataLakePipelineSource {
|
|
1271
|
-
/**
|
|
1272
|
-
* Human-readable name that identifies the cluster.
|
|
1273
|
-
*/
|
|
1274
|
-
clusterName?: pulumi.Input<string>;
|
|
1275
|
-
/**
|
|
1276
|
-
* Human-readable name that identifies the collection.
|
|
1277
|
-
*/
|
|
1278
|
-
collectionName?: pulumi.Input<string>;
|
|
1279
|
-
/**
|
|
1280
|
-
* Human-readable name that identifies the database.
|
|
1281
|
-
*/
|
|
1282
|
-
databaseName?: pulumi.Input<string>;
|
|
1283
|
-
policyItemId?: pulumi.Input<string>;
|
|
1284
|
-
/**
|
|
1285
|
-
* The unique ID for the project to create a data lake pipeline.
|
|
1286
|
-
*/
|
|
1287
|
-
projectId?: pulumi.Input<string>;
|
|
1288
|
-
/**
|
|
1289
|
-
* Type of ingestion source of this Data Lake Pipeline.
|
|
1290
|
-
*/
|
|
1291
|
-
type?: pulumi.Input<string>;
|
|
1292
|
-
}
|
|
1293
|
-
export interface DataLakePipelineTransformation {
|
|
1294
|
-
field?: pulumi.Input<string>;
|
|
1295
|
-
/**
|
|
1296
|
-
* Type of ingestion source of this Data Lake Pipeline.
|
|
1297
|
-
*/
|
|
1298
|
-
type?: pulumi.Input<string>;
|
|
1299
|
-
}
|
|
1300
1250
|
export interface DatabaseUserLabel {
|
|
1301
1251
|
/**
|
|
1302
1252
|
* The key that you want to write.
|
|
@@ -1323,7 +1273,7 @@ export interface DatabaseUserRole {
|
|
|
1323
1273
|
}
|
|
1324
1274
|
export interface DatabaseUserScope {
|
|
1325
1275
|
/**
|
|
1326
|
-
* Name of the cluster or Atlas Data
|
|
1276
|
+
* Name of the cluster or Atlas Data Federation that the user has access to.
|
|
1327
1277
|
*/
|
|
1328
1278
|
name?: pulumi.Input<string>;
|
|
1329
1279
|
/**
|
|
@@ -1433,6 +1383,16 @@ export interface EncryptionAtRestGoogleCloudKmsConfig {
|
|
|
1433
1383
|
*/
|
|
1434
1384
|
valid?: pulumi.Input<boolean>;
|
|
1435
1385
|
}
|
|
1386
|
+
export interface EncryptionAtRestPrivateEndpointTimeouts {
|
|
1387
|
+
/**
|
|
1388
|
+
* A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
|
|
1389
|
+
*/
|
|
1390
|
+
create?: pulumi.Input<string>;
|
|
1391
|
+
/**
|
|
1392
|
+
* A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
|
|
1393
|
+
*/
|
|
1394
|
+
delete?: pulumi.Input<string>;
|
|
1395
|
+
}
|
|
1436
1396
|
export interface EventTriggerEventProcessors {
|
|
1437
1397
|
awsEventbridge?: pulumi.Input<inputs.EventTriggerEventProcessorsAwsEventbridge>;
|
|
1438
1398
|
}
|
|
@@ -1442,7 +1402,7 @@ export interface EventTriggerEventProcessorsAwsEventbridge {
|
|
|
1442
1402
|
}
|
|
1443
1403
|
export interface FederatedDatabaseInstanceCloudProviderConfig {
|
|
1444
1404
|
/**
|
|
1445
|
-
* Name of the cloud service that hosts the
|
|
1405
|
+
* Name of the cloud service that hosts the Atlas Data Federation data stores.
|
|
1446
1406
|
*/
|
|
1447
1407
|
aws?: pulumi.Input<inputs.FederatedDatabaseInstanceCloudProviderConfigAws>;
|
|
1448
1408
|
/**
|
|
@@ -1631,6 +1591,20 @@ export interface FlexClusterProviderSettings {
|
|
|
1631
1591
|
*/
|
|
1632
1592
|
regionName: pulumi.Input<string>;
|
|
1633
1593
|
}
|
|
1594
|
+
export interface FlexClusterTimeouts {
|
|
1595
|
+
/**
|
|
1596
|
+
* A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
|
|
1597
|
+
*/
|
|
1598
|
+
create?: pulumi.Input<string>;
|
|
1599
|
+
/**
|
|
1600
|
+
* A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
|
|
1601
|
+
*/
|
|
1602
|
+
delete?: pulumi.Input<string>;
|
|
1603
|
+
/**
|
|
1604
|
+
* A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
|
|
1605
|
+
*/
|
|
1606
|
+
update?: pulumi.Input<string>;
|
|
1607
|
+
}
|
|
1634
1608
|
export interface GetAlertConfigurationOutput {
|
|
1635
1609
|
label?: string;
|
|
1636
1610
|
type: string;
|
|
@@ -1716,14 +1690,14 @@ export interface GetCustomDbRoleInheritedRoleArgs {
|
|
|
1716
1690
|
roleName?: pulumi.Input<string>;
|
|
1717
1691
|
}
|
|
1718
1692
|
export interface GetFederatedDatabaseInstanceCloudProviderConfig {
|
|
1719
|
-
aws?: inputs.
|
|
1693
|
+
aws?: inputs.GetFederatedDatabaseInstanceCloudProviderConfigAw[];
|
|
1720
1694
|
azures?: inputs.GetFederatedDatabaseInstanceCloudProviderConfigAzure[];
|
|
1721
1695
|
}
|
|
1722
1696
|
export interface GetFederatedDatabaseInstanceCloudProviderConfigArgs {
|
|
1723
|
-
aws?: pulumi.Input<inputs.
|
|
1697
|
+
aws?: pulumi.Input<pulumi.Input<inputs.GetFederatedDatabaseInstanceCloudProviderConfigAwArgs>[]>;
|
|
1724
1698
|
azures?: pulumi.Input<pulumi.Input<inputs.GetFederatedDatabaseInstanceCloudProviderConfigAzureArgs>[]>;
|
|
1725
1699
|
}
|
|
1726
|
-
export interface
|
|
1700
|
+
export interface GetFederatedDatabaseInstanceCloudProviderConfigAw {
|
|
1727
1701
|
/**
|
|
1728
1702
|
* Unique identifier associated with the IAM Role that the Federated Database Instance assumes when accessing the data stores.
|
|
1729
1703
|
*/
|
|
@@ -1745,7 +1719,7 @@ export interface GetFederatedDatabaseInstanceCloudProviderConfigAws {
|
|
|
1745
1719
|
roleId?: string;
|
|
1746
1720
|
testS3Bucket?: string;
|
|
1747
1721
|
}
|
|
1748
|
-
export interface
|
|
1722
|
+
export interface GetFederatedDatabaseInstanceCloudProviderConfigAwArgs {
|
|
1749
1723
|
/**
|
|
1750
1724
|
* Unique identifier associated with the IAM Role that the Federated Database Instance assumes when accessing the data stores.
|
|
1751
1725
|
*/
|
|
@@ -2066,44 +2040,10 @@ export interface ProjectTeam {
|
|
|
2066
2040
|
teamId: pulumi.Input<string>;
|
|
2067
2041
|
}
|
|
2068
2042
|
export interface ProviderAssumeRole {
|
|
2069
|
-
/**
|
|
2070
|
-
* The duration, between 15 minutes and 12 hours, of the role session. Valid time units are ns, us (or µs), ms, s, h, or m.
|
|
2071
|
-
*/
|
|
2072
|
-
duration?: pulumi.Input<string>;
|
|
2073
|
-
/**
|
|
2074
|
-
* A unique identifier that might be required when you assume a role in another account.
|
|
2075
|
-
*/
|
|
2076
|
-
externalId?: pulumi.Input<string>;
|
|
2077
|
-
/**
|
|
2078
|
-
* IAM Policy JSON describing further restricting permissions for the IAM Role being assumed.
|
|
2079
|
-
*/
|
|
2080
|
-
policy?: pulumi.Input<string>;
|
|
2081
|
-
/**
|
|
2082
|
-
* Amazon Resource Names (ARNs) of IAM Policies describing further restricting permissions for the IAM Role being assumed.
|
|
2083
|
-
*/
|
|
2084
|
-
policyArns?: pulumi.Input<pulumi.Input<string>[]>;
|
|
2085
2043
|
/**
|
|
2086
2044
|
* Amazon Resource Name (ARN) of an IAM Role to assume prior to making API calls.
|
|
2087
2045
|
*/
|
|
2088
2046
|
roleArn?: pulumi.Input<string>;
|
|
2089
|
-
/**
|
|
2090
|
-
* An identifier for the assumed role session.
|
|
2091
|
-
*/
|
|
2092
|
-
sessionName?: pulumi.Input<string>;
|
|
2093
|
-
/**
|
|
2094
|
-
* Source identity specified by the principal assuming the role.
|
|
2095
|
-
*/
|
|
2096
|
-
sourceIdentity?: pulumi.Input<string>;
|
|
2097
|
-
/**
|
|
2098
|
-
* Assume role session tags.
|
|
2099
|
-
*/
|
|
2100
|
-
tags?: pulumi.Input<{
|
|
2101
|
-
[key: string]: pulumi.Input<string>;
|
|
2102
|
-
}>;
|
|
2103
|
-
/**
|
|
2104
|
-
* Assume role session tag keys to pass to any subsequent sessions.
|
|
2105
|
-
*/
|
|
2106
|
-
transitiveTagKeys?: pulumi.Input<pulumi.Input<string>[]>;
|
|
2107
2047
|
}
|
|
2108
2048
|
export interface PushBasedLogExportTimeouts {
|
|
2109
2049
|
/**
|
|
@@ -2187,6 +2127,16 @@ export interface SearchIndexSynonym {
|
|
|
2187
2127
|
*/
|
|
2188
2128
|
sourceCollection: pulumi.Input<string>;
|
|
2189
2129
|
}
|
|
2130
|
+
export interface SearchIndexTypeSet {
|
|
2131
|
+
/**
|
|
2132
|
+
* Name of the type set.
|
|
2133
|
+
*/
|
|
2134
|
+
name: pulumi.Input<string>;
|
|
2135
|
+
/**
|
|
2136
|
+
* JSON array describing the types.
|
|
2137
|
+
*/
|
|
2138
|
+
types?: pulumi.Input<string>;
|
|
2139
|
+
}
|
|
2190
2140
|
export interface ServerlessInstanceLink {
|
|
2191
2141
|
href?: pulumi.Input<string>;
|
|
2192
2142
|
rel?: pulumi.Input<string>;
|
|
@@ -2205,13 +2155,37 @@ export interface ServerlessInstanceTag {
|
|
|
2205
2155
|
}
|
|
2206
2156
|
export interface StreamConnectionAuthentication {
|
|
2207
2157
|
/**
|
|
2208
|
-
*
|
|
2158
|
+
* Public identifier for the Kafka client.
|
|
2159
|
+
*/
|
|
2160
|
+
clientId?: pulumi.Input<string>;
|
|
2161
|
+
/**
|
|
2162
|
+
* Secret known only to the Kafka client and the authorization server.
|
|
2163
|
+
*/
|
|
2164
|
+
clientSecret?: pulumi.Input<string>;
|
|
2165
|
+
/**
|
|
2166
|
+
* Method of authentication. Value can be `PLAIN`, `SCRAM-256`, or `SCRAM-512`.
|
|
2209
2167
|
*/
|
|
2210
2168
|
mechanism?: pulumi.Input<string>;
|
|
2169
|
+
/**
|
|
2170
|
+
* SASL OAUTHBEARER authentication method. Value must be OIDC.
|
|
2171
|
+
*/
|
|
2172
|
+
method?: pulumi.Input<string>;
|
|
2211
2173
|
/**
|
|
2212
2174
|
* Password of the account to connect to the Kafka cluster.
|
|
2213
2175
|
*/
|
|
2214
2176
|
password?: pulumi.Input<string>;
|
|
2177
|
+
/**
|
|
2178
|
+
* Additional information to provide to the Kafka broker.
|
|
2179
|
+
*/
|
|
2180
|
+
saslOauthbearerExtensions?: pulumi.Input<string>;
|
|
2181
|
+
/**
|
|
2182
|
+
* Scope of the access request to the broker specified by the Kafka clients.
|
|
2183
|
+
*/
|
|
2184
|
+
scope?: pulumi.Input<string>;
|
|
2185
|
+
/**
|
|
2186
|
+
* OAUTH issuer (IdP provider) token endpoint HTTP(S) URI used to retrieve the token.
|
|
2187
|
+
*/
|
|
2188
|
+
tokenEndpointUrl?: pulumi.Input<string>;
|
|
2215
2189
|
/**
|
|
2216
2190
|
* Username of the account to connect to the Kafka cluster.
|
|
2217
2191
|
*/
|
|
@@ -2230,6 +2204,8 @@ export interface StreamConnectionDbRoleToExecute {
|
|
|
2230
2204
|
role: pulumi.Input<string>;
|
|
2231
2205
|
/**
|
|
2232
2206
|
* Type of connection. Can be `AWSLambda`, `Cluster`, `Https`, `Kafka` or `Sample`.
|
|
2207
|
+
*
|
|
2208
|
+
* > **NOTE:** Either `workspaceName` or `instanceName` must be provided, but not both. These fields are functionally identical and `workspaceName` is an alias for `instanceName`. `workspaceName` should be used instead of `instanceName`.
|
|
2233
2209
|
*/
|
|
2234
2210
|
type: pulumi.Input<string>;
|
|
2235
2211
|
}
|
|
@@ -2270,6 +2246,7 @@ export interface StreamInstanceDataProcessRegion {
|
|
|
2270
2246
|
region: pulumi.Input<string>;
|
|
2271
2247
|
}
|
|
2272
2248
|
export interface StreamInstanceStreamConfig {
|
|
2249
|
+
maxTierSize?: pulumi.Input<string>;
|
|
2273
2250
|
/**
|
|
2274
2251
|
* Selected tier for the Stream Instance. Configures Memory / VCPU allowances. The [MongoDB Atlas API](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Streams/operation/createStreamInstance) describes the valid values.
|
|
2275
2252
|
*/
|
|
@@ -2295,6 +2272,32 @@ export interface StreamProcessorOptionsDlq {
|
|
|
2295
2272
|
*/
|
|
2296
2273
|
db: pulumi.Input<string>;
|
|
2297
2274
|
}
|
|
2275
|
+
export interface StreamProcessorTimeouts {
|
|
2276
|
+
/**
|
|
2277
|
+
* A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
|
|
2278
|
+
*/
|
|
2279
|
+
create?: pulumi.Input<string>;
|
|
2280
|
+
}
|
|
2281
|
+
export interface StreamWorkspaceDataProcessRegion {
|
|
2282
|
+
/**
|
|
2283
|
+
* Label that identifies the cloud service provider where MongoDB Cloud performs stream processing. The [MongoDB Atlas API](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Streams/operation/creategroupstreamworkspace) describes the valid values.
|
|
2284
|
+
*/
|
|
2285
|
+
cloudProvider: pulumi.Input<string>;
|
|
2286
|
+
/**
|
|
2287
|
+
* Name of the cloud provider region hosting Atlas Stream Processing. The [MongoDB Atlas API](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Streams/operation/creategroupstreamworkspace) describes the valid values.
|
|
2288
|
+
*/
|
|
2289
|
+
region: pulumi.Input<string>;
|
|
2290
|
+
}
|
|
2291
|
+
export interface StreamWorkspaceStreamConfig {
|
|
2292
|
+
/**
|
|
2293
|
+
* Max tier size for the Stream Workspace. Configures Memory / VCPU allowances.
|
|
2294
|
+
*/
|
|
2295
|
+
maxTierSize?: pulumi.Input<string>;
|
|
2296
|
+
/**
|
|
2297
|
+
* Selected tier for the Stream Workspace. Configures Memory / VCPU allowances. The [MongoDB Atlas API](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Streams/operation/creategroupstreamworkspace) describes the valid values.
|
|
2298
|
+
*/
|
|
2299
|
+
tier?: pulumi.Input<string>;
|
|
2300
|
+
}
|
|
2298
2301
|
export interface X509AuthenticationDatabaseUserCertificate {
|
|
2299
2302
|
createdAt?: pulumi.Input<string>;
|
|
2300
2303
|
groupId?: pulumi.Input<string>;
|