@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
|
@@ -2,8 +2,6 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as inputs from "./types/input";
|
|
3
3
|
import * as outputs from "./types/output";
|
|
4
4
|
/**
|
|
5
|
-
* ## # Resource: mongodbatlas.X509AuthenticationDatabaseUser
|
|
6
|
-
*
|
|
7
5
|
* `mongodbatlas.X509AuthenticationDatabaseUser` provides a X509 Authentication Database User resource. The mongodbatlas.X509AuthenticationDatabaseUser resource lets you manage MongoDB users who authenticate using X.509 certificates. You can manage these X.509 certificates or let Atlas do it for you.
|
|
8
6
|
*
|
|
9
7
|
* | Management | Description |
|
|
@@ -6,8 +6,6 @@ exports.X509AuthenticationDatabaseUser = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* ## # Resource: mongodbatlas.X509AuthenticationDatabaseUser
|
|
10
|
-
*
|
|
11
9
|
* `mongodbatlas.X509AuthenticationDatabaseUser` provides a X509 Authentication Database User resource. The mongodbatlas.X509AuthenticationDatabaseUser resource lets you manage MongoDB users who authenticate using X.509 certificates. You can manage these X.509 certificates or let Atlas do it for you.
|
|
12
10
|
*
|
|
13
11
|
* | Management | Description |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"x509authenticationDatabaseUser.js","sourceRoot":"","sources":["../x509authenticationDatabaseUser.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"x509authenticationDatabaseUser.js","sourceRoot":"","sources":["../x509authenticationDatabaseUser.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkGG;AACH,MAAa,8BAA+B,SAAQ,MAAM,CAAC,cAAc;IACrE;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA2C,EAAE,IAAmC;QACzI,OAAO,IAAI,8BAA8B,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACrF,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,8BAA8B,CAAC,YAAY,CAAC;IAC/E,CAAC;IAmCD,YAAY,IAAY,EAAE,WAAsF,EAAE,IAAmC;QACjJ,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA8D,CAAC;YAC7E,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,EAAE,YAAY,CAAC;YACrD,cAAc,CAAC,oBAAoB,CAAC,GAAG,KAAK,EAAE,kBAAkB,CAAC;YACjE,cAAc,CAAC,iBAAiB,CAAC,GAAG,KAAK,EAAE,eAAe,CAAC;YAC3D,cAAc,CAAC,uBAAuB,CAAC,GAAG,KAAK,EAAE,qBAAqB,CAAC;YACvE,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,EAAE,SAAS,CAAC;YAC/C,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,EAAE,QAAQ,CAAC;SAChD;aAAM;YACH,MAAM,IAAI,GAAG,WAA6D,CAAC;YAC3E,IAAI,IAAI,EAAE,SAAS,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC5C,MAAM,IAAI,KAAK,CAAC,uCAAuC,CAAC,CAAC;aAC5D;YACD,cAAc,CAAC,iBAAiB,CAAC,GAAG,IAAI,EAAE,eAAe,CAAC,CAAC,CAAC,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5G,cAAc,CAAC,uBAAuB,CAAC,GAAG,IAAI,EAAE,qBAAqB,CAAC;YACtE,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,EAAE,SAAS,CAAC;YAC9C,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,EAAE,QAAQ,CAAC;YAC5C,cAAc,CAAC,cAAc,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACnD,cAAc,CAAC,oBAAoB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC5D;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,MAAM,UAAU,GAAG,EAAE,uBAAuB,EAAE,CAAC,oBAAoB,EAAE,iBAAiB,CAAC,EAAE,CAAC;QAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,UAAU,CAAC,CAAC;QAC7C,KAAK,CAAC,8BAA8B,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACnF,CAAC;;AAxFL,wEAyFC;AA3EG,gBAAgB;AACO,2CAAY,GAAG,kFAAkF,CAAC"}
|
package/dataLakePipeline.d.ts
DELETED
|
@@ -1,239 +0,0 @@
|
|
|
1
|
-
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
import * as inputs from "./types/input";
|
|
3
|
-
import * as outputs from "./types/output";
|
|
4
|
-
/**
|
|
5
|
-
* **WARNING:** Data Lake is deprecated. To learn more, see <https://dochub.mongodb.org/core/data-lake-deprecation>
|
|
6
|
-
*
|
|
7
|
-
* `mongodbatlas.DataLakePipeline` provides a Data Lake Pipeline resource.
|
|
8
|
-
*
|
|
9
|
-
* > **NOTE:** Groups and projects are synonymous terms. You may find `groupId` in the official documentation.
|
|
10
|
-
*
|
|
11
|
-
* ## Example Usage
|
|
12
|
-
*
|
|
13
|
-
* ### S
|
|
14
|
-
*
|
|
15
|
-
* ```typescript
|
|
16
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
-
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
18
|
-
*
|
|
19
|
-
* const projectTest = new mongodbatlas.Project("projectTest", {
|
|
20
|
-
* name: "NAME OF THE PROJECT",
|
|
21
|
-
* orgId: "ORGANIZATION ID",
|
|
22
|
-
* });
|
|
23
|
-
* const automatedBackupTest = new mongodbatlas.AdvancedCluster("automated_backup_test", {
|
|
24
|
-
* projectId: projectId,
|
|
25
|
-
* name: "automated-backup-test",
|
|
26
|
-
* clusterType: "REPLICASET",
|
|
27
|
-
* backupEnabled: true,
|
|
28
|
-
* replicationSpecs: [{
|
|
29
|
-
* regionConfigs: [{
|
|
30
|
-
* priority: 7,
|
|
31
|
-
* providerName: "GCP",
|
|
32
|
-
* regionName: "US_EAST_4",
|
|
33
|
-
* electableSpecs: {
|
|
34
|
-
* instanceSize: "M10",
|
|
35
|
-
* nodeCount: 3,
|
|
36
|
-
* },
|
|
37
|
-
* }],
|
|
38
|
-
* }],
|
|
39
|
-
* });
|
|
40
|
-
* const pipeline = new mongodbatlas.DataLakePipeline("pipeline", {
|
|
41
|
-
* projectId: projectTest.projectId,
|
|
42
|
-
* name: "DataLakePipelineName",
|
|
43
|
-
* sink: {
|
|
44
|
-
* type: "DLS",
|
|
45
|
-
* partitionFields: [{
|
|
46
|
-
* name: "access",
|
|
47
|
-
* order: 0,
|
|
48
|
-
* }],
|
|
49
|
-
* },
|
|
50
|
-
* source: {
|
|
51
|
-
* type: "ON_DEMAND_CPS",
|
|
52
|
-
* clusterName: automatedBackupTest.name,
|
|
53
|
-
* databaseName: "sample_airbnb",
|
|
54
|
-
* collectionName: "listingsAndReviews",
|
|
55
|
-
* },
|
|
56
|
-
* transformations: [
|
|
57
|
-
* {
|
|
58
|
-
* field: "test",
|
|
59
|
-
* type: "EXCLUDE",
|
|
60
|
-
* },
|
|
61
|
-
* {
|
|
62
|
-
* field: "test22",
|
|
63
|
-
* type: "EXCLUDE",
|
|
64
|
-
* },
|
|
65
|
-
* ],
|
|
66
|
-
* });
|
|
67
|
-
* ```
|
|
68
|
-
*
|
|
69
|
-
* ## Import
|
|
70
|
-
*
|
|
71
|
-
* Data Lake Pipeline can be imported using project ID, name of the data lake and name of the AWS s3 bucket, in the format `project_id`--`name`, e.g.
|
|
72
|
-
*
|
|
73
|
-
* ```sh
|
|
74
|
-
* $ pulumi import mongodbatlas:index/dataLakePipeline:DataLakePipeline example 1112222b3bf99403840e8934--test-data-lake-pipeline-test
|
|
75
|
-
* ```
|
|
76
|
-
*
|
|
77
|
-
* See [MongoDB Atlas API](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Data-Lake-Pipelines) Documentation for more information.
|
|
78
|
-
*/
|
|
79
|
-
export declare class DataLakePipeline extends pulumi.CustomResource {
|
|
80
|
-
/**
|
|
81
|
-
* Get an existing DataLakePipeline resource's state with the given name, ID, and optional extra
|
|
82
|
-
* properties used to qualify the lookup.
|
|
83
|
-
*
|
|
84
|
-
* @param name The _unique_ name of the resulting resource.
|
|
85
|
-
* @param id The _unique_ provider ID of the resource to lookup.
|
|
86
|
-
* @param state Any extra arguments used during the lookup.
|
|
87
|
-
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
88
|
-
*/
|
|
89
|
-
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: DataLakePipelineState, opts?: pulumi.CustomResourceOptions): DataLakePipeline;
|
|
90
|
-
/**
|
|
91
|
-
* Returns true if the given object is an instance of DataLakePipeline. This is designed to work even
|
|
92
|
-
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
93
|
-
*/
|
|
94
|
-
static isInstance(obj: any): obj is DataLakePipeline;
|
|
95
|
-
/**
|
|
96
|
-
* Timestamp that indicates when the Data Lake Pipeline was created.
|
|
97
|
-
*/
|
|
98
|
-
readonly createdDate: pulumi.Output<string>;
|
|
99
|
-
/**
|
|
100
|
-
* List of backup schedule policy items that you can use as a Data Lake Pipeline source.
|
|
101
|
-
* * `ingestion_schedules.#.id` - Unique 24-hexadecimal digit string that identifies this backup policy item.
|
|
102
|
-
* * `ingestion_schedules.#.frequency_type` - Human-readable label that identifies the frequency type associated with the backup policy.
|
|
103
|
-
* * `ingestion_schedules.#.frequency_interval` - Number that indicates the frequency interval for a set of snapshots.
|
|
104
|
-
* * `ingestion_schedules.#.retention_unit` - Unit of time in which MongoDB Atlas measures snapshot retention.
|
|
105
|
-
* * `ingestion_schedules.#.retention_value` - Duration in days, weeks, or months that MongoDB Atlas retains the snapshot.
|
|
106
|
-
*/
|
|
107
|
-
readonly ingestionSchedules: pulumi.Output<outputs.DataLakePipelineIngestionSchedule[]>;
|
|
108
|
-
/**
|
|
109
|
-
* Timestamp that indicates the last time that the Data Lake Pipeline was updated.
|
|
110
|
-
*/
|
|
111
|
-
readonly lastUpdatedDate: pulumi.Output<string>;
|
|
112
|
-
/**
|
|
113
|
-
* Name of the Atlas Data Lake Pipeline.
|
|
114
|
-
*/
|
|
115
|
-
readonly name: pulumi.Output<string>;
|
|
116
|
-
/**
|
|
117
|
-
* The unique ID for the project to create a data lake pipeline.
|
|
118
|
-
*/
|
|
119
|
-
readonly projectId: pulumi.Output<string>;
|
|
120
|
-
readonly sink: pulumi.Output<outputs.DataLakePipelineSink | undefined>;
|
|
121
|
-
/**
|
|
122
|
-
* List of backup snapshots that you can use to trigger an on demand pipeline run.
|
|
123
|
-
* * `snapshots.#.id` - Unique 24-hexadecimal digit string that identifies the snapshot.
|
|
124
|
-
* * `snapshots.#.provider` - Human-readable label that identifies the cloud provider that stores this snapshot.
|
|
125
|
-
* * `snapshots.#.created_at` - Date and time when MongoDB Atlas took the snapshot.
|
|
126
|
-
* * `snapshots.#.expires_at` - Date and time when MongoDB Atlas deletes the snapshot.
|
|
127
|
-
* * `snapshots.#.frequency_type` - Human-readable label that identifies how often this snapshot triggers.
|
|
128
|
-
* * `snapshots.#.master_key` - Unique string that identifies the Amazon Web Services (AWS) Key Management Service (KMS) Customer Master Key (CMK) used to encrypt the snapshot.
|
|
129
|
-
* * `snapshots.#.mongod_version` - Version of the MongoDB host that this snapshot backs up.
|
|
130
|
-
* * `snapshots.#.replica_set_name` - Human-readable label that identifies the replica set from which MongoDB Atlas took this snapshot.
|
|
131
|
-
* * `snapshots.#.type` - Human-readable label that categorizes the cluster as a replica set or sharded cluster.
|
|
132
|
-
* * `snapshots.#.snapshot_type` - Human-readable label that identifies when this snapshot triggers.
|
|
133
|
-
* * `snapshots.#.status` - Human-readable label that indicates the stage of the backup process for this snapshot.
|
|
134
|
-
* * `snapshots.#.size` - List of backup snapshots that you can use to trigger an on demand pipeline run.
|
|
135
|
-
* * `snapshots.#.copy_region` - List that identifies the regions to which MongoDB Atlas copies the snapshot.
|
|
136
|
-
* * `snapshots.#.policies` - List that contains unique identifiers for the policy items.
|
|
137
|
-
*/
|
|
138
|
-
readonly snapshots: pulumi.Output<outputs.DataLakePipelineSnapshot[]>;
|
|
139
|
-
readonly source: pulumi.Output<outputs.DataLakePipelineSource | undefined>;
|
|
140
|
-
/**
|
|
141
|
-
* State of this Data Lake Pipeline.
|
|
142
|
-
*/
|
|
143
|
-
readonly state: pulumi.Output<string>;
|
|
144
|
-
/**
|
|
145
|
-
* Fields to be excluded for this Data Lake Pipeline.
|
|
146
|
-
* * `transformations.#.field` - Key in the document.
|
|
147
|
-
* * `transformations.#.type` - Type of transformation applied during the export of the namespace in a Data Lake Pipeline.
|
|
148
|
-
*/
|
|
149
|
-
readonly transformations: pulumi.Output<outputs.DataLakePipelineTransformation[] | undefined>;
|
|
150
|
-
/**
|
|
151
|
-
* Create a DataLakePipeline resource with the given unique name, arguments, and options.
|
|
152
|
-
*
|
|
153
|
-
* @param name The _unique_ name of the resource.
|
|
154
|
-
* @param args The arguments to use to populate this resource's properties.
|
|
155
|
-
* @param opts A bag of options that control this resource's behavior.
|
|
156
|
-
*/
|
|
157
|
-
constructor(name: string, args: DataLakePipelineArgs, opts?: pulumi.CustomResourceOptions);
|
|
158
|
-
}
|
|
159
|
-
/**
|
|
160
|
-
* Input properties used for looking up and filtering DataLakePipeline resources.
|
|
161
|
-
*/
|
|
162
|
-
export interface DataLakePipelineState {
|
|
163
|
-
/**
|
|
164
|
-
* Timestamp that indicates when the Data Lake Pipeline was created.
|
|
165
|
-
*/
|
|
166
|
-
createdDate?: pulumi.Input<string>;
|
|
167
|
-
/**
|
|
168
|
-
* List of backup schedule policy items that you can use as a Data Lake Pipeline source.
|
|
169
|
-
* * `ingestion_schedules.#.id` - Unique 24-hexadecimal digit string that identifies this backup policy item.
|
|
170
|
-
* * `ingestion_schedules.#.frequency_type` - Human-readable label that identifies the frequency type associated with the backup policy.
|
|
171
|
-
* * `ingestion_schedules.#.frequency_interval` - Number that indicates the frequency interval for a set of snapshots.
|
|
172
|
-
* * `ingestion_schedules.#.retention_unit` - Unit of time in which MongoDB Atlas measures snapshot retention.
|
|
173
|
-
* * `ingestion_schedules.#.retention_value` - Duration in days, weeks, or months that MongoDB Atlas retains the snapshot.
|
|
174
|
-
*/
|
|
175
|
-
ingestionSchedules?: pulumi.Input<pulumi.Input<inputs.DataLakePipelineIngestionSchedule>[]>;
|
|
176
|
-
/**
|
|
177
|
-
* Timestamp that indicates the last time that the Data Lake Pipeline was updated.
|
|
178
|
-
*/
|
|
179
|
-
lastUpdatedDate?: pulumi.Input<string>;
|
|
180
|
-
/**
|
|
181
|
-
* Name of the Atlas Data Lake Pipeline.
|
|
182
|
-
*/
|
|
183
|
-
name?: pulumi.Input<string>;
|
|
184
|
-
/**
|
|
185
|
-
* The unique ID for the project to create a data lake pipeline.
|
|
186
|
-
*/
|
|
187
|
-
projectId?: pulumi.Input<string>;
|
|
188
|
-
sink?: pulumi.Input<inputs.DataLakePipelineSink>;
|
|
189
|
-
/**
|
|
190
|
-
* List of backup snapshots that you can use to trigger an on demand pipeline run.
|
|
191
|
-
* * `snapshots.#.id` - Unique 24-hexadecimal digit string that identifies the snapshot.
|
|
192
|
-
* * `snapshots.#.provider` - Human-readable label that identifies the cloud provider that stores this snapshot.
|
|
193
|
-
* * `snapshots.#.created_at` - Date and time when MongoDB Atlas took the snapshot.
|
|
194
|
-
* * `snapshots.#.expires_at` - Date and time when MongoDB Atlas deletes the snapshot.
|
|
195
|
-
* * `snapshots.#.frequency_type` - Human-readable label that identifies how often this snapshot triggers.
|
|
196
|
-
* * `snapshots.#.master_key` - Unique string that identifies the Amazon Web Services (AWS) Key Management Service (KMS) Customer Master Key (CMK) used to encrypt the snapshot.
|
|
197
|
-
* * `snapshots.#.mongod_version` - Version of the MongoDB host that this snapshot backs up.
|
|
198
|
-
* * `snapshots.#.replica_set_name` - Human-readable label that identifies the replica set from which MongoDB Atlas took this snapshot.
|
|
199
|
-
* * `snapshots.#.type` - Human-readable label that categorizes the cluster as a replica set or sharded cluster.
|
|
200
|
-
* * `snapshots.#.snapshot_type` - Human-readable label that identifies when this snapshot triggers.
|
|
201
|
-
* * `snapshots.#.status` - Human-readable label that indicates the stage of the backup process for this snapshot.
|
|
202
|
-
* * `snapshots.#.size` - List of backup snapshots that you can use to trigger an on demand pipeline run.
|
|
203
|
-
* * `snapshots.#.copy_region` - List that identifies the regions to which MongoDB Atlas copies the snapshot.
|
|
204
|
-
* * `snapshots.#.policies` - List that contains unique identifiers for the policy items.
|
|
205
|
-
*/
|
|
206
|
-
snapshots?: pulumi.Input<pulumi.Input<inputs.DataLakePipelineSnapshot>[]>;
|
|
207
|
-
source?: pulumi.Input<inputs.DataLakePipelineSource>;
|
|
208
|
-
/**
|
|
209
|
-
* State of this Data Lake Pipeline.
|
|
210
|
-
*/
|
|
211
|
-
state?: pulumi.Input<string>;
|
|
212
|
-
/**
|
|
213
|
-
* Fields to be excluded for this Data Lake Pipeline.
|
|
214
|
-
* * `transformations.#.field` - Key in the document.
|
|
215
|
-
* * `transformations.#.type` - Type of transformation applied during the export of the namespace in a Data Lake Pipeline.
|
|
216
|
-
*/
|
|
217
|
-
transformations?: pulumi.Input<pulumi.Input<inputs.DataLakePipelineTransformation>[]>;
|
|
218
|
-
}
|
|
219
|
-
/**
|
|
220
|
-
* The set of arguments for constructing a DataLakePipeline resource.
|
|
221
|
-
*/
|
|
222
|
-
export interface DataLakePipelineArgs {
|
|
223
|
-
/**
|
|
224
|
-
* Name of the Atlas Data Lake Pipeline.
|
|
225
|
-
*/
|
|
226
|
-
name?: pulumi.Input<string>;
|
|
227
|
-
/**
|
|
228
|
-
* The unique ID for the project to create a data lake pipeline.
|
|
229
|
-
*/
|
|
230
|
-
projectId: pulumi.Input<string>;
|
|
231
|
-
sink?: pulumi.Input<inputs.DataLakePipelineSink>;
|
|
232
|
-
source?: pulumi.Input<inputs.DataLakePipelineSource>;
|
|
233
|
-
/**
|
|
234
|
-
* Fields to be excluded for this Data Lake Pipeline.
|
|
235
|
-
* * `transformations.#.field` - Key in the document.
|
|
236
|
-
* * `transformations.#.type` - Type of transformation applied during the export of the namespace in a Data Lake Pipeline.
|
|
237
|
-
*/
|
|
238
|
-
transformations?: pulumi.Input<pulumi.Input<inputs.DataLakePipelineTransformation>[]>;
|
|
239
|
-
}
|
package/dataLakePipeline.js
DELETED
|
@@ -1,145 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
-
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.DataLakePipeline = void 0;
|
|
6
|
-
const pulumi = require("@pulumi/pulumi");
|
|
7
|
-
const utilities = require("./utilities");
|
|
8
|
-
/**
|
|
9
|
-
* **WARNING:** Data Lake is deprecated. To learn more, see <https://dochub.mongodb.org/core/data-lake-deprecation>
|
|
10
|
-
*
|
|
11
|
-
* `mongodbatlas.DataLakePipeline` provides a Data Lake Pipeline resource.
|
|
12
|
-
*
|
|
13
|
-
* > **NOTE:** Groups and projects are synonymous terms. You may find `groupId` in the official documentation.
|
|
14
|
-
*
|
|
15
|
-
* ## Example Usage
|
|
16
|
-
*
|
|
17
|
-
* ### S
|
|
18
|
-
*
|
|
19
|
-
* ```typescript
|
|
20
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
21
|
-
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
22
|
-
*
|
|
23
|
-
* const projectTest = new mongodbatlas.Project("projectTest", {
|
|
24
|
-
* name: "NAME OF THE PROJECT",
|
|
25
|
-
* orgId: "ORGANIZATION ID",
|
|
26
|
-
* });
|
|
27
|
-
* const automatedBackupTest = new mongodbatlas.AdvancedCluster("automated_backup_test", {
|
|
28
|
-
* projectId: projectId,
|
|
29
|
-
* name: "automated-backup-test",
|
|
30
|
-
* clusterType: "REPLICASET",
|
|
31
|
-
* backupEnabled: true,
|
|
32
|
-
* replicationSpecs: [{
|
|
33
|
-
* regionConfigs: [{
|
|
34
|
-
* priority: 7,
|
|
35
|
-
* providerName: "GCP",
|
|
36
|
-
* regionName: "US_EAST_4",
|
|
37
|
-
* electableSpecs: {
|
|
38
|
-
* instanceSize: "M10",
|
|
39
|
-
* nodeCount: 3,
|
|
40
|
-
* },
|
|
41
|
-
* }],
|
|
42
|
-
* }],
|
|
43
|
-
* });
|
|
44
|
-
* const pipeline = new mongodbatlas.DataLakePipeline("pipeline", {
|
|
45
|
-
* projectId: projectTest.projectId,
|
|
46
|
-
* name: "DataLakePipelineName",
|
|
47
|
-
* sink: {
|
|
48
|
-
* type: "DLS",
|
|
49
|
-
* partitionFields: [{
|
|
50
|
-
* name: "access",
|
|
51
|
-
* order: 0,
|
|
52
|
-
* }],
|
|
53
|
-
* },
|
|
54
|
-
* source: {
|
|
55
|
-
* type: "ON_DEMAND_CPS",
|
|
56
|
-
* clusterName: automatedBackupTest.name,
|
|
57
|
-
* databaseName: "sample_airbnb",
|
|
58
|
-
* collectionName: "listingsAndReviews",
|
|
59
|
-
* },
|
|
60
|
-
* transformations: [
|
|
61
|
-
* {
|
|
62
|
-
* field: "test",
|
|
63
|
-
* type: "EXCLUDE",
|
|
64
|
-
* },
|
|
65
|
-
* {
|
|
66
|
-
* field: "test22",
|
|
67
|
-
* type: "EXCLUDE",
|
|
68
|
-
* },
|
|
69
|
-
* ],
|
|
70
|
-
* });
|
|
71
|
-
* ```
|
|
72
|
-
*
|
|
73
|
-
* ## Import
|
|
74
|
-
*
|
|
75
|
-
* Data Lake Pipeline can be imported using project ID, name of the data lake and name of the AWS s3 bucket, in the format `project_id`--`name`, e.g.
|
|
76
|
-
*
|
|
77
|
-
* ```sh
|
|
78
|
-
* $ pulumi import mongodbatlas:index/dataLakePipeline:DataLakePipeline example 1112222b3bf99403840e8934--test-data-lake-pipeline-test
|
|
79
|
-
* ```
|
|
80
|
-
*
|
|
81
|
-
* See [MongoDB Atlas API](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Data-Lake-Pipelines) Documentation for more information.
|
|
82
|
-
*/
|
|
83
|
-
class DataLakePipeline extends pulumi.CustomResource {
|
|
84
|
-
/**
|
|
85
|
-
* Get an existing DataLakePipeline resource's state with the given name, ID, and optional extra
|
|
86
|
-
* properties used to qualify the lookup.
|
|
87
|
-
*
|
|
88
|
-
* @param name The _unique_ name of the resulting resource.
|
|
89
|
-
* @param id The _unique_ provider ID of the resource to lookup.
|
|
90
|
-
* @param state Any extra arguments used during the lookup.
|
|
91
|
-
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
92
|
-
*/
|
|
93
|
-
static get(name, id, state, opts) {
|
|
94
|
-
return new DataLakePipeline(name, state, { ...opts, id: id });
|
|
95
|
-
}
|
|
96
|
-
/**
|
|
97
|
-
* Returns true if the given object is an instance of DataLakePipeline. This is designed to work even
|
|
98
|
-
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
99
|
-
*/
|
|
100
|
-
static isInstance(obj) {
|
|
101
|
-
if (obj === undefined || obj === null) {
|
|
102
|
-
return false;
|
|
103
|
-
}
|
|
104
|
-
return obj['__pulumiType'] === DataLakePipeline.__pulumiType;
|
|
105
|
-
}
|
|
106
|
-
constructor(name, argsOrState, opts) {
|
|
107
|
-
let resourceInputs = {};
|
|
108
|
-
opts = opts || {};
|
|
109
|
-
if (opts.id) {
|
|
110
|
-
const state = argsOrState;
|
|
111
|
-
resourceInputs["createdDate"] = state?.createdDate;
|
|
112
|
-
resourceInputs["ingestionSchedules"] = state?.ingestionSchedules;
|
|
113
|
-
resourceInputs["lastUpdatedDate"] = state?.lastUpdatedDate;
|
|
114
|
-
resourceInputs["name"] = state?.name;
|
|
115
|
-
resourceInputs["projectId"] = state?.projectId;
|
|
116
|
-
resourceInputs["sink"] = state?.sink;
|
|
117
|
-
resourceInputs["snapshots"] = state?.snapshots;
|
|
118
|
-
resourceInputs["source"] = state?.source;
|
|
119
|
-
resourceInputs["state"] = state?.state;
|
|
120
|
-
resourceInputs["transformations"] = state?.transformations;
|
|
121
|
-
}
|
|
122
|
-
else {
|
|
123
|
-
const args = argsOrState;
|
|
124
|
-
if (args?.projectId === undefined && !opts.urn) {
|
|
125
|
-
throw new Error("Missing required property 'projectId'");
|
|
126
|
-
}
|
|
127
|
-
resourceInputs["name"] = args?.name;
|
|
128
|
-
resourceInputs["projectId"] = args?.projectId;
|
|
129
|
-
resourceInputs["sink"] = args?.sink;
|
|
130
|
-
resourceInputs["source"] = args?.source;
|
|
131
|
-
resourceInputs["transformations"] = args?.transformations;
|
|
132
|
-
resourceInputs["createdDate"] = undefined /*out*/;
|
|
133
|
-
resourceInputs["ingestionSchedules"] = undefined /*out*/;
|
|
134
|
-
resourceInputs["lastUpdatedDate"] = undefined /*out*/;
|
|
135
|
-
resourceInputs["snapshots"] = undefined /*out*/;
|
|
136
|
-
resourceInputs["state"] = undefined /*out*/;
|
|
137
|
-
}
|
|
138
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
139
|
-
super(DataLakePipeline.__pulumiType, name, resourceInputs, opts);
|
|
140
|
-
}
|
|
141
|
-
}
|
|
142
|
-
exports.DataLakePipeline = DataLakePipeline;
|
|
143
|
-
/** @internal */
|
|
144
|
-
DataLakePipeline.__pulumiType = 'mongodbatlas:index/dataLakePipeline:DataLakePipeline';
|
|
145
|
-
//# sourceMappingURL=dataLakePipeline.js.map
|
package/dataLakePipeline.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dataLakePipeline.js","sourceRoot":"","sources":["../dataLakePipeline.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA0EG;AACH,MAAa,gBAAiB,SAAQ,MAAM,CAAC,cAAc;IACvD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA6B,EAAE,IAAmC;QAC3H,OAAO,IAAI,gBAAgB,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACvE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,gBAAgB,CAAC,YAAY,CAAC;IACjE,CAAC;IAkED,YAAY,IAAY,EAAE,WAA0D,EAAE,IAAmC;QACrH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAgD,CAAC;YAC/D,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,oBAAoB,CAAC,GAAG,KAAK,EAAE,kBAAkB,CAAC;YACjE,cAAc,CAAC,iBAAiB,CAAC,GAAG,KAAK,EAAE,eAAe,CAAC;YAC3D,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,EAAE,SAAS,CAAC;YAC/C,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,EAAE,SAAS,CAAC;YAC/C,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,EAAE,KAAK,CAAC;YACvC,cAAc,CAAC,iBAAiB,CAAC,GAAG,KAAK,EAAE,eAAe,CAAC;SAC9D;aAAM;YACH,MAAM,IAAI,GAAG,WAA+C,CAAC;YAC7D,IAAI,IAAI,EAAE,SAAS,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC5C,MAAM,IAAI,KAAK,CAAC,uCAAuC,CAAC,CAAC;aAC5D;YACD,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,EAAE,SAAS,CAAC;YAC9C,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,iBAAiB,CAAC,GAAG,IAAI,EAAE,eAAe,CAAC;YAC1D,cAAc,CAAC,aAAa,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAClD,cAAc,CAAC,oBAAoB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACzD,cAAc,CAAC,iBAAiB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACtD,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAChD,cAAc,CAAC,OAAO,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC/C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,gBAAgB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACrE,CAAC;;AA7HL,4CA8HC;AAhHG,gBAAgB;AACO,6BAAY,GAAG,sDAAsD,CAAC"}
|
|
@@ -1,190 +0,0 @@
|
|
|
1
|
-
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
import * as outputs from "./types/output";
|
|
3
|
-
/**
|
|
4
|
-
* ## # Data Source: mongodbatlas.X509AuthenticationDatabaseUser
|
|
5
|
-
*
|
|
6
|
-
* `mongodbatlas.X509AuthenticationDatabaseUser` describes a X509 Authentication Database User. This represents a X509 Authentication Database User.
|
|
7
|
-
*
|
|
8
|
-
* > **NOTE:** Groups and projects are synonymous terms. You may find groupId in the official documentation.
|
|
9
|
-
*
|
|
10
|
-
* ## Example Usage
|
|
11
|
-
*
|
|
12
|
-
* ### S
|
|
13
|
-
*
|
|
14
|
-
* ### Example Usage: Generate an Atlas-managed X.509 certificate for a MongoDB user
|
|
15
|
-
* ```typescript
|
|
16
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
-
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
18
|
-
*
|
|
19
|
-
* const user = new mongodbatlas.DatabaseUser("user", {
|
|
20
|
-
* projectId: "<PROJECT-ID>",
|
|
21
|
-
* username: "myUsername",
|
|
22
|
-
* x509Type: "MANAGED",
|
|
23
|
-
* databaseName: "$external",
|
|
24
|
-
* roles: [{
|
|
25
|
-
* roleName: "atlasAdmin",
|
|
26
|
-
* databaseName: "admin",
|
|
27
|
-
* }],
|
|
28
|
-
* labels: [{
|
|
29
|
-
* key: "My Key",
|
|
30
|
-
* value: "My Value",
|
|
31
|
-
* }],
|
|
32
|
-
* });
|
|
33
|
-
* const testX509AuthenticationDatabaseUser = new mongodbatlas.X509AuthenticationDatabaseUser("test", {
|
|
34
|
-
* projectId: user.projectId,
|
|
35
|
-
* username: user.username,
|
|
36
|
-
* monthsUntilExpiration: 2,
|
|
37
|
-
* });
|
|
38
|
-
* const test = pulumi.all([testX509AuthenticationDatabaseUser.projectId, testX509AuthenticationDatabaseUser.username]).apply(([projectId, username]) => mongodbatlas.getX509AuthenticationDatabaseUserOutput({
|
|
39
|
-
* projectId: projectId,
|
|
40
|
-
* username: username,
|
|
41
|
-
* }));
|
|
42
|
-
* ```
|
|
43
|
-
*
|
|
44
|
-
* ### Example Usage: Save a customer-managed X.509 configuration for an Atlas project
|
|
45
|
-
* ```typescript
|
|
46
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
47
|
-
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
48
|
-
*
|
|
49
|
-
* const testX509AuthenticationDatabaseUser = new mongodbatlas.X509AuthenticationDatabaseUser("test", {
|
|
50
|
-
* projectId: "<PROJECT-ID>",
|
|
51
|
-
* customerX509Cas: `-----BEGIN CERTIFICATE-----
|
|
52
|
-
* MIICmTCCAgICCQDZnHzklxsT9TANBgkqhkiG9w0BAQsFADCBkDELMAkGA1UEBhMC
|
|
53
|
-
* VVMxDjAMBgNVBAgMBVRleGFzMQ8wDQYDVQQHDAZBdXN0aW4xETAPBgNVBAoMCHRl
|
|
54
|
-
* c3QuY29tMQ0wCwYDVQQLDARUZXN0MREwDwYDVQQDDAh0ZXN0LmNvbTErMCkGCSqG
|
|
55
|
-
* SIb3DQEJARYcbWVsaXNzYS5wbHVua2V0dEBtb25nb2RiLmNvbTAeFw0yMDAyMDQy
|
|
56
|
-
* MDQ2MDFaFw0yMTAyMDMyMDQ2MDFaMIGQMQswCQYDVQQGEwJVUzEOMAwGA1UECAwF
|
|
57
|
-
* VGV4YXMxDzANBgNVBAcMBkF1c3RpbjERMA8GA1UECgwIdGVzdC5jb20xDTALBgNV
|
|
58
|
-
* BAsMBFRlc3QxETAPBgNVBAMMCHRlc3QuY29tMSswKQYJKoZIhvcNAQkBFhxtZWxp
|
|
59
|
-
* c3NhLnBsdW5rZXR0QG1vbmdvZGIuY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCB
|
|
60
|
-
* iQKBgQCf1LRqr1zftzdYx2Aj9G76tb0noMPtj6faGLlPji1+m6Rn7RWD9L0ntWAr
|
|
61
|
-
* cURxvypa9jZ9MXFzDtLevvd3tHEmfrUT3ukNDX6+Jtc4kWm+Dh2A70Pd+deKZ2/O
|
|
62
|
-
* Fh8audEKAESGXnTbeJCeQa1XKlIkjqQHBNwES5h1b9vJtFoLJwIDAQABMA0GCSqG
|
|
63
|
-
* SIb3DQEBCwUAA4GBADMUncjEPV/MiZUcVNGmktP6BPmEqMXQWUDpdGW2+Tg2JtUA
|
|
64
|
-
* 7MMILtepBkFzLO+GlpZxeAlXO0wxiNgEmCRONgh4+t2w3e7a8GFijYQ99FHrAC5A
|
|
65
|
-
* iul59bdl18gVqXia1Yeq/iK7Ohfy/Jwd7Hsm530elwkM/ZEkYDjBlZSXYdyz
|
|
66
|
-
* -----END CERTIFICATE-----\\"
|
|
67
|
-
* `,
|
|
68
|
-
* });
|
|
69
|
-
* const test = mongodbatlas.getX509AuthenticationDatabaseUserOutput({
|
|
70
|
-
* projectId: testX509AuthenticationDatabaseUser.projectId,
|
|
71
|
-
* });
|
|
72
|
-
* ```
|
|
73
|
-
*/
|
|
74
|
-
/** @deprecated mongodbatlas.index/get509authenticationdatabaseuser.get509AuthenticationDatabaseUser has been deprecated in favor of mongodbatlas.index/getx509authenticationdatabaseuser.getX509AuthenticationDatabaseUser */
|
|
75
|
-
export declare function get509AuthenticationDatabaseUser(args: Get509AuthenticationDatabaseUserArgs, opts?: pulumi.InvokeOptions): Promise<Get509AuthenticationDatabaseUserResult>;
|
|
76
|
-
/**
|
|
77
|
-
* A collection of arguments for invoking get509AuthenticationDatabaseUser.
|
|
78
|
-
*/
|
|
79
|
-
export interface Get509AuthenticationDatabaseUserArgs {
|
|
80
|
-
/**
|
|
81
|
-
* Identifier for the Atlas project associated with the X.509 configuration.
|
|
82
|
-
*/
|
|
83
|
-
projectId: string;
|
|
84
|
-
/**
|
|
85
|
-
* Username of the database user to create a certificate for.
|
|
86
|
-
*/
|
|
87
|
-
username?: string;
|
|
88
|
-
}
|
|
89
|
-
/**
|
|
90
|
-
* A collection of values returned by get509AuthenticationDatabaseUser.
|
|
91
|
-
*/
|
|
92
|
-
export interface Get509AuthenticationDatabaseUserResult {
|
|
93
|
-
/**
|
|
94
|
-
* Array of objects where each details one unexpired database user certificate.
|
|
95
|
-
*/
|
|
96
|
-
readonly certificates: outputs.Get509AuthenticationDatabaseUserCertificate[];
|
|
97
|
-
readonly customerX509Cas: string;
|
|
98
|
-
/**
|
|
99
|
-
* The provider-assigned unique ID for this managed resource.
|
|
100
|
-
*/
|
|
101
|
-
readonly id: string;
|
|
102
|
-
readonly projectId: string;
|
|
103
|
-
readonly username?: string;
|
|
104
|
-
}
|
|
105
|
-
/**
|
|
106
|
-
* ## # Data Source: mongodbatlas.X509AuthenticationDatabaseUser
|
|
107
|
-
*
|
|
108
|
-
* `mongodbatlas.X509AuthenticationDatabaseUser` describes a X509 Authentication Database User. This represents a X509 Authentication Database User.
|
|
109
|
-
*
|
|
110
|
-
* > **NOTE:** Groups and projects are synonymous terms. You may find groupId in the official documentation.
|
|
111
|
-
*
|
|
112
|
-
* ## Example Usage
|
|
113
|
-
*
|
|
114
|
-
* ### S
|
|
115
|
-
*
|
|
116
|
-
* ### Example Usage: Generate an Atlas-managed X.509 certificate for a MongoDB user
|
|
117
|
-
* ```typescript
|
|
118
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
119
|
-
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
120
|
-
*
|
|
121
|
-
* const user = new mongodbatlas.DatabaseUser("user", {
|
|
122
|
-
* projectId: "<PROJECT-ID>",
|
|
123
|
-
* username: "myUsername",
|
|
124
|
-
* x509Type: "MANAGED",
|
|
125
|
-
* databaseName: "$external",
|
|
126
|
-
* roles: [{
|
|
127
|
-
* roleName: "atlasAdmin",
|
|
128
|
-
* databaseName: "admin",
|
|
129
|
-
* }],
|
|
130
|
-
* labels: [{
|
|
131
|
-
* key: "My Key",
|
|
132
|
-
* value: "My Value",
|
|
133
|
-
* }],
|
|
134
|
-
* });
|
|
135
|
-
* const testX509AuthenticationDatabaseUser = new mongodbatlas.X509AuthenticationDatabaseUser("test", {
|
|
136
|
-
* projectId: user.projectId,
|
|
137
|
-
* username: user.username,
|
|
138
|
-
* monthsUntilExpiration: 2,
|
|
139
|
-
* });
|
|
140
|
-
* const test = pulumi.all([testX509AuthenticationDatabaseUser.projectId, testX509AuthenticationDatabaseUser.username]).apply(([projectId, username]) => mongodbatlas.getX509AuthenticationDatabaseUserOutput({
|
|
141
|
-
* projectId: projectId,
|
|
142
|
-
* username: username,
|
|
143
|
-
* }));
|
|
144
|
-
* ```
|
|
145
|
-
*
|
|
146
|
-
* ### Example Usage: Save a customer-managed X.509 configuration for an Atlas project
|
|
147
|
-
* ```typescript
|
|
148
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
149
|
-
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
150
|
-
*
|
|
151
|
-
* const testX509AuthenticationDatabaseUser = new mongodbatlas.X509AuthenticationDatabaseUser("test", {
|
|
152
|
-
* projectId: "<PROJECT-ID>",
|
|
153
|
-
* customerX509Cas: `-----BEGIN CERTIFICATE-----
|
|
154
|
-
* MIICmTCCAgICCQDZnHzklxsT9TANBgkqhkiG9w0BAQsFADCBkDELMAkGA1UEBhMC
|
|
155
|
-
* VVMxDjAMBgNVBAgMBVRleGFzMQ8wDQYDVQQHDAZBdXN0aW4xETAPBgNVBAoMCHRl
|
|
156
|
-
* c3QuY29tMQ0wCwYDVQQLDARUZXN0MREwDwYDVQQDDAh0ZXN0LmNvbTErMCkGCSqG
|
|
157
|
-
* SIb3DQEJARYcbWVsaXNzYS5wbHVua2V0dEBtb25nb2RiLmNvbTAeFw0yMDAyMDQy
|
|
158
|
-
* MDQ2MDFaFw0yMTAyMDMyMDQ2MDFaMIGQMQswCQYDVQQGEwJVUzEOMAwGA1UECAwF
|
|
159
|
-
* VGV4YXMxDzANBgNVBAcMBkF1c3RpbjERMA8GA1UECgwIdGVzdC5jb20xDTALBgNV
|
|
160
|
-
* BAsMBFRlc3QxETAPBgNVBAMMCHRlc3QuY29tMSswKQYJKoZIhvcNAQkBFhxtZWxp
|
|
161
|
-
* c3NhLnBsdW5rZXR0QG1vbmdvZGIuY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCB
|
|
162
|
-
* iQKBgQCf1LRqr1zftzdYx2Aj9G76tb0noMPtj6faGLlPji1+m6Rn7RWD9L0ntWAr
|
|
163
|
-
* cURxvypa9jZ9MXFzDtLevvd3tHEmfrUT3ukNDX6+Jtc4kWm+Dh2A70Pd+deKZ2/O
|
|
164
|
-
* Fh8audEKAESGXnTbeJCeQa1XKlIkjqQHBNwES5h1b9vJtFoLJwIDAQABMA0GCSqG
|
|
165
|
-
* SIb3DQEBCwUAA4GBADMUncjEPV/MiZUcVNGmktP6BPmEqMXQWUDpdGW2+Tg2JtUA
|
|
166
|
-
* 7MMILtepBkFzLO+GlpZxeAlXO0wxiNgEmCRONgh4+t2w3e7a8GFijYQ99FHrAC5A
|
|
167
|
-
* iul59bdl18gVqXia1Yeq/iK7Ohfy/Jwd7Hsm530elwkM/ZEkYDjBlZSXYdyz
|
|
168
|
-
* -----END CERTIFICATE-----\\"
|
|
169
|
-
* `,
|
|
170
|
-
* });
|
|
171
|
-
* const test = mongodbatlas.getX509AuthenticationDatabaseUserOutput({
|
|
172
|
-
* projectId: testX509AuthenticationDatabaseUser.projectId,
|
|
173
|
-
* });
|
|
174
|
-
* ```
|
|
175
|
-
*/
|
|
176
|
-
/** @deprecated mongodbatlas.index/get509authenticationdatabaseuser.get509AuthenticationDatabaseUser has been deprecated in favor of mongodbatlas.index/getx509authenticationdatabaseuser.getX509AuthenticationDatabaseUser */
|
|
177
|
-
export declare function get509AuthenticationDatabaseUserOutput(args: Get509AuthenticationDatabaseUserOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<Get509AuthenticationDatabaseUserResult>;
|
|
178
|
-
/**
|
|
179
|
-
* A collection of arguments for invoking get509AuthenticationDatabaseUser.
|
|
180
|
-
*/
|
|
181
|
-
export interface Get509AuthenticationDatabaseUserOutputArgs {
|
|
182
|
-
/**
|
|
183
|
-
* Identifier for the Atlas project associated with the X.509 configuration.
|
|
184
|
-
*/
|
|
185
|
-
projectId: pulumi.Input<string>;
|
|
186
|
-
/**
|
|
187
|
-
* Username of the database user to create a certificate for.
|
|
188
|
-
*/
|
|
189
|
-
username?: pulumi.Input<string>;
|
|
190
|
-
}
|