@pulumi/mongodbatlas 3.39.0-alpha.1766556689 → 4.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/accessListApiKey.d.ts +3 -0
- package/accessListApiKey.js +3 -0
- package/accessListApiKey.js.map +1 -1
- package/advancedCluster.d.ts +85 -40
- package/advancedCluster.js +4 -2
- package/advancedCluster.js.map +1 -1
- package/alertConfiguration.d.ts +15 -2
- package/alertConfiguration.js +5 -2
- package/alertConfiguration.js.map +1 -1
- package/apiKey.d.ts +3 -0
- package/apiKey.js +3 -0
- package/apiKey.js.map +1 -1
- package/apiKeyProjectAssignment.d.ts +3 -2
- package/apiKeyProjectAssignment.js +3 -2
- package/apiKeyProjectAssignment.js.map +1 -1
- package/auditing.d.ts +0 -2
- package/auditing.js +0 -2
- package/auditing.js.map +1 -1
- package/backupCompliancePolicy.d.ts +3 -0
- package/backupCompliancePolicy.js +3 -0
- package/backupCompliancePolicy.js.map +1 -1
- package/cloudBackupSchedule.d.ts +8 -8
- package/cloudBackupSnapshot.d.ts +16 -2
- package/cloudBackupSnapshot.js +6 -2
- package/cloudBackupSnapshot.js.map +1 -1
- package/cloudBackupSnapshotExportBucket.d.ts +4 -2
- package/cloudBackupSnapshotExportBucket.js +4 -2
- package/cloudBackupSnapshotExportBucket.js.map +1 -1
- package/cloudBackupSnapshotExportJob.d.ts +3 -2
- package/cloudBackupSnapshotExportJob.js +3 -2
- package/cloudBackupSnapshotExportJob.js.map +1 -1
- package/cloudBackupSnapshotRestoreJob.d.ts +3 -3
- package/cloudBackupSnapshotRestoreJob.js +3 -3
- package/cloudProviderAccessAuthorization.d.ts +36 -0
- package/cloudProviderAccessAuthorization.js.map +1 -1
- package/cloudProviderAccessSetup.d.ts +126 -0
- package/cloudProviderAccessSetup.js +59 -0
- package/cloudProviderAccessSetup.js.map +1 -1
- package/cloudUserOrgAssignment.d.ts +221 -0
- package/cloudUserOrgAssignment.js +137 -0
- package/cloudUserOrgAssignment.js.map +1 -0
- package/cloudUserProjectAssignment.d.ts +217 -0
- package/cloudUserProjectAssignment.js +141 -0
- package/cloudUserProjectAssignment.js.map +1 -0
- package/cloudUserTeamAssignment.d.ts +229 -0
- package/cloudUserTeamAssignment.js +139 -0
- package/cloudUserTeamAssignment.js.map +1 -0
- package/cluster.d.ts +4 -0
- package/cluster.js +4 -0
- package/cluster.js.map +1 -1
- package/clusterOutageSimulation.d.ts +15 -2
- package/clusterOutageSimulation.js +5 -2
- package/clusterOutageSimulation.js.map +1 -1
- package/config/vars.d.ts +12 -0
- package/config/vars.js +18 -0
- package/config/vars.js.map +1 -1
- package/customDbRole.d.ts +0 -2
- package/customDbRole.js +0 -2
- package/customDbRole.js.map +1 -1
- package/customDnsConfigurationClusterAws.d.ts +0 -2
- package/customDnsConfigurationClusterAws.js +0 -2
- package/customDnsConfigurationClusterAws.js.map +1 -1
- package/databaseUser.d.ts +3 -2
- package/databaseUser.js +3 -2
- package/databaseUser.js.map +1 -1
- package/encryptionAtRestPrivateEndpoint.d.ts +21 -2
- package/encryptionAtRestPrivateEndpoint.js +8 -2
- package/encryptionAtRestPrivateEndpoint.js.map +1 -1
- package/eventTrigger.d.ts +15 -130
- package/eventTrigger.js +0 -115
- package/eventTrigger.js.map +1 -1
- package/federatedDatabaseInstance.d.ts +16 -14
- package/federatedDatabaseInstance.js +4 -2
- package/federatedDatabaseInstance.js.map +1 -1
- package/federatedQueryLimit.d.ts +3 -2
- package/federatedQueryLimit.js +3 -2
- package/federatedQueryLimit.js.map +1 -1
- package/federatedSettingsIdentityProvider.d.ts +2 -2
- package/federatedSettingsIdentityProvider.js +2 -2
- package/federatedSettingsOrgConfig.d.ts +4 -2
- package/federatedSettingsOrgConfig.js +4 -2
- package/federatedSettingsOrgConfig.js.map +1 -1
- package/federatedSettingsOrgRoleMapping.d.ts +3 -2
- package/federatedSettingsOrgRoleMapping.js +3 -2
- package/federatedSettingsOrgRoleMapping.js.map +1 -1
- package/flexCluster.d.ts +18 -2
- package/flexCluster.js +7 -2
- package/flexCluster.js.map +1 -1
- package/getAdvancedCluster.d.ts +122 -52
- package/getAdvancedCluster.js +104 -30
- package/getAdvancedCluster.js.map +1 -1
- package/getAdvancedClusters.d.ts +153 -35
- package/getAdvancedClusters.js +150 -32
- package/getAdvancedClusters.js.map +1 -1
- package/getAlertConfiguration.d.ts +4 -4
- package/getAlertConfiguration.js +0 -4
- package/getAlertConfiguration.js.map +1 -1
- package/getAlertConfigurations.d.ts +0 -4
- package/getAlertConfigurations.js +0 -4
- package/getAlertConfigurations.js.map +1 -1
- package/getApiKeyProjectAssignment.d.ts +0 -4
- package/getApiKeyProjectAssignment.js +0 -4
- package/getApiKeyProjectAssignment.js.map +1 -1
- package/getApiKeyProjectAssignments.d.ts +0 -4
- package/getApiKeyProjectAssignments.js +0 -4
- package/getApiKeyProjectAssignments.js.map +1 -1
- package/getAtlasUser.d.ts +9 -7
- package/getAtlasUser.js +4 -4
- package/getAtlasUser.js.map +1 -1
- package/getAtlasUsers.d.ts +4 -4
- package/getAtlasUsers.js +4 -4
- package/getAuditing.d.ts +0 -4
- package/getAuditing.js +0 -4
- package/getAuditing.js.map +1 -1
- package/getBackupCompliancePolicy.d.ts +3 -3
- package/getCloudBackupSchedule.d.ts +0 -11
- package/getCloudBackupSchedule.js +0 -4
- package/getCloudBackupSchedule.js.map +1 -1
- package/getCloudBackupSnapshot.d.ts +0 -4
- package/getCloudBackupSnapshot.js +0 -4
- package/getCloudBackupSnapshot.js.map +1 -1
- package/getCloudBackupSnapshotExportBucket.d.ts +0 -4
- package/getCloudBackupSnapshotExportBucket.js +0 -4
- package/getCloudBackupSnapshotExportBucket.js.map +1 -1
- package/getCloudBackupSnapshotExportBuckets.d.ts +0 -4
- package/getCloudBackupSnapshotExportBuckets.js +0 -4
- package/getCloudBackupSnapshotExportBuckets.js.map +1 -1
- package/getCloudBackupSnapshotExportJob.d.ts +0 -4
- package/getCloudBackupSnapshotExportJob.js +0 -4
- package/getCloudBackupSnapshotExportJob.js.map +1 -1
- package/getCloudBackupSnapshotExportJobs.d.ts +0 -4
- package/getCloudBackupSnapshotExportJobs.js +0 -4
- package/getCloudBackupSnapshotExportJobs.js.map +1 -1
- package/getCloudBackupSnapshotRestoreJob.d.ts +0 -4
- package/getCloudBackupSnapshotRestoreJob.js +0 -4
- package/getCloudBackupSnapshotRestoreJob.js.map +1 -1
- package/getCloudBackupSnapshotRestoreJobs.d.ts +0 -4
- package/getCloudBackupSnapshotRestoreJobs.js +0 -4
- package/getCloudBackupSnapshotRestoreJobs.js.map +1 -1
- package/getCloudBackupSnapshots.d.ts +0 -4
- package/getCloudBackupSnapshots.js +0 -4
- package/getCloudBackupSnapshots.js.map +1 -1
- package/getCloudProviderAccessSetup.d.ts +0 -4
- package/getCloudProviderAccessSetup.js +0 -4
- package/getCloudProviderAccessSetup.js.map +1 -1
- package/getCloudUserOrgAssignment.d.ts +171 -0
- package/getCloudUserOrgAssignment.js +90 -0
- package/getCloudUserOrgAssignment.js.map +1 -0
- package/getCloudUserProjectAssignment.d.ts +117 -0
- package/getCloudUserProjectAssignment.js +92 -0
- package/getCloudUserProjectAssignment.js.map +1 -0
- package/getCloudUserTeamAssignment.d.ts +183 -0
- package/getCloudUserTeamAssignment.js +92 -0
- package/getCloudUserTeamAssignment.js.map +1 -0
- package/getClusters.d.ts +4 -4
- package/getClusters.js +4 -4
- package/getControlPlaneIpAddresses.d.ts +0 -4
- package/getControlPlaneIpAddresses.js +0 -4
- package/getControlPlaneIpAddresses.js.map +1 -1
- package/getCustomDbRole.d.ts +0 -4
- package/getCustomDbRole.js +0 -4
- package/getCustomDbRole.js.map +1 -1
- package/getCustomDbRoles.d.ts +0 -4
- package/getCustomDbRoles.js +0 -4
- package/getCustomDbRoles.js.map +1 -1
- package/getCustomDnsConfigurationClusterAws.d.ts +0 -4
- package/getCustomDnsConfigurationClusterAws.js +0 -4
- package/getCustomDnsConfigurationClusterAws.js.map +1 -1
- package/getDatabaseUser.d.ts +1 -5
- package/getDatabaseUser.js +0 -4
- package/getDatabaseUser.js.map +1 -1
- package/getDatabaseUsers.d.ts +0 -4
- package/getDatabaseUsers.js +0 -4
- package/getDatabaseUsers.js.map +1 -1
- package/getEncryptionAtRest.d.ts +0 -4
- package/getEncryptionAtRest.js +0 -4
- package/getEncryptionAtRest.js.map +1 -1
- package/getEncryptionAtRestPrivateEndpoint.d.ts +0 -4
- package/getEncryptionAtRestPrivateEndpoint.js +0 -4
- package/getEncryptionAtRestPrivateEndpoint.js.map +1 -1
- package/getEncryptionAtRestPrivateEndpoints.d.ts +0 -4
- package/getEncryptionAtRestPrivateEndpoints.js +0 -4
- package/getEncryptionAtRestPrivateEndpoints.js.map +1 -1
- package/getEventTrigger.d.ts +0 -4
- package/getEventTrigger.js +0 -4
- package/getEventTrigger.js.map +1 -1
- package/getEventTriggers.d.ts +0 -4
- package/getEventTriggers.js +0 -4
- package/getEventTriggers.js.map +1 -1
- package/getFederatedDatabaseInstance.d.ts +45 -15
- package/getFederatedDatabaseInstance.js +40 -10
- package/getFederatedDatabaseInstance.js.map +1 -1
- package/getFederatedDatabaseInstances.d.ts +0 -4
- package/getFederatedDatabaseInstances.js +0 -4
- package/getFederatedDatabaseInstances.js.map +1 -1
- package/getFederatedQueryLimit.d.ts +0 -4
- package/getFederatedQueryLimit.js +0 -4
- package/getFederatedQueryLimit.js.map +1 -1
- package/getFederatedQueryLimits.d.ts +0 -4
- package/getFederatedQueryLimits.js +0 -4
- package/getFederatedQueryLimits.js.map +1 -1
- package/getFederatedSettings.d.ts +0 -4
- package/getFederatedSettings.js +0 -4
- package/getFederatedSettings.js.map +1 -1
- package/getFederatedSettingsIdentityProvider.d.ts +0 -4
- package/getFederatedSettingsIdentityProvider.js +0 -4
- package/getFederatedSettingsIdentityProvider.js.map +1 -1
- package/getFederatedSettingsIdentityProviders.d.ts +0 -4
- package/getFederatedSettingsIdentityProviders.js +0 -4
- package/getFederatedSettingsIdentityProviders.js.map +1 -1
- package/getFederatedSettingsOrgConfig.d.ts +0 -4
- package/getFederatedSettingsOrgConfig.js +0 -4
- package/getFederatedSettingsOrgConfig.js.map +1 -1
- package/getFederatedSettingsOrgConfigs.d.ts +0 -4
- package/getFederatedSettingsOrgConfigs.js +0 -4
- package/getFederatedSettingsOrgConfigs.js.map +1 -1
- package/getFederatedSettingsOrgRoleMapping.d.ts +0 -4
- package/getFederatedSettingsOrgRoleMapping.js +0 -4
- package/getFederatedSettingsOrgRoleMapping.js.map +1 -1
- package/getFederatedSettingsOrgRoleMappings.d.ts +0 -4
- package/getFederatedSettingsOrgRoleMappings.js +0 -4
- package/getFederatedSettingsOrgRoleMappings.js.map +1 -1
- package/getFlexCluster.d.ts +0 -4
- package/getFlexCluster.js +0 -4
- package/getFlexCluster.js.map +1 -1
- package/getFlexClusters.d.ts +0 -4
- package/getFlexClusters.js +0 -4
- package/getFlexClusters.js.map +1 -1
- package/getFlexRestoreJob.d.ts +0 -4
- package/getFlexRestoreJob.js +0 -4
- package/getFlexRestoreJob.js.map +1 -1
- package/getFlexRestoreJobs.d.ts +0 -4
- package/getFlexRestoreJobs.js +0 -4
- package/getFlexRestoreJobs.js.map +1 -1
- package/getFlexSnapshot.d.ts +0 -4
- package/getFlexSnapshot.js +0 -4
- package/getFlexSnapshot.js.map +1 -1
- package/getFlexSnapshots.d.ts +0 -4
- package/getFlexSnapshots.js +0 -4
- package/getFlexSnapshots.js.map +1 -1
- package/getGlobalClusterConfig.d.ts +0 -12
- package/getGlobalClusterConfig.js +0 -4
- package/getGlobalClusterConfig.js.map +1 -1
- package/getLdapConfiguration.d.ts +0 -4
- package/getLdapConfiguration.js +0 -4
- package/getLdapConfiguration.js.map +1 -1
- package/getLdapVerify.d.ts +0 -4
- package/getLdapVerify.js +0 -4
- package/getLdapVerify.js.map +1 -1
- package/getMaintenanceWindow.d.ts +6 -6
- package/getMaintenanceWindow.js +4 -4
- package/getMongodbEmployeeAccessGrant.d.ts +0 -4
- package/getMongodbEmployeeAccessGrant.js +0 -4
- package/getMongodbEmployeeAccessGrant.js.map +1 -1
- package/getNetworkContainer.d.ts +0 -4
- package/getNetworkContainer.js +0 -4
- package/getNetworkContainer.js.map +1 -1
- package/getNetworkContainers.d.ts +0 -4
- package/getNetworkContainers.js +0 -4
- package/getNetworkContainers.js.map +1 -1
- package/getNetworkPeering.d.ts +0 -4
- package/getNetworkPeering.js +0 -4
- package/getNetworkPeering.js.map +1 -1
- package/getNetworkPeerings.d.ts +0 -4
- package/getNetworkPeerings.js +0 -4
- package/getNetworkPeerings.js.map +1 -1
- package/getOnlineArchive.d.ts +2 -6
- package/getOnlineArchive.js +2 -6
- package/getOnlineArchive.js.map +1 -1
- package/getOnlineArchives.d.ts +2 -6
- package/getOnlineArchives.js +2 -6
- package/getOnlineArchives.js.map +1 -1
- package/getOrgInvitation.d.ts +4 -4
- package/getOrgInvitation.js +4 -4
- package/getOrganization.d.ts +4 -4
- package/getOrganization.js +0 -4
- package/getOrganization.js.map +1 -1
- package/getOrganizations.d.ts +0 -4
- package/getOrganizations.js +0 -4
- package/getOrganizations.js.map +1 -1
- package/getPrivateEndpointRegionalMode.d.ts +0 -4
- package/getPrivateEndpointRegionalMode.js +0 -4
- package/getPrivateEndpointRegionalMode.js.map +1 -1
- package/getPrivateLinkEndpoint.d.ts +0 -4
- package/getPrivateLinkEndpoint.js +0 -4
- package/getPrivateLinkEndpoint.js.map +1 -1
- package/getPrivateLinkEndpointService.d.ts +0 -4
- package/getPrivateLinkEndpointService.js +0 -4
- package/getPrivateLinkEndpointService.js.map +1 -1
- package/getPrivatelinkEndpointServiceDataFederationOnlineArchive.d.ts +2 -6
- package/getPrivatelinkEndpointServiceDataFederationOnlineArchive.js +0 -4
- package/getPrivatelinkEndpointServiceDataFederationOnlineArchive.js.map +1 -1
- package/getPrivatelinkEndpointServiceDataFederationOnlineArchives.d.ts +0 -4
- package/getPrivatelinkEndpointServiceDataFederationOnlineArchives.js +0 -4
- package/getPrivatelinkEndpointServiceDataFederationOnlineArchives.js.map +1 -1
- package/getProject.d.ts +11 -57
- package/getProject.js +0 -56
- package/getProject.js.map +1 -1
- package/getProjectInvitation.d.ts +4 -4
- package/getProjectInvitation.js +4 -4
- package/getProjectIpAccessList.d.ts +0 -4
- package/getProjectIpAccessList.js +0 -4
- package/getProjectIpAccessList.js.map +1 -1
- package/getProjectIpAddresses.d.ts +0 -4
- package/getProjectIpAddresses.js +0 -4
- package/getProjectIpAddresses.js.map +1 -1
- package/getProjects.d.ts +1 -31
- package/getProjects.js +0 -30
- package/getProjects.js.map +1 -1
- package/getPushBasedLogExport.d.ts +0 -4
- package/getPushBasedLogExport.js +0 -4
- package/getPushBasedLogExport.js.map +1 -1
- package/getResourcePolicies.d.ts +0 -4
- package/getResourcePolicies.js +0 -4
- package/getResourcePolicies.js.map +1 -1
- package/getResourcePolicy.d.ts +0 -4
- package/getResourcePolicy.js +0 -4
- package/getResourcePolicy.js.map +1 -1
- package/getRolesOrgId.d.ts +3 -7
- package/getRolesOrgId.js +2 -6
- package/getRolesOrgId.js.map +1 -1
- package/getSearchDeployment.d.ts +0 -4
- package/getSearchDeployment.js +0 -4
- package/getSearchDeployment.js.map +1 -1
- package/getSearchIndex.d.ts +9 -5
- package/getSearchIndex.js +0 -4
- package/getSearchIndex.js.map +1 -1
- package/getSearchIndexes.d.ts +0 -4
- package/getSearchIndexes.js +0 -4
- package/getSearchIndexes.js.map +1 -1
- package/getServerlessInstance.d.ts +2 -20
- package/getServerlessInstance.js +2 -20
- package/getServerlessInstance.js.map +1 -1
- package/getServerlessInstances.d.ts +2 -2
- package/getServerlessInstances.js +2 -2
- package/getStreamAccountDetails.d.ts +0 -4
- package/getStreamAccountDetails.js +0 -4
- package/getStreamAccountDetails.js.map +1 -1
- package/getStreamConnection.d.ts +55 -13
- package/getStreamConnection.js +30 -6
- package/getStreamConnection.js.map +1 -1
- package/getStreamConnections.d.ts +28 -12
- package/getStreamConnections.js +4 -6
- package/getStreamConnections.js.map +1 -1
- package/getStreamInstance.d.ts +42 -2
- package/getStreamInstance.js +42 -2
- package/getStreamInstance.js.map +1 -1
- package/getStreamInstances.d.ts +38 -2
- package/getStreamInstances.js +38 -2
- package/getStreamInstances.js.map +1 -1
- package/getStreamPrivatelinkEndpoint.d.ts +53 -4
- package/getStreamPrivatelinkEndpoint.js +52 -4
- package/getStreamPrivatelinkEndpoint.js.map +1 -1
- package/getStreamPrivatelinkEndpoints.d.ts +52 -4
- package/getStreamPrivatelinkEndpoints.js +52 -4
- package/getStreamPrivatelinkEndpoints.js.map +1 -1
- package/getStreamProcessor.d.ts +28 -29
- package/getStreamProcessor.js +18 -20
- package/getStreamProcessor.js.map +1 -1
- package/getStreamProcessors.d.ts +25 -26
- package/getStreamProcessors.js +18 -20
- package/getStreamProcessors.js.map +1 -1
- package/getStreamWorkspace.d.ts +92 -0
- package/getStreamWorkspace.js +66 -0
- package/getStreamWorkspace.js.map +1 -0
- package/getStreamWorkspaces.d.ts +101 -0
- package/getStreamWorkspaces.js +66 -0
- package/getStreamWorkspaces.js.map +1 -0
- package/getTeam.d.ts +8 -5
- package/getTeam.js +0 -4
- package/getTeam.js.map +1 -1
- package/getTeamProjectAssignment.d.ts +88 -0
- package/getTeamProjectAssignment.js +74 -0
- package/getTeamProjectAssignment.js.map +1 -0
- package/getThirdPartyIntegration.d.ts +0 -4
- package/getThirdPartyIntegration.js +0 -4
- package/getThirdPartyIntegration.js.map +1 -1
- package/getThirdPartyIntegrations.d.ts +0 -4
- package/getThirdPartyIntegrations.js +0 -4
- package/getThirdPartyIntegrations.js.map +1 -1
- package/getX509AuthenticationDatabaseUser.d.ts +0 -4
- package/getX509AuthenticationDatabaseUser.js +0 -4
- package/getX509AuthenticationDatabaseUser.js.map +1 -1
- package/globalClusterConfig.d.ts +0 -18
- package/globalClusterConfig.js +0 -4
- package/globalClusterConfig.js.map +1 -1
- package/index.d.ts +33 -36
- package/index.js +49 -50
- package/index.js.map +1 -1
- package/ldapConfiguration.d.ts +0 -2
- package/ldapConfiguration.js +0 -2
- package/ldapConfiguration.js.map +1 -1
- package/ldapVerify.d.ts +0 -2
- package/ldapVerify.js +0 -2
- package/ldapVerify.js.map +1 -1
- package/maintenanceWindow.d.ts +19 -11
- package/maintenanceWindow.js +9 -3
- package/maintenanceWindow.js.map +1 -1
- package/mongodbEmployeeAccessGrant.d.ts +3 -2
- package/mongodbEmployeeAccessGrant.js +3 -2
- package/mongodbEmployeeAccessGrant.js.map +1 -1
- package/networkContainer.d.ts +3 -2
- package/networkContainer.js +3 -2
- package/networkContainer.js.map +1 -1
- package/networkPeering.d.ts +18 -8
- package/networkPeering.js +2 -2
- package/networkPeering.js.map +1 -1
- package/onlineArchive.d.ts +17 -5
- package/onlineArchive.js +4 -2
- package/onlineArchive.js.map +1 -1
- package/orgInvitation.d.ts +3 -0
- package/orgInvitation.js +3 -0
- package/orgInvitation.js.map +1 -1
- package/organization.d.ts +5 -2
- package/organization.js +5 -2
- package/organization.js.map +1 -1
- package/package.json +2 -2
- package/privateEndpointRegionalMode.d.ts +0 -2
- package/privateEndpointRegionalMode.js +0 -2
- package/privateEndpointRegionalMode.js.map +1 -1
- package/privateLinkEndpoint.d.ts +16 -2
- package/privateLinkEndpoint.js +6 -2
- package/privateLinkEndpoint.js.map +1 -1
- package/privateLinkEndpointService.d.ts +12 -0
- package/privateLinkEndpointService.js +2 -0
- package/privateLinkEndpointService.js.map +1 -1
- package/privatelinkEndpointServiceDataFederationOnlineArchive.d.ts +6 -5
- package/privatelinkEndpointServiceDataFederationOnlineArchive.js +3 -2
- package/privatelinkEndpointServiceDataFederationOnlineArchive.js.map +1 -1
- package/project.d.ts +12 -15
- package/project.js +3 -15
- package/project.js.map +1 -1
- package/projectApiKey.d.ts +3 -0
- package/projectApiKey.js +3 -0
- package/projectApiKey.js.map +1 -1
- package/projectInvitation.d.ts +3 -0
- package/projectInvitation.js +3 -0
- package/projectInvitation.js.map +1 -1
- package/projectIpAccessList.d.ts +5 -2
- package/projectIpAccessList.js +5 -2
- package/projectIpAccessList.js.map +1 -1
- package/provider.d.ts +24 -0
- package/provider.js +3 -0
- package/provider.js.map +1 -1
- package/pushBasedLogExport.d.ts +15 -0
- package/pushBasedLogExport.js +5 -0
- package/pushBasedLogExport.js.map +1 -1
- package/resourcePolicy.d.ts +0 -2
- package/resourcePolicy.js +0 -2
- package/resourcePolicy.js.map +1 -1
- package/searchDeployment.d.ts +7 -6
- package/searchDeployment.js +3 -2
- package/searchDeployment.js.map +1 -1
- package/searchIndex.d.ts +50 -5
- package/searchIndex.js +27 -2
- package/searchIndex.js.map +1 -1
- package/serverlessInstance.d.ts +1 -10
- package/serverlessInstance.js +1 -10
- package/serverlessInstance.js.map +1 -1
- package/streamConnection.d.ts +77 -17
- package/streamConnection.js +47 -12
- package/streamConnection.js.map +1 -1
- package/streamInstance.d.ts +4 -4
- package/streamInstance.js +4 -4
- package/streamPrivatelinkEndpoint.d.ts +55 -5
- package/streamPrivatelinkEndpoint.js +36 -2
- package/streamPrivatelinkEndpoint.js.map +1 -1
- package/streamProcessor.d.ts +52 -18
- package/streamProcessor.js +17 -13
- package/streamProcessor.js.map +1 -1
- package/streamWorkspace.d.ts +144 -0
- package/streamWorkspace.js +116 -0
- package/streamWorkspace.js.map +1 -0
- package/team.d.ts +14 -6
- package/team.js +4 -5
- package/team.js.map +1 -1
- package/teamProjectAssignment.d.ts +108 -0
- package/teamProjectAssignment.js +98 -0
- package/teamProjectAssignment.js.map +1 -0
- package/thirdPartyIntegration.d.ts +3 -2
- package/thirdPartyIntegration.js +3 -2
- package/thirdPartyIntegration.js.map +1 -1
- package/types/input.d.ts +252 -249
- package/types/output.d.ts +1078 -751
- package/x509authenticationDatabaseUser.d.ts +0 -2
- package/x509authenticationDatabaseUser.js +0 -2
- package/x509authenticationDatabaseUser.js.map +1 -1
- package/dataLakePipeline.d.ts +0 -239
- package/dataLakePipeline.js +0 -145
- package/dataLakePipeline.js.map +0 -1
- package/get509AuthenticationDatabaseUser.d.ts +0 -190
- package/get509AuthenticationDatabaseUser.js +0 -170
- package/get509AuthenticationDatabaseUser.js.map +0 -1
- package/getDataLakePipeline.d.ts +0 -230
- package/getDataLakePipeline.js +0 -162
- package/getDataLakePipeline.js.map +0 -1
- package/getDataLakePipelineRun.d.ts +0 -104
- package/getDataLakePipelineRun.js +0 -44
- package/getDataLakePipelineRun.js.map +0 -1
- package/getDataLakePipelineRuns.d.ts +0 -137
- package/getDataLakePipelineRuns.js +0 -116
- package/getDataLakePipelineRuns.js.map +0 -1
- package/getDataLakePipelines.d.ts +0 -58
- package/getDataLakePipelines.js +0 -40
- package/getDataLakePipelines.js.map +0 -1
- package/getPrivatelinkEndpointServiceServerless.d.ts +0 -220
- package/getPrivatelinkEndpointServiceServerless.js +0 -178
- package/getPrivatelinkEndpointServiceServerless.js.map +0 -1
- package/getPrivatelinkEndpointsServiceServerless.d.ts +0 -187
- package/getPrivatelinkEndpointsServiceServerless.js +0 -166
- package/getPrivatelinkEndpointsServiceServerless.js.map +0 -1
- package/getTeams.d.ts +0 -46
- package/getTeams.js +0 -40
- package/getTeams.js.map +0 -1
- package/privatelinkEndpointServerless.d.ts +0 -143
- package/privatelinkEndpointServerless.js +0 -109
- package/privatelinkEndpointServerless.js.map +0 -1
- package/privatelinkEndpointServiceServerless.d.ts +0 -236
- package/privatelinkEndpointServiceServerless.js +0 -177
- package/privatelinkEndpointServiceServerless.js.map +0 -1
- package/teams.d.ts +0 -52
- package/teams.js +0 -66
- package/teams.js.map +0 -1
|
@@ -1,170 +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.get509AuthenticationDatabaseUserOutput = exports.get509AuthenticationDatabaseUser = void 0;
|
|
6
|
-
const pulumi = require("@pulumi/pulumi");
|
|
7
|
-
const utilities = require("./utilities");
|
|
8
|
-
/**
|
|
9
|
-
* ## # Data Source: mongodbatlas.X509AuthenticationDatabaseUser
|
|
10
|
-
*
|
|
11
|
-
* `mongodbatlas.X509AuthenticationDatabaseUser` describes a X509 Authentication Database User. This represents a X509 Authentication Database User.
|
|
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
|
-
* ### Example Usage: Generate an Atlas-managed X.509 certificate for a MongoDB user
|
|
20
|
-
* ```typescript
|
|
21
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
22
|
-
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
23
|
-
*
|
|
24
|
-
* const user = new mongodbatlas.DatabaseUser("user", {
|
|
25
|
-
* projectId: "<PROJECT-ID>",
|
|
26
|
-
* username: "myUsername",
|
|
27
|
-
* x509Type: "MANAGED",
|
|
28
|
-
* databaseName: "$external",
|
|
29
|
-
* roles: [{
|
|
30
|
-
* roleName: "atlasAdmin",
|
|
31
|
-
* databaseName: "admin",
|
|
32
|
-
* }],
|
|
33
|
-
* labels: [{
|
|
34
|
-
* key: "My Key",
|
|
35
|
-
* value: "My Value",
|
|
36
|
-
* }],
|
|
37
|
-
* });
|
|
38
|
-
* const testX509AuthenticationDatabaseUser = new mongodbatlas.X509AuthenticationDatabaseUser("test", {
|
|
39
|
-
* projectId: user.projectId,
|
|
40
|
-
* username: user.username,
|
|
41
|
-
* monthsUntilExpiration: 2,
|
|
42
|
-
* });
|
|
43
|
-
* const test = pulumi.all([testX509AuthenticationDatabaseUser.projectId, testX509AuthenticationDatabaseUser.username]).apply(([projectId, username]) => mongodbatlas.getX509AuthenticationDatabaseUserOutput({
|
|
44
|
-
* projectId: projectId,
|
|
45
|
-
* username: username,
|
|
46
|
-
* }));
|
|
47
|
-
* ```
|
|
48
|
-
*
|
|
49
|
-
* ### Example Usage: Save a customer-managed X.509 configuration for an Atlas project
|
|
50
|
-
* ```typescript
|
|
51
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
52
|
-
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
53
|
-
*
|
|
54
|
-
* const testX509AuthenticationDatabaseUser = new mongodbatlas.X509AuthenticationDatabaseUser("test", {
|
|
55
|
-
* projectId: "<PROJECT-ID>",
|
|
56
|
-
* customerX509Cas: `-----BEGIN CERTIFICATE-----
|
|
57
|
-
* MIICmTCCAgICCQDZnHzklxsT9TANBgkqhkiG9w0BAQsFADCBkDELMAkGA1UEBhMC
|
|
58
|
-
* VVMxDjAMBgNVBAgMBVRleGFzMQ8wDQYDVQQHDAZBdXN0aW4xETAPBgNVBAoMCHRl
|
|
59
|
-
* c3QuY29tMQ0wCwYDVQQLDARUZXN0MREwDwYDVQQDDAh0ZXN0LmNvbTErMCkGCSqG
|
|
60
|
-
* SIb3DQEJARYcbWVsaXNzYS5wbHVua2V0dEBtb25nb2RiLmNvbTAeFw0yMDAyMDQy
|
|
61
|
-
* MDQ2MDFaFw0yMTAyMDMyMDQ2MDFaMIGQMQswCQYDVQQGEwJVUzEOMAwGA1UECAwF
|
|
62
|
-
* VGV4YXMxDzANBgNVBAcMBkF1c3RpbjERMA8GA1UECgwIdGVzdC5jb20xDTALBgNV
|
|
63
|
-
* BAsMBFRlc3QxETAPBgNVBAMMCHRlc3QuY29tMSswKQYJKoZIhvcNAQkBFhxtZWxp
|
|
64
|
-
* c3NhLnBsdW5rZXR0QG1vbmdvZGIuY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCB
|
|
65
|
-
* iQKBgQCf1LRqr1zftzdYx2Aj9G76tb0noMPtj6faGLlPji1+m6Rn7RWD9L0ntWAr
|
|
66
|
-
* cURxvypa9jZ9MXFzDtLevvd3tHEmfrUT3ukNDX6+Jtc4kWm+Dh2A70Pd+deKZ2/O
|
|
67
|
-
* Fh8audEKAESGXnTbeJCeQa1XKlIkjqQHBNwES5h1b9vJtFoLJwIDAQABMA0GCSqG
|
|
68
|
-
* SIb3DQEBCwUAA4GBADMUncjEPV/MiZUcVNGmktP6BPmEqMXQWUDpdGW2+Tg2JtUA
|
|
69
|
-
* 7MMILtepBkFzLO+GlpZxeAlXO0wxiNgEmCRONgh4+t2w3e7a8GFijYQ99FHrAC5A
|
|
70
|
-
* iul59bdl18gVqXia1Yeq/iK7Ohfy/Jwd7Hsm530elwkM/ZEkYDjBlZSXYdyz
|
|
71
|
-
* -----END CERTIFICATE-----\\"
|
|
72
|
-
* `,
|
|
73
|
-
* });
|
|
74
|
-
* const test = mongodbatlas.getX509AuthenticationDatabaseUserOutput({
|
|
75
|
-
* projectId: testX509AuthenticationDatabaseUser.projectId,
|
|
76
|
-
* });
|
|
77
|
-
* ```
|
|
78
|
-
*/
|
|
79
|
-
/** @deprecated mongodbatlas.index/get509authenticationdatabaseuser.get509AuthenticationDatabaseUser has been deprecated in favor of mongodbatlas.index/getx509authenticationdatabaseuser.getX509AuthenticationDatabaseUser */
|
|
80
|
-
function get509AuthenticationDatabaseUser(args, opts) {
|
|
81
|
-
pulumi.log.warn("get509AuthenticationDatabaseUser is deprecated: mongodbatlas.index/get509authenticationdatabaseuser.get509AuthenticationDatabaseUser has been deprecated in favor of mongodbatlas.index/getx509authenticationdatabaseuser.getX509AuthenticationDatabaseUser");
|
|
82
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
83
|
-
return pulumi.runtime.invoke("mongodbatlas:index/get509AuthenticationDatabaseUser:get509AuthenticationDatabaseUser", {
|
|
84
|
-
"projectId": args.projectId,
|
|
85
|
-
"username": args.username,
|
|
86
|
-
}, opts);
|
|
87
|
-
}
|
|
88
|
-
exports.get509AuthenticationDatabaseUser = get509AuthenticationDatabaseUser;
|
|
89
|
-
/**
|
|
90
|
-
* ## # Data Source: mongodbatlas.X509AuthenticationDatabaseUser
|
|
91
|
-
*
|
|
92
|
-
* `mongodbatlas.X509AuthenticationDatabaseUser` describes a X509 Authentication Database User. This represents a X509 Authentication Database User.
|
|
93
|
-
*
|
|
94
|
-
* > **NOTE:** Groups and projects are synonymous terms. You may find groupId in the official documentation.
|
|
95
|
-
*
|
|
96
|
-
* ## Example Usage
|
|
97
|
-
*
|
|
98
|
-
* ### S
|
|
99
|
-
*
|
|
100
|
-
* ### Example Usage: Generate an Atlas-managed X.509 certificate for a MongoDB user
|
|
101
|
-
* ```typescript
|
|
102
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
103
|
-
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
104
|
-
*
|
|
105
|
-
* const user = new mongodbatlas.DatabaseUser("user", {
|
|
106
|
-
* projectId: "<PROJECT-ID>",
|
|
107
|
-
* username: "myUsername",
|
|
108
|
-
* x509Type: "MANAGED",
|
|
109
|
-
* databaseName: "$external",
|
|
110
|
-
* roles: [{
|
|
111
|
-
* roleName: "atlasAdmin",
|
|
112
|
-
* databaseName: "admin",
|
|
113
|
-
* }],
|
|
114
|
-
* labels: [{
|
|
115
|
-
* key: "My Key",
|
|
116
|
-
* value: "My Value",
|
|
117
|
-
* }],
|
|
118
|
-
* });
|
|
119
|
-
* const testX509AuthenticationDatabaseUser = new mongodbatlas.X509AuthenticationDatabaseUser("test", {
|
|
120
|
-
* projectId: user.projectId,
|
|
121
|
-
* username: user.username,
|
|
122
|
-
* monthsUntilExpiration: 2,
|
|
123
|
-
* });
|
|
124
|
-
* const test = pulumi.all([testX509AuthenticationDatabaseUser.projectId, testX509AuthenticationDatabaseUser.username]).apply(([projectId, username]) => mongodbatlas.getX509AuthenticationDatabaseUserOutput({
|
|
125
|
-
* projectId: projectId,
|
|
126
|
-
* username: username,
|
|
127
|
-
* }));
|
|
128
|
-
* ```
|
|
129
|
-
*
|
|
130
|
-
* ### Example Usage: Save a customer-managed X.509 configuration for an Atlas project
|
|
131
|
-
* ```typescript
|
|
132
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
133
|
-
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
134
|
-
*
|
|
135
|
-
* const testX509AuthenticationDatabaseUser = new mongodbatlas.X509AuthenticationDatabaseUser("test", {
|
|
136
|
-
* projectId: "<PROJECT-ID>",
|
|
137
|
-
* customerX509Cas: `-----BEGIN CERTIFICATE-----
|
|
138
|
-
* MIICmTCCAgICCQDZnHzklxsT9TANBgkqhkiG9w0BAQsFADCBkDELMAkGA1UEBhMC
|
|
139
|
-
* VVMxDjAMBgNVBAgMBVRleGFzMQ8wDQYDVQQHDAZBdXN0aW4xETAPBgNVBAoMCHRl
|
|
140
|
-
* c3QuY29tMQ0wCwYDVQQLDARUZXN0MREwDwYDVQQDDAh0ZXN0LmNvbTErMCkGCSqG
|
|
141
|
-
* SIb3DQEJARYcbWVsaXNzYS5wbHVua2V0dEBtb25nb2RiLmNvbTAeFw0yMDAyMDQy
|
|
142
|
-
* MDQ2MDFaFw0yMTAyMDMyMDQ2MDFaMIGQMQswCQYDVQQGEwJVUzEOMAwGA1UECAwF
|
|
143
|
-
* VGV4YXMxDzANBgNVBAcMBkF1c3RpbjERMA8GA1UECgwIdGVzdC5jb20xDTALBgNV
|
|
144
|
-
* BAsMBFRlc3QxETAPBgNVBAMMCHRlc3QuY29tMSswKQYJKoZIhvcNAQkBFhxtZWxp
|
|
145
|
-
* c3NhLnBsdW5rZXR0QG1vbmdvZGIuY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCB
|
|
146
|
-
* iQKBgQCf1LRqr1zftzdYx2Aj9G76tb0noMPtj6faGLlPji1+m6Rn7RWD9L0ntWAr
|
|
147
|
-
* cURxvypa9jZ9MXFzDtLevvd3tHEmfrUT3ukNDX6+Jtc4kWm+Dh2A70Pd+deKZ2/O
|
|
148
|
-
* Fh8audEKAESGXnTbeJCeQa1XKlIkjqQHBNwES5h1b9vJtFoLJwIDAQABMA0GCSqG
|
|
149
|
-
* SIb3DQEBCwUAA4GBADMUncjEPV/MiZUcVNGmktP6BPmEqMXQWUDpdGW2+Tg2JtUA
|
|
150
|
-
* 7MMILtepBkFzLO+GlpZxeAlXO0wxiNgEmCRONgh4+t2w3e7a8GFijYQ99FHrAC5A
|
|
151
|
-
* iul59bdl18gVqXia1Yeq/iK7Ohfy/Jwd7Hsm530elwkM/ZEkYDjBlZSXYdyz
|
|
152
|
-
* -----END CERTIFICATE-----\\"
|
|
153
|
-
* `,
|
|
154
|
-
* });
|
|
155
|
-
* const test = mongodbatlas.getX509AuthenticationDatabaseUserOutput({
|
|
156
|
-
* projectId: testX509AuthenticationDatabaseUser.projectId,
|
|
157
|
-
* });
|
|
158
|
-
* ```
|
|
159
|
-
*/
|
|
160
|
-
/** @deprecated mongodbatlas.index/get509authenticationdatabaseuser.get509AuthenticationDatabaseUser has been deprecated in favor of mongodbatlas.index/getx509authenticationdatabaseuser.getX509AuthenticationDatabaseUser */
|
|
161
|
-
function get509AuthenticationDatabaseUserOutput(args, opts) {
|
|
162
|
-
pulumi.log.warn("get509AuthenticationDatabaseUser is deprecated: mongodbatlas.index/get509authenticationdatabaseuser.get509AuthenticationDatabaseUser has been deprecated in favor of mongodbatlas.index/getx509authenticationdatabaseuser.getX509AuthenticationDatabaseUser");
|
|
163
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
164
|
-
return pulumi.runtime.invokeOutput("mongodbatlas:index/get509AuthenticationDatabaseUser:get509AuthenticationDatabaseUser", {
|
|
165
|
-
"projectId": args.projectId,
|
|
166
|
-
"username": args.username,
|
|
167
|
-
}, opts);
|
|
168
|
-
}
|
|
169
|
-
exports.get509AuthenticationDatabaseUserOutput = get509AuthenticationDatabaseUserOutput;
|
|
170
|
-
//# sourceMappingURL=get509AuthenticationDatabaseUser.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"get509AuthenticationDatabaseUser.js","sourceRoot":"","sources":["../get509AuthenticationDatabaseUser.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsEG;AACH,8NAA8N;AAC9N,SAAgB,gCAAgC,CAAC,IAA0C,EAAE,IAA2B;IACpH,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,6PAA6P,CAAC,CAAA;IAC9Q,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sFAAsF,EAAE;QACjH,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,4EAOC;AAgCD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsEG;AACH,8NAA8N;AAC9N,SAAgB,sCAAsC,CAAC,IAAgD,EAAE,IAAiC;IACtI,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,6PAA6P,CAAC,CAAA;IAC9Q,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,sFAAsF,EAAE;QACvH,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,wFAOC"}
|
package/getDataLakePipeline.d.ts
DELETED
|
@@ -1,230 +0,0 @@
|
|
|
1
|
-
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
import * as outputs from "./types/output";
|
|
3
|
-
/**
|
|
4
|
-
* **WARNING:** Data Lake is deprecated. To learn more, see <https://dochub.mongodb.org/core/data-lake-deprecation>
|
|
5
|
-
*
|
|
6
|
-
* `mongodbatlas.DataLakePipeline` describes a Data Lake Pipeline.
|
|
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
|
-
* ```typescript
|
|
15
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
16
|
-
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
17
|
-
*
|
|
18
|
-
* const projectTest = new mongodbatlas.Project("projectTest", {
|
|
19
|
-
* name: "NAME OF THE PROJECT",
|
|
20
|
-
* orgId: "ORGANIZATION ID",
|
|
21
|
-
* });
|
|
22
|
-
* const automatedBackupTest = new mongodbatlas.AdvancedCluster("automated_backup_test", {
|
|
23
|
-
* projectId: projectId,
|
|
24
|
-
* name: "automated-backup-test",
|
|
25
|
-
* clusterType: "REPLICASET",
|
|
26
|
-
* backupEnabled: true,
|
|
27
|
-
* replicationSpecs: [{
|
|
28
|
-
* regionConfigs: [{
|
|
29
|
-
* priority: 7,
|
|
30
|
-
* providerName: "GCP",
|
|
31
|
-
* regionName: "US_EAST_4",
|
|
32
|
-
* electableSpecs: {
|
|
33
|
-
* instanceSize: "M10",
|
|
34
|
-
* nodeCount: 3,
|
|
35
|
-
* },
|
|
36
|
-
* }],
|
|
37
|
-
* }],
|
|
38
|
-
* });
|
|
39
|
-
* const pipeline = new mongodbatlas.DataLakePipeline("pipeline", {
|
|
40
|
-
* projectId: projectTest.projectId,
|
|
41
|
-
* name: "DataLakePipelineName",
|
|
42
|
-
* sink: {
|
|
43
|
-
* type: "DLS",
|
|
44
|
-
* partitionFields: [{
|
|
45
|
-
* name: "access",
|
|
46
|
-
* order: 0,
|
|
47
|
-
* }],
|
|
48
|
-
* },
|
|
49
|
-
* source: {
|
|
50
|
-
* type: "ON_DEMAND_CPS",
|
|
51
|
-
* clusterName: automatedBackupTest.name,
|
|
52
|
-
* databaseName: "sample_airbnb",
|
|
53
|
-
* collectionName: "listingsAndReviews",
|
|
54
|
-
* },
|
|
55
|
-
* transformations: [
|
|
56
|
-
* {
|
|
57
|
-
* field: "test",
|
|
58
|
-
* type: "EXCLUDE",
|
|
59
|
-
* },
|
|
60
|
-
* {
|
|
61
|
-
* field: "test22",
|
|
62
|
-
* type: "EXCLUDE",
|
|
63
|
-
* },
|
|
64
|
-
* ],
|
|
65
|
-
* });
|
|
66
|
-
* const pipelineDataSource = mongodbatlas.getDataLakePipelineOutput({
|
|
67
|
-
* projectId: pipeline.projectId,
|
|
68
|
-
* name: pipeline.name,
|
|
69
|
-
* });
|
|
70
|
-
* ```
|
|
71
|
-
*/
|
|
72
|
-
export declare function getDataLakePipeline(args: GetDataLakePipelineArgs, opts?: pulumi.InvokeOptions): Promise<GetDataLakePipelineResult>;
|
|
73
|
-
/**
|
|
74
|
-
* A collection of arguments for invoking getDataLakePipeline.
|
|
75
|
-
*/
|
|
76
|
-
export interface GetDataLakePipelineArgs {
|
|
77
|
-
/**
|
|
78
|
-
* Name of the Atlas Data Lake Pipeline.
|
|
79
|
-
*/
|
|
80
|
-
name: string;
|
|
81
|
-
/**
|
|
82
|
-
* The unique ID for the project to create a Data Lake Pipeline.
|
|
83
|
-
*/
|
|
84
|
-
projectId: string;
|
|
85
|
-
}
|
|
86
|
-
/**
|
|
87
|
-
* A collection of values returned by getDataLakePipeline.
|
|
88
|
-
*/
|
|
89
|
-
export interface GetDataLakePipelineResult {
|
|
90
|
-
/**
|
|
91
|
-
* Timestamp that indicates when the Data Lake Pipeline was created.
|
|
92
|
-
*/
|
|
93
|
-
readonly createdDate: string;
|
|
94
|
-
/**
|
|
95
|
-
* Unique 24-hexadecimal digit string that identifies the Data Lake Pipeline.
|
|
96
|
-
*/
|
|
97
|
-
readonly id: string;
|
|
98
|
-
/**
|
|
99
|
-
* List of backup schedule policy items that you can use as a Data Lake Pipeline source.
|
|
100
|
-
* * `ingestion_schedules.#.id` - Unique 24-hexadecimal digit string that identifies this backup policy item.
|
|
101
|
-
* * `ingestion_schedules.#.frequency_type` - Human-readable label that identifies the frequency type associated with the backup policy.
|
|
102
|
-
* * `ingestion_schedules.#.frequency_interval` - Number that indicates the frequency interval for a set of snapshots.
|
|
103
|
-
* * `ingestion_schedules.#.retention_unit` - Unit of time in which MongoDB Atlas measures snapshot retention.
|
|
104
|
-
* * `ingestion_schedules.#.retention_value` - Duration in days, weeks, or months that MongoDB Atlas retains the snapshot.
|
|
105
|
-
*/
|
|
106
|
-
readonly ingestionSchedules: outputs.GetDataLakePipelineIngestionSchedule[];
|
|
107
|
-
/**
|
|
108
|
-
* Timestamp that indicates the last time that the Data Lake Pipeline was updated.
|
|
109
|
-
*/
|
|
110
|
-
readonly lastUpdatedDate: string;
|
|
111
|
-
readonly name: string;
|
|
112
|
-
/**
|
|
113
|
-
* Unique 24-hexadecimal character string that identifies the project.
|
|
114
|
-
* * `policyItemId` - Unique 24-hexadecimal character string that identifies a policy item.
|
|
115
|
-
*/
|
|
116
|
-
readonly projectId: string;
|
|
117
|
-
readonly sinks: outputs.GetDataLakePipelineSink[];
|
|
118
|
-
/**
|
|
119
|
-
* List of backup snapshots that you can use to trigger an on demand pipeline run.
|
|
120
|
-
* * `snapshots.#.id` - Unique 24-hexadecimal digit string that identifies the snapshot.
|
|
121
|
-
* * `snapshots.#.provider` - Human-readable label that identifies the cloud provider that stores this snapshot.
|
|
122
|
-
* * `snapshots.#.created_at` - Date and time when MongoDB Atlas took the snapshot.
|
|
123
|
-
* * `snapshots.#.expires_at` - Date and time when MongoDB Atlas deletes the snapshot.
|
|
124
|
-
* * `snapshots.#.frequency_type` - Human-readable label that identifies how often this snapshot triggers.
|
|
125
|
-
* * `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.
|
|
126
|
-
* * `snapshots.#.mongod_version` - Version of the MongoDB host that this snapshot backs up.
|
|
127
|
-
* * `snapshots.#.replica_set_name` - Human-readable label that identifies the replica set from which MongoDB Atlas took this snapshot.
|
|
128
|
-
* * `snapshots.#.type` - Human-readable label that categorizes the cluster as a replica set or sharded cluster.
|
|
129
|
-
* * `snapshots.#.snapshot_type` - Human-readable label that identifies when this snapshot triggers.
|
|
130
|
-
* * `snapshots.#.status` - Human-readable label that indicates the stage of the backup process for this snapshot.
|
|
131
|
-
* * `snapshots.#.size` - List of backup snapshots that you can use to trigger an on demand pipeline run.
|
|
132
|
-
* * `snapshots.#.copy_region` - List that identifies the regions to which MongoDB Atlas copies the snapshot.
|
|
133
|
-
* * `snapshots.#.policies` - List that contains unique identifiers for the policy items.
|
|
134
|
-
*/
|
|
135
|
-
readonly snapshots: outputs.GetDataLakePipelineSnapshot[];
|
|
136
|
-
readonly sources: outputs.GetDataLakePipelineSource[];
|
|
137
|
-
/**
|
|
138
|
-
* State of this Data Lake Pipeline.
|
|
139
|
-
*/
|
|
140
|
-
readonly state: string;
|
|
141
|
-
/**
|
|
142
|
-
* Fields to be excluded for this Data Lake Pipeline.
|
|
143
|
-
* * `transformations.#.field` - Key in the document.
|
|
144
|
-
* * `transformations.#.type` - Type of transformation applied during the export of the namespace in a Data Lake Pipeline.
|
|
145
|
-
*/
|
|
146
|
-
readonly transformations: outputs.GetDataLakePipelineTransformation[];
|
|
147
|
-
}
|
|
148
|
-
/**
|
|
149
|
-
* **WARNING:** Data Lake is deprecated. To learn more, see <https://dochub.mongodb.org/core/data-lake-deprecation>
|
|
150
|
-
*
|
|
151
|
-
* `mongodbatlas.DataLakePipeline` describes a Data Lake Pipeline.
|
|
152
|
-
*
|
|
153
|
-
* > **NOTE:** Groups and projects are synonymous terms. You may find `groupId` in the official documentation.
|
|
154
|
-
*
|
|
155
|
-
* ## Example Usage
|
|
156
|
-
*
|
|
157
|
-
* ### S
|
|
158
|
-
*
|
|
159
|
-
* ```typescript
|
|
160
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
161
|
-
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
162
|
-
*
|
|
163
|
-
* const projectTest = new mongodbatlas.Project("projectTest", {
|
|
164
|
-
* name: "NAME OF THE PROJECT",
|
|
165
|
-
* orgId: "ORGANIZATION ID",
|
|
166
|
-
* });
|
|
167
|
-
* const automatedBackupTest = new mongodbatlas.AdvancedCluster("automated_backup_test", {
|
|
168
|
-
* projectId: projectId,
|
|
169
|
-
* name: "automated-backup-test",
|
|
170
|
-
* clusterType: "REPLICASET",
|
|
171
|
-
* backupEnabled: true,
|
|
172
|
-
* replicationSpecs: [{
|
|
173
|
-
* regionConfigs: [{
|
|
174
|
-
* priority: 7,
|
|
175
|
-
* providerName: "GCP",
|
|
176
|
-
* regionName: "US_EAST_4",
|
|
177
|
-
* electableSpecs: {
|
|
178
|
-
* instanceSize: "M10",
|
|
179
|
-
* nodeCount: 3,
|
|
180
|
-
* },
|
|
181
|
-
* }],
|
|
182
|
-
* }],
|
|
183
|
-
* });
|
|
184
|
-
* const pipeline = new mongodbatlas.DataLakePipeline("pipeline", {
|
|
185
|
-
* projectId: projectTest.projectId,
|
|
186
|
-
* name: "DataLakePipelineName",
|
|
187
|
-
* sink: {
|
|
188
|
-
* type: "DLS",
|
|
189
|
-
* partitionFields: [{
|
|
190
|
-
* name: "access",
|
|
191
|
-
* order: 0,
|
|
192
|
-
* }],
|
|
193
|
-
* },
|
|
194
|
-
* source: {
|
|
195
|
-
* type: "ON_DEMAND_CPS",
|
|
196
|
-
* clusterName: automatedBackupTest.name,
|
|
197
|
-
* databaseName: "sample_airbnb",
|
|
198
|
-
* collectionName: "listingsAndReviews",
|
|
199
|
-
* },
|
|
200
|
-
* transformations: [
|
|
201
|
-
* {
|
|
202
|
-
* field: "test",
|
|
203
|
-
* type: "EXCLUDE",
|
|
204
|
-
* },
|
|
205
|
-
* {
|
|
206
|
-
* field: "test22",
|
|
207
|
-
* type: "EXCLUDE",
|
|
208
|
-
* },
|
|
209
|
-
* ],
|
|
210
|
-
* });
|
|
211
|
-
* const pipelineDataSource = mongodbatlas.getDataLakePipelineOutput({
|
|
212
|
-
* projectId: pipeline.projectId,
|
|
213
|
-
* name: pipeline.name,
|
|
214
|
-
* });
|
|
215
|
-
* ```
|
|
216
|
-
*/
|
|
217
|
-
export declare function getDataLakePipelineOutput(args: GetDataLakePipelineOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetDataLakePipelineResult>;
|
|
218
|
-
/**
|
|
219
|
-
* A collection of arguments for invoking getDataLakePipeline.
|
|
220
|
-
*/
|
|
221
|
-
export interface GetDataLakePipelineOutputArgs {
|
|
222
|
-
/**
|
|
223
|
-
* Name of the Atlas Data Lake Pipeline.
|
|
224
|
-
*/
|
|
225
|
-
name: pulumi.Input<string>;
|
|
226
|
-
/**
|
|
227
|
-
* The unique ID for the project to create a Data Lake Pipeline.
|
|
228
|
-
*/
|
|
229
|
-
projectId: pulumi.Input<string>;
|
|
230
|
-
}
|
package/getDataLakePipeline.js
DELETED
|
@@ -1,162 +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.getDataLakePipelineOutput = exports.getDataLakePipeline = 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` describes a Data Lake Pipeline.
|
|
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
|
-
* const pipelineDataSource = mongodbatlas.getDataLakePipelineOutput({
|
|
72
|
-
* projectId: pipeline.projectId,
|
|
73
|
-
* name: pipeline.name,
|
|
74
|
-
* });
|
|
75
|
-
* ```
|
|
76
|
-
*/
|
|
77
|
-
function getDataLakePipeline(args, opts) {
|
|
78
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
79
|
-
return pulumi.runtime.invoke("mongodbatlas:index/getDataLakePipeline:getDataLakePipeline", {
|
|
80
|
-
"name": args.name,
|
|
81
|
-
"projectId": args.projectId,
|
|
82
|
-
}, opts);
|
|
83
|
-
}
|
|
84
|
-
exports.getDataLakePipeline = getDataLakePipeline;
|
|
85
|
-
/**
|
|
86
|
-
* **WARNING:** Data Lake is deprecated. To learn more, see <https://dochub.mongodb.org/core/data-lake-deprecation>
|
|
87
|
-
*
|
|
88
|
-
* `mongodbatlas.DataLakePipeline` describes a Data Lake Pipeline.
|
|
89
|
-
*
|
|
90
|
-
* > **NOTE:** Groups and projects are synonymous terms. You may find `groupId` in the official documentation.
|
|
91
|
-
*
|
|
92
|
-
* ## Example Usage
|
|
93
|
-
*
|
|
94
|
-
* ### S
|
|
95
|
-
*
|
|
96
|
-
* ```typescript
|
|
97
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
98
|
-
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
99
|
-
*
|
|
100
|
-
* const projectTest = new mongodbatlas.Project("projectTest", {
|
|
101
|
-
* name: "NAME OF THE PROJECT",
|
|
102
|
-
* orgId: "ORGANIZATION ID",
|
|
103
|
-
* });
|
|
104
|
-
* const automatedBackupTest = new mongodbatlas.AdvancedCluster("automated_backup_test", {
|
|
105
|
-
* projectId: projectId,
|
|
106
|
-
* name: "automated-backup-test",
|
|
107
|
-
* clusterType: "REPLICASET",
|
|
108
|
-
* backupEnabled: true,
|
|
109
|
-
* replicationSpecs: [{
|
|
110
|
-
* regionConfigs: [{
|
|
111
|
-
* priority: 7,
|
|
112
|
-
* providerName: "GCP",
|
|
113
|
-
* regionName: "US_EAST_4",
|
|
114
|
-
* electableSpecs: {
|
|
115
|
-
* instanceSize: "M10",
|
|
116
|
-
* nodeCount: 3,
|
|
117
|
-
* },
|
|
118
|
-
* }],
|
|
119
|
-
* }],
|
|
120
|
-
* });
|
|
121
|
-
* const pipeline = new mongodbatlas.DataLakePipeline("pipeline", {
|
|
122
|
-
* projectId: projectTest.projectId,
|
|
123
|
-
* name: "DataLakePipelineName",
|
|
124
|
-
* sink: {
|
|
125
|
-
* type: "DLS",
|
|
126
|
-
* partitionFields: [{
|
|
127
|
-
* name: "access",
|
|
128
|
-
* order: 0,
|
|
129
|
-
* }],
|
|
130
|
-
* },
|
|
131
|
-
* source: {
|
|
132
|
-
* type: "ON_DEMAND_CPS",
|
|
133
|
-
* clusterName: automatedBackupTest.name,
|
|
134
|
-
* databaseName: "sample_airbnb",
|
|
135
|
-
* collectionName: "listingsAndReviews",
|
|
136
|
-
* },
|
|
137
|
-
* transformations: [
|
|
138
|
-
* {
|
|
139
|
-
* field: "test",
|
|
140
|
-
* type: "EXCLUDE",
|
|
141
|
-
* },
|
|
142
|
-
* {
|
|
143
|
-
* field: "test22",
|
|
144
|
-
* type: "EXCLUDE",
|
|
145
|
-
* },
|
|
146
|
-
* ],
|
|
147
|
-
* });
|
|
148
|
-
* const pipelineDataSource = mongodbatlas.getDataLakePipelineOutput({
|
|
149
|
-
* projectId: pipeline.projectId,
|
|
150
|
-
* name: pipeline.name,
|
|
151
|
-
* });
|
|
152
|
-
* ```
|
|
153
|
-
*/
|
|
154
|
-
function getDataLakePipelineOutput(args, opts) {
|
|
155
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
156
|
-
return pulumi.runtime.invokeOutput("mongodbatlas:index/getDataLakePipeline:getDataLakePipeline", {
|
|
157
|
-
"name": args.name,
|
|
158
|
-
"projectId": args.projectId,
|
|
159
|
-
}, opts);
|
|
160
|
-
}
|
|
161
|
-
exports.getDataLakePipelineOutput = getDataLakePipelineOutput;
|
|
162
|
-
//# sourceMappingURL=getDataLakePipeline.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getDataLakePipeline.js","sourceRoot":"","sources":["../getDataLakePipeline.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoEG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4DAA4D,EAAE;QACvF,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,kDAMC;AA8ED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoEG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAAiC;IAC5G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4DAA4D,EAAE;QAC7F,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,8DAMC"}
|
|
@@ -1,104 +0,0 @@
|
|
|
1
|
-
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
import * as outputs from "./types/output";
|
|
3
|
-
/**
|
|
4
|
-
* **WARNING:** Data Lake is deprecated. To learn more, see <https://dochub.mongodb.org/core/data-lake-deprecation>
|
|
5
|
-
*
|
|
6
|
-
* `mongodbatlas.getDataLakePipelineRun` describes a Data Lake Pipeline Run.
|
|
7
|
-
*
|
|
8
|
-
* > **NOTE:** Groups and projects are synonymous terms. You may find `groupId` in the official documentation.
|
|
9
|
-
*
|
|
10
|
-
* ## Example Usage
|
|
11
|
-
*/
|
|
12
|
-
export declare function getDataLakePipelineRun(args: GetDataLakePipelineRunArgs, opts?: pulumi.InvokeOptions): Promise<GetDataLakePipelineRunResult>;
|
|
13
|
-
/**
|
|
14
|
-
* A collection of arguments for invoking getDataLakePipelineRun.
|
|
15
|
-
*/
|
|
16
|
-
export interface GetDataLakePipelineRunArgs {
|
|
17
|
-
/**
|
|
18
|
-
* Human-readable label that identifies the Data Lake Pipeline.
|
|
19
|
-
*/
|
|
20
|
-
pipelineName: string;
|
|
21
|
-
/**
|
|
22
|
-
* Unique 24-hexadecimal character string that identifies a Data Lake Pipeline run.
|
|
23
|
-
*/
|
|
24
|
-
pipelineRunId: string;
|
|
25
|
-
/**
|
|
26
|
-
* Unique 24-hexadecimal digit string that identifies your project.
|
|
27
|
-
*/
|
|
28
|
-
projectId: string;
|
|
29
|
-
}
|
|
30
|
-
/**
|
|
31
|
-
* A collection of values returned by getDataLakePipelineRun.
|
|
32
|
-
*/
|
|
33
|
-
export interface GetDataLakePipelineRunResult {
|
|
34
|
-
/**
|
|
35
|
-
* Backup schedule interval of the Data Lake Pipeline.
|
|
36
|
-
*/
|
|
37
|
-
readonly backupFrequencyType: string;
|
|
38
|
-
/**
|
|
39
|
-
* Timestamp that indicates when the pipeline run was created.
|
|
40
|
-
*/
|
|
41
|
-
readonly createdDate: string;
|
|
42
|
-
/**
|
|
43
|
-
* Human-readable label that identifies the dataset that Atlas generates during this pipeline run.
|
|
44
|
-
*/
|
|
45
|
-
readonly datasetName: string;
|
|
46
|
-
/**
|
|
47
|
-
* Unique 24-hexadecimal character string that identifies a Data Lake Pipeline run.
|
|
48
|
-
*/
|
|
49
|
-
readonly id: string;
|
|
50
|
-
/**
|
|
51
|
-
* Unique 24-hexadecimal character string that identifies a Data Lake Pipeline run.
|
|
52
|
-
*/
|
|
53
|
-
readonly lastUpdatedDate: string;
|
|
54
|
-
/**
|
|
55
|
-
* Processing phase of the Data Lake Pipeline.
|
|
56
|
-
*/
|
|
57
|
-
readonly phase: string;
|
|
58
|
-
/**
|
|
59
|
-
* Unique 24-hexadecimal character string that identifies a Data Lake Pipeline.
|
|
60
|
-
*/
|
|
61
|
-
readonly pipelineId: string;
|
|
62
|
-
readonly pipelineName: string;
|
|
63
|
-
readonly pipelineRunId: string;
|
|
64
|
-
readonly projectId: string;
|
|
65
|
-
/**
|
|
66
|
-
* Unique 24-hexadecimal character string that identifies the snapshot of a cluster.
|
|
67
|
-
*/
|
|
68
|
-
readonly snapshotId: string;
|
|
69
|
-
/**
|
|
70
|
-
* State of the pipeline run.
|
|
71
|
-
*/
|
|
72
|
-
readonly state: string;
|
|
73
|
-
/**
|
|
74
|
-
* Runtime statistics for this Data Lake Pipeline run.
|
|
75
|
-
*/
|
|
76
|
-
readonly stats: outputs.GetDataLakePipelineRunStat[];
|
|
77
|
-
}
|
|
78
|
-
/**
|
|
79
|
-
* **WARNING:** Data Lake is deprecated. To learn more, see <https://dochub.mongodb.org/core/data-lake-deprecation>
|
|
80
|
-
*
|
|
81
|
-
* `mongodbatlas.getDataLakePipelineRun` describes a Data Lake Pipeline Run.
|
|
82
|
-
*
|
|
83
|
-
* > **NOTE:** Groups and projects are synonymous terms. You may find `groupId` in the official documentation.
|
|
84
|
-
*
|
|
85
|
-
* ## Example Usage
|
|
86
|
-
*/
|
|
87
|
-
export declare function getDataLakePipelineRunOutput(args: GetDataLakePipelineRunOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetDataLakePipelineRunResult>;
|
|
88
|
-
/**
|
|
89
|
-
* A collection of arguments for invoking getDataLakePipelineRun.
|
|
90
|
-
*/
|
|
91
|
-
export interface GetDataLakePipelineRunOutputArgs {
|
|
92
|
-
/**
|
|
93
|
-
* Human-readable label that identifies the Data Lake Pipeline.
|
|
94
|
-
*/
|
|
95
|
-
pipelineName: pulumi.Input<string>;
|
|
96
|
-
/**
|
|
97
|
-
* Unique 24-hexadecimal character string that identifies a Data Lake Pipeline run.
|
|
98
|
-
*/
|
|
99
|
-
pipelineRunId: pulumi.Input<string>;
|
|
100
|
-
/**
|
|
101
|
-
* Unique 24-hexadecimal digit string that identifies your project.
|
|
102
|
-
*/
|
|
103
|
-
projectId: pulumi.Input<string>;
|
|
104
|
-
}
|