@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/eventTrigger.d.ts
CHANGED
|
@@ -2,121 +2,6 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as inputs from "./types/input";
|
|
3
3
|
import * as outputs from "./types/output";
|
|
4
4
|
/**
|
|
5
|
-
* ## # Resource: mongodbatlas.EventTrigger
|
|
6
|
-
*
|
|
7
|
-
* `mongodbatlas.EventTrigger` provides a Event Trigger resource.
|
|
8
|
-
*
|
|
9
|
-
* Note: If the `appId` changes in the mongodbatlas.EventTrigger resource, it will force a replacement and delete itself from the old Atlas App Services app if it still exists then create itself in the new Atlas App Services app. See [Atlas Triggers](https://www.mongodb.com/docs/atlas/app-services/triggers/) to learn more.
|
|
10
|
-
*
|
|
11
|
-
* ## Example Usage
|
|
12
|
-
*
|
|
13
|
-
* ### S
|
|
14
|
-
*
|
|
15
|
-
* ### Example Usage: Database Trigger with Function
|
|
16
|
-
* ```typescript
|
|
17
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
18
|
-
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
19
|
-
*
|
|
20
|
-
* const test = new mongodbatlas.EventTrigger("test", {
|
|
21
|
-
* projectId: "PROJECT ID",
|
|
22
|
-
* appId: "APPLICATION ID",
|
|
23
|
-
* name: "NAME OF THE TRIGGER",
|
|
24
|
-
* type: "DATABASE",
|
|
25
|
-
* functionId: "FUNCTION ID",
|
|
26
|
-
* disabled: false,
|
|
27
|
-
* configOperationTypes: [
|
|
28
|
-
* "INSERT",
|
|
29
|
-
* "UPDATE",
|
|
30
|
-
* ],
|
|
31
|
-
* configDatabase: "DATABASE NAME",
|
|
32
|
-
* configCollection: "COLLECTION NAME",
|
|
33
|
-
* configServiceId: "SERVICE ID",
|
|
34
|
-
* configMatch: `{
|
|
35
|
-
* \\"updateDescription.updatedFields\\": {
|
|
36
|
-
* \\"status\\": \\"blocked\\"
|
|
37
|
-
* }
|
|
38
|
-
* }
|
|
39
|
-
* `,
|
|
40
|
-
* configProject: "{\"updateDescription.updatedFields\":{\"status\":\"blocked\"}}",
|
|
41
|
-
* configFullDocument: false,
|
|
42
|
-
* configFullDocumentBefore: false,
|
|
43
|
-
* eventProcessors: {
|
|
44
|
-
* awsEventbridge: {
|
|
45
|
-
* configAccountId: "AWS ACCOUNT ID",
|
|
46
|
-
* configRegion: "AWS REGIOn",
|
|
47
|
-
* },
|
|
48
|
-
* },
|
|
49
|
-
* });
|
|
50
|
-
* ```
|
|
51
|
-
*
|
|
52
|
-
* ### Example Usage: Database Trigger with EventBridge
|
|
53
|
-
* ```typescript
|
|
54
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
55
|
-
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
56
|
-
*
|
|
57
|
-
* const test = new mongodbatlas.EventTrigger("test", {
|
|
58
|
-
* projectId: "PROJECT ID",
|
|
59
|
-
* appId: "APPLICATION ID",
|
|
60
|
-
* name: "NAME OF THE TRIGGER",
|
|
61
|
-
* type: "DATABASE",
|
|
62
|
-
* disabled: false,
|
|
63
|
-
* unordered: false,
|
|
64
|
-
* configOperationTypes: [
|
|
65
|
-
* "INSERT",
|
|
66
|
-
* "UPDATE",
|
|
67
|
-
* ],
|
|
68
|
-
* configOperationType: "LOGIN",
|
|
69
|
-
* configProviders: ["anon-user"],
|
|
70
|
-
* configDatabase: "DATABASE NAME",
|
|
71
|
-
* configCollection: "COLLECTION NAME",
|
|
72
|
-
* configServiceId: "1",
|
|
73
|
-
* configMatch: "{\"updateDescription.updatedFields\":{\"status\":\"blocked\"}}",
|
|
74
|
-
* configProject: "{\"updateDescription.updatedFields\":{\"status\":\"blocked\"}}",
|
|
75
|
-
* configFullDocument: false,
|
|
76
|
-
* configFullDocumentBefore: false,
|
|
77
|
-
* configSchedule: "*",
|
|
78
|
-
* eventProcessors: {
|
|
79
|
-
* awsEventbridge: {
|
|
80
|
-
* configAccountId: "AWS ACCOUNT ID",
|
|
81
|
-
* configRegion: "AWS REGIOn",
|
|
82
|
-
* },
|
|
83
|
-
* },
|
|
84
|
-
* });
|
|
85
|
-
* ```
|
|
86
|
-
*
|
|
87
|
-
* ### Example Usage: Authentication Trigger
|
|
88
|
-
* ```typescript
|
|
89
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
90
|
-
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
91
|
-
*
|
|
92
|
-
* const test = new mongodbatlas.EventTrigger("test", {
|
|
93
|
-
* projectId: "PROJECT ID",
|
|
94
|
-
* appId: "APPLICATION ID",
|
|
95
|
-
* name: "NAME OF THE TRIGGER",
|
|
96
|
-
* type: "AUTHENTICATION",
|
|
97
|
-
* functionId: "1",
|
|
98
|
-
* disabled: false,
|
|
99
|
-
* configOperationType: "LOGIN",
|
|
100
|
-
* configProviders: ["anon-user"],
|
|
101
|
-
* });
|
|
102
|
-
* ```
|
|
103
|
-
*
|
|
104
|
-
* ### Example Usage: Scheduled Trigger
|
|
105
|
-
* ```typescript
|
|
106
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
107
|
-
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
108
|
-
*
|
|
109
|
-
* const test = new mongodbatlas.EventTrigger("test", {
|
|
110
|
-
* projectId: "PROJECT ID",
|
|
111
|
-
* appId: "APPLICATION ID",
|
|
112
|
-
* name: "NAME OF THE TRIGGER",
|
|
113
|
-
* type: "SCHEDULED",
|
|
114
|
-
* functionId: "1",
|
|
115
|
-
* disabled: false,
|
|
116
|
-
* configSchedule: "*",
|
|
117
|
-
* });
|
|
118
|
-
* ```
|
|
119
|
-
*
|
|
120
5
|
* ## Import
|
|
121
6
|
*
|
|
122
7
|
* Event trigger can be imported using project ID, App ID and Trigger ID, in the format `project_id`--`app_id`-`trigger_id`, e.g.
|
|
@@ -165,11 +50,11 @@ export declare class EventTrigger extends pulumi.CustomResource {
|
|
|
165
50
|
*/
|
|
166
51
|
readonly configMatch: pulumi.Output<string>;
|
|
167
52
|
/**
|
|
168
|
-
* Required for `AUTHENTICATION` type. The [authentication operation type](https://
|
|
53
|
+
* Required for `AUTHENTICATION` type. The [authentication operation type](https://www.mongodb.com/docs/atlas/atlas-ui/triggers/authentication-triggers/#authentication-events) to listen for. Possible Values: `LOGIN`, `CREATE`, `DELETE`
|
|
169
54
|
*/
|
|
170
55
|
readonly configOperationType: pulumi.Output<string>;
|
|
171
56
|
/**
|
|
172
|
-
* Required for `DATABASE` type. The [database event operation types](https://
|
|
57
|
+
* Required for `DATABASE` type. The [database event operation types](https://www.mongodb.com/docs/atlas/atlas-ui/triggers/database-triggers/#std-label-atlas-database-event-operation-types) to listen for. This must contain at least one value. Possible Values: `INSERT`, `UPDATE`, `REPLACE`, `DELETE`
|
|
173
58
|
*/
|
|
174
59
|
readonly configOperationTypes: pulumi.Output<string[]>;
|
|
175
60
|
/**
|
|
@@ -177,11 +62,11 @@ export declare class EventTrigger extends pulumi.CustomResource {
|
|
|
177
62
|
*/
|
|
178
63
|
readonly configProject: pulumi.Output<string>;
|
|
179
64
|
/**
|
|
180
|
-
* Required for `AUTHENTICATION` type. A list of one or more [authentication provider](https://
|
|
65
|
+
* Required for `AUTHENTICATION` type. A list of one or more [authentication provider](https://www.mongodb.com/docs/atlas/app-services/authentication/#authentication-providers-1) id values. The trigger will only listen for authentication events produced by these providers.
|
|
181
66
|
*/
|
|
182
67
|
readonly configProviders: pulumi.Output<string[]>;
|
|
183
68
|
/**
|
|
184
|
-
* Required for `SCHEDULED` type. A [cron expression](https://
|
|
69
|
+
* Required for `SCHEDULED` type. A [cron expression](https://www.mongodb.com/docs/atlas/atlas-ui/triggers/scheduled-triggers/#cron-expressions) that defines the trigger schedule.
|
|
185
70
|
*/
|
|
186
71
|
readonly configSchedule: pulumi.Output<string>;
|
|
187
72
|
readonly configScheduleType: pulumi.Output<string>;
|
|
@@ -194,7 +79,7 @@ export declare class EventTrigger extends pulumi.CustomResource {
|
|
|
194
79
|
*/
|
|
195
80
|
readonly disabled: pulumi.Output<boolean>;
|
|
196
81
|
/**
|
|
197
|
-
* An object where each field name is an event processor ID and each value is an object that configures its corresponding event processor. The following event processors are supported: `AWS_EVENTBRIDGE` For an example configuration object, see [Send Trigger Events to AWS EventBridge](https://
|
|
82
|
+
* An object where each field name is an event processor ID and each value is an object that configures its corresponding event processor. The following event processors are supported: `AWS_EVENTBRIDGE` For an example configuration object, see [Send Trigger Events to AWS EventBridge](https://www.mongodb.com/docs/atlas/atlas-ui/triggers/aws-eventbridge/#send-trigger-events-to-aws-eventbridge).
|
|
198
83
|
* * `event_processors.0.aws_eventbridge.config_account_id` - (Optional) AWS Account ID.
|
|
199
84
|
* * `event_processors.0.aws_eventbridge.config_region` - (Optional) Region of AWS Account.
|
|
200
85
|
*/
|
|
@@ -263,11 +148,11 @@ export interface EventTriggerState {
|
|
|
263
148
|
*/
|
|
264
149
|
configMatch?: pulumi.Input<string>;
|
|
265
150
|
/**
|
|
266
|
-
* Required for `AUTHENTICATION` type. The [authentication operation type](https://
|
|
151
|
+
* Required for `AUTHENTICATION` type. The [authentication operation type](https://www.mongodb.com/docs/atlas/atlas-ui/triggers/authentication-triggers/#authentication-events) to listen for. Possible Values: `LOGIN`, `CREATE`, `DELETE`
|
|
267
152
|
*/
|
|
268
153
|
configOperationType?: pulumi.Input<string>;
|
|
269
154
|
/**
|
|
270
|
-
* Required for `DATABASE` type. The [database event operation types](https://
|
|
155
|
+
* Required for `DATABASE` type. The [database event operation types](https://www.mongodb.com/docs/atlas/atlas-ui/triggers/database-triggers/#std-label-atlas-database-event-operation-types) to listen for. This must contain at least one value. Possible Values: `INSERT`, `UPDATE`, `REPLACE`, `DELETE`
|
|
271
156
|
*/
|
|
272
157
|
configOperationTypes?: pulumi.Input<pulumi.Input<string>[]>;
|
|
273
158
|
/**
|
|
@@ -275,11 +160,11 @@ export interface EventTriggerState {
|
|
|
275
160
|
*/
|
|
276
161
|
configProject?: pulumi.Input<string>;
|
|
277
162
|
/**
|
|
278
|
-
* Required for `AUTHENTICATION` type. A list of one or more [authentication provider](https://
|
|
163
|
+
* Required for `AUTHENTICATION` type. A list of one or more [authentication provider](https://www.mongodb.com/docs/atlas/app-services/authentication/#authentication-providers-1) id values. The trigger will only listen for authentication events produced by these providers.
|
|
279
164
|
*/
|
|
280
165
|
configProviders?: pulumi.Input<pulumi.Input<string>[]>;
|
|
281
166
|
/**
|
|
282
|
-
* Required for `SCHEDULED` type. A [cron expression](https://
|
|
167
|
+
* Required for `SCHEDULED` type. A [cron expression](https://www.mongodb.com/docs/atlas/atlas-ui/triggers/scheduled-triggers/#cron-expressions) that defines the trigger schedule.
|
|
283
168
|
*/
|
|
284
169
|
configSchedule?: pulumi.Input<string>;
|
|
285
170
|
configScheduleType?: pulumi.Input<string>;
|
|
@@ -292,7 +177,7 @@ export interface EventTriggerState {
|
|
|
292
177
|
*/
|
|
293
178
|
disabled?: pulumi.Input<boolean>;
|
|
294
179
|
/**
|
|
295
|
-
* An object where each field name is an event processor ID and each value is an object that configures its corresponding event processor. The following event processors are supported: `AWS_EVENTBRIDGE` For an example configuration object, see [Send Trigger Events to AWS EventBridge](https://
|
|
180
|
+
* An object where each field name is an event processor ID and each value is an object that configures its corresponding event processor. The following event processors are supported: `AWS_EVENTBRIDGE` For an example configuration object, see [Send Trigger Events to AWS EventBridge](https://www.mongodb.com/docs/atlas/atlas-ui/triggers/aws-eventbridge/#send-trigger-events-to-aws-eventbridge).
|
|
296
181
|
* * `event_processors.0.aws_eventbridge.config_account_id` - (Optional) AWS Account ID.
|
|
297
182
|
* * `event_processors.0.aws_eventbridge.config_region` - (Optional) Region of AWS Account.
|
|
298
183
|
*/
|
|
@@ -353,11 +238,11 @@ export interface EventTriggerArgs {
|
|
|
353
238
|
*/
|
|
354
239
|
configMatch?: pulumi.Input<string>;
|
|
355
240
|
/**
|
|
356
|
-
* Required for `AUTHENTICATION` type. The [authentication operation type](https://
|
|
241
|
+
* Required for `AUTHENTICATION` type. The [authentication operation type](https://www.mongodb.com/docs/atlas/atlas-ui/triggers/authentication-triggers/#authentication-events) to listen for. Possible Values: `LOGIN`, `CREATE`, `DELETE`
|
|
357
242
|
*/
|
|
358
243
|
configOperationType?: pulumi.Input<string>;
|
|
359
244
|
/**
|
|
360
|
-
* Required for `DATABASE` type. The [database event operation types](https://
|
|
245
|
+
* Required for `DATABASE` type. The [database event operation types](https://www.mongodb.com/docs/atlas/atlas-ui/triggers/database-triggers/#std-label-atlas-database-event-operation-types) to listen for. This must contain at least one value. Possible Values: `INSERT`, `UPDATE`, `REPLACE`, `DELETE`
|
|
361
246
|
*/
|
|
362
247
|
configOperationTypes?: pulumi.Input<pulumi.Input<string>[]>;
|
|
363
248
|
/**
|
|
@@ -365,11 +250,11 @@ export interface EventTriggerArgs {
|
|
|
365
250
|
*/
|
|
366
251
|
configProject?: pulumi.Input<string>;
|
|
367
252
|
/**
|
|
368
|
-
* Required for `AUTHENTICATION` type. A list of one or more [authentication provider](https://
|
|
253
|
+
* Required for `AUTHENTICATION` type. A list of one or more [authentication provider](https://www.mongodb.com/docs/atlas/app-services/authentication/#authentication-providers-1) id values. The trigger will only listen for authentication events produced by these providers.
|
|
369
254
|
*/
|
|
370
255
|
configProviders?: pulumi.Input<pulumi.Input<string>[]>;
|
|
371
256
|
/**
|
|
372
|
-
* Required for `SCHEDULED` type. A [cron expression](https://
|
|
257
|
+
* Required for `SCHEDULED` type. A [cron expression](https://www.mongodb.com/docs/atlas/atlas-ui/triggers/scheduled-triggers/#cron-expressions) that defines the trigger schedule.
|
|
373
258
|
*/
|
|
374
259
|
configSchedule?: pulumi.Input<string>;
|
|
375
260
|
/**
|
|
@@ -381,7 +266,7 @@ export interface EventTriggerArgs {
|
|
|
381
266
|
*/
|
|
382
267
|
disabled?: pulumi.Input<boolean>;
|
|
383
268
|
/**
|
|
384
|
-
* An object where each field name is an event processor ID and each value is an object that configures its corresponding event processor. The following event processors are supported: `AWS_EVENTBRIDGE` For an example configuration object, see [Send Trigger Events to AWS EventBridge](https://
|
|
269
|
+
* An object where each field name is an event processor ID and each value is an object that configures its corresponding event processor. The following event processors are supported: `AWS_EVENTBRIDGE` For an example configuration object, see [Send Trigger Events to AWS EventBridge](https://www.mongodb.com/docs/atlas/atlas-ui/triggers/aws-eventbridge/#send-trigger-events-to-aws-eventbridge).
|
|
385
270
|
* * `event_processors.0.aws_eventbridge.config_account_id` - (Optional) AWS Account ID.
|
|
386
271
|
* * `event_processors.0.aws_eventbridge.config_region` - (Optional) Region of AWS Account.
|
|
387
272
|
*/
|
package/eventTrigger.js
CHANGED
|
@@ -6,121 +6,6 @@ exports.EventTrigger = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* ## # Resource: mongodbatlas.EventTrigger
|
|
10
|
-
*
|
|
11
|
-
* `mongodbatlas.EventTrigger` provides a Event Trigger resource.
|
|
12
|
-
*
|
|
13
|
-
* Note: If the `appId` changes in the mongodbatlas.EventTrigger resource, it will force a replacement and delete itself from the old Atlas App Services app if it still exists then create itself in the new Atlas App Services app. See [Atlas Triggers](https://www.mongodb.com/docs/atlas/app-services/triggers/) to learn more.
|
|
14
|
-
*
|
|
15
|
-
* ## Example Usage
|
|
16
|
-
*
|
|
17
|
-
* ### S
|
|
18
|
-
*
|
|
19
|
-
* ### Example Usage: Database Trigger with Function
|
|
20
|
-
* ```typescript
|
|
21
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
22
|
-
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
23
|
-
*
|
|
24
|
-
* const test = new mongodbatlas.EventTrigger("test", {
|
|
25
|
-
* projectId: "PROJECT ID",
|
|
26
|
-
* appId: "APPLICATION ID",
|
|
27
|
-
* name: "NAME OF THE TRIGGER",
|
|
28
|
-
* type: "DATABASE",
|
|
29
|
-
* functionId: "FUNCTION ID",
|
|
30
|
-
* disabled: false,
|
|
31
|
-
* configOperationTypes: [
|
|
32
|
-
* "INSERT",
|
|
33
|
-
* "UPDATE",
|
|
34
|
-
* ],
|
|
35
|
-
* configDatabase: "DATABASE NAME",
|
|
36
|
-
* configCollection: "COLLECTION NAME",
|
|
37
|
-
* configServiceId: "SERVICE ID",
|
|
38
|
-
* configMatch: `{
|
|
39
|
-
* \\"updateDescription.updatedFields\\": {
|
|
40
|
-
* \\"status\\": \\"blocked\\"
|
|
41
|
-
* }
|
|
42
|
-
* }
|
|
43
|
-
* `,
|
|
44
|
-
* configProject: "{\"updateDescription.updatedFields\":{\"status\":\"blocked\"}}",
|
|
45
|
-
* configFullDocument: false,
|
|
46
|
-
* configFullDocumentBefore: false,
|
|
47
|
-
* eventProcessors: {
|
|
48
|
-
* awsEventbridge: {
|
|
49
|
-
* configAccountId: "AWS ACCOUNT ID",
|
|
50
|
-
* configRegion: "AWS REGIOn",
|
|
51
|
-
* },
|
|
52
|
-
* },
|
|
53
|
-
* });
|
|
54
|
-
* ```
|
|
55
|
-
*
|
|
56
|
-
* ### Example Usage: Database Trigger with EventBridge
|
|
57
|
-
* ```typescript
|
|
58
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
59
|
-
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
60
|
-
*
|
|
61
|
-
* const test = new mongodbatlas.EventTrigger("test", {
|
|
62
|
-
* projectId: "PROJECT ID",
|
|
63
|
-
* appId: "APPLICATION ID",
|
|
64
|
-
* name: "NAME OF THE TRIGGER",
|
|
65
|
-
* type: "DATABASE",
|
|
66
|
-
* disabled: false,
|
|
67
|
-
* unordered: false,
|
|
68
|
-
* configOperationTypes: [
|
|
69
|
-
* "INSERT",
|
|
70
|
-
* "UPDATE",
|
|
71
|
-
* ],
|
|
72
|
-
* configOperationType: "LOGIN",
|
|
73
|
-
* configProviders: ["anon-user"],
|
|
74
|
-
* configDatabase: "DATABASE NAME",
|
|
75
|
-
* configCollection: "COLLECTION NAME",
|
|
76
|
-
* configServiceId: "1",
|
|
77
|
-
* configMatch: "{\"updateDescription.updatedFields\":{\"status\":\"blocked\"}}",
|
|
78
|
-
* configProject: "{\"updateDescription.updatedFields\":{\"status\":\"blocked\"}}",
|
|
79
|
-
* configFullDocument: false,
|
|
80
|
-
* configFullDocumentBefore: false,
|
|
81
|
-
* configSchedule: "*",
|
|
82
|
-
* eventProcessors: {
|
|
83
|
-
* awsEventbridge: {
|
|
84
|
-
* configAccountId: "AWS ACCOUNT ID",
|
|
85
|
-
* configRegion: "AWS REGIOn",
|
|
86
|
-
* },
|
|
87
|
-
* },
|
|
88
|
-
* });
|
|
89
|
-
* ```
|
|
90
|
-
*
|
|
91
|
-
* ### Example Usage: Authentication Trigger
|
|
92
|
-
* ```typescript
|
|
93
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
94
|
-
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
95
|
-
*
|
|
96
|
-
* const test = new mongodbatlas.EventTrigger("test", {
|
|
97
|
-
* projectId: "PROJECT ID",
|
|
98
|
-
* appId: "APPLICATION ID",
|
|
99
|
-
* name: "NAME OF THE TRIGGER",
|
|
100
|
-
* type: "AUTHENTICATION",
|
|
101
|
-
* functionId: "1",
|
|
102
|
-
* disabled: false,
|
|
103
|
-
* configOperationType: "LOGIN",
|
|
104
|
-
* configProviders: ["anon-user"],
|
|
105
|
-
* });
|
|
106
|
-
* ```
|
|
107
|
-
*
|
|
108
|
-
* ### Example Usage: Scheduled Trigger
|
|
109
|
-
* ```typescript
|
|
110
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
111
|
-
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
112
|
-
*
|
|
113
|
-
* const test = new mongodbatlas.EventTrigger("test", {
|
|
114
|
-
* projectId: "PROJECT ID",
|
|
115
|
-
* appId: "APPLICATION ID",
|
|
116
|
-
* name: "NAME OF THE TRIGGER",
|
|
117
|
-
* type: "SCHEDULED",
|
|
118
|
-
* functionId: "1",
|
|
119
|
-
* disabled: false,
|
|
120
|
-
* configSchedule: "*",
|
|
121
|
-
* });
|
|
122
|
-
* ```
|
|
123
|
-
*
|
|
124
9
|
* ## Import
|
|
125
10
|
*
|
|
126
11
|
* Event trigger can be imported using project ID, App ID and Trigger ID, in the format `project_id`--`app_id`-`trigger_id`, e.g.
|
package/eventTrigger.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"eventTrigger.js","sourceRoot":"","sources":["../eventTrigger.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"eventTrigger.js","sourceRoot":"","sources":["../eventTrigger.ts"],"names":[],"mappings":"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"}
|
|
@@ -2,8 +2,6 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as inputs from "./types/input";
|
|
3
3
|
import * as outputs from "./types/output";
|
|
4
4
|
/**
|
|
5
|
-
* ## # Resource: mongodbatlas.FederatedDatabaseInstance
|
|
6
|
-
*
|
|
7
5
|
* `mongodbatlas.FederatedDatabaseInstance` provides a Federated Database Instance resource.
|
|
8
6
|
*
|
|
9
7
|
* > **NOTE:** Groups and projects are synonymous terms. You may find groupId in the official documentation.
|
|
@@ -42,6 +40,10 @@ import * as outputs from "./types/output";
|
|
|
42
40
|
* });
|
|
43
41
|
* ```
|
|
44
42
|
*
|
|
43
|
+
* ### Further Examples
|
|
44
|
+
* - AWS Federated Database Instance
|
|
45
|
+
* - Azure Federated Database Instance
|
|
46
|
+
*
|
|
45
47
|
* ### S With Amazon S3 Bucket As Storage Database
|
|
46
48
|
*
|
|
47
49
|
* ```typescript
|
|
@@ -227,9 +229,9 @@ export declare class FederatedDatabaseInstance extends pulumi.CustomResource {
|
|
|
227
229
|
*/
|
|
228
230
|
readonly state: pulumi.Output<string>;
|
|
229
231
|
/**
|
|
230
|
-
* 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://
|
|
232
|
+
* 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.
|
|
231
233
|
* * `storage_databases.#.name` - Name of the database to which the Federated Database Instance maps the data contained in the data store.
|
|
232
|
-
* * `storage_databases.#.collections` - Array of objects where each object represents a collection and data sources that map to a [stores](https://
|
|
234
|
+
* * `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.
|
|
233
235
|
* * `storage_databases.#.collections.#.name` - Name of the collection.
|
|
234
236
|
* * `storage_databases.#.collections.#.data_sources` - Array of objects where each object represents a stores data store to map with the collection.
|
|
235
237
|
* * `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.
|
|
@@ -251,7 +253,7 @@ export declare class FederatedDatabaseInstance extends pulumi.CustomResource {
|
|
|
251
253
|
*/
|
|
252
254
|
readonly storageDatabases: pulumi.Output<outputs.FederatedDatabaseInstanceStorageDatabase[]>;
|
|
253
255
|
/**
|
|
254
|
-
* 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://
|
|
256
|
+
* 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.
|
|
255
257
|
* * `storage_stores.#.name` - Name of the data store.
|
|
256
258
|
* * `storage_stores.#.provider` - Defines where the data is stored.
|
|
257
259
|
* * `storage_stores.#.region` - Name of the AWS region in which the S3 bucket is hosted.
|
|
@@ -262,7 +264,7 @@ export declare class FederatedDatabaseInstance extends pulumi.CustomResource {
|
|
|
262
264
|
* * `storage_stores.#.cluster_name` - Human-readable label of the MongoDB Cloud cluster on which the store is based.
|
|
263
265
|
* * `storage_stores.#.allow_insecure` - Flag that validates the scheme in the specified URLs.
|
|
264
266
|
* * `storage_stores.#.public` - Flag that indicates whether the bucket is public.
|
|
265
|
-
* * `storage_stores.#.default_format` - Default format that Data
|
|
267
|
+
* * `storage_stores.#.default_format` - Default format that Data Federation assumes if it encounters a file without an extension while searching the storeName.
|
|
266
268
|
* * `storage_stores.#.urls` - Comma-separated list of publicly accessible HTTP URLs where data is stored.
|
|
267
269
|
* * `storage_stores.#.read_preference` - MongoDB Cloud cluster read preference, which describes how to route read requests to the cluster.
|
|
268
270
|
* * `storage_stores.#.read_preference.maxStalenessSeconds` - Maximum replication lag, or staleness, for reads from secondaries.
|
|
@@ -320,9 +322,9 @@ export interface FederatedDatabaseInstanceState {
|
|
|
320
322
|
*/
|
|
321
323
|
state?: pulumi.Input<string>;
|
|
322
324
|
/**
|
|
323
|
-
* 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://
|
|
325
|
+
* 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.
|
|
324
326
|
* * `storage_databases.#.name` - Name of the database to which the Federated Database Instance maps the data contained in the data store.
|
|
325
|
-
* * `storage_databases.#.collections` - Array of objects where each object represents a collection and data sources that map to a [stores](https://
|
|
327
|
+
* * `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.
|
|
326
328
|
* * `storage_databases.#.collections.#.name` - Name of the collection.
|
|
327
329
|
* * `storage_databases.#.collections.#.data_sources` - Array of objects where each object represents a stores data store to map with the collection.
|
|
328
330
|
* * `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.
|
|
@@ -344,7 +346,7 @@ export interface FederatedDatabaseInstanceState {
|
|
|
344
346
|
*/
|
|
345
347
|
storageDatabases?: pulumi.Input<pulumi.Input<inputs.FederatedDatabaseInstanceStorageDatabase>[]>;
|
|
346
348
|
/**
|
|
347
|
-
* 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://
|
|
349
|
+
* 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.
|
|
348
350
|
* * `storage_stores.#.name` - Name of the data store.
|
|
349
351
|
* * `storage_stores.#.provider` - Defines where the data is stored.
|
|
350
352
|
* * `storage_stores.#.region` - Name of the AWS region in which the S3 bucket is hosted.
|
|
@@ -355,7 +357,7 @@ export interface FederatedDatabaseInstanceState {
|
|
|
355
357
|
* * `storage_stores.#.cluster_name` - Human-readable label of the MongoDB Cloud cluster on which the store is based.
|
|
356
358
|
* * `storage_stores.#.allow_insecure` - Flag that validates the scheme in the specified URLs.
|
|
357
359
|
* * `storage_stores.#.public` - Flag that indicates whether the bucket is public.
|
|
358
|
-
* * `storage_stores.#.default_format` - Default format that Data
|
|
360
|
+
* * `storage_stores.#.default_format` - Default format that Data Federation assumes if it encounters a file without an extension while searching the storeName.
|
|
359
361
|
* * `storage_stores.#.urls` - Comma-separated list of publicly accessible HTTP URLs where data is stored.
|
|
360
362
|
* * `storage_stores.#.read_preference` - MongoDB Cloud cluster read preference, which describes how to route read requests to the cluster.
|
|
361
363
|
* * `storage_stores.#.read_preference.maxStalenessSeconds` - Maximum replication lag, or staleness, for reads from secondaries.
|
|
@@ -395,9 +397,9 @@ export interface FederatedDatabaseInstanceArgs {
|
|
|
395
397
|
*/
|
|
396
398
|
projectId: pulumi.Input<string>;
|
|
397
399
|
/**
|
|
398
|
-
* 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://
|
|
400
|
+
* 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.
|
|
399
401
|
* * `storage_databases.#.name` - Name of the database to which the Federated Database Instance maps the data contained in the data store.
|
|
400
|
-
* * `storage_databases.#.collections` - Array of objects where each object represents a collection and data sources that map to a [stores](https://
|
|
402
|
+
* * `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.
|
|
401
403
|
* * `storage_databases.#.collections.#.name` - Name of the collection.
|
|
402
404
|
* * `storage_databases.#.collections.#.data_sources` - Array of objects where each object represents a stores data store to map with the collection.
|
|
403
405
|
* * `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.
|
|
@@ -419,7 +421,7 @@ export interface FederatedDatabaseInstanceArgs {
|
|
|
419
421
|
*/
|
|
420
422
|
storageDatabases?: pulumi.Input<pulumi.Input<inputs.FederatedDatabaseInstanceStorageDatabase>[]>;
|
|
421
423
|
/**
|
|
422
|
-
* 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://
|
|
424
|
+
* 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.
|
|
423
425
|
* * `storage_stores.#.name` - Name of the data store.
|
|
424
426
|
* * `storage_stores.#.provider` - Defines where the data is stored.
|
|
425
427
|
* * `storage_stores.#.region` - Name of the AWS region in which the S3 bucket is hosted.
|
|
@@ -430,7 +432,7 @@ export interface FederatedDatabaseInstanceArgs {
|
|
|
430
432
|
* * `storage_stores.#.cluster_name` - Human-readable label of the MongoDB Cloud cluster on which the store is based.
|
|
431
433
|
* * `storage_stores.#.allow_insecure` - Flag that validates the scheme in the specified URLs.
|
|
432
434
|
* * `storage_stores.#.public` - Flag that indicates whether the bucket is public.
|
|
433
|
-
* * `storage_stores.#.default_format` - Default format that Data
|
|
435
|
+
* * `storage_stores.#.default_format` - Default format that Data Federation assumes if it encounters a file without an extension while searching the storeName.
|
|
434
436
|
* * `storage_stores.#.urls` - Comma-separated list of publicly accessible HTTP URLs where data is stored.
|
|
435
437
|
* * `storage_stores.#.read_preference` - MongoDB Cloud cluster read preference, which describes how to route read requests to the cluster.
|
|
436
438
|
* * `storage_stores.#.read_preference.maxStalenessSeconds` - Maximum replication lag, or staleness, for reads from secondaries.
|
|
@@ -6,8 +6,6 @@ exports.FederatedDatabaseInstance = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* ## # Resource: mongodbatlas.FederatedDatabaseInstance
|
|
10
|
-
*
|
|
11
9
|
* `mongodbatlas.FederatedDatabaseInstance` provides a Federated Database Instance resource.
|
|
12
10
|
*
|
|
13
11
|
* > **NOTE:** Groups and projects are synonymous terms. You may find groupId in the official documentation.
|
|
@@ -46,6 +44,10 @@ const utilities = require("./utilities");
|
|
|
46
44
|
* });
|
|
47
45
|
* ```
|
|
48
46
|
*
|
|
47
|
+
* ### Further Examples
|
|
48
|
+
* - AWS Federated Database Instance
|
|
49
|
+
* - Azure Federated Database Instance
|
|
50
|
+
*
|
|
49
51
|
* ### S With Amazon S3 Bucket As Storage Database
|
|
50
52
|
*
|
|
51
53
|
* ```typescript
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"federatedDatabaseInstance.js","sourceRoot":"","sources":["../federatedDatabaseInstance.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"federatedDatabaseInstance.js","sourceRoot":"","sources":["../federatedDatabaseInstance.ts"],"names":[],"mappings":"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"}
|
package/federatedQueryLimit.d.ts
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* ## # Resource: mongodbatlas.FederatedQueryLimit
|
|
4
|
-
*
|
|
5
3
|
* `mongodbatlas.FederatedQueryLimit` provides a Federated Database Instance Query Limits resource. 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.
|
|
@@ -23,6 +21,9 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
23
21
|
* });
|
|
24
22
|
* ```
|
|
25
23
|
*
|
|
24
|
+
* ### Further Examples
|
|
25
|
+
* - Federated Query Limit
|
|
26
|
+
*
|
|
26
27
|
* ## Import
|
|
27
28
|
*
|
|
28
29
|
* The Federated Database Instance Query Limit can be imported using project ID, name of the instance and limit name, in the format:
|
package/federatedQueryLimit.js
CHANGED
|
@@ -6,8 +6,6 @@ exports.FederatedQueryLimit = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* ## # Resource: mongodbatlas.FederatedQueryLimit
|
|
10
|
-
*
|
|
11
9
|
* `mongodbatlas.FederatedQueryLimit` provides a Federated Database Instance Query Limits resource. 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.
|
|
@@ -29,6 +27,9 @@ const utilities = require("./utilities");
|
|
|
29
27
|
* });
|
|
30
28
|
* ```
|
|
31
29
|
*
|
|
30
|
+
* ### Further Examples
|
|
31
|
+
* - Federated Query Limit
|
|
32
|
+
*
|
|
32
33
|
* ## Import
|
|
33
34
|
*
|
|
34
35
|
* The Federated Database Instance Query Limit can be imported using project ID, name of the instance and limit name, in the format:
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"federatedQueryLimit.js","sourceRoot":"","sources":["../federatedQueryLimit.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"federatedQueryLimit.js","sourceRoot":"","sources":["../federatedQueryLimit.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* ## # Resource: mongodbatlas.FederatedSettingsIdentityProvider
|
|
4
|
-
*
|
|
5
3
|
* `mongodbatlas.FederatedSettingsIdentityProvider` provides an Atlas federated settings identity provider resource provides a subset of settings to be maintained post import of the existing resource.
|
|
6
4
|
*
|
|
7
5
|
* ## Example Usage
|
|
@@ -45,6 +43,8 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
45
43
|
* userClaim: "sub",
|
|
46
44
|
* });
|
|
47
45
|
* ```
|
|
46
|
+
* ### Further Examples
|
|
47
|
+
* - Azure Federated Settings Identity Provider
|
|
48
48
|
*
|
|
49
49
|
* ## Import
|
|
50
50
|
*
|
|
@@ -6,8 +6,6 @@ exports.FederatedSettingsIdentityProvider = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* ## # Resource: mongodbatlas.FederatedSettingsIdentityProvider
|
|
10
|
-
*
|
|
11
9
|
* `mongodbatlas.FederatedSettingsIdentityProvider` provides an Atlas federated settings identity provider resource provides a subset of settings to be maintained post import of the existing resource.
|
|
12
10
|
*
|
|
13
11
|
* ## Example Usage
|
|
@@ -51,6 +49,8 @@ const utilities = require("./utilities");
|
|
|
51
49
|
* userClaim: "sub",
|
|
52
50
|
* });
|
|
53
51
|
* ```
|
|
52
|
+
* ### Further Examples
|
|
53
|
+
* - Azure Federated Settings Identity Provider
|
|
54
54
|
*
|
|
55
55
|
* ## Import
|
|
56
56
|
*
|
|
@@ -2,8 +2,6 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as inputs from "./types/input";
|
|
3
3
|
import * as outputs from "./types/output";
|
|
4
4
|
/**
|
|
5
|
-
* ## # Resource: mongodbatlas.FederatedSettingsOrgConfig
|
|
6
|
-
*
|
|
7
5
|
* `mongodbatlas.FederatedSettingsOrgConfig` provides an Federated Settings Identity Providers datasource. Atlas Cloud Federated Settings Identity Providers provides federated settings outputs for the configured Identity Providers.
|
|
8
6
|
*
|
|
9
7
|
* ## Example Usage
|
|
@@ -28,6 +26,10 @@ import * as outputs from "./types/output";
|
|
|
28
26
|
* });
|
|
29
27
|
* ```
|
|
30
28
|
*
|
|
29
|
+
* ### Further Examples
|
|
30
|
+
* - Azure Federated Identity Provider with Org Config
|
|
31
|
+
* - Federated Settings Org Role Mappings
|
|
32
|
+
*
|
|
31
33
|
* ## Import
|
|
32
34
|
*
|
|
33
35
|
* FederatedSettingsOrgConfig must be imported using federation_settings_id-org_id, e.g.
|