@pulumi/oci 3.4.0-alpha.1755714728 → 3.4.0-alpha.1755922408
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/aidocument/getModel.d.ts +22 -1
- package/aidocument/getModel.js.map +1 -1
- package/aidocument/getModelType.d.ts +93 -0
- package/aidocument/getModelType.js +62 -0
- package/aidocument/getModelType.js.map +1 -0
- package/aidocument/getModels.d.ts +1 -1
- package/aidocument/getProject.d.ts +6 -1
- package/aidocument/getProject.js.map +1 -1
- package/aidocument/getProjects.d.ts +1 -1
- package/aidocument/index.d.ts +3 -0
- package/aidocument/index.js +4 -1
- package/aidocument/index.js.map +1 -1
- package/aidocument/model.d.ts +48 -0
- package/aidocument/model.js +8 -0
- package/aidocument/model.js.map +1 -1
- package/aidocument/processorJob.d.ts +11 -2
- package/aidocument/processorJob.js +11 -2
- package/aidocument/processorJob.js.map +1 -1
- package/aidocument/project.d.ts +14 -0
- package/aidocument/project.js +2 -0
- package/aidocument/project.js.map +1 -1
- package/apigateway/api.d.ts +31 -12
- package/apigateway/api.js +10 -0
- package/apigateway/api.js.map +1 -1
- package/apigateway/certificate.d.ts +33 -0
- package/apigateway/certificate.js +10 -0
- package/apigateway/certificate.js.map +1 -1
- package/apigateway/deployment.d.ts +31 -0
- package/apigateway/deployment.js +10 -0
- package/apigateway/deployment.js.map +1 -1
- package/apigateway/gateway.d.ts +34 -3
- package/apigateway/gateway.js +10 -0
- package/apigateway/gateway.js.map +1 -1
- package/apigateway/getApi.d.ts +11 -0
- package/apigateway/getApi.js.map +1 -1
- package/apigateway/getCertificate.d.ts +12 -0
- package/apigateway/getCertificate.js.map +1 -1
- package/apigateway/getDeployment.d.ts +11 -0
- package/apigateway/getDeployment.js.map +1 -1
- package/apigateway/getGateway.d.ts +11 -0
- package/apigateway/getGateway.js.map +1 -1
- package/apigateway/getSubscriber.d.ts +11 -0
- package/apigateway/getSubscriber.js.map +1 -1
- package/apigateway/getUsagePlan.d.ts +11 -0
- package/apigateway/getUsagePlan.js.map +1 -1
- package/apigateway/subscriber.d.ts +31 -0
- package/apigateway/subscriber.js +10 -0
- package/apigateway/subscriber.js.map +1 -1
- package/apigateway/usagePlan.d.ts +31 -12
- package/apigateway/usagePlan.js +10 -0
- package/apigateway/usagePlan.js.map +1 -1
- package/apmconfig/config.d.ts +150 -2
- package/apmconfig/config.js +41 -4
- package/apmconfig/config.js.map +1 -1
- package/apmconfig/getConfig.d.ts +40 -0
- package/apmconfig/getConfig.js.map +1 -1
- package/apmconfig/getConfigs.d.ts +2 -2
- package/apmtraces/getAttributeAutoActivateStatus.d.ts +82 -0
- package/apmtraces/getAttributeAutoActivateStatus.js +58 -0
- package/apmtraces/getAttributeAutoActivateStatus.js.map +1 -0
- package/apmtraces/getLog.d.ts +154 -0
- package/apmtraces/getLog.js +66 -0
- package/apmtraces/getLog.js.map +1 -0
- package/apmtraces/getScheduledQueries.d.ts +83 -0
- package/apmtraces/getScheduledQueries.js +60 -0
- package/apmtraces/getScheduledQueries.js.map +1 -0
- package/apmtraces/getScheduledQuery.d.ts +146 -0
- package/apmtraces/getScheduledQuery.js +58 -0
- package/apmtraces/getScheduledQuery.js.map +1 -0
- package/apmtraces/getTrace.d.ts +4 -4
- package/apmtraces/index.d.ts +15 -0
- package/apmtraces/index.js +28 -1
- package/apmtraces/index.js.map +1 -1
- package/apmtraces/scheduledQuery.d.ts +279 -0
- package/apmtraces/scheduledQuery.js +99 -0
- package/apmtraces/scheduledQuery.js.map +1 -0
- package/autoscaling/autoScalingConfiguration.d.ts +6 -0
- package/autoscaling/autoScalingConfiguration.js +6 -0
- package/autoscaling/autoScalingConfiguration.js.map +1 -1
- package/core/getIpv6.d.ts +4 -0
- package/core/getIpv6.js.map +1 -1
- package/core/ipv6.d.ts +13 -0
- package/core/ipv6.js +3 -0
- package/core/ipv6.js.map +1 -1
- package/database/autonomousContainerDatabase.d.ts +24 -0
- package/database/autonomousContainerDatabase.js +4 -0
- package/database/autonomousContainerDatabase.js.map +1 -1
- package/database/autonomousContainerDatabaseAddStandby.d.ts +8 -0
- package/database/autonomousContainerDatabaseAddStandby.js +2 -0
- package/database/autonomousContainerDatabaseAddStandby.js.map +1 -1
- package/database/autonomousDatabase.d.ts +219 -277
- package/database/autonomousDatabase.js +10 -2
- package/database/autonomousDatabase.js.map +1 -1
- package/database/autonomousDatabaseSaasAdminUser.d.ts +20 -27
- package/database/autonomousDatabaseSaasAdminUser.js +2 -18
- package/database/autonomousDatabaseSaasAdminUser.js.map +1 -1
- package/database/getAutonomousContainerDatabase.d.ts +8 -0
- package/database/getAutonomousContainerDatabase.js.map +1 -1
- package/database/getAutonomousDatabase.d.ts +14 -0
- package/database/getAutonomousDatabase.js.map +1 -1
- package/database/getAutonomousDatabases.d.ts +10 -1
- package/database/getAutonomousDatabases.js.map +1 -1
- package/database/getPluggableDatabaseSnapshot.d.ts +109 -0
- package/database/getPluggableDatabaseSnapshot.js +54 -0
- package/database/getPluggableDatabaseSnapshot.js.map +1 -0
- package/database/getPluggableDatabaseSnapshots.d.ts +131 -0
- package/database/getPluggableDatabaseSnapshots.js +74 -0
- package/database/getPluggableDatabaseSnapshots.js.map +1 -0
- package/database/index.d.ts +9 -0
- package/database/index.js +13 -2
- package/database/index.js.map +1 -1
- package/database/pluggableDatabase.d.ts +0 -6
- package/database/pluggableDatabase.js.map +1 -1
- package/database/pluggableDatabaseSnapshot.d.ts +189 -0
- package/database/pluggableDatabaseSnapshot.js +99 -0
- package/database/pluggableDatabaseSnapshot.js.map +1 -0
- package/databasemanagement/cloudAsm.d.ts +259 -0
- package/databasemanagement/cloudAsm.js +103 -0
- package/databasemanagement/cloudAsm.js.map +1 -0
- package/databasemanagement/cloudAsmInstance.d.ts +225 -0
- package/databasemanagement/cloudAsmInstance.js +97 -0
- package/databasemanagement/cloudAsmInstance.js.map +1 -0
- package/databasemanagement/cloudCluster.d.ts +275 -0
- package/databasemanagement/cloudCluster.js +107 -0
- package/databasemanagement/cloudCluster.js.map +1 -0
- package/databasemanagement/cloudClusterInstance.d.ts +253 -0
- package/databasemanagement/cloudClusterInstance.js +103 -0
- package/databasemanagement/cloudClusterInstance.js.map +1 -0
- package/databasemanagement/cloudDbHome.d.ts +213 -0
- package/databasemanagement/cloudDbHome.js +93 -0
- package/databasemanagement/cloudDbHome.js.map +1 -0
- package/databasemanagement/cloudDbNode.d.ts +249 -0
- package/databasemanagement/cloudDbNode.js +101 -0
- package/databasemanagement/cloudDbNode.js.map +1 -0
- package/databasemanagement/cloudDbSystem.d.ts +258 -0
- package/databasemanagement/cloudDbSystem.js +127 -0
- package/databasemanagement/cloudDbSystem.js.map +1 -0
- package/databasemanagement/cloudDbSystemCloudDatabaseManagementsManagement.d.ts +116 -0
- package/databasemanagement/cloudDbSystemCloudDatabaseManagementsManagement.js +81 -0
- package/databasemanagement/cloudDbSystemCloudDatabaseManagementsManagement.js.map +1 -0
- package/databasemanagement/cloudDbSystemCloudStackMonitoringsManagement.d.ts +116 -0
- package/databasemanagement/cloudDbSystemCloudStackMonitoringsManagement.js +81 -0
- package/databasemanagement/cloudDbSystemCloudStackMonitoringsManagement.js.map +1 -0
- package/databasemanagement/cloudDbSystemConnector.d.ts +248 -0
- package/databasemanagement/cloudDbSystemConnector.js +111 -0
- package/databasemanagement/cloudDbSystemConnector.js.map +1 -0
- package/databasemanagement/cloudDbSystemDiscovery.d.ts +231 -0
- package/databasemanagement/cloudDbSystemDiscovery.js +108 -0
- package/databasemanagement/cloudDbSystemDiscovery.js.map +1 -0
- package/databasemanagement/cloudListener.d.ts +331 -0
- package/databasemanagement/cloudListener.js +121 -0
- package/databasemanagement/cloudListener.js.map +1 -0
- package/databasemanagement/getCloudAsm.d.ts +148 -0
- package/databasemanagement/getCloudAsm.js +54 -0
- package/databasemanagement/getCloudAsm.js.map +1 -0
- package/databasemanagement/getCloudAsmConfiguration.d.ts +79 -0
- package/databasemanagement/getCloudAsmConfiguration.js +58 -0
- package/databasemanagement/getCloudAsmConfiguration.js.map +1 -0
- package/databasemanagement/getCloudAsmDiskGroups.d.ts +83 -0
- package/databasemanagement/getCloudAsmDiskGroups.js +60 -0
- package/databasemanagement/getCloudAsmDiskGroups.js.map +1 -0
- package/databasemanagement/getCloudAsmInstance.d.ts +133 -0
- package/databasemanagement/getCloudAsmInstance.js +54 -0
- package/{aianomalydetection/getDetectAnomalyJob.js.map → databasemanagement/getCloudAsmInstance.js.map} +1 -1
- package/databasemanagement/getCloudAsmInstances.d.ts +103 -0
- package/databasemanagement/getCloudAsmInstances.js +66 -0
- package/databasemanagement/getCloudAsmInstances.js.map +1 -0
- package/databasemanagement/getCloudAsmUsers.d.ts +83 -0
- package/databasemanagement/getCloudAsmUsers.js +60 -0
- package/databasemanagement/getCloudAsmUsers.js.map +1 -0
- package/databasemanagement/getCloudAsms.d.ts +103 -0
- package/databasemanagement/getCloudAsms.js +66 -0
- package/databasemanagement/getCloudAsms.js.map +1 -0
- package/databasemanagement/getCloudCluster.d.ts +156 -0
- package/databasemanagement/getCloudCluster.js +54 -0
- package/databasemanagement/getCloudCluster.js.map +1 -0
- package/databasemanagement/getCloudClusterInstance.d.ts +145 -0
- package/databasemanagement/getCloudClusterInstance.js +54 -0
- package/databasemanagement/getCloudClusterInstance.js.map +1 -0
- package/databasemanagement/getCloudClusterInstances.d.ts +103 -0
- package/databasemanagement/getCloudClusterInstances.js +66 -0
- package/databasemanagement/getCloudClusterInstances.js.map +1 -0
- package/databasemanagement/getCloudClusters.d.ts +103 -0
- package/databasemanagement/getCloudClusters.js +66 -0
- package/databasemanagement/getCloudClusters.js.map +1 -0
- package/databasemanagement/getCloudDatabases.d.ts +100 -0
- package/databasemanagement/getCloudDatabases.js +64 -0
- package/databasemanagement/getCloudDatabases.js.map +1 -0
- package/databasemanagement/getCloudDbHome.d.ts +127 -0
- package/databasemanagement/getCloudDbHome.js +54 -0
- package/databasemanagement/getCloudDbHome.js.map +1 -0
- package/databasemanagement/getCloudDbHomes.d.ts +103 -0
- package/databasemanagement/getCloudDbHomes.js +66 -0
- package/databasemanagement/getCloudDbHomes.js.map +1 -0
- package/databasemanagement/getCloudDbNode.d.ts +143 -0
- package/databasemanagement/getCloudDbNode.js +54 -0
- package/databasemanagement/getCloudDbNode.js.map +1 -0
- package/databasemanagement/getCloudDbNodes.d.ts +103 -0
- package/databasemanagement/getCloudDbNodes.js +66 -0
- package/databasemanagement/getCloudDbNodes.js.map +1 -0
- package/databasemanagement/getCloudDbSystem.d.ts +138 -0
- package/databasemanagement/getCloudDbSystem.js +54 -0
- package/databasemanagement/getCloudDbSystem.js.map +1 -0
- package/databasemanagement/getCloudDbSystemConnector.d.ts +134 -0
- package/databasemanagement/getCloudDbSystemConnector.js +54 -0
- package/databasemanagement/getCloudDbSystemConnector.js.map +1 -0
- package/databasemanagement/getCloudDbSystemConnectors.d.ts +103 -0
- package/databasemanagement/getCloudDbSystemConnectors.js +66 -0
- package/databasemanagement/getCloudDbSystemConnectors.js.map +1 -0
- package/databasemanagement/getCloudDbSystemDiscoveries.d.ts +89 -0
- package/databasemanagement/getCloudDbSystemDiscoveries.js +60 -0
- package/databasemanagement/getCloudDbSystemDiscoveries.js.map +1 -0
- package/databasemanagement/getCloudDbSystemDiscovery.d.ts +131 -0
- package/databasemanagement/getCloudDbSystemDiscovery.js +54 -0
- package/databasemanagement/getCloudDbSystemDiscovery.js.map +1 -0
- package/databasemanagement/getCloudDbSystems.d.ts +131 -0
- package/databasemanagement/getCloudDbSystems.js +72 -0
- package/databasemanagement/getCloudDbSystems.js.map +1 -0
- package/databasemanagement/getCloudListener.d.ts +184 -0
- package/databasemanagement/getCloudListener.js +54 -0
- package/databasemanagement/getCloudListener.js.map +1 -0
- package/databasemanagement/getCloudListenerServices.d.ts +99 -0
- package/databasemanagement/getCloudListenerServices.js +66 -0
- package/databasemanagement/getCloudListenerServices.js.map +1 -0
- package/databasemanagement/getCloudListeners.d.ts +103 -0
- package/databasemanagement/getCloudListeners.js +66 -0
- package/databasemanagement/getCloudListeners.js.map +1 -0
- package/databasemanagement/getManagedDatabase.d.ts +2 -2
- package/databasemanagement/getManagedDatabase.js +2 -2
- package/databasemanagement/getManagedDatabaseGroup.d.ts +2 -2
- package/databasemanagement/getManagedDatabaseGroup.js +2 -2
- package/databasemanagement/getManagedMySqlDatabaseBinaryLogInformation.d.ts +6 -6
- package/databasemanagement/getManagedMySqlDatabaseBinaryLogInformation.js +2 -2
- package/databasemanagement/getManagedMySqlDatabaseGeneralReplicationInformation.d.ts +5 -5
- package/databasemanagement/getManagedMySqlDatabaseGeneralReplicationInformation.js +2 -2
- package/databasemanagement/getManagedMySqlDatabaseHighAvailabilityMembers.d.ts +2 -2
- package/databasemanagement/getManagedMySqlDatabaseHighAvailabilityMembers.js +2 -2
- package/databasemanagement/getManagedMySqlDatabaseOutboundReplications.d.ts +2 -2
- package/databasemanagement/getManagedMySqlDatabaseOutboundReplications.js +2 -2
- package/databasemanagement/index.d.ts +111 -0
- package/databasemanagement/index.js +142 -6
- package/databasemanagement/index.js.map +1 -1
- package/datasafe/getSecurityAssessmentFindingAnalytics.d.ts +13 -0
- package/datasafe/getSecurityAssessmentFindingAnalytics.js +2 -0
- package/datasafe/getSecurityAssessmentFindingAnalytics.js.map +1 -1
- package/datasafe/getSecurityAssessmentFindings.d.ts +2 -2
- package/datasafe/getSecurityAssessments.d.ts +2 -2
- package/datascience/getJob.d.ts +4 -0
- package/datascience/getJob.js.map +1 -1
- package/datascience/getJobRun.d.ts +13 -1
- package/datascience/getJobRun.js.map +1 -1
- package/datascience/getModelDeploymentModelStates.d.ts +139 -0
- package/datascience/getModelDeploymentModelStates.js +76 -0
- package/datascience/getModelDeploymentModelStates.js.map +1 -0
- package/datascience/getModelGroup.d.ts +151 -0
- package/datascience/getModelGroup.js +54 -0
- package/datascience/getModelGroup.js.map +1 -0
- package/datascience/getModelGroupArtifactContent.d.ts +74 -0
- package/datascience/getModelGroupArtifactContent.js +58 -0
- package/datascience/getModelGroupArtifactContent.js.map +1 -0
- package/datascience/getModelGroupModels.d.ts +138 -0
- package/datascience/getModelGroupModels.js +76 -0
- package/datascience/getModelGroupModels.js.map +1 -0
- package/datascience/getModelGroupVersionHistories.d.ts +141 -0
- package/datascience/getModelGroupVersionHistories.js +76 -0
- package/datascience/getModelGroupVersionHistories.js.map +1 -0
- package/datascience/getModelGroupVersionHistory.d.ts +121 -0
- package/datascience/getModelGroupVersionHistory.js +54 -0
- package/datascience/getModelGroupVersionHistory.js.map +1 -0
- package/datascience/getModelGroups.d.ts +155 -0
- package/datascience/getModelGroups.js +80 -0
- package/datascience/getModelGroups.js.map +1 -0
- package/datascience/getPipelineRun.d.ts +4 -0
- package/datascience/getPipelineRun.js.map +1 -1
- package/datascience/index.d.ts +30 -0
- package/datascience/index.js +39 -2
- package/datascience/index.js.map +1 -1
- package/datascience/job.d.ts +16 -64
- package/datascience/job.js +2 -66
- package/datascience/job.js.map +1 -1
- package/datascience/jobRun.d.ts +96 -2
- package/datascience/jobRun.js +68 -0
- package/datascience/jobRun.js.map +1 -1
- package/datascience/modelGroup.d.ts +365 -0
- package/datascience/modelGroup.js +181 -0
- package/datascience/modelGroup.js.map +1 -0
- package/datascience/modelGroupArtifact.d.ts +123 -0
- package/datascience/modelGroupArtifact.js +91 -0
- package/datascience/modelGroupArtifact.js.map +1 -0
- package/datascience/modelGroupVersionHistory.d.ts +230 -0
- package/{aianomalydetection/model.js → datascience/modelGroupVersionHistory.js} +24 -33
- package/datascience/modelGroupVersionHistory.js.map +1 -0
- package/datascience/notebookSession.d.ts +2 -0
- package/datascience/notebookSession.js +2 -0
- package/datascience/notebookSession.js.map +1 -1
- package/datascience/pipelineRun.d.ts +32 -0
- package/datascience/pipelineRun.js +22 -0
- package/datascience/pipelineRun.js.map +1 -1
- package/goldengate/connection.d.ts +67 -24
- package/goldengate/connection.js +3 -0
- package/goldengate/connection.js.map +1 -1
- package/goldengate/getConnection.d.ts +9 -3
- package/goldengate/getConnection.js.map +1 -1
- package/index.d.ts +1 -2
- package/index.js +3 -5
- package/index.js.map +1 -1
- package/managementagent/getManagementAgent.d.ts +7 -0
- package/managementagent/getManagementAgent.js.map +1 -1
- package/managementagent/getManagementAgentInstallKey.d.ts +18 -0
- package/managementagent/getManagementAgentInstallKey.js.map +1 -1
- package/managementagent/getManagementAgentNamedCredentialsMetadata.d.ts +79 -0
- package/managementagent/getManagementAgentNamedCredentialsMetadata.js +58 -0
- package/managementagent/getManagementAgentNamedCredentialsMetadata.js.map +1 -0
- package/managementagent/getNamedCredential.d.ts +114 -0
- package/managementagent/getNamedCredential.js +54 -0
- package/managementagent/getNamedCredential.js.map +1 -0
- package/managementagent/getNamedCredentials.d.ts +127 -0
- package/managementagent/getNamedCredentials.js +72 -0
- package/managementagent/getNamedCredentials.js.map +1 -0
- package/managementagent/index.d.ts +12 -0
- package/managementagent/index.js +15 -1
- package/managementagent/index.js.map +1 -1
- package/managementagent/managementAgent.d.ts +14 -0
- package/managementagent/managementAgent.js +4 -0
- package/managementagent/managementAgent.js.map +1 -1
- package/managementagent/managementAgentInstallKey.d.ts +36 -0
- package/managementagent/managementAgentInstallKey.js +6 -0
- package/managementagent/managementAgentInstallKey.js.map +1 -1
- package/managementagent/namedCredential.d.ts +251 -0
- package/managementagent/namedCredential.js +147 -0
- package/managementagent/namedCredential.js.map +1 -0
- package/managementdashboard/managementDashboardsImport.d.ts +51 -11
- package/managementdashboard/managementDashboardsImport.js +9 -2
- package/managementdashboard/managementDashboardsImport.js.map +1 -1
- package/oci/apiPlatformApiPlatformInstance.d.ts +214 -0
- package/{aianomalydetection/project.js → oci/apiPlatformApiPlatformInstance.js} +25 -19
- package/oci/apiPlatformApiPlatformInstance.js.map +1 -0
- package/oci/getApiPlatformApiPlatformInstance.d.ts +118 -0
- package/oci/getApiPlatformApiPlatformInstance.js +54 -0
- package/oci/getApiPlatformApiPlatformInstance.js.map +1 -0
- package/oci/getApiPlatformApiPlatformInstances.d.ts +113 -0
- package/oci/getApiPlatformApiPlatformInstances.js +70 -0
- package/oci/getApiPlatformApiPlatformInstances.js.map +1 -0
- package/oci/index.d.ts +9 -0
- package/oci/index.js +13 -2
- package/oci/index.js.map +1 -1
- package/opsi/databaseInsight.d.ts +7 -1
- package/opsi/databaseInsight.js +1 -1
- package/opsi/databaseInsight.js.map +1 -1
- package/opsi/exadataInsight.d.ts +43 -3
- package/opsi/exadataInsight.js +43 -3
- package/opsi/exadataInsight.js.map +1 -1
- package/package.json +2 -2
- package/psql/configuration.d.ts +32 -5
- package/psql/configuration.js +6 -4
- package/psql/configuration.js.map +1 -1
- package/psql/dbSystem.d.ts +3 -3
- package/psql/getConfiguration.d.ts +9 -1
- package/psql/getConfiguration.js.map +1 -1
- package/psql/getConfigurations.d.ts +32 -4
- package/psql/getConfigurations.js +8 -0
- package/psql/getConfigurations.js.map +1 -1
- package/psql/getDbSystem.d.ts +1 -1
- package/psql/getDefaultConfiguration.d.ts +21 -1
- package/psql/getDefaultConfiguration.js +4 -0
- package/psql/getDefaultConfiguration.js.map +1 -1
- package/psql/getDefaultConfigurations.d.ts +32 -4
- package/psql/getDefaultConfigurations.js +8 -0
- package/psql/getDefaultConfigurations.js.map +1 -1
- package/redis/getOciCacheConfigSet.d.ts +118 -0
- package/redis/getOciCacheConfigSet.js +54 -0
- package/redis/getOciCacheConfigSet.js.map +1 -0
- package/redis/getOciCacheConfigSets.d.ts +127 -0
- package/redis/getOciCacheConfigSets.js +74 -0
- package/redis/getOciCacheConfigSets.js.map +1 -0
- package/redis/getOciCacheDefaultConfigSet.d.ts +99 -0
- package/redis/getOciCacheDefaultConfigSet.js +58 -0
- package/redis/getOciCacheDefaultConfigSet.js.map +1 -0
- package/redis/getOciCacheDefaultConfigSets.d.ts +124 -0
- package/redis/getOciCacheDefaultConfigSets.js +72 -0
- package/redis/getOciCacheDefaultConfigSets.js.map +1 -0
- package/redis/getRedisCluster.d.ts +4 -0
- package/redis/getRedisCluster.js.map +1 -1
- package/redis/index.d.ts +18 -0
- package/redis/index.js +23 -1
- package/redis/index.js.map +1 -1
- package/redis/ociCacheConfigSet.d.ts +229 -0
- package/{aianomalydetection/aiPrivateEndpoint.js → redis/ociCacheConfigSet.js} +39 -30
- package/redis/ociCacheConfigSet.js.map +1 -0
- package/redis/ociCacheConfigSetlistAssociatedOciCacheCluster.d.ts +88 -0
- package/redis/ociCacheConfigSetlistAssociatedOciCacheCluster.js +72 -0
- package/redis/ociCacheConfigSetlistAssociatedOciCacheCluster.js.map +1 -0
- package/redis/redisCluster.d.ts +13 -0
- package/redis/redisCluster.js +3 -0
- package/redis/redisCluster.js.map +1 -1
- package/types/input.d.ts +3117 -584
- package/types/output.d.ts +11071 -2379
- package/vault/getSecret.d.ts +12 -0
- package/vault/getSecret.js.map +1 -1
- package/vault/secret.d.ts +28 -0
- package/vault/secret.js +6 -0
- package/vault/secret.js.map +1 -1
- package/aianomalydetection/aiPrivateEndpoint.d.ts +0 -217
- package/aianomalydetection/aiPrivateEndpoint.js.map +0 -1
- package/aianomalydetection/dataAsset.d.ts +0 -256
- package/aianomalydetection/dataAsset.js +0 -142
- package/aianomalydetection/dataAsset.js.map +0 -1
- package/aianomalydetection/detectAnomalyJob.d.ts +0 -231
- package/aianomalydetection/detectAnomalyJob.js +0 -104
- package/aianomalydetection/detectAnomalyJob.js.map +0 -1
- package/aianomalydetection/getAiPrivateEndpoint.d.ts +0 -117
- package/aianomalydetection/getAiPrivateEndpoint.js +0 -54
- package/aianomalydetection/getAiPrivateEndpoint.js.map +0 -1
- package/aianomalydetection/getAiPrivateEndpoints.d.ts +0 -113
- package/aianomalydetection/getAiPrivateEndpoints.js +0 -68
- package/aianomalydetection/getAiPrivateEndpoints.js.map +0 -1
- package/aianomalydetection/getDetectAnomalyJob.d.ts +0 -134
- package/aianomalydetection/getDetectAnomalyJob.js +0 -54
- package/aianomalydetection/getDetectAnomalyJobs.d.ts +0 -142
- package/aianomalydetection/getDetectAnomalyJobs.js +0 -76
- package/aianomalydetection/getDetectAnomalyJobs.js.map +0 -1
- package/aianomalydetection/getDetectionDataAsset.d.ts +0 -118
- package/aianomalydetection/getDetectionDataAsset.js +0 -54
- package/aianomalydetection/getDetectionDataAsset.js.map +0 -1
- package/aianomalydetection/getDetectionDataAssets.d.ts +0 -117
- package/aianomalydetection/getDetectionDataAssets.js +0 -68
- package/aianomalydetection/getDetectionDataAssets.js.map +0 -1
- package/aianomalydetection/getDetectionModel.d.ts +0 -122
- package/aianomalydetection/getDetectionModel.js +0 -54
- package/aianomalydetection/getDetectionModel.js.map +0 -1
- package/aianomalydetection/getDetectionModels.d.ts +0 -117
- package/aianomalydetection/getDetectionModels.js +0 -68
- package/aianomalydetection/getDetectionModels.js.map +0 -1
- package/aianomalydetection/getDetectionProject.d.ts +0 -105
- package/aianomalydetection/getDetectionProject.js +0 -54
- package/aianomalydetection/getDetectionProject.js.map +0 -1
- package/aianomalydetection/getDetectionProjects.d.ts +0 -103
- package/aianomalydetection/getDetectionProjects.js +0 -64
- package/aianomalydetection/getDetectionProjects.js.map +0 -1
- package/aianomalydetection/index.d.ts +0 -45
- package/aianomalydetection/index.js +0 -72
- package/aianomalydetection/index.js.map +0 -1
- package/aianomalydetection/model.d.ts +0 -238
- package/aianomalydetection/model.js.map +0 -1
- package/aianomalydetection/project.d.ts +0 -188
- package/aianomalydetection/project.js.map +0 -1
package/opsi/exadataInsight.d.ts
CHANGED
|
@@ -14,13 +14,14 @@ import * as outputs from "../types/output";
|
|
|
14
14
|
*
|
|
15
15
|
* const testExadataInsight = new oci.opsi.ExadataInsight("test_exadata_insight", {
|
|
16
16
|
* compartmentId: compartmentId,
|
|
17
|
-
* enterpriseManagerBridgeId: testEnterpriseManagerBridge.id,
|
|
18
|
-
* enterpriseManagerEntityIdentifier: exadataInsightEnterpriseManagerEntityIdentifier,
|
|
19
|
-
* enterpriseManagerIdentifier: exadataInsightEnterpriseManagerIdentifier,
|
|
20
17
|
* entitySource: exadataInsightEntitySource,
|
|
21
18
|
* definedTags: {
|
|
22
19
|
* "foo-namespace.bar-key": "value",
|
|
23
20
|
* },
|
|
21
|
+
* enterpriseManagerBridgeId: testEnterpriseManagerBridge.id,
|
|
22
|
+
* enterpriseManagerEntityIdentifier: exadataInsightEnterpriseManagerEntityIdentifier,
|
|
23
|
+
* enterpriseManagerIdentifier: exadataInsightEnterpriseManagerIdentifier,
|
|
24
|
+
* exadataInfraId: testExadataInfra.id,
|
|
24
25
|
* freeformTags: {
|
|
25
26
|
* "bar-key": "value",
|
|
26
27
|
* },
|
|
@@ -28,11 +29,49 @@ import * as outputs from "../types/output";
|
|
|
28
29
|
* memberVmClusterDetails: [{
|
|
29
30
|
* compartmentId: compartmentId,
|
|
30
31
|
* dbmPrivateEndpointId: testPrivateEndpoint.id,
|
|
32
|
+
* memberAutonomousDetails: [{
|
|
33
|
+
* compartmentId: compartmentId,
|
|
34
|
+
* connectionCredentialDetails: {
|
|
35
|
+
* credentialType: exadataInsightMemberVmClusterDetailsMemberAutonomousDetailsConnectionCredentialDetailsCredentialType,
|
|
36
|
+
* credentialSourceName: exadataInsightMemberVmClusterDetailsMemberAutonomousDetailsConnectionCredentialDetailsCredentialSourceName,
|
|
37
|
+
* namedCredentialId: testNamedCredential.id,
|
|
38
|
+
* passwordSecretId: testSecret.id,
|
|
39
|
+
* role: exadataInsightMemberVmClusterDetailsMemberAutonomousDetailsConnectionCredentialDetailsRole,
|
|
40
|
+
* userName: testUser.name,
|
|
41
|
+
* walletSecretId: testSecret.id,
|
|
42
|
+
* },
|
|
43
|
+
* connectionDetails: {
|
|
44
|
+
* hostName: exadataInsightMemberVmClusterDetailsMemberAutonomousDetailsConnectionDetailsHostName,
|
|
45
|
+
* port: exadataInsightMemberVmClusterDetailsMemberAutonomousDetailsConnectionDetailsPort,
|
|
46
|
+
* protocol: exadataInsightMemberVmClusterDetailsMemberAutonomousDetailsConnectionDetailsProtocol,
|
|
47
|
+
* serviceName: testService.name,
|
|
48
|
+
* },
|
|
49
|
+
* credentialDetails: {
|
|
50
|
+
* credentialType: exadataInsightMemberVmClusterDetailsMemberAutonomousDetailsCredentialDetailsCredentialType,
|
|
51
|
+
* credentialSourceName: exadataInsightMemberVmClusterDetailsMemberAutonomousDetailsCredentialDetailsCredentialSourceName,
|
|
52
|
+
* namedCredentialId: testNamedCredential.id,
|
|
53
|
+
* passwordSecretId: testSecret.id,
|
|
54
|
+
* role: exadataInsightMemberVmClusterDetailsMemberAutonomousDetailsCredentialDetailsRole,
|
|
55
|
+
* userName: testUser.name,
|
|
56
|
+
* walletSecretId: testSecret.id,
|
|
57
|
+
* },
|
|
58
|
+
* databaseId: testDatabase.id,
|
|
59
|
+
* databaseResourceType: exadataInsightMemberVmClusterDetailsMemberAutonomousDetailsDatabaseResourceType,
|
|
60
|
+
* definedTags: exadataInsightMemberVmClusterDetailsMemberAutonomousDetailsDefinedTags,
|
|
61
|
+
* deploymentType: exadataInsightMemberVmClusterDetailsMemberAutonomousDetailsDeploymentType,
|
|
62
|
+
* entitySource: exadataInsightMemberVmClusterDetailsMemberAutonomousDetailsEntitySource,
|
|
63
|
+
* freeformTags: exadataInsightMemberVmClusterDetailsMemberAutonomousDetailsFreeformTags,
|
|
64
|
+
* isAdvancedFeaturesEnabled: exadataInsightMemberVmClusterDetailsMemberAutonomousDetailsIsAdvancedFeaturesEnabled,
|
|
65
|
+
* managementAgentId: testManagementAgent.id,
|
|
66
|
+
* opsiPrivateEndpointId: testPrivateEndpoint.id,
|
|
67
|
+
* systemTags: exadataInsightMemberVmClusterDetailsMemberAutonomousDetailsSystemTags,
|
|
68
|
+
* }],
|
|
31
69
|
* memberDatabaseDetails: [{
|
|
32
70
|
* compartmentId: compartmentId,
|
|
33
71
|
* connectionCredentialDetails: {
|
|
34
72
|
* credentialType: exadataInsightMemberVmClusterDetailsMemberDatabaseDetailsConnectionCredentialDetailsCredentialType,
|
|
35
73
|
* credentialSourceName: exadataInsightMemberVmClusterDetailsMemberDatabaseDetailsConnectionCredentialDetailsCredentialSourceName,
|
|
74
|
+
* namedCredentialId: testNamedCredential.id,
|
|
36
75
|
* passwordSecretId: testSecret.id,
|
|
37
76
|
* role: exadataInsightMemberVmClusterDetailsMemberDatabaseDetailsConnectionCredentialDetailsRole,
|
|
38
77
|
* userName: testUser.name,
|
|
@@ -51,6 +90,7 @@ import * as outputs from "../types/output";
|
|
|
51
90
|
* credentialDetails: {
|
|
52
91
|
* credentialType: exadataInsightMemberVmClusterDetailsMemberDatabaseDetailsCredentialDetailsCredentialType,
|
|
53
92
|
* credentialSourceName: exadataInsightMemberVmClusterDetailsMemberDatabaseDetailsCredentialDetailsCredentialSourceName,
|
|
93
|
+
* namedCredentialId: testNamedCredential.id,
|
|
54
94
|
* passwordSecretId: testSecret.id,
|
|
55
95
|
* role: exadataInsightMemberVmClusterDetailsMemberDatabaseDetailsCredentialDetailsRole,
|
|
56
96
|
* userName: testUser.name,
|
package/opsi/exadataInsight.js
CHANGED
|
@@ -18,13 +18,14 @@ const utilities = require("../utilities");
|
|
|
18
18
|
*
|
|
19
19
|
* const testExadataInsight = new oci.opsi.ExadataInsight("test_exadata_insight", {
|
|
20
20
|
* compartmentId: compartmentId,
|
|
21
|
-
* enterpriseManagerBridgeId: testEnterpriseManagerBridge.id,
|
|
22
|
-
* enterpriseManagerEntityIdentifier: exadataInsightEnterpriseManagerEntityIdentifier,
|
|
23
|
-
* enterpriseManagerIdentifier: exadataInsightEnterpriseManagerIdentifier,
|
|
24
21
|
* entitySource: exadataInsightEntitySource,
|
|
25
22
|
* definedTags: {
|
|
26
23
|
* "foo-namespace.bar-key": "value",
|
|
27
24
|
* },
|
|
25
|
+
* enterpriseManagerBridgeId: testEnterpriseManagerBridge.id,
|
|
26
|
+
* enterpriseManagerEntityIdentifier: exadataInsightEnterpriseManagerEntityIdentifier,
|
|
27
|
+
* enterpriseManagerIdentifier: exadataInsightEnterpriseManagerIdentifier,
|
|
28
|
+
* exadataInfraId: testExadataInfra.id,
|
|
28
29
|
* freeformTags: {
|
|
29
30
|
* "bar-key": "value",
|
|
30
31
|
* },
|
|
@@ -32,11 +33,49 @@ const utilities = require("../utilities");
|
|
|
32
33
|
* memberVmClusterDetails: [{
|
|
33
34
|
* compartmentId: compartmentId,
|
|
34
35
|
* dbmPrivateEndpointId: testPrivateEndpoint.id,
|
|
36
|
+
* memberAutonomousDetails: [{
|
|
37
|
+
* compartmentId: compartmentId,
|
|
38
|
+
* connectionCredentialDetails: {
|
|
39
|
+
* credentialType: exadataInsightMemberVmClusterDetailsMemberAutonomousDetailsConnectionCredentialDetailsCredentialType,
|
|
40
|
+
* credentialSourceName: exadataInsightMemberVmClusterDetailsMemberAutonomousDetailsConnectionCredentialDetailsCredentialSourceName,
|
|
41
|
+
* namedCredentialId: testNamedCredential.id,
|
|
42
|
+
* passwordSecretId: testSecret.id,
|
|
43
|
+
* role: exadataInsightMemberVmClusterDetailsMemberAutonomousDetailsConnectionCredentialDetailsRole,
|
|
44
|
+
* userName: testUser.name,
|
|
45
|
+
* walletSecretId: testSecret.id,
|
|
46
|
+
* },
|
|
47
|
+
* connectionDetails: {
|
|
48
|
+
* hostName: exadataInsightMemberVmClusterDetailsMemberAutonomousDetailsConnectionDetailsHostName,
|
|
49
|
+
* port: exadataInsightMemberVmClusterDetailsMemberAutonomousDetailsConnectionDetailsPort,
|
|
50
|
+
* protocol: exadataInsightMemberVmClusterDetailsMemberAutonomousDetailsConnectionDetailsProtocol,
|
|
51
|
+
* serviceName: testService.name,
|
|
52
|
+
* },
|
|
53
|
+
* credentialDetails: {
|
|
54
|
+
* credentialType: exadataInsightMemberVmClusterDetailsMemberAutonomousDetailsCredentialDetailsCredentialType,
|
|
55
|
+
* credentialSourceName: exadataInsightMemberVmClusterDetailsMemberAutonomousDetailsCredentialDetailsCredentialSourceName,
|
|
56
|
+
* namedCredentialId: testNamedCredential.id,
|
|
57
|
+
* passwordSecretId: testSecret.id,
|
|
58
|
+
* role: exadataInsightMemberVmClusterDetailsMemberAutonomousDetailsCredentialDetailsRole,
|
|
59
|
+
* userName: testUser.name,
|
|
60
|
+
* walletSecretId: testSecret.id,
|
|
61
|
+
* },
|
|
62
|
+
* databaseId: testDatabase.id,
|
|
63
|
+
* databaseResourceType: exadataInsightMemberVmClusterDetailsMemberAutonomousDetailsDatabaseResourceType,
|
|
64
|
+
* definedTags: exadataInsightMemberVmClusterDetailsMemberAutonomousDetailsDefinedTags,
|
|
65
|
+
* deploymentType: exadataInsightMemberVmClusterDetailsMemberAutonomousDetailsDeploymentType,
|
|
66
|
+
* entitySource: exadataInsightMemberVmClusterDetailsMemberAutonomousDetailsEntitySource,
|
|
67
|
+
* freeformTags: exadataInsightMemberVmClusterDetailsMemberAutonomousDetailsFreeformTags,
|
|
68
|
+
* isAdvancedFeaturesEnabled: exadataInsightMemberVmClusterDetailsMemberAutonomousDetailsIsAdvancedFeaturesEnabled,
|
|
69
|
+
* managementAgentId: testManagementAgent.id,
|
|
70
|
+
* opsiPrivateEndpointId: testPrivateEndpoint.id,
|
|
71
|
+
* systemTags: exadataInsightMemberVmClusterDetailsMemberAutonomousDetailsSystemTags,
|
|
72
|
+
* }],
|
|
35
73
|
* memberDatabaseDetails: [{
|
|
36
74
|
* compartmentId: compartmentId,
|
|
37
75
|
* connectionCredentialDetails: {
|
|
38
76
|
* credentialType: exadataInsightMemberVmClusterDetailsMemberDatabaseDetailsConnectionCredentialDetailsCredentialType,
|
|
39
77
|
* credentialSourceName: exadataInsightMemberVmClusterDetailsMemberDatabaseDetailsConnectionCredentialDetailsCredentialSourceName,
|
|
78
|
+
* namedCredentialId: testNamedCredential.id,
|
|
40
79
|
* passwordSecretId: testSecret.id,
|
|
41
80
|
* role: exadataInsightMemberVmClusterDetailsMemberDatabaseDetailsConnectionCredentialDetailsRole,
|
|
42
81
|
* userName: testUser.name,
|
|
@@ -55,6 +94,7 @@ const utilities = require("../utilities");
|
|
|
55
94
|
* credentialDetails: {
|
|
56
95
|
* credentialType: exadataInsightMemberVmClusterDetailsMemberDatabaseDetailsCredentialDetailsCredentialType,
|
|
57
96
|
* credentialSourceName: exadataInsightMemberVmClusterDetailsMemberDatabaseDetailsCredentialDetailsCredentialSourceName,
|
|
97
|
+
* namedCredentialId: testNamedCredential.id,
|
|
58
98
|
* passwordSecretId: testSecret.id,
|
|
59
99
|
* role: exadataInsightMemberVmClusterDetailsMemberDatabaseDetailsCredentialDetailsRole,
|
|
60
100
|
* userName: testUser.name,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"exadataInsight.js","sourceRoot":"","sources":["../../opsi/exadataInsight.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"exadataInsight.js","sourceRoot":"","sources":["../../opsi/exadataInsight.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/oci",
|
|
3
|
-
"version": "3.4.0-alpha.
|
|
3
|
+
"version": "3.4.0-alpha.1755922408",
|
|
4
4
|
"description": "A Pulumi package for creating and managing Oracle Cloud Infrastructure resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -25,6 +25,6 @@
|
|
|
25
25
|
"pulumi": {
|
|
26
26
|
"resource": true,
|
|
27
27
|
"name": "oci",
|
|
28
|
-
"version": "3.4.0-alpha.
|
|
28
|
+
"version": "3.4.0-alpha.1755922408"
|
|
29
29
|
}
|
|
30
30
|
}
|
package/psql/configuration.d.ts
CHANGED
|
@@ -22,7 +22,7 @@ import * as outputs from "../types/output";
|
|
|
22
22
|
* },
|
|
23
23
|
* dbVersion: configurationDbVersion,
|
|
24
24
|
* displayName: configurationDisplayName,
|
|
25
|
-
*
|
|
25
|
+
* compatibleShapes: configurationCompatibleShapes,
|
|
26
26
|
* definedTags: {
|
|
27
27
|
* "foo-namespace.bar-key": "value",
|
|
28
28
|
* },
|
|
@@ -33,6 +33,7 @@ import * as outputs from "../types/output";
|
|
|
33
33
|
* instanceMemorySizeInGbs: configurationInstanceMemorySizeInGbs,
|
|
34
34
|
* instanceOcpuCount: configurationInstanceOcpuCount,
|
|
35
35
|
* isFlexible: configurationIsFlexible,
|
|
36
|
+
* shape: configurationShape,
|
|
36
37
|
* systemTags: configurationSystemTags,
|
|
37
38
|
* });
|
|
38
39
|
* ```
|
|
@@ -65,6 +66,10 @@ export declare class Configuration extends pulumi.CustomResource {
|
|
|
65
66
|
* (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the configuration.
|
|
66
67
|
*/
|
|
67
68
|
readonly compartmentId: pulumi.Output<string>;
|
|
69
|
+
/**
|
|
70
|
+
* (Updatable) Indicates the collection of compatible shapes for this configuration.
|
|
71
|
+
*/
|
|
72
|
+
readonly compatibleShapes: pulumi.Output<string[]>;
|
|
68
73
|
/**
|
|
69
74
|
* The type of configuration. Either user-created or a default configuration.
|
|
70
75
|
*/
|
|
@@ -81,6 +86,10 @@ export declare class Configuration extends pulumi.CustomResource {
|
|
|
81
86
|
* Version of the PostgreSQL database.
|
|
82
87
|
*/
|
|
83
88
|
readonly dbVersion: pulumi.Output<string>;
|
|
89
|
+
/**
|
|
90
|
+
* The Default configuration used for this configuration.
|
|
91
|
+
*/
|
|
92
|
+
readonly defaultConfigId: pulumi.Output<string>;
|
|
84
93
|
/**
|
|
85
94
|
* (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
|
86
95
|
*/
|
|
@@ -122,7 +131,9 @@ export declare class Configuration extends pulumi.CustomResource {
|
|
|
122
131
|
*/
|
|
123
132
|
readonly lifecycleDetails: pulumi.Output<string>;
|
|
124
133
|
/**
|
|
125
|
-
* The name of the shape for the configuration.
|
|
134
|
+
* The name of the shape for the configuration.
|
|
135
|
+
*
|
|
136
|
+
* For multi-shape enabled configurations, it is set to PostgreSQL.X86 or similar. Please use compatibleShapes property to set the list of supported shapes.
|
|
126
137
|
*/
|
|
127
138
|
readonly shape: pulumi.Output<string>;
|
|
128
139
|
/**
|
|
@@ -160,6 +171,10 @@ export interface ConfigurationState {
|
|
|
160
171
|
* (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the configuration.
|
|
161
172
|
*/
|
|
162
173
|
compartmentId?: pulumi.Input<string>;
|
|
174
|
+
/**
|
|
175
|
+
* (Updatable) Indicates the collection of compatible shapes for this configuration.
|
|
176
|
+
*/
|
|
177
|
+
compatibleShapes?: pulumi.Input<pulumi.Input<string>[]>;
|
|
163
178
|
/**
|
|
164
179
|
* The type of configuration. Either user-created or a default configuration.
|
|
165
180
|
*/
|
|
@@ -176,6 +191,10 @@ export interface ConfigurationState {
|
|
|
176
191
|
* Version of the PostgreSQL database.
|
|
177
192
|
*/
|
|
178
193
|
dbVersion?: pulumi.Input<string>;
|
|
194
|
+
/**
|
|
195
|
+
* The Default configuration used for this configuration.
|
|
196
|
+
*/
|
|
197
|
+
defaultConfigId?: pulumi.Input<string>;
|
|
179
198
|
/**
|
|
180
199
|
* (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
|
181
200
|
*/
|
|
@@ -217,7 +236,9 @@ export interface ConfigurationState {
|
|
|
217
236
|
*/
|
|
218
237
|
lifecycleDetails?: pulumi.Input<string>;
|
|
219
238
|
/**
|
|
220
|
-
* The name of the shape for the configuration.
|
|
239
|
+
* The name of the shape for the configuration.
|
|
240
|
+
*
|
|
241
|
+
* For multi-shape enabled configurations, it is set to PostgreSQL.X86 or similar. Please use compatibleShapes property to set the list of supported shapes.
|
|
221
242
|
*/
|
|
222
243
|
shape?: pulumi.Input<string>;
|
|
223
244
|
/**
|
|
@@ -247,6 +268,10 @@ export interface ConfigurationArgs {
|
|
|
247
268
|
* (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the configuration.
|
|
248
269
|
*/
|
|
249
270
|
compartmentId: pulumi.Input<string>;
|
|
271
|
+
/**
|
|
272
|
+
* (Updatable) Indicates the collection of compatible shapes for this configuration.
|
|
273
|
+
*/
|
|
274
|
+
compatibleShapes?: pulumi.Input<pulumi.Input<string>[]>;
|
|
250
275
|
/**
|
|
251
276
|
* Configuration overrides for a PostgreSQL instance.
|
|
252
277
|
*/
|
|
@@ -292,9 +317,11 @@ export interface ConfigurationArgs {
|
|
|
292
317
|
*/
|
|
293
318
|
isFlexible?: pulumi.Input<boolean>;
|
|
294
319
|
/**
|
|
295
|
-
* The name of the shape for the configuration.
|
|
320
|
+
* The name of the shape for the configuration.
|
|
321
|
+
*
|
|
322
|
+
* For multi-shape enabled configurations, it is set to PostgreSQL.X86 or similar. Please use compatibleShapes property to set the list of supported shapes.
|
|
296
323
|
*/
|
|
297
|
-
shape
|
|
324
|
+
shape?: pulumi.Input<string>;
|
|
298
325
|
/**
|
|
299
326
|
* System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
|
300
327
|
*
|
package/psql/configuration.js
CHANGED
|
@@ -26,7 +26,7 @@ const utilities = require("../utilities");
|
|
|
26
26
|
* },
|
|
27
27
|
* dbVersion: configurationDbVersion,
|
|
28
28
|
* displayName: configurationDisplayName,
|
|
29
|
-
*
|
|
29
|
+
* compatibleShapes: configurationCompatibleShapes,
|
|
30
30
|
* definedTags: {
|
|
31
31
|
* "foo-namespace.bar-key": "value",
|
|
32
32
|
* },
|
|
@@ -37,6 +37,7 @@ const utilities = require("../utilities");
|
|
|
37
37
|
* instanceMemorySizeInGbs: configurationInstanceMemorySizeInGbs,
|
|
38
38
|
* instanceOcpuCount: configurationInstanceOcpuCount,
|
|
39
39
|
* isFlexible: configurationIsFlexible,
|
|
40
|
+
* shape: configurationShape,
|
|
40
41
|
* systemTags: configurationSystemTags,
|
|
41
42
|
* });
|
|
42
43
|
* ```
|
|
@@ -78,10 +79,12 @@ class Configuration extends pulumi.CustomResource {
|
|
|
78
79
|
if (opts.id) {
|
|
79
80
|
const state = argsOrState;
|
|
80
81
|
resourceInputs["compartmentId"] = state ? state.compartmentId : undefined;
|
|
82
|
+
resourceInputs["compatibleShapes"] = state ? state.compatibleShapes : undefined;
|
|
81
83
|
resourceInputs["configType"] = state ? state.configType : undefined;
|
|
82
84
|
resourceInputs["configurationDetails"] = state ? state.configurationDetails : undefined;
|
|
83
85
|
resourceInputs["dbConfigurationOverrides"] = state ? state.dbConfigurationOverrides : undefined;
|
|
84
86
|
resourceInputs["dbVersion"] = state ? state.dbVersion : undefined;
|
|
87
|
+
resourceInputs["defaultConfigId"] = state ? state.defaultConfigId : undefined;
|
|
85
88
|
resourceInputs["definedTags"] = state ? state.definedTags : undefined;
|
|
86
89
|
resourceInputs["description"] = state ? state.description : undefined;
|
|
87
90
|
resourceInputs["displayName"] = state ? state.displayName : undefined;
|
|
@@ -109,10 +112,8 @@ class Configuration extends pulumi.CustomResource {
|
|
|
109
112
|
if ((!args || args.displayName === undefined) && !opts.urn) {
|
|
110
113
|
throw new Error("Missing required property 'displayName'");
|
|
111
114
|
}
|
|
112
|
-
if ((!args || args.shape === undefined) && !opts.urn) {
|
|
113
|
-
throw new Error("Missing required property 'shape'");
|
|
114
|
-
}
|
|
115
115
|
resourceInputs["compartmentId"] = args ? args.compartmentId : undefined;
|
|
116
|
+
resourceInputs["compatibleShapes"] = args ? args.compatibleShapes : undefined;
|
|
116
117
|
resourceInputs["dbConfigurationOverrides"] = args ? args.dbConfigurationOverrides : undefined;
|
|
117
118
|
resourceInputs["dbVersion"] = args ? args.dbVersion : undefined;
|
|
118
119
|
resourceInputs["definedTags"] = args ? args.definedTags : undefined;
|
|
@@ -126,6 +127,7 @@ class Configuration extends pulumi.CustomResource {
|
|
|
126
127
|
resourceInputs["systemTags"] = args ? args.systemTags : undefined;
|
|
127
128
|
resourceInputs["configType"] = undefined /*out*/;
|
|
128
129
|
resourceInputs["configurationDetails"] = undefined /*out*/;
|
|
130
|
+
resourceInputs["defaultConfigId"] = undefined /*out*/;
|
|
129
131
|
resourceInputs["lifecycleDetails"] = undefined /*out*/;
|
|
130
132
|
resourceInputs["state"] = undefined /*out*/;
|
|
131
133
|
resourceInputs["timeCreated"] = undefined /*out*/;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"configuration.js","sourceRoot":"","sources":["../../psql/configuration.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"configuration.js","sourceRoot":"","sources":["../../psql/configuration.ts"],"names":[],"mappings":"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"}
|
package/psql/dbSystem.d.ts
CHANGED
|
@@ -192,7 +192,7 @@ export declare class DbSystem extends pulumi.CustomResource {
|
|
|
192
192
|
*/
|
|
193
193
|
readonly shape: pulumi.Output<string>;
|
|
194
194
|
/**
|
|
195
|
-
* The source
|
|
195
|
+
* The source of the database system.
|
|
196
196
|
*/
|
|
197
197
|
readonly source: pulumi.Output<outputs.Psql.DbSystemSource>;
|
|
198
198
|
/**
|
|
@@ -323,7 +323,7 @@ export interface DbSystemState {
|
|
|
323
323
|
*/
|
|
324
324
|
shape?: pulumi.Input<string>;
|
|
325
325
|
/**
|
|
326
|
-
* The source
|
|
326
|
+
* The source of the database system.
|
|
327
327
|
*/
|
|
328
328
|
source?: pulumi.Input<inputs.Psql.DbSystemSource>;
|
|
329
329
|
/**
|
|
@@ -434,7 +434,7 @@ export interface DbSystemArgs {
|
|
|
434
434
|
*/
|
|
435
435
|
shape: pulumi.Input<string>;
|
|
436
436
|
/**
|
|
437
|
-
* The source
|
|
437
|
+
* The source of the database system.
|
|
438
438
|
*/
|
|
439
439
|
source?: pulumi.Input<inputs.Psql.DbSystemSource>;
|
|
440
440
|
/**
|
|
@@ -34,6 +34,10 @@ export interface GetConfigurationResult {
|
|
|
34
34
|
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the configuration.
|
|
35
35
|
*/
|
|
36
36
|
readonly compartmentId: string;
|
|
37
|
+
/**
|
|
38
|
+
* Indicates the collection of compatible shapes for this configuration.
|
|
39
|
+
*/
|
|
40
|
+
readonly compatibleShapes: string[];
|
|
37
41
|
/**
|
|
38
42
|
* The type of configuration. Either user-created or a default configuration.
|
|
39
43
|
*/
|
|
@@ -48,6 +52,10 @@ export interface GetConfigurationResult {
|
|
|
48
52
|
* Version of the PostgreSQL database.
|
|
49
53
|
*/
|
|
50
54
|
readonly dbVersion: string;
|
|
55
|
+
/**
|
|
56
|
+
* The Default configuration used for this configuration.
|
|
57
|
+
*/
|
|
58
|
+
readonly defaultConfigId: string;
|
|
51
59
|
/**
|
|
52
60
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
|
53
61
|
*/
|
|
@@ -89,7 +97,7 @@ export interface GetConfigurationResult {
|
|
|
89
97
|
*/
|
|
90
98
|
readonly lifecycleDetails: string;
|
|
91
99
|
/**
|
|
92
|
-
* The name of the shape for the configuration.
|
|
100
|
+
* The name of the shape for the configuration.
|
|
93
101
|
*/
|
|
94
102
|
readonly shape: string;
|
|
95
103
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getConfiguration.js","sourceRoot":"","sources":["../../psql/getConfiguration.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;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,4CAA4C,EAAE;QACvE,iBAAiB,EAAE,IAAI,CAAC,eAAe;KAC1C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4CAKC;
|
|
1
|
+
{"version":3,"file":"getConfiguration.js","sourceRoot":"","sources":["../../psql/getConfiguration.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;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,4CAA4C,EAAE;QACvE,iBAAiB,EAAE,IAAI,CAAC,eAAe;KAC1C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4CAKC;AA+FD;;;;;;;;;;;;;;;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,4CAA4C,EAAE;QAC7E,iBAAiB,EAAE,IAAI,CAAC,eAAe;KAC1C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wDAKC"}
|
|
@@ -18,6 +18,8 @@ import * as outputs from "../types/output";
|
|
|
18
18
|
* configurationId: testConfiguration.id,
|
|
19
19
|
* dbVersion: configurationDbVersion,
|
|
20
20
|
* displayName: configurationDisplayName,
|
|
21
|
+
* instanceMemorySizeInGbs: configurationInstanceMemorySizeInGbs,
|
|
22
|
+
* instanceOcpuCount: configurationInstanceOcpuCount,
|
|
21
23
|
* shape: configurationShape,
|
|
22
24
|
* state: configurationState,
|
|
23
25
|
* });
|
|
@@ -50,7 +52,15 @@ export interface GetConfigurationsArgs {
|
|
|
50
52
|
displayName?: string;
|
|
51
53
|
filters?: inputs.Psql.GetConfigurationsFilter[];
|
|
52
54
|
/**
|
|
53
|
-
* The
|
|
55
|
+
* The instance memory size in GBs for the configuration.
|
|
56
|
+
*/
|
|
57
|
+
instanceMemorySizeInGbs?: number;
|
|
58
|
+
/**
|
|
59
|
+
* The instance ocpu count for the configuration.
|
|
60
|
+
*/
|
|
61
|
+
instanceOcpuCount?: number;
|
|
62
|
+
/**
|
|
63
|
+
* The compute name of the shape for the configuration.
|
|
54
64
|
*/
|
|
55
65
|
shape?: string;
|
|
56
66
|
/**
|
|
@@ -89,9 +99,17 @@ export interface GetConfigurationsResult {
|
|
|
89
99
|
*/
|
|
90
100
|
readonly id: string;
|
|
91
101
|
/**
|
|
92
|
-
*
|
|
102
|
+
* Memory size in gigabytes with 1GB increment.
|
|
103
|
+
*/
|
|
104
|
+
readonly instanceMemorySizeInGbs?: number;
|
|
105
|
+
/**
|
|
106
|
+
* CPU core count.
|
|
93
107
|
*/
|
|
94
|
-
readonly
|
|
108
|
+
readonly instanceOcpuCount?: number;
|
|
109
|
+
/**
|
|
110
|
+
* The name of the shape for the configuration.
|
|
111
|
+
*/
|
|
112
|
+
readonly shape: string;
|
|
95
113
|
/**
|
|
96
114
|
* The current state of the configuration.
|
|
97
115
|
*/
|
|
@@ -114,6 +132,8 @@ export interface GetConfigurationsResult {
|
|
|
114
132
|
* configurationId: testConfiguration.id,
|
|
115
133
|
* dbVersion: configurationDbVersion,
|
|
116
134
|
* displayName: configurationDisplayName,
|
|
135
|
+
* instanceMemorySizeInGbs: configurationInstanceMemorySizeInGbs,
|
|
136
|
+
* instanceOcpuCount: configurationInstanceOcpuCount,
|
|
117
137
|
* shape: configurationShape,
|
|
118
138
|
* state: configurationState,
|
|
119
139
|
* });
|
|
@@ -146,7 +166,15 @@ export interface GetConfigurationsOutputArgs {
|
|
|
146
166
|
displayName?: pulumi.Input<string>;
|
|
147
167
|
filters?: pulumi.Input<pulumi.Input<inputs.Psql.GetConfigurationsFilterArgs>[]>;
|
|
148
168
|
/**
|
|
149
|
-
* The
|
|
169
|
+
* The instance memory size in GBs for the configuration.
|
|
170
|
+
*/
|
|
171
|
+
instanceMemorySizeInGbs?: pulumi.Input<number>;
|
|
172
|
+
/**
|
|
173
|
+
* The instance ocpu count for the configuration.
|
|
174
|
+
*/
|
|
175
|
+
instanceOcpuCount?: pulumi.Input<number>;
|
|
176
|
+
/**
|
|
177
|
+
* The compute name of the shape for the configuration.
|
|
150
178
|
*/
|
|
151
179
|
shape?: pulumi.Input<string>;
|
|
152
180
|
/**
|
|
@@ -22,6 +22,8 @@ const utilities = require("../utilities");
|
|
|
22
22
|
* configurationId: testConfiguration.id,
|
|
23
23
|
* dbVersion: configurationDbVersion,
|
|
24
24
|
* displayName: configurationDisplayName,
|
|
25
|
+
* instanceMemorySizeInGbs: configurationInstanceMemorySizeInGbs,
|
|
26
|
+
* instanceOcpuCount: configurationInstanceOcpuCount,
|
|
25
27
|
* shape: configurationShape,
|
|
26
28
|
* state: configurationState,
|
|
27
29
|
* });
|
|
@@ -37,6 +39,8 @@ function getConfigurations(args, opts) {
|
|
|
37
39
|
"dbVersion": args.dbVersion,
|
|
38
40
|
"displayName": args.displayName,
|
|
39
41
|
"filters": args.filters,
|
|
42
|
+
"instanceMemorySizeInGbs": args.instanceMemorySizeInGbs,
|
|
43
|
+
"instanceOcpuCount": args.instanceOcpuCount,
|
|
40
44
|
"shape": args.shape,
|
|
41
45
|
"state": args.state,
|
|
42
46
|
}, opts);
|
|
@@ -59,6 +63,8 @@ exports.getConfigurations = getConfigurations;
|
|
|
59
63
|
* configurationId: testConfiguration.id,
|
|
60
64
|
* dbVersion: configurationDbVersion,
|
|
61
65
|
* displayName: configurationDisplayName,
|
|
66
|
+
* instanceMemorySizeInGbs: configurationInstanceMemorySizeInGbs,
|
|
67
|
+
* instanceOcpuCount: configurationInstanceOcpuCount,
|
|
62
68
|
* shape: configurationShape,
|
|
63
69
|
* state: configurationState,
|
|
64
70
|
* });
|
|
@@ -74,6 +80,8 @@ function getConfigurationsOutput(args, opts) {
|
|
|
74
80
|
"dbVersion": args.dbVersion,
|
|
75
81
|
"displayName": args.displayName,
|
|
76
82
|
"filters": args.filters,
|
|
83
|
+
"instanceMemorySizeInGbs": args.instanceMemorySizeInGbs,
|
|
84
|
+
"instanceOcpuCount": args.instanceOcpuCount,
|
|
77
85
|
"shape": args.shape,
|
|
78
86
|
"state": args.state,
|
|
79
87
|
}, opts);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getConfigurations.js","sourceRoot":"","sources":["../../psql/getConfigurations.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"getConfigurations.js","sourceRoot":"","sources":["../../psql/getConfigurations.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,SAAgB,iBAAiB,CAAC,IAA4B,EAAE,IAA2B;IACvF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8CAA8C,EAAE;QACzE,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,yBAAyB,EAAE,IAAI,CAAC,uBAAuB;QACvD,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAfD,8CAeC;AA4FD;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,SAAgB,uBAAuB,CAAC,IAAkC,EAAE,IAAiC;IACzG,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8CAA8C,EAAE;QAC/E,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,yBAAyB,EAAE,IAAI,CAAC,uBAAuB;QACvD,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAfD,0DAeC"}
|
package/psql/getDbSystem.d.ts
CHANGED
|
@@ -21,15 +21,27 @@ export declare function getDefaultConfiguration(args: GetDefaultConfigurationArg
|
|
|
21
21
|
* A collection of arguments for invoking getDefaultConfiguration.
|
|
22
22
|
*/
|
|
23
23
|
export interface GetDefaultConfigurationArgs {
|
|
24
|
+
/**
|
|
25
|
+
* Indicates the collection of compatible shapes for this configuration.
|
|
26
|
+
*/
|
|
27
|
+
compatibleShapes?: string[];
|
|
24
28
|
/**
|
|
25
29
|
* A unique identifier for the configuration.
|
|
26
30
|
*/
|
|
27
31
|
defaultConfigurationId: string;
|
|
32
|
+
/**
|
|
33
|
+
* The name of the shape for the configuration.
|
|
34
|
+
*/
|
|
35
|
+
shape?: string;
|
|
28
36
|
}
|
|
29
37
|
/**
|
|
30
38
|
* A collection of values returned by getDefaultConfiguration.
|
|
31
39
|
*/
|
|
32
40
|
export interface GetDefaultConfigurationResult {
|
|
41
|
+
/**
|
|
42
|
+
* Indicates the collection of compatible shapes for this configuration.
|
|
43
|
+
*/
|
|
44
|
+
readonly compatibleShapes: string[];
|
|
33
45
|
/**
|
|
34
46
|
* List of default configuration values for databases.
|
|
35
47
|
*/
|
|
@@ -68,7 +80,7 @@ export interface GetDefaultConfigurationResult {
|
|
|
68
80
|
*/
|
|
69
81
|
readonly lifecycleDetails: string;
|
|
70
82
|
/**
|
|
71
|
-
* The name of the shape for the configuration.
|
|
83
|
+
* The name of the shape for the configuration.
|
|
72
84
|
*/
|
|
73
85
|
readonly shape: string;
|
|
74
86
|
/**
|
|
@@ -101,8 +113,16 @@ export declare function getDefaultConfigurationOutput(args: GetDefaultConfigurat
|
|
|
101
113
|
* A collection of arguments for invoking getDefaultConfiguration.
|
|
102
114
|
*/
|
|
103
115
|
export interface GetDefaultConfigurationOutputArgs {
|
|
116
|
+
/**
|
|
117
|
+
* Indicates the collection of compatible shapes for this configuration.
|
|
118
|
+
*/
|
|
119
|
+
compatibleShapes?: pulumi.Input<pulumi.Input<string>[]>;
|
|
104
120
|
/**
|
|
105
121
|
* A unique identifier for the configuration.
|
|
106
122
|
*/
|
|
107
123
|
defaultConfigurationId: pulumi.Input<string>;
|
|
124
|
+
/**
|
|
125
|
+
* The name of the shape for the configuration.
|
|
126
|
+
*/
|
|
127
|
+
shape?: pulumi.Input<string>;
|
|
108
128
|
}
|
|
@@ -24,7 +24,9 @@ const utilities = require("../utilities");
|
|
|
24
24
|
function getDefaultConfiguration(args, opts) {
|
|
25
25
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
26
26
|
return pulumi.runtime.invoke("oci:Psql/getDefaultConfiguration:getDefaultConfiguration", {
|
|
27
|
+
"compatibleShapes": args.compatibleShapes,
|
|
27
28
|
"defaultConfigurationId": args.defaultConfigurationId,
|
|
29
|
+
"shape": args.shape,
|
|
28
30
|
}, opts);
|
|
29
31
|
}
|
|
30
32
|
exports.getDefaultConfiguration = getDefaultConfiguration;
|
|
@@ -47,7 +49,9 @@ exports.getDefaultConfiguration = getDefaultConfiguration;
|
|
|
47
49
|
function getDefaultConfigurationOutput(args, opts) {
|
|
48
50
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
49
51
|
return pulumi.runtime.invokeOutput("oci:Psql/getDefaultConfiguration:getDefaultConfiguration", {
|
|
52
|
+
"compatibleShapes": args.compatibleShapes,
|
|
50
53
|
"defaultConfigurationId": args.defaultConfigurationId,
|
|
54
|
+
"shape": args.shape,
|
|
51
55
|
}, opts);
|
|
52
56
|
}
|
|
53
57
|
exports.getDefaultConfigurationOutput = getDefaultConfigurationOutput;
|