@pulumi/mongodbatlas 3.39.0-alpha.1766556689 → 4.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/accessListApiKey.d.ts +3 -0
- package/accessListApiKey.js +3 -0
- package/accessListApiKey.js.map +1 -1
- package/advancedCluster.d.ts +85 -40
- package/advancedCluster.js +4 -2
- package/advancedCluster.js.map +1 -1
- package/alertConfiguration.d.ts +15 -2
- package/alertConfiguration.js +5 -2
- package/alertConfiguration.js.map +1 -1
- package/apiKey.d.ts +3 -0
- package/apiKey.js +3 -0
- package/apiKey.js.map +1 -1
- package/apiKeyProjectAssignment.d.ts +3 -2
- package/apiKeyProjectAssignment.js +3 -2
- package/apiKeyProjectAssignment.js.map +1 -1
- package/auditing.d.ts +0 -2
- package/auditing.js +0 -2
- package/auditing.js.map +1 -1
- package/backupCompliancePolicy.d.ts +3 -0
- package/backupCompliancePolicy.js +3 -0
- package/backupCompliancePolicy.js.map +1 -1
- package/cloudBackupSchedule.d.ts +8 -8
- package/cloudBackupSnapshot.d.ts +16 -2
- package/cloudBackupSnapshot.js +6 -2
- package/cloudBackupSnapshot.js.map +1 -1
- package/cloudBackupSnapshotExportBucket.d.ts +4 -2
- package/cloudBackupSnapshotExportBucket.js +4 -2
- package/cloudBackupSnapshotExportBucket.js.map +1 -1
- package/cloudBackupSnapshotExportJob.d.ts +3 -2
- package/cloudBackupSnapshotExportJob.js +3 -2
- package/cloudBackupSnapshotExportJob.js.map +1 -1
- package/cloudBackupSnapshotRestoreJob.d.ts +3 -3
- package/cloudBackupSnapshotRestoreJob.js +3 -3
- package/cloudProviderAccessAuthorization.d.ts +36 -0
- package/cloudProviderAccessAuthorization.js.map +1 -1
- package/cloudProviderAccessSetup.d.ts +126 -0
- package/cloudProviderAccessSetup.js +59 -0
- package/cloudProviderAccessSetup.js.map +1 -1
- package/cloudUserOrgAssignment.d.ts +221 -0
- package/cloudUserOrgAssignment.js +137 -0
- package/cloudUserOrgAssignment.js.map +1 -0
- package/cloudUserProjectAssignment.d.ts +217 -0
- package/cloudUserProjectAssignment.js +141 -0
- package/cloudUserProjectAssignment.js.map +1 -0
- package/cloudUserTeamAssignment.d.ts +229 -0
- package/cloudUserTeamAssignment.js +139 -0
- package/cloudUserTeamAssignment.js.map +1 -0
- package/cluster.d.ts +4 -0
- package/cluster.js +4 -0
- package/cluster.js.map +1 -1
- package/clusterOutageSimulation.d.ts +15 -2
- package/clusterOutageSimulation.js +5 -2
- package/clusterOutageSimulation.js.map +1 -1
- package/config/vars.d.ts +12 -0
- package/config/vars.js +18 -0
- package/config/vars.js.map +1 -1
- package/customDbRole.d.ts +0 -2
- package/customDbRole.js +0 -2
- package/customDbRole.js.map +1 -1
- package/customDnsConfigurationClusterAws.d.ts +0 -2
- package/customDnsConfigurationClusterAws.js +0 -2
- package/customDnsConfigurationClusterAws.js.map +1 -1
- package/databaseUser.d.ts +3 -2
- package/databaseUser.js +3 -2
- package/databaseUser.js.map +1 -1
- package/encryptionAtRestPrivateEndpoint.d.ts +21 -2
- package/encryptionAtRestPrivateEndpoint.js +8 -2
- package/encryptionAtRestPrivateEndpoint.js.map +1 -1
- package/eventTrigger.d.ts +15 -130
- package/eventTrigger.js +0 -115
- package/eventTrigger.js.map +1 -1
- package/federatedDatabaseInstance.d.ts +16 -14
- package/federatedDatabaseInstance.js +4 -2
- package/federatedDatabaseInstance.js.map +1 -1
- package/federatedQueryLimit.d.ts +3 -2
- package/federatedQueryLimit.js +3 -2
- package/federatedQueryLimit.js.map +1 -1
- package/federatedSettingsIdentityProvider.d.ts +2 -2
- package/federatedSettingsIdentityProvider.js +2 -2
- package/federatedSettingsOrgConfig.d.ts +4 -2
- package/federatedSettingsOrgConfig.js +4 -2
- package/federatedSettingsOrgConfig.js.map +1 -1
- package/federatedSettingsOrgRoleMapping.d.ts +3 -2
- package/federatedSettingsOrgRoleMapping.js +3 -2
- package/federatedSettingsOrgRoleMapping.js.map +1 -1
- package/flexCluster.d.ts +18 -2
- package/flexCluster.js +7 -2
- package/flexCluster.js.map +1 -1
- package/getAdvancedCluster.d.ts +122 -52
- package/getAdvancedCluster.js +104 -30
- package/getAdvancedCluster.js.map +1 -1
- package/getAdvancedClusters.d.ts +153 -35
- package/getAdvancedClusters.js +150 -32
- package/getAdvancedClusters.js.map +1 -1
- package/getAlertConfiguration.d.ts +4 -4
- package/getAlertConfiguration.js +0 -4
- package/getAlertConfiguration.js.map +1 -1
- package/getAlertConfigurations.d.ts +0 -4
- package/getAlertConfigurations.js +0 -4
- package/getAlertConfigurations.js.map +1 -1
- package/getApiKeyProjectAssignment.d.ts +0 -4
- package/getApiKeyProjectAssignment.js +0 -4
- package/getApiKeyProjectAssignment.js.map +1 -1
- package/getApiKeyProjectAssignments.d.ts +0 -4
- package/getApiKeyProjectAssignments.js +0 -4
- package/getApiKeyProjectAssignments.js.map +1 -1
- package/getAtlasUser.d.ts +9 -7
- package/getAtlasUser.js +4 -4
- package/getAtlasUser.js.map +1 -1
- package/getAtlasUsers.d.ts +4 -4
- package/getAtlasUsers.js +4 -4
- package/getAuditing.d.ts +0 -4
- package/getAuditing.js +0 -4
- package/getAuditing.js.map +1 -1
- package/getBackupCompliancePolicy.d.ts +3 -3
- package/getCloudBackupSchedule.d.ts +0 -11
- package/getCloudBackupSchedule.js +0 -4
- package/getCloudBackupSchedule.js.map +1 -1
- package/getCloudBackupSnapshot.d.ts +0 -4
- package/getCloudBackupSnapshot.js +0 -4
- package/getCloudBackupSnapshot.js.map +1 -1
- package/getCloudBackupSnapshotExportBucket.d.ts +0 -4
- package/getCloudBackupSnapshotExportBucket.js +0 -4
- package/getCloudBackupSnapshotExportBucket.js.map +1 -1
- package/getCloudBackupSnapshotExportBuckets.d.ts +0 -4
- package/getCloudBackupSnapshotExportBuckets.js +0 -4
- package/getCloudBackupSnapshotExportBuckets.js.map +1 -1
- package/getCloudBackupSnapshotExportJob.d.ts +0 -4
- package/getCloudBackupSnapshotExportJob.js +0 -4
- package/getCloudBackupSnapshotExportJob.js.map +1 -1
- package/getCloudBackupSnapshotExportJobs.d.ts +0 -4
- package/getCloudBackupSnapshotExportJobs.js +0 -4
- package/getCloudBackupSnapshotExportJobs.js.map +1 -1
- package/getCloudBackupSnapshotRestoreJob.d.ts +0 -4
- package/getCloudBackupSnapshotRestoreJob.js +0 -4
- package/getCloudBackupSnapshotRestoreJob.js.map +1 -1
- package/getCloudBackupSnapshotRestoreJobs.d.ts +0 -4
- package/getCloudBackupSnapshotRestoreJobs.js +0 -4
- package/getCloudBackupSnapshotRestoreJobs.js.map +1 -1
- package/getCloudBackupSnapshots.d.ts +0 -4
- package/getCloudBackupSnapshots.js +0 -4
- package/getCloudBackupSnapshots.js.map +1 -1
- package/getCloudProviderAccessSetup.d.ts +0 -4
- package/getCloudProviderAccessSetup.js +0 -4
- package/getCloudProviderAccessSetup.js.map +1 -1
- package/getCloudUserOrgAssignment.d.ts +171 -0
- package/getCloudUserOrgAssignment.js +90 -0
- package/getCloudUserOrgAssignment.js.map +1 -0
- package/getCloudUserProjectAssignment.d.ts +117 -0
- package/getCloudUserProjectAssignment.js +92 -0
- package/getCloudUserProjectAssignment.js.map +1 -0
- package/getCloudUserTeamAssignment.d.ts +183 -0
- package/getCloudUserTeamAssignment.js +92 -0
- package/getCloudUserTeamAssignment.js.map +1 -0
- package/getClusters.d.ts +4 -4
- package/getClusters.js +4 -4
- package/getControlPlaneIpAddresses.d.ts +0 -4
- package/getControlPlaneIpAddresses.js +0 -4
- package/getControlPlaneIpAddresses.js.map +1 -1
- package/getCustomDbRole.d.ts +0 -4
- package/getCustomDbRole.js +0 -4
- package/getCustomDbRole.js.map +1 -1
- package/getCustomDbRoles.d.ts +0 -4
- package/getCustomDbRoles.js +0 -4
- package/getCustomDbRoles.js.map +1 -1
- package/getCustomDnsConfigurationClusterAws.d.ts +0 -4
- package/getCustomDnsConfigurationClusterAws.js +0 -4
- package/getCustomDnsConfigurationClusterAws.js.map +1 -1
- package/getDatabaseUser.d.ts +1 -5
- package/getDatabaseUser.js +0 -4
- package/getDatabaseUser.js.map +1 -1
- package/getDatabaseUsers.d.ts +0 -4
- package/getDatabaseUsers.js +0 -4
- package/getDatabaseUsers.js.map +1 -1
- package/getEncryptionAtRest.d.ts +0 -4
- package/getEncryptionAtRest.js +0 -4
- package/getEncryptionAtRest.js.map +1 -1
- package/getEncryptionAtRestPrivateEndpoint.d.ts +0 -4
- package/getEncryptionAtRestPrivateEndpoint.js +0 -4
- package/getEncryptionAtRestPrivateEndpoint.js.map +1 -1
- package/getEncryptionAtRestPrivateEndpoints.d.ts +0 -4
- package/getEncryptionAtRestPrivateEndpoints.js +0 -4
- package/getEncryptionAtRestPrivateEndpoints.js.map +1 -1
- package/getEventTrigger.d.ts +0 -4
- package/getEventTrigger.js +0 -4
- package/getEventTrigger.js.map +1 -1
- package/getEventTriggers.d.ts +0 -4
- package/getEventTriggers.js +0 -4
- package/getEventTriggers.js.map +1 -1
- package/getFederatedDatabaseInstance.d.ts +45 -15
- package/getFederatedDatabaseInstance.js +40 -10
- package/getFederatedDatabaseInstance.js.map +1 -1
- package/getFederatedDatabaseInstances.d.ts +0 -4
- package/getFederatedDatabaseInstances.js +0 -4
- package/getFederatedDatabaseInstances.js.map +1 -1
- package/getFederatedQueryLimit.d.ts +0 -4
- package/getFederatedQueryLimit.js +0 -4
- package/getFederatedQueryLimit.js.map +1 -1
- package/getFederatedQueryLimits.d.ts +0 -4
- package/getFederatedQueryLimits.js +0 -4
- package/getFederatedQueryLimits.js.map +1 -1
- package/getFederatedSettings.d.ts +0 -4
- package/getFederatedSettings.js +0 -4
- package/getFederatedSettings.js.map +1 -1
- package/getFederatedSettingsIdentityProvider.d.ts +0 -4
- package/getFederatedSettingsIdentityProvider.js +0 -4
- package/getFederatedSettingsIdentityProvider.js.map +1 -1
- package/getFederatedSettingsIdentityProviders.d.ts +0 -4
- package/getFederatedSettingsIdentityProviders.js +0 -4
- package/getFederatedSettingsIdentityProviders.js.map +1 -1
- package/getFederatedSettingsOrgConfig.d.ts +0 -4
- package/getFederatedSettingsOrgConfig.js +0 -4
- package/getFederatedSettingsOrgConfig.js.map +1 -1
- package/getFederatedSettingsOrgConfigs.d.ts +0 -4
- package/getFederatedSettingsOrgConfigs.js +0 -4
- package/getFederatedSettingsOrgConfigs.js.map +1 -1
- package/getFederatedSettingsOrgRoleMapping.d.ts +0 -4
- package/getFederatedSettingsOrgRoleMapping.js +0 -4
- package/getFederatedSettingsOrgRoleMapping.js.map +1 -1
- package/getFederatedSettingsOrgRoleMappings.d.ts +0 -4
- package/getFederatedSettingsOrgRoleMappings.js +0 -4
- package/getFederatedSettingsOrgRoleMappings.js.map +1 -1
- package/getFlexCluster.d.ts +0 -4
- package/getFlexCluster.js +0 -4
- package/getFlexCluster.js.map +1 -1
- package/getFlexClusters.d.ts +0 -4
- package/getFlexClusters.js +0 -4
- package/getFlexClusters.js.map +1 -1
- package/getFlexRestoreJob.d.ts +0 -4
- package/getFlexRestoreJob.js +0 -4
- package/getFlexRestoreJob.js.map +1 -1
- package/getFlexRestoreJobs.d.ts +0 -4
- package/getFlexRestoreJobs.js +0 -4
- package/getFlexRestoreJobs.js.map +1 -1
- package/getFlexSnapshot.d.ts +0 -4
- package/getFlexSnapshot.js +0 -4
- package/getFlexSnapshot.js.map +1 -1
- package/getFlexSnapshots.d.ts +0 -4
- package/getFlexSnapshots.js +0 -4
- package/getFlexSnapshots.js.map +1 -1
- package/getGlobalClusterConfig.d.ts +0 -12
- package/getGlobalClusterConfig.js +0 -4
- package/getGlobalClusterConfig.js.map +1 -1
- package/getLdapConfiguration.d.ts +0 -4
- package/getLdapConfiguration.js +0 -4
- package/getLdapConfiguration.js.map +1 -1
- package/getLdapVerify.d.ts +0 -4
- package/getLdapVerify.js +0 -4
- package/getLdapVerify.js.map +1 -1
- package/getMaintenanceWindow.d.ts +6 -6
- package/getMaintenanceWindow.js +4 -4
- package/getMongodbEmployeeAccessGrant.d.ts +0 -4
- package/getMongodbEmployeeAccessGrant.js +0 -4
- package/getMongodbEmployeeAccessGrant.js.map +1 -1
- package/getNetworkContainer.d.ts +0 -4
- package/getNetworkContainer.js +0 -4
- package/getNetworkContainer.js.map +1 -1
- package/getNetworkContainers.d.ts +0 -4
- package/getNetworkContainers.js +0 -4
- package/getNetworkContainers.js.map +1 -1
- package/getNetworkPeering.d.ts +0 -4
- package/getNetworkPeering.js +0 -4
- package/getNetworkPeering.js.map +1 -1
- package/getNetworkPeerings.d.ts +0 -4
- package/getNetworkPeerings.js +0 -4
- package/getNetworkPeerings.js.map +1 -1
- package/getOnlineArchive.d.ts +2 -6
- package/getOnlineArchive.js +2 -6
- package/getOnlineArchive.js.map +1 -1
- package/getOnlineArchives.d.ts +2 -6
- package/getOnlineArchives.js +2 -6
- package/getOnlineArchives.js.map +1 -1
- package/getOrgInvitation.d.ts +4 -4
- package/getOrgInvitation.js +4 -4
- package/getOrganization.d.ts +4 -4
- package/getOrganization.js +0 -4
- package/getOrganization.js.map +1 -1
- package/getOrganizations.d.ts +0 -4
- package/getOrganizations.js +0 -4
- package/getOrganizations.js.map +1 -1
- package/getPrivateEndpointRegionalMode.d.ts +0 -4
- package/getPrivateEndpointRegionalMode.js +0 -4
- package/getPrivateEndpointRegionalMode.js.map +1 -1
- package/getPrivateLinkEndpoint.d.ts +0 -4
- package/getPrivateLinkEndpoint.js +0 -4
- package/getPrivateLinkEndpoint.js.map +1 -1
- package/getPrivateLinkEndpointService.d.ts +0 -4
- package/getPrivateLinkEndpointService.js +0 -4
- package/getPrivateLinkEndpointService.js.map +1 -1
- package/getPrivatelinkEndpointServiceDataFederationOnlineArchive.d.ts +2 -6
- package/getPrivatelinkEndpointServiceDataFederationOnlineArchive.js +0 -4
- package/getPrivatelinkEndpointServiceDataFederationOnlineArchive.js.map +1 -1
- package/getPrivatelinkEndpointServiceDataFederationOnlineArchives.d.ts +0 -4
- package/getPrivatelinkEndpointServiceDataFederationOnlineArchives.js +0 -4
- package/getPrivatelinkEndpointServiceDataFederationOnlineArchives.js.map +1 -1
- package/getProject.d.ts +11 -57
- package/getProject.js +0 -56
- package/getProject.js.map +1 -1
- package/getProjectInvitation.d.ts +4 -4
- package/getProjectInvitation.js +4 -4
- package/getProjectIpAccessList.d.ts +0 -4
- package/getProjectIpAccessList.js +0 -4
- package/getProjectIpAccessList.js.map +1 -1
- package/getProjectIpAddresses.d.ts +0 -4
- package/getProjectIpAddresses.js +0 -4
- package/getProjectIpAddresses.js.map +1 -1
- package/getProjects.d.ts +1 -31
- package/getProjects.js +0 -30
- package/getProjects.js.map +1 -1
- package/getPushBasedLogExport.d.ts +0 -4
- package/getPushBasedLogExport.js +0 -4
- package/getPushBasedLogExport.js.map +1 -1
- package/getResourcePolicies.d.ts +0 -4
- package/getResourcePolicies.js +0 -4
- package/getResourcePolicies.js.map +1 -1
- package/getResourcePolicy.d.ts +0 -4
- package/getResourcePolicy.js +0 -4
- package/getResourcePolicy.js.map +1 -1
- package/getRolesOrgId.d.ts +3 -7
- package/getRolesOrgId.js +2 -6
- package/getRolesOrgId.js.map +1 -1
- package/getSearchDeployment.d.ts +0 -4
- package/getSearchDeployment.js +0 -4
- package/getSearchDeployment.js.map +1 -1
- package/getSearchIndex.d.ts +9 -5
- package/getSearchIndex.js +0 -4
- package/getSearchIndex.js.map +1 -1
- package/getSearchIndexes.d.ts +0 -4
- package/getSearchIndexes.js +0 -4
- package/getSearchIndexes.js.map +1 -1
- package/getServerlessInstance.d.ts +2 -20
- package/getServerlessInstance.js +2 -20
- package/getServerlessInstance.js.map +1 -1
- package/getServerlessInstances.d.ts +2 -2
- package/getServerlessInstances.js +2 -2
- package/getStreamAccountDetails.d.ts +0 -4
- package/getStreamAccountDetails.js +0 -4
- package/getStreamAccountDetails.js.map +1 -1
- package/getStreamConnection.d.ts +55 -13
- package/getStreamConnection.js +30 -6
- package/getStreamConnection.js.map +1 -1
- package/getStreamConnections.d.ts +28 -12
- package/getStreamConnections.js +4 -6
- package/getStreamConnections.js.map +1 -1
- package/getStreamInstance.d.ts +42 -2
- package/getStreamInstance.js +42 -2
- package/getStreamInstance.js.map +1 -1
- package/getStreamInstances.d.ts +38 -2
- package/getStreamInstances.js +38 -2
- package/getStreamInstances.js.map +1 -1
- package/getStreamPrivatelinkEndpoint.d.ts +53 -4
- package/getStreamPrivatelinkEndpoint.js +52 -4
- package/getStreamPrivatelinkEndpoint.js.map +1 -1
- package/getStreamPrivatelinkEndpoints.d.ts +52 -4
- package/getStreamPrivatelinkEndpoints.js +52 -4
- package/getStreamPrivatelinkEndpoints.js.map +1 -1
- package/getStreamProcessor.d.ts +28 -29
- package/getStreamProcessor.js +18 -20
- package/getStreamProcessor.js.map +1 -1
- package/getStreamProcessors.d.ts +25 -26
- package/getStreamProcessors.js +18 -20
- package/getStreamProcessors.js.map +1 -1
- package/getStreamWorkspace.d.ts +92 -0
- package/getStreamWorkspace.js +66 -0
- package/getStreamWorkspace.js.map +1 -0
- package/getStreamWorkspaces.d.ts +101 -0
- package/getStreamWorkspaces.js +66 -0
- package/getStreamWorkspaces.js.map +1 -0
- package/getTeam.d.ts +8 -5
- package/getTeam.js +0 -4
- package/getTeam.js.map +1 -1
- package/getTeamProjectAssignment.d.ts +88 -0
- package/getTeamProjectAssignment.js +74 -0
- package/getTeamProjectAssignment.js.map +1 -0
- package/getThirdPartyIntegration.d.ts +0 -4
- package/getThirdPartyIntegration.js +0 -4
- package/getThirdPartyIntegration.js.map +1 -1
- package/getThirdPartyIntegrations.d.ts +0 -4
- package/getThirdPartyIntegrations.js +0 -4
- package/getThirdPartyIntegrations.js.map +1 -1
- package/getX509AuthenticationDatabaseUser.d.ts +0 -4
- package/getX509AuthenticationDatabaseUser.js +0 -4
- package/getX509AuthenticationDatabaseUser.js.map +1 -1
- package/globalClusterConfig.d.ts +0 -18
- package/globalClusterConfig.js +0 -4
- package/globalClusterConfig.js.map +1 -1
- package/index.d.ts +33 -36
- package/index.js +49 -50
- package/index.js.map +1 -1
- package/ldapConfiguration.d.ts +0 -2
- package/ldapConfiguration.js +0 -2
- package/ldapConfiguration.js.map +1 -1
- package/ldapVerify.d.ts +0 -2
- package/ldapVerify.js +0 -2
- package/ldapVerify.js.map +1 -1
- package/maintenanceWindow.d.ts +19 -11
- package/maintenanceWindow.js +9 -3
- package/maintenanceWindow.js.map +1 -1
- package/mongodbEmployeeAccessGrant.d.ts +3 -2
- package/mongodbEmployeeAccessGrant.js +3 -2
- package/mongodbEmployeeAccessGrant.js.map +1 -1
- package/networkContainer.d.ts +3 -2
- package/networkContainer.js +3 -2
- package/networkContainer.js.map +1 -1
- package/networkPeering.d.ts +18 -8
- package/networkPeering.js +2 -2
- package/networkPeering.js.map +1 -1
- package/onlineArchive.d.ts +17 -5
- package/onlineArchive.js +4 -2
- package/onlineArchive.js.map +1 -1
- package/orgInvitation.d.ts +3 -0
- package/orgInvitation.js +3 -0
- package/orgInvitation.js.map +1 -1
- package/organization.d.ts +5 -2
- package/organization.js +5 -2
- package/organization.js.map +1 -1
- package/package.json +2 -2
- package/privateEndpointRegionalMode.d.ts +0 -2
- package/privateEndpointRegionalMode.js +0 -2
- package/privateEndpointRegionalMode.js.map +1 -1
- package/privateLinkEndpoint.d.ts +16 -2
- package/privateLinkEndpoint.js +6 -2
- package/privateLinkEndpoint.js.map +1 -1
- package/privateLinkEndpointService.d.ts +12 -0
- package/privateLinkEndpointService.js +2 -0
- package/privateLinkEndpointService.js.map +1 -1
- package/privatelinkEndpointServiceDataFederationOnlineArchive.d.ts +6 -5
- package/privatelinkEndpointServiceDataFederationOnlineArchive.js +3 -2
- package/privatelinkEndpointServiceDataFederationOnlineArchive.js.map +1 -1
- package/project.d.ts +12 -15
- package/project.js +3 -15
- package/project.js.map +1 -1
- package/projectApiKey.d.ts +3 -0
- package/projectApiKey.js +3 -0
- package/projectApiKey.js.map +1 -1
- package/projectInvitation.d.ts +3 -0
- package/projectInvitation.js +3 -0
- package/projectInvitation.js.map +1 -1
- package/projectIpAccessList.d.ts +5 -2
- package/projectIpAccessList.js +5 -2
- package/projectIpAccessList.js.map +1 -1
- package/provider.d.ts +24 -0
- package/provider.js +3 -0
- package/provider.js.map +1 -1
- package/pushBasedLogExport.d.ts +15 -0
- package/pushBasedLogExport.js +5 -0
- package/pushBasedLogExport.js.map +1 -1
- package/resourcePolicy.d.ts +0 -2
- package/resourcePolicy.js +0 -2
- package/resourcePolicy.js.map +1 -1
- package/searchDeployment.d.ts +7 -6
- package/searchDeployment.js +3 -2
- package/searchDeployment.js.map +1 -1
- package/searchIndex.d.ts +50 -5
- package/searchIndex.js +27 -2
- package/searchIndex.js.map +1 -1
- package/serverlessInstance.d.ts +1 -10
- package/serverlessInstance.js +1 -10
- package/serverlessInstance.js.map +1 -1
- package/streamConnection.d.ts +77 -17
- package/streamConnection.js +47 -12
- package/streamConnection.js.map +1 -1
- package/streamInstance.d.ts +4 -4
- package/streamInstance.js +4 -4
- package/streamPrivatelinkEndpoint.d.ts +55 -5
- package/streamPrivatelinkEndpoint.js +36 -2
- package/streamPrivatelinkEndpoint.js.map +1 -1
- package/streamProcessor.d.ts +52 -18
- package/streamProcessor.js +17 -13
- package/streamProcessor.js.map +1 -1
- package/streamWorkspace.d.ts +144 -0
- package/streamWorkspace.js +116 -0
- package/streamWorkspace.js.map +1 -0
- package/team.d.ts +14 -6
- package/team.js +4 -5
- package/team.js.map +1 -1
- package/teamProjectAssignment.d.ts +108 -0
- package/teamProjectAssignment.js +98 -0
- package/teamProjectAssignment.js.map +1 -0
- package/thirdPartyIntegration.d.ts +3 -2
- package/thirdPartyIntegration.js +3 -2
- package/thirdPartyIntegration.js.map +1 -1
- package/types/input.d.ts +252 -249
- package/types/output.d.ts +1078 -751
- package/x509authenticationDatabaseUser.d.ts +0 -2
- package/x509authenticationDatabaseUser.js +0 -2
- package/x509authenticationDatabaseUser.js.map +1 -1
- package/dataLakePipeline.d.ts +0 -239
- package/dataLakePipeline.js +0 -145
- package/dataLakePipeline.js.map +0 -1
- package/get509AuthenticationDatabaseUser.d.ts +0 -190
- package/get509AuthenticationDatabaseUser.js +0 -170
- package/get509AuthenticationDatabaseUser.js.map +0 -1
- package/getDataLakePipeline.d.ts +0 -230
- package/getDataLakePipeline.js +0 -162
- package/getDataLakePipeline.js.map +0 -1
- package/getDataLakePipelineRun.d.ts +0 -104
- package/getDataLakePipelineRun.js +0 -44
- package/getDataLakePipelineRun.js.map +0 -1
- package/getDataLakePipelineRuns.d.ts +0 -137
- package/getDataLakePipelineRuns.js +0 -116
- package/getDataLakePipelineRuns.js.map +0 -1
- package/getDataLakePipelines.d.ts +0 -58
- package/getDataLakePipelines.js +0 -40
- package/getDataLakePipelines.js.map +0 -1
- package/getPrivatelinkEndpointServiceServerless.d.ts +0 -220
- package/getPrivatelinkEndpointServiceServerless.js +0 -178
- package/getPrivatelinkEndpointServiceServerless.js.map +0 -1
- package/getPrivatelinkEndpointsServiceServerless.d.ts +0 -187
- package/getPrivatelinkEndpointsServiceServerless.js +0 -166
- package/getPrivatelinkEndpointsServiceServerless.js.map +0 -1
- package/getTeams.d.ts +0 -46
- package/getTeams.js +0 -40
- package/getTeams.js.map +0 -1
- package/privatelinkEndpointServerless.d.ts +0 -143
- package/privatelinkEndpointServerless.js +0 -109
- package/privatelinkEndpointServerless.js.map +0 -1
- package/privatelinkEndpointServiceServerless.d.ts +0 -236
- package/privatelinkEndpointServiceServerless.js +0 -177
- package/privatelinkEndpointServiceServerless.js.map +0 -1
- package/teams.d.ts +0 -52
- package/teams.js +0 -66
- package/teams.js.map +0 -1
package/getEventTriggers.js
CHANGED
|
@@ -6,8 +6,6 @@ exports.getEventTriggersOutput = exports.getEventTriggers = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* ## # Data Source: mongodbatlas.getEventTriggers
|
|
10
|
-
*
|
|
11
9
|
* `mongodbatlas.getEventTriggers` describes all Event Triggers.
|
|
12
10
|
*/
|
|
13
11
|
function getEventTriggers(args, opts) {
|
|
@@ -19,8 +17,6 @@ function getEventTriggers(args, opts) {
|
|
|
19
17
|
}
|
|
20
18
|
exports.getEventTriggers = getEventTriggers;
|
|
21
19
|
/**
|
|
22
|
-
* ## # Data Source: mongodbatlas.getEventTriggers
|
|
23
|
-
*
|
|
24
20
|
* `mongodbatlas.getEventTriggers` describes all Event Triggers.
|
|
25
21
|
*/
|
|
26
22
|
function getEventTriggersOutput(args, opts) {
|
package/getEventTriggers.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getEventTriggers.js","sourceRoot":"","sources":["../getEventTriggers.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getEventTriggers.js","sourceRoot":"","sources":["../getEventTriggers.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IACpF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sDAAsD,EAAE;QACjF,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,4CAMC;AAgCD;;GAEG;AACH,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAAiC;IACtG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,sDAAsD,EAAE;QACvF,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,wDAMC"}
|
|
@@ -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
|
-
* ## # Data Source: mongodbatlas.FederatedDatabaseInstance
|
|
6
|
-
*
|
|
7
5
|
* `mongodbatlas.FederatedDatabaseInstance` provides a Federated Database Instance data source.
|
|
8
6
|
*
|
|
9
7
|
* > **NOTE:** Groups and projects are synonymous terms. You may find groupId in the official documentation.
|
|
@@ -24,6 +22,23 @@ import * as outputs from "./types/output";
|
|
|
24
22
|
* });
|
|
25
23
|
* ```
|
|
26
24
|
*
|
|
25
|
+
* ### S With Amazon S3 Bucket As Storage Database
|
|
26
|
+
*
|
|
27
|
+
* ```typescript
|
|
28
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
29
|
+
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
30
|
+
*
|
|
31
|
+
* const test = mongodbatlas.getFederatedDatabaseInstance({
|
|
32
|
+
* projectId: "<PROJECT_ID>",
|
|
33
|
+
* name: "<TENANT_NAME_OF_THE_FEDERATED_DATABASE_INSTANCE>",
|
|
34
|
+
* cloudProviderConfigs: [{
|
|
35
|
+
* aws: [{
|
|
36
|
+
* testS3Bucket: "Amazon S3 Bucket Name",
|
|
37
|
+
* }],
|
|
38
|
+
* }],
|
|
39
|
+
* });
|
|
40
|
+
* ```
|
|
41
|
+
*
|
|
27
42
|
* ## Example of Azure Blob Storage as storage database
|
|
28
43
|
*
|
|
29
44
|
* ```typescript
|
|
@@ -33,11 +48,11 @@ import * as outputs from "./types/output";
|
|
|
33
48
|
* const test = mongodbatlas.getFederatedDatabaseInstance({
|
|
34
49
|
* projectId: "<PROJECT_ID>",
|
|
35
50
|
* name: "<TENANT_NAME_OF_THE_FEDERATED_DATABASE_INSTANCE>",
|
|
36
|
-
*
|
|
51
|
+
* cloudProviderConfigs: [{
|
|
37
52
|
* azures: [{
|
|
38
53
|
* roleId: "<AZURE_ROLE_ID>",
|
|
39
54
|
* }],
|
|
40
|
-
* },
|
|
55
|
+
* }],
|
|
41
56
|
* });
|
|
42
57
|
* ```
|
|
43
58
|
*/
|
|
@@ -46,7 +61,7 @@ export declare function getFederatedDatabaseInstance(args: GetFederatedDatabaseI
|
|
|
46
61
|
* A collection of arguments for invoking getFederatedDatabaseInstance.
|
|
47
62
|
*/
|
|
48
63
|
export interface GetFederatedDatabaseInstanceArgs {
|
|
49
|
-
|
|
64
|
+
cloudProviderConfigs?: inputs.GetFederatedDatabaseInstanceCloudProviderConfig[];
|
|
50
65
|
/**
|
|
51
66
|
* Name of the Atlas Federated Database Instance.
|
|
52
67
|
*/
|
|
@@ -60,7 +75,7 @@ export interface GetFederatedDatabaseInstanceArgs {
|
|
|
60
75
|
* A collection of values returned by getFederatedDatabaseInstance.
|
|
61
76
|
*/
|
|
62
77
|
export interface GetFederatedDatabaseInstanceResult {
|
|
63
|
-
readonly
|
|
78
|
+
readonly cloudProviderConfigs: outputs.GetFederatedDatabaseInstanceCloudProviderConfig[];
|
|
64
79
|
readonly dataProcessRegions: outputs.GetFederatedDatabaseInstanceDataProcessRegion[];
|
|
65
80
|
/**
|
|
66
81
|
* The list of hostnames assigned to the Federated Database Instance. Each string in the array is a hostname assigned to the Federated Database Instance.
|
|
@@ -79,9 +94,9 @@ export interface GetFederatedDatabaseInstanceResult {
|
|
|
79
94
|
*/
|
|
80
95
|
readonly state: string;
|
|
81
96
|
/**
|
|
82
|
-
* Configuration details for mapping each data store to queryable databases and collections. For complete documentation on this object and its nested fields, see [databases](https://
|
|
97
|
+
* Configuration details for mapping each data store to queryable databases and collections. For complete documentation on this object and its nested fields, see [databases](https://www.mongodb.com/docs/atlas/data-federation/config/config-oa/#databases). An empty object indicates that the Federated Database Instance has no mapping configuration for any data store.
|
|
83
98
|
* * `storage_databases.#.name` - Name of the database to which the Federated Database Instance maps the data contained in the data store.
|
|
84
|
-
* * `storage_databases.#.collections` - Array of objects where each object represents a collection and data sources that map to a [stores](https://
|
|
99
|
+
* * `storage_databases.#.collections` - Array of objects where each object represents a collection and data sources that map to a [stores](https://www.mongodb.com/docs/atlas/data-federation/config/config-oa/#stores) data store.
|
|
85
100
|
* * `storage_databases.#.collections.#.name` - Name of the collection.
|
|
86
101
|
* * `storage_databases.#.collections.#.data_sources` - Array of objects where each object represents a stores data store to map with the collection.
|
|
87
102
|
* * `storage_databases.#.collections.#.data_sources.#.store_name` - Name of a data store to map to the `<collection>`. Must match the name of an object in the stores array.
|
|
@@ -103,7 +118,7 @@ export interface GetFederatedDatabaseInstanceResult {
|
|
|
103
118
|
*/
|
|
104
119
|
readonly storageDatabases: outputs.GetFederatedDatabaseInstanceStorageDatabase[];
|
|
105
120
|
/**
|
|
106
|
-
* Each object in the array represents a data store. Federated Database uses the storage.databases configuration details to map data in each data store to queryable databases and collections. For complete documentation on this object and its nested fields, see [stores](https://
|
|
121
|
+
* Each object in the array represents a data store. Federated Database uses the `storage.databases` configuration details to map data in each data store to queryable databases and collections. For complete documentation on this object and its nested fields, see [stores](https://www.mongodb.com/docs/atlas/data-federation/config/config-oa/#stores). An empty object indicates that the Federated Database Instance has no configured data stores.
|
|
107
122
|
* * `storage_stores.#.name` - Name of the data store.
|
|
108
123
|
* * `storage_stores.#.provider` - Defines where the data is stored.
|
|
109
124
|
* * `storage_stores.#.region` - Name of the AWS region in which the S3 bucket is hosted.
|
|
@@ -114,7 +129,7 @@ export interface GetFederatedDatabaseInstanceResult {
|
|
|
114
129
|
* * `storage_stores.#.cluster_name` - Human-readable label of the MongoDB Cloud cluster on which the store is based.
|
|
115
130
|
* * `storage_stores.#.allow_insecure` - Flag that validates the scheme in the specified URLs.
|
|
116
131
|
* * `storage_stores.#.public` - Flag that indicates whether the bucket is public.
|
|
117
|
-
* * `storage_stores.#.default_format` - Default format that Data
|
|
132
|
+
* * `storage_stores.#.default_format` - Default format that Data Federation assumes if it encounters a file without an extension while searching the storeName.
|
|
118
133
|
* * `storage_stores.#.urls` - Comma-separated list of publicly accessible HTTP URLs where data is stored.
|
|
119
134
|
* * `storage_stores.#.read_preference` - MongoDB Cloud cluster read preference, which describes how to route read requests to the cluster.
|
|
120
135
|
* * `storage_stores.#.read_preference.maxStalenessSeconds` - Maximum replication lag, or staleness, for reads from secondaries.
|
|
@@ -127,8 +142,6 @@ export interface GetFederatedDatabaseInstanceResult {
|
|
|
127
142
|
readonly storageStores: outputs.GetFederatedDatabaseInstanceStorageStore[];
|
|
128
143
|
}
|
|
129
144
|
/**
|
|
130
|
-
* ## # Data Source: mongodbatlas.FederatedDatabaseInstance
|
|
131
|
-
*
|
|
132
145
|
* `mongodbatlas.FederatedDatabaseInstance` provides a Federated Database Instance data source.
|
|
133
146
|
*
|
|
134
147
|
* > **NOTE:** Groups and projects are synonymous terms. You may find groupId in the official documentation.
|
|
@@ -149,6 +162,23 @@ export interface GetFederatedDatabaseInstanceResult {
|
|
|
149
162
|
* });
|
|
150
163
|
* ```
|
|
151
164
|
*
|
|
165
|
+
* ### S With Amazon S3 Bucket As Storage Database
|
|
166
|
+
*
|
|
167
|
+
* ```typescript
|
|
168
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
169
|
+
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
170
|
+
*
|
|
171
|
+
* const test = mongodbatlas.getFederatedDatabaseInstance({
|
|
172
|
+
* projectId: "<PROJECT_ID>",
|
|
173
|
+
* name: "<TENANT_NAME_OF_THE_FEDERATED_DATABASE_INSTANCE>",
|
|
174
|
+
* cloudProviderConfigs: [{
|
|
175
|
+
* aws: [{
|
|
176
|
+
* testS3Bucket: "Amazon S3 Bucket Name",
|
|
177
|
+
* }],
|
|
178
|
+
* }],
|
|
179
|
+
* });
|
|
180
|
+
* ```
|
|
181
|
+
*
|
|
152
182
|
* ## Example of Azure Blob Storage as storage database
|
|
153
183
|
*
|
|
154
184
|
* ```typescript
|
|
@@ -158,11 +188,11 @@ export interface GetFederatedDatabaseInstanceResult {
|
|
|
158
188
|
* const test = mongodbatlas.getFederatedDatabaseInstance({
|
|
159
189
|
* projectId: "<PROJECT_ID>",
|
|
160
190
|
* name: "<TENANT_NAME_OF_THE_FEDERATED_DATABASE_INSTANCE>",
|
|
161
|
-
*
|
|
191
|
+
* cloudProviderConfigs: [{
|
|
162
192
|
* azures: [{
|
|
163
193
|
* roleId: "<AZURE_ROLE_ID>",
|
|
164
194
|
* }],
|
|
165
|
-
* },
|
|
195
|
+
* }],
|
|
166
196
|
* });
|
|
167
197
|
* ```
|
|
168
198
|
*/
|
|
@@ -171,7 +201,7 @@ export declare function getFederatedDatabaseInstanceOutput(args: GetFederatedDat
|
|
|
171
201
|
* A collection of arguments for invoking getFederatedDatabaseInstance.
|
|
172
202
|
*/
|
|
173
203
|
export interface GetFederatedDatabaseInstanceOutputArgs {
|
|
174
|
-
|
|
204
|
+
cloudProviderConfigs?: pulumi.Input<pulumi.Input<inputs.GetFederatedDatabaseInstanceCloudProviderConfigArgs>[]>;
|
|
175
205
|
/**
|
|
176
206
|
* Name of the Atlas Federated Database Instance.
|
|
177
207
|
*/
|
|
@@ -6,8 +6,6 @@ exports.getFederatedDatabaseInstanceOutput = exports.getFederatedDatabaseInstanc
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* ## # Data Source: mongodbatlas.FederatedDatabaseInstance
|
|
10
|
-
*
|
|
11
9
|
* `mongodbatlas.FederatedDatabaseInstance` provides a Federated Database Instance data source.
|
|
12
10
|
*
|
|
13
11
|
* > **NOTE:** Groups and projects are synonymous terms. You may find groupId in the official documentation.
|
|
@@ -28,6 +26,23 @@ const utilities = require("./utilities");
|
|
|
28
26
|
* });
|
|
29
27
|
* ```
|
|
30
28
|
*
|
|
29
|
+
* ### S With Amazon S3 Bucket As Storage Database
|
|
30
|
+
*
|
|
31
|
+
* ```typescript
|
|
32
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
33
|
+
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
34
|
+
*
|
|
35
|
+
* const test = mongodbatlas.getFederatedDatabaseInstance({
|
|
36
|
+
* projectId: "<PROJECT_ID>",
|
|
37
|
+
* name: "<TENANT_NAME_OF_THE_FEDERATED_DATABASE_INSTANCE>",
|
|
38
|
+
* cloudProviderConfigs: [{
|
|
39
|
+
* aws: [{
|
|
40
|
+
* testS3Bucket: "Amazon S3 Bucket Name",
|
|
41
|
+
* }],
|
|
42
|
+
* }],
|
|
43
|
+
* });
|
|
44
|
+
* ```
|
|
45
|
+
*
|
|
31
46
|
* ## Example of Azure Blob Storage as storage database
|
|
32
47
|
*
|
|
33
48
|
* ```typescript
|
|
@@ -37,26 +52,24 @@ const utilities = require("./utilities");
|
|
|
37
52
|
* const test = mongodbatlas.getFederatedDatabaseInstance({
|
|
38
53
|
* projectId: "<PROJECT_ID>",
|
|
39
54
|
* name: "<TENANT_NAME_OF_THE_FEDERATED_DATABASE_INSTANCE>",
|
|
40
|
-
*
|
|
55
|
+
* cloudProviderConfigs: [{
|
|
41
56
|
* azures: [{
|
|
42
57
|
* roleId: "<AZURE_ROLE_ID>",
|
|
43
58
|
* }],
|
|
44
|
-
* },
|
|
59
|
+
* }],
|
|
45
60
|
* });
|
|
46
61
|
* ```
|
|
47
62
|
*/
|
|
48
63
|
function getFederatedDatabaseInstance(args, opts) {
|
|
49
64
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
50
65
|
return pulumi.runtime.invoke("mongodbatlas:index/getFederatedDatabaseInstance:getFederatedDatabaseInstance", {
|
|
51
|
-
"
|
|
66
|
+
"cloudProviderConfigs": args.cloudProviderConfigs,
|
|
52
67
|
"name": args.name,
|
|
53
68
|
"projectId": args.projectId,
|
|
54
69
|
}, opts);
|
|
55
70
|
}
|
|
56
71
|
exports.getFederatedDatabaseInstance = getFederatedDatabaseInstance;
|
|
57
72
|
/**
|
|
58
|
-
* ## # Data Source: mongodbatlas.FederatedDatabaseInstance
|
|
59
|
-
*
|
|
60
73
|
* `mongodbatlas.FederatedDatabaseInstance` provides a Federated Database Instance data source.
|
|
61
74
|
*
|
|
62
75
|
* > **NOTE:** Groups and projects are synonymous terms. You may find groupId in the official documentation.
|
|
@@ -77,6 +90,23 @@ exports.getFederatedDatabaseInstance = getFederatedDatabaseInstance;
|
|
|
77
90
|
* });
|
|
78
91
|
* ```
|
|
79
92
|
*
|
|
93
|
+
* ### S With Amazon S3 Bucket As Storage Database
|
|
94
|
+
*
|
|
95
|
+
* ```typescript
|
|
96
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
97
|
+
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
98
|
+
*
|
|
99
|
+
* const test = mongodbatlas.getFederatedDatabaseInstance({
|
|
100
|
+
* projectId: "<PROJECT_ID>",
|
|
101
|
+
* name: "<TENANT_NAME_OF_THE_FEDERATED_DATABASE_INSTANCE>",
|
|
102
|
+
* cloudProviderConfigs: [{
|
|
103
|
+
* aws: [{
|
|
104
|
+
* testS3Bucket: "Amazon S3 Bucket Name",
|
|
105
|
+
* }],
|
|
106
|
+
* }],
|
|
107
|
+
* });
|
|
108
|
+
* ```
|
|
109
|
+
*
|
|
80
110
|
* ## Example of Azure Blob Storage as storage database
|
|
81
111
|
*
|
|
82
112
|
* ```typescript
|
|
@@ -86,18 +116,18 @@ exports.getFederatedDatabaseInstance = getFederatedDatabaseInstance;
|
|
|
86
116
|
* const test = mongodbatlas.getFederatedDatabaseInstance({
|
|
87
117
|
* projectId: "<PROJECT_ID>",
|
|
88
118
|
* name: "<TENANT_NAME_OF_THE_FEDERATED_DATABASE_INSTANCE>",
|
|
89
|
-
*
|
|
119
|
+
* cloudProviderConfigs: [{
|
|
90
120
|
* azures: [{
|
|
91
121
|
* roleId: "<AZURE_ROLE_ID>",
|
|
92
122
|
* }],
|
|
93
|
-
* },
|
|
123
|
+
* }],
|
|
94
124
|
* });
|
|
95
125
|
* ```
|
|
96
126
|
*/
|
|
97
127
|
function getFederatedDatabaseInstanceOutput(args, opts) {
|
|
98
128
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
99
129
|
return pulumi.runtime.invokeOutput("mongodbatlas:index/getFederatedDatabaseInstance:getFederatedDatabaseInstance", {
|
|
100
|
-
"
|
|
130
|
+
"cloudProviderConfigs": args.cloudProviderConfigs,
|
|
101
131
|
"name": args.name,
|
|
102
132
|
"projectId": args.projectId,
|
|
103
133
|
}, opts);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getFederatedDatabaseInstance.js","sourceRoot":"","sources":["../getFederatedDatabaseInstance.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getFederatedDatabaseInstance.js","sourceRoot":"","sources":["../getFederatedDatabaseInstance.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsDG;AACH,SAAgB,4BAA4B,CAAC,IAAsC,EAAE,IAA2B;IAC5G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8EAA8E,EAAE;QACzG,sBAAsB,EAAE,IAAI,CAAC,oBAAoB;QACjD,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,oEAOC;AAuFD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsDG;AACH,SAAgB,kCAAkC,CAAC,IAA4C,EAAE,IAAiC;IAC9H,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8EAA8E,EAAE;QAC/G,sBAAsB,EAAE,IAAI,CAAC,oBAAoB;QACjD,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,gFAOC"}
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as outputs from "./types/output";
|
|
3
3
|
/**
|
|
4
|
-
* ## # Data Source: mongodbatlas.getFederatedDatabaseInstances
|
|
5
|
-
*
|
|
6
4
|
* `mongodbatlas.getFederatedDatabaseInstances` provides a Federated Database Instance data source.
|
|
7
5
|
*
|
|
8
6
|
* > **NOTE:** Groups and projects are synonymous terms. You may find groupId in the official documentation.
|
|
@@ -38,8 +36,6 @@ export interface GetFederatedDatabaseInstancesResult {
|
|
|
38
36
|
readonly results: outputs.GetFederatedDatabaseInstancesResult[];
|
|
39
37
|
}
|
|
40
38
|
/**
|
|
41
|
-
* ## # Data Source: mongodbatlas.getFederatedDatabaseInstances
|
|
42
|
-
*
|
|
43
39
|
* `mongodbatlas.getFederatedDatabaseInstances` provides a Federated Database Instance data source.
|
|
44
40
|
*
|
|
45
41
|
* > **NOTE:** Groups and projects are synonymous terms. You may find groupId in the official documentation.
|
|
@@ -6,8 +6,6 @@ exports.getFederatedDatabaseInstancesOutput = exports.getFederatedDatabaseInstan
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* ## # Data Source: mongodbatlas.getFederatedDatabaseInstances
|
|
10
|
-
*
|
|
11
9
|
* `mongodbatlas.getFederatedDatabaseInstances` provides a Federated Database Instance data source.
|
|
12
10
|
*
|
|
13
11
|
* > **NOTE:** Groups and projects are synonymous terms. You may find groupId in the official documentation.
|
|
@@ -26,8 +24,6 @@ function getFederatedDatabaseInstances(args, opts) {
|
|
|
26
24
|
}
|
|
27
25
|
exports.getFederatedDatabaseInstances = getFederatedDatabaseInstances;
|
|
28
26
|
/**
|
|
29
|
-
* ## # Data Source: mongodbatlas.getFederatedDatabaseInstances
|
|
30
|
-
*
|
|
31
27
|
* `mongodbatlas.getFederatedDatabaseInstances` provides a Federated Database Instance data source.
|
|
32
28
|
*
|
|
33
29
|
* > **NOTE:** Groups and projects are synonymous terms. You may find groupId in the official documentation.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getFederatedDatabaseInstances.js","sourceRoot":"","sources":["../getFederatedDatabaseInstances.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getFederatedDatabaseInstances.js","sourceRoot":"","sources":["../getFederatedDatabaseInstances.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;GAUG;AACH,SAAgB,6BAA6B,CAAC,IAAuC,EAAE,IAA2B;IAC9G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gFAAgF,EAAE;QAC3G,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sEAKC;AA0BD;;;;;;;;;;GAUG;AACH,SAAgB,mCAAmC,CAAC,IAA6C,EAAE,IAAiC;IAChI,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gFAAgF,EAAE;QACjH,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kFAKC"}
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* ## # Data Source: mongodbatlas.FederatedQueryLimit
|
|
4
|
-
*
|
|
5
3
|
* `mongodbatlas.FederatedQueryLimit` provides a Federated Database Instance Query Limit data source. To learn more about Atlas Data Federation see https://www.mongodb.com/docs/atlas/data-federation/overview/.
|
|
6
4
|
*
|
|
7
5
|
* > **NOTE:** Groups and projects are synonymous terms. You may find groupId in the official documentation.
|
|
@@ -68,8 +66,6 @@ export interface GetFederatedQueryLimitResult {
|
|
|
68
66
|
readonly value: number;
|
|
69
67
|
}
|
|
70
68
|
/**
|
|
71
|
-
* ## # Data Source: mongodbatlas.FederatedQueryLimit
|
|
72
|
-
*
|
|
73
69
|
* `mongodbatlas.FederatedQueryLimit` provides a Federated Database Instance Query Limit data source. To learn more about Atlas Data Federation see https://www.mongodb.com/docs/atlas/data-federation/overview/.
|
|
74
70
|
*
|
|
75
71
|
* > **NOTE:** Groups and projects are synonymous terms. You may find groupId in the official documentation.
|
|
@@ -6,8 +6,6 @@ exports.getFederatedQueryLimitOutput = exports.getFederatedQueryLimit = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* ## # Data Source: mongodbatlas.FederatedQueryLimit
|
|
10
|
-
*
|
|
11
9
|
* `mongodbatlas.FederatedQueryLimit` provides a Federated Database Instance Query Limit data source. To learn more about Atlas Data Federation see https://www.mongodb.com/docs/atlas/data-federation/overview/.
|
|
12
10
|
*
|
|
13
11
|
* > **NOTE:** Groups and projects are synonymous terms. You may find groupId in the official documentation.
|
|
@@ -35,8 +33,6 @@ function getFederatedQueryLimit(args, opts) {
|
|
|
35
33
|
}
|
|
36
34
|
exports.getFederatedQueryLimit = getFederatedQueryLimit;
|
|
37
35
|
/**
|
|
38
|
-
* ## # Data Source: mongodbatlas.FederatedQueryLimit
|
|
39
|
-
*
|
|
40
36
|
* `mongodbatlas.FederatedQueryLimit` provides a Federated Database Instance Query Limit data source. To learn more about Atlas Data Federation see https://www.mongodb.com/docs/atlas/data-federation/overview/.
|
|
41
37
|
*
|
|
42
38
|
* > **NOTE:** Groups and projects are synonymous terms. You may find groupId in the official documentation.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getFederatedQueryLimit.js","sourceRoot":"","sources":["../getFederatedQueryLimit.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getFederatedQueryLimit.js","sourceRoot":"","sources":["../getFederatedQueryLimit.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAA2B;IAChG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kEAAkE,EAAE;QAC7F,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,wDAOC;AAkDD;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,4BAA4B,CAAC,IAAsC,EAAE,IAAiC;IAClH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,kEAAkE,EAAE;QACnG,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,oEAOC"}
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as outputs from "./types/output";
|
|
3
3
|
/**
|
|
4
|
-
* ## # Data Source: mongodbatlas.getFederatedQueryLimits
|
|
5
|
-
*
|
|
6
4
|
* `mongodbatlas.getFederatedQueryLimits` provides a Federated Database Instance Query Limits data source. To learn more about Atlas Data Federation see https://www.mongodb.com/docs/atlas/data-federation/overview/.
|
|
7
5
|
*
|
|
8
6
|
* > **NOTE:** Groups and projects are synonymous terms. You may find groupId in the official documentation.
|
|
@@ -51,8 +49,6 @@ export interface GetFederatedQueryLimitsResult {
|
|
|
51
49
|
readonly tenantName: string;
|
|
52
50
|
}
|
|
53
51
|
/**
|
|
54
|
-
* ## # Data Source: mongodbatlas.getFederatedQueryLimits
|
|
55
|
-
*
|
|
56
52
|
* `mongodbatlas.getFederatedQueryLimits` provides a Federated Database Instance Query Limits data source. To learn more about Atlas Data Federation see https://www.mongodb.com/docs/atlas/data-federation/overview/.
|
|
57
53
|
*
|
|
58
54
|
* > **NOTE:** Groups and projects are synonymous terms. You may find groupId in the official documentation.
|
|
@@ -6,8 +6,6 @@ exports.getFederatedQueryLimitsOutput = exports.getFederatedQueryLimits = void 0
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* ## # Data Source: mongodbatlas.getFederatedQueryLimits
|
|
10
|
-
*
|
|
11
9
|
* `mongodbatlas.getFederatedQueryLimits` provides a Federated Database Instance Query Limits data source. To learn more about Atlas Data Federation see https://www.mongodb.com/docs/atlas/data-federation/overview/.
|
|
12
10
|
*
|
|
13
11
|
* > **NOTE:** Groups and projects are synonymous terms. You may find groupId in the official documentation.
|
|
@@ -35,8 +33,6 @@ function getFederatedQueryLimits(args, opts) {
|
|
|
35
33
|
}
|
|
36
34
|
exports.getFederatedQueryLimits = getFederatedQueryLimits;
|
|
37
35
|
/**
|
|
38
|
-
* ## # Data Source: mongodbatlas.getFederatedQueryLimits
|
|
39
|
-
*
|
|
40
36
|
* `mongodbatlas.getFederatedQueryLimits` provides a Federated Database Instance Query Limits data source. To learn more about Atlas Data Federation see https://www.mongodb.com/docs/atlas/data-federation/overview/.
|
|
41
37
|
*
|
|
42
38
|
* > **NOTE:** Groups and projects are synonymous terms. You may find groupId in the official documentation.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getFederatedQueryLimits.js","sourceRoot":"","sources":["../getFederatedQueryLimits.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getFederatedQueryLimits.js","sourceRoot":"","sources":["../getFederatedQueryLimits.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,uBAAuB,CAAC,IAAiC,EAAE,IAA2B;IAClG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oEAAoE,EAAE;QAC/F,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0DAMC;AA+BD;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,6BAA6B,CAAC,IAAuC,EAAE,IAAiC;IACpH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,oEAAoE,EAAE;QACrG,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,sEAMC"}
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* ## # Data Source: mongodbatlas.getFederatedSettings
|
|
4
|
-
*
|
|
5
3
|
* `mongodbatlas.getFederatedSettings` provides a federated settings data source. Atlas Cloud federated settings provides federated settings outputs.
|
|
6
4
|
*
|
|
7
5
|
* ## Example Usage
|
|
@@ -52,8 +50,6 @@ export interface GetFederatedSettingsResult {
|
|
|
52
50
|
readonly orgId: string;
|
|
53
51
|
}
|
|
54
52
|
/**
|
|
55
|
-
* ## # Data Source: mongodbatlas.getFederatedSettings
|
|
56
|
-
*
|
|
57
53
|
* `mongodbatlas.getFederatedSettings` provides a federated settings data source. Atlas Cloud federated settings provides federated settings outputs.
|
|
58
54
|
*
|
|
59
55
|
* ## Example Usage
|
package/getFederatedSettings.js
CHANGED
|
@@ -6,8 +6,6 @@ exports.getFederatedSettingsOutput = exports.getFederatedSettings = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* ## # Data Source: mongodbatlas.getFederatedSettings
|
|
10
|
-
*
|
|
11
9
|
* `mongodbatlas.getFederatedSettings` provides a federated settings data source. Atlas Cloud federated settings provides federated settings outputs.
|
|
12
10
|
*
|
|
13
11
|
* ## Example Usage
|
|
@@ -29,8 +27,6 @@ function getFederatedSettings(args, opts) {
|
|
|
29
27
|
}
|
|
30
28
|
exports.getFederatedSettings = getFederatedSettings;
|
|
31
29
|
/**
|
|
32
|
-
* ## # Data Source: mongodbatlas.getFederatedSettings
|
|
33
|
-
*
|
|
34
30
|
* `mongodbatlas.getFederatedSettings` provides a federated settings data source. Atlas Cloud federated settings provides federated settings outputs.
|
|
35
31
|
*
|
|
36
32
|
* ## Example Usage
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getFederatedSettings.js","sourceRoot":"","sources":["../getFederatedSettings.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getFederatedSettings.js","sourceRoot":"","sources":["../getFederatedSettings.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAA2B;IAC5F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8DAA8D,EAAE;QACzF,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,oDAKC;AAsCD;;;;;;;;;;;;;GAaG;AACH,SAAgB,0BAA0B,CAAC,IAAoC,EAAE,IAAiC;IAC9G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8DAA8D,EAAE;QAC/F,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gEAKC"}
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as outputs from "./types/output";
|
|
3
3
|
/**
|
|
4
|
-
* ## # Data Source: mongodbatlas.FederatedSettingsIdentityProvider
|
|
5
|
-
*
|
|
6
4
|
* `mongodbatlas.FederatedSettingsIdentityProvider` provides a federated settings identity provider data source. Atlas federated settings identity provider provides federated settings outputs for the configured identity provider.
|
|
7
5
|
*
|
|
8
6
|
* ## Example Usage
|
|
@@ -150,8 +148,6 @@ export interface GetFederatedSettingsIdentityProviderResult {
|
|
|
150
148
|
readonly userClaim: string;
|
|
151
149
|
}
|
|
152
150
|
/**
|
|
153
|
-
* ## # Data Source: mongodbatlas.FederatedSettingsIdentityProvider
|
|
154
|
-
*
|
|
155
151
|
* `mongodbatlas.FederatedSettingsIdentityProvider` provides a federated settings identity provider data source. Atlas federated settings identity provider provides federated settings outputs for the configured identity provider.
|
|
156
152
|
*
|
|
157
153
|
* ## Example Usage
|
|
@@ -6,8 +6,6 @@ exports.getFederatedSettingsIdentityProviderOutput = exports.getFederatedSetting
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* ## # Data Source: mongodbatlas.FederatedSettingsIdentityProvider
|
|
10
|
-
*
|
|
11
9
|
* `mongodbatlas.FederatedSettingsIdentityProvider` provides a federated settings identity provider data source. Atlas federated settings identity provider provides federated settings outputs for the configured identity provider.
|
|
12
10
|
*
|
|
13
11
|
* ## Example Usage
|
|
@@ -42,8 +40,6 @@ function getFederatedSettingsIdentityProvider(args, opts) {
|
|
|
42
40
|
}
|
|
43
41
|
exports.getFederatedSettingsIdentityProvider = getFederatedSettingsIdentityProvider;
|
|
44
42
|
/**
|
|
45
|
-
* ## # Data Source: mongodbatlas.FederatedSettingsIdentityProvider
|
|
46
|
-
*
|
|
47
43
|
* `mongodbatlas.FederatedSettingsIdentityProvider` provides a federated settings identity provider data source. Atlas federated settings identity provider provides federated settings outputs for the configured identity provider.
|
|
48
44
|
*
|
|
49
45
|
* ## Example Usage
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getFederatedSettingsIdentityProvider.js","sourceRoot":"","sources":["../getFederatedSettingsIdentityProvider.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getFederatedSettingsIdentityProvider.js","sourceRoot":"","sources":["../getFederatedSettingsIdentityProvider.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,SAAgB,oCAAoC,CAAC,IAA8C,EAAE,IAA2B;IAC5H,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8FAA8F,EAAE;QACzH,sBAAsB,EAAE,IAAI,CAAC,oBAAoB;QACjD,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;KAChD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,oFAMC;AA2HD;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,SAAgB,0CAA0C,CAAC,IAAoD,EAAE,IAAiC;IAC9I,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8FAA8F,EAAE;QAC/H,sBAAsB,EAAE,IAAI,CAAC,oBAAoB;QACjD,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;KAChD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,gGAMC"}
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as outputs from "./types/output";
|
|
3
3
|
/**
|
|
4
|
-
* ## # Data Source: mongodbatlas.getFederatedSettingsIdentityProviders
|
|
5
|
-
*
|
|
6
4
|
* `mongodbatlas.getFederatedSettingsIdentityProviders` provides an Federated Settings Identity Providers datasource. Atlas Cloud Federated Settings Identity Providers provides federated settings outputs for the configured Identity Providers.
|
|
7
5
|
*
|
|
8
6
|
* Note: This implementation returns a maximum of 100 results.
|
|
@@ -48,8 +46,6 @@ export interface GetFederatedSettingsIdentityProvidersResult {
|
|
|
48
46
|
readonly results: outputs.GetFederatedSettingsIdentityProvidersResult[];
|
|
49
47
|
}
|
|
50
48
|
/**
|
|
51
|
-
* ## # Data Source: mongodbatlas.getFederatedSettingsIdentityProviders
|
|
52
|
-
*
|
|
53
49
|
* `mongodbatlas.getFederatedSettingsIdentityProviders` provides an Federated Settings Identity Providers datasource. Atlas Cloud Federated Settings Identity Providers provides federated settings outputs for the configured Identity Providers.
|
|
54
50
|
*
|
|
55
51
|
* Note: This implementation returns a maximum of 100 results.
|
|
@@ -6,8 +6,6 @@ exports.getFederatedSettingsIdentityProvidersOutput = exports.getFederatedSettin
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* ## # Data Source: mongodbatlas.getFederatedSettingsIdentityProviders
|
|
10
|
-
*
|
|
11
9
|
* `mongodbatlas.getFederatedSettingsIdentityProviders` provides an Federated Settings Identity Providers datasource. Atlas Cloud Federated Settings Identity Providers provides federated settings outputs for the configured Identity Providers.
|
|
12
10
|
*
|
|
13
11
|
* Note: This implementation returns a maximum of 100 results.
|
|
@@ -24,8 +22,6 @@ function getFederatedSettingsIdentityProviders(args, opts) {
|
|
|
24
22
|
}
|
|
25
23
|
exports.getFederatedSettingsIdentityProviders = getFederatedSettingsIdentityProviders;
|
|
26
24
|
/**
|
|
27
|
-
* ## # Data Source: mongodbatlas.getFederatedSettingsIdentityProviders
|
|
28
|
-
*
|
|
29
25
|
* `mongodbatlas.getFederatedSettingsIdentityProviders` provides an Federated Settings Identity Providers datasource. Atlas Cloud Federated Settings Identity Providers provides federated settings outputs for the configured Identity Providers.
|
|
30
26
|
*
|
|
31
27
|
* Note: This implementation returns a maximum of 100 results.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getFederatedSettingsIdentityProviders.js","sourceRoot":"","sources":["../getFederatedSettingsIdentityProviders.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getFederatedSettingsIdentityProviders.js","sourceRoot":"","sources":["../getFederatedSettingsIdentityProviders.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;GAMG;AACH,SAAgB,qCAAqC,CAAC,IAA+C,EAAE,IAA2B;IAC9H,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gGAAgG,EAAE;QAC3H,sBAAsB,EAAE,IAAI,CAAC,oBAAoB;QACjD,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,sFAOC;AAwCD;;;;;;GAMG;AACH,SAAgB,2CAA2C,CAAC,IAAqD,EAAE,IAAiC;IAChJ,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gGAAgG,EAAE;QACjI,sBAAsB,EAAE,IAAI,CAAC,oBAAoB;QACjD,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,kGAOC"}
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as outputs from "./types/output";
|
|
3
3
|
/**
|
|
4
|
-
* ## # Data Source: mongodbatlas.FederatedSettingsOrgConfig
|
|
5
|
-
*
|
|
6
4
|
* `mongodbatlas.FederatedSettingsOrgConfig` provides an Federated Settings Identity Providers datasource. Atlas Cloud Federated Settings Organizational configuration provides federated settings outputs for the configured Organizational configuration.
|
|
7
5
|
*
|
|
8
6
|
* ## Example Usage
|
|
@@ -85,8 +83,6 @@ export interface GetFederatedSettingsOrgConfigResult {
|
|
|
85
83
|
readonly userConflicts: outputs.GetFederatedSettingsOrgConfigUserConflict[];
|
|
86
84
|
}
|
|
87
85
|
/**
|
|
88
|
-
* ## # Data Source: mongodbatlas.FederatedSettingsOrgConfig
|
|
89
|
-
*
|
|
90
86
|
* `mongodbatlas.FederatedSettingsOrgConfig` provides an Federated Settings Identity Providers datasource. Atlas Cloud Federated Settings Organizational configuration provides federated settings outputs for the configured Organizational configuration.
|
|
91
87
|
*
|
|
92
88
|
* ## Example Usage
|
|
@@ -6,8 +6,6 @@ exports.getFederatedSettingsOrgConfigOutput = exports.getFederatedSettingsOrgCon
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* ## # Data Source: mongodbatlas.FederatedSettingsOrgConfig
|
|
10
|
-
*
|
|
11
9
|
* `mongodbatlas.FederatedSettingsOrgConfig` provides an Federated Settings Identity Providers datasource. Atlas Cloud Federated Settings Organizational configuration provides federated settings outputs for the configured Organizational configuration.
|
|
12
10
|
*
|
|
13
11
|
* ## Example Usage
|
|
@@ -40,8 +38,6 @@ function getFederatedSettingsOrgConfig(args, opts) {
|
|
|
40
38
|
}
|
|
41
39
|
exports.getFederatedSettingsOrgConfig = getFederatedSettingsOrgConfig;
|
|
42
40
|
/**
|
|
43
|
-
* ## # Data Source: mongodbatlas.FederatedSettingsOrgConfig
|
|
44
|
-
*
|
|
45
41
|
* `mongodbatlas.FederatedSettingsOrgConfig` provides an Federated Settings Identity Providers datasource. Atlas Cloud Federated Settings Organizational configuration provides federated settings outputs for the configured Organizational configuration.
|
|
46
42
|
*
|
|
47
43
|
* ## Example Usage
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getFederatedSettingsOrgConfig.js","sourceRoot":"","sources":["../getFederatedSettingsOrgConfig.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getFederatedSettingsOrgConfig.js","sourceRoot":"","sources":["../getFederatedSettingsOrgConfig.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,SAAgB,6BAA6B,CAAC,IAAuC,EAAE,IAA2B;IAC9G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gFAAgF,EAAE;QAC3G,sBAAsB,EAAE,IAAI,CAAC,oBAAoB;QACjD,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,sEAMC;AA4DD;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,SAAgB,mCAAmC,CAAC,IAA6C,EAAE,IAAiC;IAChI,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gFAAgF,EAAE;QACjH,sBAAsB,EAAE,IAAI,CAAC,oBAAoB;QACjD,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,kFAMC"}
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as outputs from "./types/output";
|
|
3
3
|
/**
|
|
4
|
-
* ## # Data Source: mongodbatlas.getFederatedSettingsOrgConfigs
|
|
5
|
-
*
|
|
6
4
|
* `mongodbatlas.getFederatedSettingsOrgConfigs` provides an Federated Settings Identity Providers datasource. Atlas Cloud Federated Settings Identity Providers provides federated settings outputs for the configured Identity Providers.
|
|
7
5
|
*
|
|
8
6
|
* ## Example Usage
|
|
@@ -64,8 +62,6 @@ export interface GetFederatedSettingsOrgConfigsResult {
|
|
|
64
62
|
readonly results: outputs.GetFederatedSettingsOrgConfigsResult[];
|
|
65
63
|
}
|
|
66
64
|
/**
|
|
67
|
-
* ## # Data Source: mongodbatlas.getFederatedSettingsOrgConfigs
|
|
68
|
-
*
|
|
69
65
|
* `mongodbatlas.getFederatedSettingsOrgConfigs` provides an Federated Settings Identity Providers datasource. Atlas Cloud Federated Settings Identity Providers provides federated settings outputs for the configured Identity Providers.
|
|
70
66
|
*
|
|
71
67
|
* ## Example Usage
|