@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
|
@@ -6,8 +6,6 @@ import * as outputs from "../types/output";
|
|
|
6
6
|
*
|
|
7
7
|
* Creates a new Autonomous Database.
|
|
8
8
|
*
|
|
9
|
-
* This API must be called on the remote region where the peer needs to be created.
|
|
10
|
-
*
|
|
11
9
|
* ## Import
|
|
12
10
|
*
|
|
13
11
|
* AutonomousDatabases can be imported using the `id`, e.g.
|
|
@@ -61,7 +59,7 @@ export declare class AutonomousDatabase extends pulumi.CustomResource {
|
|
|
61
59
|
*/
|
|
62
60
|
readonly autoRefreshPointLagInSeconds: pulumi.Output<number>;
|
|
63
61
|
/**
|
|
64
|
-
* The Autonomous Container Database [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
62
|
+
* The Autonomous Container Database [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm). Used only by Autonomous Database on Dedicated Exadata Infrastructure.
|
|
65
63
|
*/
|
|
66
64
|
readonly autonomousContainerDatabaseId: pulumi.Output<string>;
|
|
67
65
|
/**
|
|
@@ -73,7 +71,7 @@ export declare class AutonomousDatabase extends pulumi.CustomResource {
|
|
|
73
71
|
*/
|
|
74
72
|
readonly autonomousDatabaseId: pulumi.Output<string>;
|
|
75
73
|
/**
|
|
76
|
-
* The maintenance schedule type of the Autonomous Database Serverless
|
|
74
|
+
* (Updatable) The maintenance schedule type of the Autonomous Database Serverless. An EARLY maintenance schedule follows a schedule applying patches prior to the REGULAR schedule. A REGULAR maintenance schedule follows the normal cycle
|
|
77
75
|
*/
|
|
78
76
|
readonly autonomousMaintenanceScheduleType: pulumi.Output<string>;
|
|
79
77
|
/**
|
|
@@ -89,14 +87,18 @@ export declare class AutonomousDatabase extends pulumi.CustomResource {
|
|
|
89
87
|
*/
|
|
90
88
|
readonly backupConfigs: pulumi.Output<outputs.Database.AutonomousDatabaseBackupConfig[]>;
|
|
91
89
|
/**
|
|
92
|
-
* (Updatable) Retention period, in days, for backups
|
|
90
|
+
* (Updatable) Retention period, in days, for long-term backups
|
|
93
91
|
*/
|
|
94
92
|
readonly backupRetentionPeriodInDays: pulumi.Output<number>;
|
|
93
|
+
/**
|
|
94
|
+
* (Updatable) The maximum number of CPUs allowed with a Bring Your Own License (BYOL), including those used for auto-scaling, disaster recovery, tools, etc. Any CPU usage above this limit is considered as License Included and billed.
|
|
95
|
+
*/
|
|
95
96
|
readonly byolComputeCountLimit: pulumi.Output<number>;
|
|
96
97
|
/**
|
|
97
|
-
* The character set for the autonomous database.
|
|
98
|
+
* The character set for the autonomous database. The default is AL32UTF8. Allowed values for an Autonomous Database Serverless instance as as returned by [List Autonomous Database Character Sets](https://docs.oracle.com/iaas/autonomous-database-serverless/doc/autonomous-character-set-selection.html)
|
|
99
|
+
*
|
|
100
|
+
* For an Autonomous Database on dedicated infrastructure, the allowed values are:
|
|
98
101
|
*
|
|
99
|
-
* For an Autonomous Database on dedicated infrastructure, the allowed values are
|
|
100
102
|
* AL32UTF8, AR8ADOS710, AR8ADOS720, AR8APTEC715, AR8ARABICMACS, AR8ASMO8X, AR8ISO8859P6, AR8MSWIN1256, AR8MUSSAD768, AR8NAFITHA711, AR8NAFITHA721, AR8SAKHR706, AR8SAKHR707, AZ8ISO8859P9E, BG8MSWIN, BG8PC437S, BLT8CP921, BLT8ISO8859P13, BLT8MSWIN1257, BLT8PC775, BN8BSCII, CDN8PC863, CEL8ISO8859P14, CL8ISO8859P5, CL8ISOIR111, CL8KOI8R, CL8KOI8U, CL8MACCYRILLICS, CL8MSWIN1251, EE8ISO8859P2, EE8MACCES, EE8MACCROATIANS, EE8MSWIN1250, EE8PC852, EL8DEC, EL8ISO8859P7, EL8MACGREEKS, EL8MSWIN1253, EL8PC437S, EL8PC851, EL8PC869, ET8MSWIN923, HU8ABMOD, HU8CWI2, IN8ISCII, IS8PC861, IW8ISO8859P8, IW8MACHEBREWS, IW8MSWIN1255, IW8PC1507, JA16EUC, JA16EUCTILDE, JA16SJIS, JA16SJISTILDE, JA16VMS, KO16KSC5601, KO16KSCCS, KO16MSWIN949, LA8ISO6937, LA8PASSPORT, LT8MSWIN921, LT8PC772, LT8PC774, LV8PC1117, LV8PC8LR, LV8RST104090, N8PC865, NE8ISO8859P10, NEE8ISO8859P4, RU8BESTA, RU8PC855, RU8PC866, SE8ISO8859P3, TH8MACTHAIS, TH8TISASCII, TR8DEC, TR8MACTURKISHS, TR8MSWIN1254, TR8PC857, US7ASCII, US8PC437, UTF8, VN8MSWIN1258, VN8VN3, WE8DEC, WE8DG, WE8ISO8859P1, WE8ISO8859P15, WE8ISO8859P9, WE8MACROMAN8S, WE8MSWIN1252, WE8NCR4970, WE8NEXTSTEP, WE8PC850, WE8PC858, WE8PC860, WE8ROMAN8, ZHS16CGB231280, ZHS16GBK, ZHT16BIG5, ZHT16CCDC, ZHT16DBT, ZHT16HKSCS, ZHT16MSWIN950, ZHT32EUC, ZHT32SOPS, ZHT32TRIS
|
|
101
103
|
*/
|
|
102
104
|
readonly characterSet: pulumi.Output<string>;
|
|
@@ -105,7 +107,7 @@ export declare class AutonomousDatabase extends pulumi.CustomResource {
|
|
|
105
107
|
*/
|
|
106
108
|
readonly cloneTableSpaceLists: pulumi.Output<number[]>;
|
|
107
109
|
/**
|
|
108
|
-
* The Autonomous Database clone type.
|
|
110
|
+
* The Autonomous Database clone type.
|
|
109
111
|
* * `FULL` - This option creates a new database that includes all source database data.
|
|
110
112
|
* * `METADATA` - This option creates a new database that includes the source database schema and select metadata, but not the source database data.
|
|
111
113
|
*/
|
|
@@ -119,7 +121,7 @@ export declare class AutonomousDatabase extends pulumi.CustomResource {
|
|
|
119
121
|
*/
|
|
120
122
|
readonly compartmentId: pulumi.Output<string>;
|
|
121
123
|
/**
|
|
122
|
-
* (Updatable) The compute amount available to the database. Minimum and maximum values depend on the compute model and whether the database is an Autonomous Database Serverless instance or an Autonomous Database on Dedicated Exadata Infrastructure.
|
|
124
|
+
* (Updatable) The compute amount (CPUs) available to the database. Minimum and maximum values depend on the compute model and whether the database is an Autonomous Database Serverless instance or an Autonomous Database on Dedicated Exadata Infrastructure. The 'ECPU' compute model requires a minimum value of one, for databases in the elastic resource pool and minimum value of two, otherwise. Required when using the `computeModel` parameter. When using `cpuCoreCount` parameter, it is an error to specify computeCount to a non-null value. Providing `computeModel` and `computeCount` is the preferred method for both OCPU and ECPU.
|
|
123
125
|
*/
|
|
124
126
|
readonly computeCount: pulumi.Output<number>;
|
|
125
127
|
/**
|
|
@@ -136,13 +138,8 @@ export declare class AutonomousDatabase extends pulumi.CustomResource {
|
|
|
136
138
|
readonly connectionUrls: pulumi.Output<outputs.Database.AutonomousDatabaseConnectionUrl[]>;
|
|
137
139
|
/**
|
|
138
140
|
* (Updatable) The number of CPU cores to be made available to the database. For Autonomous Databases on dedicated Exadata infrastructure, the maximum number of cores is determined by the infrastructure shape. See [Characteristics of Infrastructure Shapes](https://www.oracle.com/pls/topic/lookup?ctx=en/cloud/paas/autonomous-database&id=ATPFG-GUID-B0F033C1-CC5A-42F0-B2E7-3CECFEDA1FD1) for shape details.
|
|
141
|
+
*
|
|
139
142
|
* **Note:** This parameter cannot be used with the `ocpuCount` parameter. This input is ignored for Always Free resources.
|
|
140
|
-
* * The data type must be an *integer*.
|
|
141
|
-
* * The minimum number of cores for all types of autonomous database is *1*
|
|
142
|
-
* * The maximum number of cores is as follows:
|
|
143
|
-
* * Autonomous Database Serverless instances: The maximum number of cores is *128*.
|
|
144
|
-
* * Autonomous Databases on dedicated Exadata infrastructure: The maximum number of cores is determined by the infrastructure shape. See [Characteristics of Infrastructure Shapes](https://www.oracle.com/pls/topic/lookup?ctx=en/cloud/paas/autonomous-database&id=ATPFG-GUID-B0F033C1-CC5A-42F0-B2E7-3CECFEDA1FD1) for shape details.
|
|
145
|
-
* * Providing `computeModel` and `computeCount` is the preferred method for setting CPUs for both OCPU and ECPU.
|
|
146
143
|
*/
|
|
147
144
|
readonly cpuCoreCount: pulumi.Output<number>;
|
|
148
145
|
/**
|
|
@@ -162,13 +159,13 @@ export declare class AutonomousDatabase extends pulumi.CustomResource {
|
|
|
162
159
|
*/
|
|
163
160
|
readonly dataStorageSizeInGb: pulumi.Output<number>;
|
|
164
161
|
/**
|
|
165
|
-
* (Updatable) The size, in terabytes, of the data volume that will be created and attached to the database. This storage can later be scaled up if needed. For Autonomous Databases on dedicated Exadata infrastructure, the maximum storage value is determined by the infrastructure shape. See [Characteristics of Infrastructure Shapes](https://www.oracle.com/pls/topic/lookup?ctx=en/cloud/paas/autonomous-database&id=ATPFG-GUID-B0F033C1-CC5A-42F0-B2E7-3CECFEDA1FD1) for shape details.
|
|
162
|
+
* (Updatable) The size, in terabytes, of the data volume that will be created and attached to the database. This storage can later be scaled up if needed. For Autonomous Databases on dedicated Exadata infrastructure, the maximum storage value is determined by the infrastructure shape. See [Characteristics of Infrastructure Shapes](https://www.oracle.com/pls/topic/lookup?ctx=en/cloud/paas/autonomous-database&id=ATPFG-GUID-B0F033C1-CC5A-42F0-B2E7-3CECFEDA1FD1) for shape details. A full Exadata service is allocated when the Autonomous Database size is set to the upper limit (384 TB).
|
|
166
163
|
*
|
|
167
164
|
* **Note:** This parameter cannot be used with the `dataStorageSizeInGBs` parameter. This input is ignored for Always Free resources.
|
|
168
165
|
*/
|
|
169
166
|
readonly dataStorageSizeInTbs: pulumi.Output<number>;
|
|
170
167
|
/**
|
|
171
|
-
* (Updatable) The Oracle Database Edition that applies to the Autonomous databases.
|
|
168
|
+
* (Updatable) The Oracle Database Edition that applies to the Autonomous databases. This parameter accepts options `STANDARD_EDITION` and `ENTERPRISE_EDITION`.
|
|
172
169
|
*/
|
|
173
170
|
readonly databaseEdition: pulumi.Output<string>;
|
|
174
171
|
/**
|
|
@@ -176,11 +173,11 @@ export declare class AutonomousDatabase extends pulumi.CustomResource {
|
|
|
176
173
|
*/
|
|
177
174
|
readonly databaseManagementStatus: pulumi.Output<string>;
|
|
178
175
|
/**
|
|
179
|
-
* **Deprecated
|
|
176
|
+
* **Deprecated.** The Autonomous Data Guard region type of the Autonomous Database. For Autonomous Database Serverless, Autonomous Data Guard associations have designated primary and standby regions, and these region types do not change when the database changes roles. The standby regions in Autonomous Data Guard associations can be the same region designated as the primary region, or they can be remote regions. Certain database administrative operations may be available only in the primary region of the Autonomous Data Guard association, and cannot be performed when the database using the primary role is operating in a remote Autonomous Data Guard standby region.
|
|
180
177
|
*/
|
|
181
178
|
readonly dataguardRegionType: pulumi.Output<string>;
|
|
182
179
|
/**
|
|
183
|
-
* The database name. The name must begin with an alphabetic character and can contain a maximum of
|
|
180
|
+
* The database name. The name must begin with an alphabetic character and can contain a maximum of 30 alphanumeric characters. Special characters are not permitted. The database name must be unique in the tenancy. It is required in all cases except when creating a cross-region Autonomous Data Guard standby instance or a cross-region disaster recovery standby instance.
|
|
184
181
|
*/
|
|
185
182
|
readonly dbName: pulumi.Output<string>;
|
|
186
183
|
/**
|
|
@@ -190,7 +187,7 @@ export declare class AutonomousDatabase extends pulumi.CustomResource {
|
|
|
190
187
|
*/
|
|
191
188
|
readonly dbToolsDetails: pulumi.Output<outputs.Database.AutonomousDatabaseDbToolsDetail[]>;
|
|
192
189
|
/**
|
|
193
|
-
* (Updatable) A valid Oracle Database version for Autonomous Database.`dbWorkload` AJD
|
|
190
|
+
* (Updatable) A valid Oracle Database version for Autonomous Database.`dbWorkload` AJD is only supported for `dbVersion` `19c` and above.
|
|
194
191
|
*/
|
|
195
192
|
readonly dbVersion: pulumi.Output<string>;
|
|
196
193
|
/**
|
|
@@ -210,7 +207,7 @@ export declare class AutonomousDatabase extends pulumi.CustomResource {
|
|
|
210
207
|
[key: string]: string;
|
|
211
208
|
}>;
|
|
212
209
|
/**
|
|
213
|
-
* **Deprecated
|
|
210
|
+
* **Deprecated.** The disaster recovery (DR) region type of the Autonomous Database. For Autonomous Database Serverless instances, DR associations have designated primary and standby regions. These region types do not change when the database changes roles. The standby region in DR associations can be the same region as the primary region, or they can be in a remote regions. Some database administration operations may be available only in the primary region of the DR association, and cannot be performed when the database using the primary role is operating in a remote region.
|
|
214
211
|
*/
|
|
215
212
|
readonly disasterRecoveryRegionType: pulumi.Output<string>;
|
|
216
213
|
/**
|
|
@@ -221,9 +218,6 @@ export declare class AutonomousDatabase extends pulumi.CustomResource {
|
|
|
221
218
|
* (Updatable) The user-friendly name for the Autonomous Database. The name does not have to be unique.
|
|
222
219
|
*/
|
|
223
220
|
readonly displayName: pulumi.Output<string>;
|
|
224
|
-
/**
|
|
225
|
-
* If omitted or set to false the provider will not delete scheduledOperations from the Autonomous Database. If set to true, provider will delete scheduledOperations from the Autonomous Database.
|
|
226
|
-
*/
|
|
227
221
|
readonly enableDeleteScheduledOperations: pulumi.Output<boolean | undefined>;
|
|
228
222
|
/**
|
|
229
223
|
* (Updatable) Details of the Autonomous Database encryption key.
|
|
@@ -278,35 +272,32 @@ export declare class AutonomousDatabase extends pulumi.CustomResource {
|
|
|
278
272
|
*/
|
|
279
273
|
readonly isDataGuardEnabled: pulumi.Output<boolean>;
|
|
280
274
|
/**
|
|
281
|
-
* True if the database is on [dedicated Exadata infrastructure](https://docs.
|
|
275
|
+
* True if the database is on [dedicated Exadata infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html).
|
|
282
276
|
*/
|
|
283
277
|
readonly isDedicated: pulumi.Output<boolean>;
|
|
284
278
|
/**
|
|
285
|
-
* (Updatable) Autonomous Database for Developers are
|
|
279
|
+
* (Updatable) Autonomous Database for Developers are fixed-shape Autonomous Databases that developers can use to build and test new applications. On Serverless, these are low-cost and billed per instance, on Dedicated and Cloud@Customer there is no additional cost to create Developer databases. Developer databases come with limited resources and is not intended for large-scale testing and production deployments. When you need more compute or storage resources, you may upgrade to a full paid production database.
|
|
286
280
|
*/
|
|
287
281
|
readonly isDevTier: pulumi.Output<boolean>;
|
|
288
|
-
|
|
289
|
-
* If true, this will disconnect the Autonomous Database from its peer and the Autonomous Database can work permanently as a standalone database. To disconnect a cross region standby, please also provide the OCID of the standby database in the `peerDbId` parameter.
|
|
290
|
-
*/
|
|
282
|
+
readonly isDisableDbVersionUpgradeSchedule: pulumi.Output<boolean>;
|
|
291
283
|
readonly isDisconnectPeer: pulumi.Output<boolean | undefined>;
|
|
292
284
|
/**
|
|
293
|
-
* (Updatable) Indicates if this is an Always Free resource. The default value is false. Note that Always Free Autonomous Databases have 1 CPU and 20GB of memory. For Always Free databases, memory and CPU cannot be scaled.
|
|
285
|
+
* (Updatable) Indicates if this is an Always Free resource. The default value is false. Note that Always Free Autonomous Databases have 1 CPU and 20GB of memory. For Always Free databases, memory and CPU cannot be scaled.
|
|
286
|
+
*
|
|
287
|
+
* This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, whitelistedIps, isMTLSConnectionRequired, openMode, permissionLevel, privateEndpointLabel, nsgIds, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, or isLocalDataGuardEnabled When `dbWorkload` is `AJD` it cannot be `true`.
|
|
294
288
|
*/
|
|
295
289
|
readonly isFreeTier: pulumi.Output<boolean>;
|
|
296
290
|
/**
|
|
297
|
-
* (Updatable) Indicates whether the Autonomous Database has local (in-region) Data Guard enabled.
|
|
291
|
+
* (Updatable) Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
|
|
298
292
|
*/
|
|
299
293
|
readonly isLocalDataGuardEnabled: pulumi.Output<boolean>;
|
|
300
|
-
/**
|
|
301
|
-
* (Updatable) Indicates whether the Autonomous Database requires mTLS connections.
|
|
302
|
-
*/
|
|
303
294
|
readonly isMtlsConnectionRequired: pulumi.Output<boolean>;
|
|
304
295
|
/**
|
|
305
296
|
* Indicates if the Autonomous Database version is a preview version.
|
|
306
297
|
*/
|
|
307
298
|
readonly isPreview: pulumi.Output<boolean>;
|
|
308
299
|
/**
|
|
309
|
-
* If set to `TRUE`, indicates that an Autonomous Database preview version is being provisioned, and that the preview version's terms of service have been accepted. Note that preview version software is only available for
|
|
300
|
+
* If set to `TRUE`, indicates that an Autonomous Database preview version is being provisioned, and that the preview version's terms of service have been accepted. Note that preview version software is only available for Autonomous Database Serverless instances (https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/).
|
|
310
301
|
*/
|
|
311
302
|
readonly isPreviewVersionWithServiceTermsAccepted: pulumi.Output<boolean>;
|
|
312
303
|
/**
|
|
@@ -314,23 +305,19 @@ export declare class AutonomousDatabase extends pulumi.CustomResource {
|
|
|
314
305
|
*/
|
|
315
306
|
readonly isReconnectCloneEnabled: pulumi.Output<boolean>;
|
|
316
307
|
/**
|
|
317
|
-
*
|
|
308
|
+
* Indicates if the Autonomous Database is a refreshable clone.
|
|
318
309
|
*/
|
|
319
310
|
readonly isRefreshableClone: pulumi.Output<boolean>;
|
|
320
311
|
/**
|
|
321
|
-
* Indicates whether the Autonomous Database has Cross Region Data Guard enabled.
|
|
312
|
+
* Indicates whether the Autonomous Database has Cross Region Data Guard enabled. Not applicable to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
|
|
322
313
|
*/
|
|
323
314
|
readonly isRemoteDataGuardEnabled: pulumi.Output<boolean>;
|
|
324
315
|
/**
|
|
325
316
|
* If true, 7 days worth of backups are replicated across regions for Cross-Region ADB or Backup-Based DR between Primary and Standby. If false, the backups taken on the Primary are not replicated to the Standby database.
|
|
326
317
|
*/
|
|
327
318
|
readonly isReplicateAutomaticBackups: pulumi.Output<boolean>;
|
|
319
|
+
readonly isScheduleDbVersionUpgradeToEarliest: pulumi.Output<boolean>;
|
|
328
320
|
/**
|
|
329
|
-
* (Updatable) An optional property when enabled triggers the Shrinking of Autonomous Database once. To trigger Shrinking of ADB once again, this flag needs to be disabled and re-enabled again. It should not be passed during create database operation. It is only applicable on Serverless databases i.e. where `isDedicated` is false.
|
|
330
|
-
*
|
|
331
|
-
* ** IMPORTANT **
|
|
332
|
-
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
333
|
-
*
|
|
334
321
|
* @deprecated The 'is_shrink_only' field has been deprecated. Please use 'shrink_adb_trigger' instead.
|
|
335
322
|
*/
|
|
336
323
|
readonly isShrinkOnly: pulumi.Output<boolean | undefined>;
|
|
@@ -339,16 +326,13 @@ export declare class AutonomousDatabase extends pulumi.CustomResource {
|
|
|
339
326
|
*/
|
|
340
327
|
readonly keyHistoryEntries: pulumi.Output<outputs.Database.AutonomousDatabaseKeyHistoryEntry[]>;
|
|
341
328
|
/**
|
|
342
|
-
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store of Oracle Vault.
|
|
329
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store of Oracle Vault.
|
|
343
330
|
*/
|
|
344
331
|
readonly keyStoreId: pulumi.Output<string>;
|
|
345
332
|
/**
|
|
346
333
|
* The wallet name for Oracle Key Vault.
|
|
347
334
|
*/
|
|
348
335
|
readonly keyStoreWalletName: pulumi.Output<string>;
|
|
349
|
-
/**
|
|
350
|
-
* The OCID of the key version that is used in rotate key operations.
|
|
351
|
-
*/
|
|
352
336
|
readonly keyVersionId: pulumi.Output<string | undefined>;
|
|
353
337
|
/**
|
|
354
338
|
* The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
|
|
@@ -363,7 +347,9 @@ export declare class AutonomousDatabase extends pulumi.CustomResource {
|
|
|
363
347
|
*/
|
|
364
348
|
readonly kmsKeyVersionId: pulumi.Output<string>;
|
|
365
349
|
/**
|
|
366
|
-
* (Updatable) The Oracle license model that applies to the Oracle Autonomous Database. Bring your own license (BYOL) allows you to apply your current on-premises Oracle software licenses to equivalent, highly automated Oracle
|
|
350
|
+
* (Updatable) The Oracle license model that applies to the Oracle Autonomous Database. Bring your own license (BYOL) allows you to apply your current on-premises Oracle software licenses to equivalent, highly automated Oracle services in the cloud. License Included allows you to subscribe to new Oracle Database software licenses and the Oracle Database service. Note that when provisioning an [Autonomous Database on dedicated Exadata infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html), this attribute must be null. It is already set at the Autonomous Exadata Infrastructure level. When provisioning an [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) database, if a value is not specified, the system defaults the value to `BRING_YOUR_OWN_LICENSE`. Bring your own license (BYOL) also allows you to select the DB edition using the optional parameter.
|
|
351
|
+
*
|
|
352
|
+
* This cannot be updated in parallel with any of the following: cpuCoreCount, computeCount, dataStorageSizeInTBs, adminPassword, isMTLSConnectionRequired, dbWorkload, privateEndpointLabel, nsgIds, dbVersion, dbName, scheduledOperations, dbToolsDetails, or isFreeTier. It is a required field when `dbWorkload` is AJD and needs to be set to `LICENSE_INCLUDED` as AJD does not support default `licenseModel` value `BRING_YOUR_OWN_LICENSE`.
|
|
367
353
|
*/
|
|
368
354
|
readonly licenseModel: pulumi.Output<string>;
|
|
369
355
|
/**
|
|
@@ -390,16 +376,13 @@ export declare class AutonomousDatabase extends pulumi.CustomResource {
|
|
|
390
376
|
* The component chosen for maintenance.
|
|
391
377
|
*/
|
|
392
378
|
readonly maintenanceTargetComponent: pulumi.Output<string>;
|
|
393
|
-
/**
|
|
394
|
-
* (Updatable) **Deprecated.** The number of Max OCPU cores to be made available to the autonomous database with auto scaling of cpu enabled.
|
|
395
|
-
*/
|
|
396
379
|
readonly maxCpuCoreCount: pulumi.Output<number>;
|
|
397
380
|
/**
|
|
398
|
-
* The amount of memory (in GBs) enabled per
|
|
381
|
+
* The amount of memory (in GBs) enabled per ECPU or OCPU.
|
|
399
382
|
*/
|
|
400
383
|
readonly memoryPerOracleComputeUnitInGbs: pulumi.Output<number>;
|
|
401
384
|
/**
|
|
402
|
-
* The
|
|
385
|
+
* The character set for the Autonomous Database. The default is AL32UTF8. Use [List Autonomous Database Character Sets](https://docs.oracle.com/iaas/autonomous-database-serverless/doc/autonomous-character-set-selection.html) to list the allowed values for an Autonomous Database Serverless instance. For an Autonomous Database on dedicated Exadata infrastructure, the allowed values are: AL16UTF16 or UTF8.
|
|
403
386
|
*/
|
|
404
387
|
readonly ncharacterSet: pulumi.Output<string>;
|
|
405
388
|
/**
|
|
@@ -418,31 +401,29 @@ export declare class AutonomousDatabase extends pulumi.CustomResource {
|
|
|
418
401
|
/**
|
|
419
402
|
* (Updatable) The number of OCPU cores to be made available to the database.
|
|
420
403
|
*
|
|
421
|
-
*
|
|
422
|
-
* * Providing `computeModel` and `computeCount` is the preferred method for setting CPUs for both OCPU and ECPU.
|
|
423
404
|
* The following points apply:
|
|
424
|
-
* * For Autonomous Databases on
|
|
425
|
-
* * To provision 1 or more cores, you must enter an integer between 1 and the maximum number of cores available for the infrastructure shape. For example, you can provision 2 cores or 3 cores, but not 2.5 cores. This applies to Autonomous
|
|
405
|
+
* * For Autonomous Databases on Dedicated Exadata infrastructure, to provision less than 1 core, enter a fractional value in an increment of 0.1. For example, you can provision 0.3 or 0.4 cores, but not 0.35 cores. (Note that fractional OCPU values are not supported for Autonomous Database Serverless instances.)
|
|
406
|
+
* * To provision 1 or more cores, you must enter an integer between 1 and the maximum number of cores available for the infrastructure shape. For example, you can provision 2 cores or 3 cores, but not 2.5 cores. This applies to an Autonomous Database Serverless instance or an Autonomous Database on Dedicated Exadata Infrastructure.
|
|
407
|
+
* * For Autonomous Database Serverless instances, this parameter is not used.
|
|
426
408
|
*
|
|
427
|
-
* For Autonomous Databases on
|
|
409
|
+
* For Autonomous Databases on Dedicated Exadata infrastructure, the maximum number of cores is determined by the infrastructure shape. See [Characteristics of Infrastructure Shapes](https://www.oracle.com/pls/topic/lookup?ctx=en/cloud/paas/autonomous-database&id=ATPFG-GUID-B0F033C1-CC5A-42F0-B2E7-3CECFEDA1FD1) for shape details.
|
|
428
410
|
*
|
|
429
411
|
* **Note:** This parameter cannot be used with the `cpuCoreCount` parameter.
|
|
430
412
|
*/
|
|
431
413
|
readonly ocpuCount: pulumi.Output<number>;
|
|
432
414
|
/**
|
|
433
|
-
* Indicates the Autonomous Database mode. The database can be opened in `READ_ONLY` or `READ_WRITE` mode.
|
|
415
|
+
* (Updatable) Indicates the Autonomous Database mode. The database can be opened in `READ_ONLY` or `READ_WRITE` mode.
|
|
416
|
+
*
|
|
417
|
+
* This cannot be updated in parallel with any of the following: cpuCoreCount, computeCount, computeModel, adminPassword, whitelistedIps, isMTLSConnectionRequired, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, or isFreeTier.
|
|
434
418
|
*/
|
|
435
419
|
readonly openMode: pulumi.Output<string>;
|
|
436
420
|
/**
|
|
437
|
-
*
|
|
421
|
+
* Status of Operations Insights for this Autonomous Database.
|
|
438
422
|
*/
|
|
439
423
|
readonly operationsInsightsStatus: pulumi.Output<string>;
|
|
440
|
-
/**
|
|
441
|
-
* The database [OCIDs](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Disaster Recovery peer (source Primary) database, which is located in a different (remote) region from the current peer database.
|
|
442
|
-
*/
|
|
443
424
|
readonly peerDbId: pulumi.Output<string>;
|
|
444
425
|
/**
|
|
445
|
-
* The list of [OCIDs](https://docs.
|
|
426
|
+
* The list of [OCIDs](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of standby databases located in Autonomous Data Guard remote regions that are associated with the source database. Note that for Autonomous Database Serverless instances, standby databases located in the same region as the source primary database do not have OCIDs.
|
|
446
427
|
*/
|
|
447
428
|
readonly peerDbIds: pulumi.Output<string[]>;
|
|
448
429
|
/**
|
|
@@ -450,18 +431,15 @@ export declare class AutonomousDatabase extends pulumi.CustomResource {
|
|
|
450
431
|
*/
|
|
451
432
|
readonly permissionLevel: pulumi.Output<string>;
|
|
452
433
|
/**
|
|
453
|
-
* The private endpoint for the resource.
|
|
434
|
+
* The private endpoint for the resource.
|
|
454
435
|
*/
|
|
455
436
|
readonly privateEndpoint: pulumi.Output<string>;
|
|
456
437
|
/**
|
|
457
|
-
* The private endpoint Ip address for the resource.
|
|
438
|
+
* (Updatable) The private endpoint Ip address for the resource.
|
|
458
439
|
*/
|
|
459
440
|
readonly privateEndpointIp: pulumi.Output<string>;
|
|
460
441
|
/**
|
|
461
|
-
* (Updatable)
|
|
462
|
-
* * Setting the endpoint label to a non-empty string creates a private endpoint database.
|
|
463
|
-
* * Resetting the endpoint label to an empty string, after the creation of the private endpoint database, changes the private endpoint database to a public endpoint database.
|
|
464
|
-
* * Setting the endpoint label to a non-empty string value, updates to a new private endpoint database, when the database is disabled and re-enabled.
|
|
442
|
+
* (Updatable) The private endpoint label for the resource.
|
|
465
443
|
*/
|
|
466
444
|
readonly privateEndpointLabel: pulumi.Output<string>;
|
|
467
445
|
/**
|
|
@@ -504,9 +482,6 @@ export declare class AutonomousDatabase extends pulumi.CustomResource {
|
|
|
504
482
|
* The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
|
|
505
483
|
*/
|
|
506
484
|
readonly role: pulumi.Output<string>;
|
|
507
|
-
/**
|
|
508
|
-
* (Updatable) An optional property when flipped triggers rotation of KMS key. It is only applicable on dedicated databases i.e. where `isDedicated` is true.
|
|
509
|
-
*/
|
|
510
485
|
readonly rotateKeyTrigger: pulumi.Output<boolean | undefined>;
|
|
511
486
|
/**
|
|
512
487
|
* (Updatable) The list of scheduled operations. Consists of values such as dayOfWeek, scheduledStartTime, scheduledStopTime.
|
|
@@ -536,19 +511,13 @@ export declare class AutonomousDatabase extends pulumi.CustomResource {
|
|
|
536
511
|
readonly serviceConsoleUrl: pulumi.Output<string>;
|
|
537
512
|
readonly shrinkAdbTrigger: pulumi.Output<number>;
|
|
538
513
|
/**
|
|
539
|
-
* The source of the database:
|
|
540
|
-
* * Use `NONE` for creating a new Autonomous Database.
|
|
541
|
-
* * Use `DATABASE` for creating a new Autonomous Database by cloning an existing running Autonomous Database from the latest timestamp, also provide the source database OCID in the `sourceId` parameter.
|
|
542
|
-
* * Use `CROSS_REGION_DATAGUARD` to create a standby Data Guard database in another region, also provide the remote primary database OCID in the `sourceId` parameter.
|
|
543
|
-
* * Use `CLONE_TO_REFRESHABLE` for creating a refreshable clone.
|
|
514
|
+
* The source of the database: Use `NONE` for creating a new Autonomous Database. Use `DATABASE` for creating a new Autonomous Database by cloning an existing Autonomous Database. Use `CROSS_REGION_DATAGUARD` to create a standby Data Guard database in another region.
|
|
544
515
|
*
|
|
545
|
-
* For [Autonomous Database Serverless](https://docs.oracle.com/en/cloud/paas/autonomous-database/
|
|
546
|
-
* * Use `BACKUP_FROM_ID` for creating a new Autonomous Database by cloning from a specified backup. Also provide the backup OCID in the `autonomousDatabaseBackupId` parameter.
|
|
547
|
-
* * Use `BACKUP_FROM_TIMESTAMP` for creating a point-in-time Autonomous Database clone using backups. Also provide the backup timestamp in the `timestamp` parameter. For more information, see [Cloning and Moving an Autonomous Database](https://docs.oracle.com/en/cloud/paas/autonomous-database/adbsa/clone-autonomous-database.html#GUID-D771796F-5081-4CFB-A7FF-0F893EABD7BC).
|
|
516
|
+
* For [Autonomous Database Serverless instances](https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/), the following cloning options are available: Use `BACKUP_FROM_ID` for creating a new Autonomous Database from a specified backup. Use `BACKUP_FROM_TIMESTAMP` for creating a point-in-time Autonomous Database clone using backups. For more information, see [Cloning and Moving an Autonomous Database](https://docs.oracle.com/en/cloud/paas/autonomous-database/adbsa/clone-autonomous-database.html#GUID-D771796F-5081-4CFB-A7FF-0F893EABD7BC).
|
|
548
517
|
*/
|
|
549
518
|
readonly source: pulumi.Output<string>;
|
|
550
519
|
/**
|
|
551
|
-
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the source Autonomous Database that will be used to create a new
|
|
520
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the source Autonomous Database that will be used to create a new peer database for the Data Guard association.
|
|
552
521
|
*/
|
|
553
522
|
readonly sourceId: pulumi.Output<string>;
|
|
554
523
|
/**
|
|
@@ -558,12 +527,10 @@ export declare class AutonomousDatabase extends pulumi.CustomResource {
|
|
|
558
527
|
/**
|
|
559
528
|
* (Updatable) The client IP access control list (ACL). This feature is available for [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) and on Exadata Cloud@Customer. Only clients connecting from an IP address included in the ACL may access the Autonomous Database instance. If `arePrimaryWhitelistedIpsUsed` is 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer called `standbywhitelistedips`.
|
|
560
529
|
*
|
|
561
|
-
* For Autonomous Database Serverless
|
|
530
|
+
* For Autonomous Database Serverless, this is an array of CIDR (classless inter-domain routing) notations for a subnet or VCN OCID (virtual cloud network Oracle Cloud ID). Multiple IPs and VCN OCIDs should be separate strings separated by commas, but if it’s other configurations that need multiple pieces of information then its each piece is connected with semicolon (;) as a delimiter. Example: `["1.1.1.1","1.1.1.0/24","ocid1.vcn.oc1.sea.<unique_id>","ocid1.vcn.oc1.sea.<unique_id1>;1.1.1.1","ocid1.vcn.oc1.sea.<unique_id2>;1.1.0.0/16"]` For Exadata Cloud@Customer, this is an array of IP addresses or CIDR notations. Example: `["1.1.1.1","1.1.1.0/24","1.1.2.25"]`
|
|
562
531
|
*
|
|
563
532
|
* For an update operation, if you want to delete all the IPs in the ACL, use an array with a single empty string entry.
|
|
564
533
|
*
|
|
565
|
-
* If `arePrimaryWhitelistedIpsUsed` is 'TRUE' then Autonomous Database uses `whitelistedIps` primary's IP access control list (ACL) as `standbywhitelistedips` for the disaster recovery peer.
|
|
566
|
-
*
|
|
567
534
|
* This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier.
|
|
568
535
|
*/
|
|
569
536
|
readonly standbyWhitelistedIps: pulumi.Output<string[]>;
|
|
@@ -572,30 +539,25 @@ export declare class AutonomousDatabase extends pulumi.CustomResource {
|
|
|
572
539
|
*/
|
|
573
540
|
readonly state: pulumi.Output<string>;
|
|
574
541
|
/**
|
|
575
|
-
* (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet the resource is associated with.
|
|
542
|
+
* (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet the resource is associated with.
|
|
576
543
|
*
|
|
577
544
|
* **Subnet Restrictions:**
|
|
578
545
|
* * For bare metal DB systems and for single node virtual machine DB systems, do not use a subnet that overlaps with 192.168.16.16/28.
|
|
579
546
|
* * For Exadata and virtual machine 2-node RAC systems, do not use a subnet that overlaps with 192.168.128.0/20.
|
|
580
547
|
* * For Autonomous Database, setting this will disable public secure access to the database.
|
|
548
|
+
*
|
|
549
|
+
* These subnets are used by the Oracle Clusterware private interconnect on the database instance. Specifying an overlapping subnet will cause the private interconnect to malfunction. This restriction applies to both the client subnet and the backup subnet.
|
|
581
550
|
*/
|
|
582
551
|
readonly subnetId: pulumi.Output<string>;
|
|
583
552
|
/**
|
|
584
553
|
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription with which resource needs to be associated with.
|
|
585
|
-
* These subnets are used by the Oracle Clusterware private interconnect on the database instance. Specifying an overlapping subnet will cause the private interconnect to malfunction. This restriction applies to both the client subnet and the backup subnet.
|
|
586
554
|
*/
|
|
587
555
|
readonly subscriptionId: pulumi.Output<string>;
|
|
588
556
|
/**
|
|
589
557
|
* The list of regions that support the creation of an Autonomous Database clone or an Autonomous Data Guard standby database.
|
|
590
558
|
*/
|
|
591
559
|
readonly supportedRegionsToCloneTos: pulumi.Output<string[]>;
|
|
592
|
-
/**
|
|
593
|
-
* It is applicable only when `isLocalDataGuardEnabled` is true. Could be set to `PRIMARY` or `STANDBY`. Default value is `PRIMARY`.
|
|
594
|
-
*/
|
|
595
560
|
readonly switchoverTo: pulumi.Output<string | undefined>;
|
|
596
|
-
/**
|
|
597
|
-
* (Updatable) It is applicable only when `dataguardRegionType` and `role` are set, and `isDedicated` is false. For Autonomous Database Serverless instances, Data Guard associations have designated primary and standby regions, and these region types do not change when the database changes roles. It takes the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the remote peer to switchover to and the API is called from the remote region.
|
|
598
|
-
*/
|
|
599
561
|
readonly switchoverToRemotePeerId: pulumi.Output<string | undefined>;
|
|
600
562
|
/**
|
|
601
563
|
* System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
@@ -619,6 +581,14 @@ export declare class AutonomousDatabase extends pulumi.CustomResource {
|
|
|
619
581
|
* The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
|
|
620
582
|
*/
|
|
621
583
|
readonly timeDisasterRecoveryRoleChanged: pulumi.Output<string>;
|
|
584
|
+
/**
|
|
585
|
+
* The earliest(min) date and time the Autonomous Database can be scheduled to upgrade to 23ai.
|
|
586
|
+
*/
|
|
587
|
+
readonly timeEarliestAvailableDbVersionUpgrade: pulumi.Output<string>;
|
|
588
|
+
/**
|
|
589
|
+
* The max date and time the Autonomous Database can be scheduled to upgrade to 23ai.
|
|
590
|
+
*/
|
|
591
|
+
readonly timeLatestAvailableDbVersionUpgrade: pulumi.Output<string>;
|
|
622
592
|
/**
|
|
623
593
|
* The date and time that Autonomous Data Guard was enabled for an Autonomous Database where the standby was provisioned in the same region as the primary database.
|
|
624
594
|
*/
|
|
@@ -632,9 +602,12 @@ export declare class AutonomousDatabase extends pulumi.CustomResource {
|
|
|
632
602
|
*/
|
|
633
603
|
readonly timeMaintenanceEnd: pulumi.Output<string>;
|
|
634
604
|
/**
|
|
635
|
-
* The the date and time that auto-refreshing will begin for an Autonomous Database refreshable clone. This value controls only the start time for the first refresh operation. Subsequent (ongoing) refresh operations have start times controlled by the value of the `autoRefreshFrequencyInSeconds` parameter.
|
|
605
|
+
* (Updatable) The the date and time that auto-refreshing will begin for an Autonomous Database refreshable clone. This value controls only the start time for the first refresh operation. Subsequent (ongoing) refresh operations have start times controlled by the value of the `autoRefreshFrequencyInSeconds` parameter.
|
|
636
606
|
*/
|
|
637
607
|
readonly timeOfAutoRefreshStart: pulumi.Output<string>;
|
|
608
|
+
/**
|
|
609
|
+
* The time the member joined the resource pool.
|
|
610
|
+
*/
|
|
638
611
|
readonly timeOfJoiningResourcePool: pulumi.Output<string>;
|
|
639
612
|
/**
|
|
640
613
|
* The timestamp of the last failover operation.
|
|
@@ -660,6 +633,13 @@ export declare class AutonomousDatabase extends pulumi.CustomResource {
|
|
|
660
633
|
* The date and time the Always Free database will be stopped because of inactivity. If this time is reached without any database activity, the database will automatically be put into the STOPPED state.
|
|
661
634
|
*/
|
|
662
635
|
readonly timeReclamationOfFreeAutonomousDatabase: pulumi.Output<string>;
|
|
636
|
+
/**
|
|
637
|
+
* The date and time the Autonomous Database scheduled to upgrade to 23ai. Send this value along with the target dbVersion value to schedule the database version upgrade. After the upgrade is scheduled and before the scheduled upgrade time arrives, please keep the dbVersion value the same as the backend's current db_version.
|
|
638
|
+
*/
|
|
639
|
+
readonly timeScheduledDbVersionUpgrade: pulumi.Output<string>;
|
|
640
|
+
/**
|
|
641
|
+
* The date and time the Autonomous Database was most recently undeleted.
|
|
642
|
+
*/
|
|
663
643
|
readonly timeUndeleted: pulumi.Output<string>;
|
|
664
644
|
/**
|
|
665
645
|
* The time and date as an RFC3339 formatted string, e.g., 2022-01-01T12:00:00.000Z, to set the limit for a refreshable clone to be reconnected to its source database.
|
|
@@ -686,17 +666,21 @@ export declare class AutonomousDatabase extends pulumi.CustomResource {
|
|
|
686
666
|
*/
|
|
687
667
|
readonly usedDataStorageSizeInTbs: pulumi.Output<number>;
|
|
688
668
|
/**
|
|
689
|
-
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts).
|
|
669
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts). This parameter and `secretId` are required for Customer Managed Keys.
|
|
690
670
|
*/
|
|
691
671
|
readonly vaultId: pulumi.Output<string>;
|
|
692
672
|
/**
|
|
693
|
-
* (Updatable) The client IP access control list (ACL). This feature is available for
|
|
673
|
+
* (Updatable) The client IP access control list (ACL). This feature is available for [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) and on Exadata Cloud@Customer. Only clients connecting from an IP address included in the ACL may access the Autonomous Database instance. If `arePrimaryWhitelistedIpsUsed` is 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer called `standbywhitelistedips`.
|
|
694
674
|
*
|
|
695
|
-
* For Autonomous Database Serverless
|
|
675
|
+
* For Autonomous Database Serverless, this is an array of CIDR (classless inter-domain routing) notations for a subnet or VCN OCID (virtual cloud network Oracle Cloud ID). Multiple IPs and VCN OCIDs should be separate strings separated by commas, but if it’s other configurations that need multiple pieces of information then its each piece is connected with semicolon (;) as a delimiter. Example: `["1.1.1.1","1.1.1.0/24","ocid1.vcn.oc1.sea.<unique_id>","ocid1.vcn.oc1.sea.<unique_id1>;1.1.1.1","ocid1.vcn.oc1.sea.<unique_id2>;1.1.0.0/16"]` For Exadata Cloud@Customer, this is an array of IP addresses or CIDR notations. Example: `["1.1.1.1","1.1.1.0/24","1.1.2.25"]`
|
|
696
676
|
*
|
|
697
677
|
* For an update operation, if you want to delete all the IPs in the ACL, use an array with a single empty string entry.
|
|
698
678
|
*
|
|
699
679
|
* This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier. To remove all whitelisted IPs, set the field to a list with an empty string `[""]`.
|
|
680
|
+
*
|
|
681
|
+
*
|
|
682
|
+
* ** IMPORTANT **
|
|
683
|
+
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
700
684
|
*/
|
|
701
685
|
readonly whitelistedIps: pulumi.Output<string[] | undefined>;
|
|
702
686
|
/**
|
|
@@ -741,7 +725,7 @@ export interface AutonomousDatabaseState {
|
|
|
741
725
|
*/
|
|
742
726
|
autoRefreshPointLagInSeconds?: pulumi.Input<number>;
|
|
743
727
|
/**
|
|
744
|
-
* The Autonomous Container Database [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
728
|
+
* The Autonomous Container Database [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm). Used only by Autonomous Database on Dedicated Exadata Infrastructure.
|
|
745
729
|
*/
|
|
746
730
|
autonomousContainerDatabaseId?: pulumi.Input<string>;
|
|
747
731
|
/**
|
|
@@ -753,7 +737,7 @@ export interface AutonomousDatabaseState {
|
|
|
753
737
|
*/
|
|
754
738
|
autonomousDatabaseId?: pulumi.Input<string>;
|
|
755
739
|
/**
|
|
756
|
-
* The maintenance schedule type of the Autonomous Database Serverless
|
|
740
|
+
* (Updatable) The maintenance schedule type of the Autonomous Database Serverless. An EARLY maintenance schedule follows a schedule applying patches prior to the REGULAR schedule. A REGULAR maintenance schedule follows the normal cycle
|
|
757
741
|
*/
|
|
758
742
|
autonomousMaintenanceScheduleType?: pulumi.Input<string>;
|
|
759
743
|
/**
|
|
@@ -769,14 +753,18 @@ export interface AutonomousDatabaseState {
|
|
|
769
753
|
*/
|
|
770
754
|
backupConfigs?: pulumi.Input<pulumi.Input<inputs.Database.AutonomousDatabaseBackupConfig>[]>;
|
|
771
755
|
/**
|
|
772
|
-
* (Updatable) Retention period, in days, for backups
|
|
756
|
+
* (Updatable) Retention period, in days, for long-term backups
|
|
773
757
|
*/
|
|
774
758
|
backupRetentionPeriodInDays?: pulumi.Input<number>;
|
|
759
|
+
/**
|
|
760
|
+
* (Updatable) The maximum number of CPUs allowed with a Bring Your Own License (BYOL), including those used for auto-scaling, disaster recovery, tools, etc. Any CPU usage above this limit is considered as License Included and billed.
|
|
761
|
+
*/
|
|
775
762
|
byolComputeCountLimit?: pulumi.Input<number>;
|
|
776
763
|
/**
|
|
777
|
-
* The character set for the autonomous database.
|
|
764
|
+
* The character set for the autonomous database. The default is AL32UTF8. Allowed values for an Autonomous Database Serverless instance as as returned by [List Autonomous Database Character Sets](https://docs.oracle.com/iaas/autonomous-database-serverless/doc/autonomous-character-set-selection.html)
|
|
765
|
+
*
|
|
766
|
+
* For an Autonomous Database on dedicated infrastructure, the allowed values are:
|
|
778
767
|
*
|
|
779
|
-
* For an Autonomous Database on dedicated infrastructure, the allowed values are
|
|
780
768
|
* AL32UTF8, AR8ADOS710, AR8ADOS720, AR8APTEC715, AR8ARABICMACS, AR8ASMO8X, AR8ISO8859P6, AR8MSWIN1256, AR8MUSSAD768, AR8NAFITHA711, AR8NAFITHA721, AR8SAKHR706, AR8SAKHR707, AZ8ISO8859P9E, BG8MSWIN, BG8PC437S, BLT8CP921, BLT8ISO8859P13, BLT8MSWIN1257, BLT8PC775, BN8BSCII, CDN8PC863, CEL8ISO8859P14, CL8ISO8859P5, CL8ISOIR111, CL8KOI8R, CL8KOI8U, CL8MACCYRILLICS, CL8MSWIN1251, EE8ISO8859P2, EE8MACCES, EE8MACCROATIANS, EE8MSWIN1250, EE8PC852, EL8DEC, EL8ISO8859P7, EL8MACGREEKS, EL8MSWIN1253, EL8PC437S, EL8PC851, EL8PC869, ET8MSWIN923, HU8ABMOD, HU8CWI2, IN8ISCII, IS8PC861, IW8ISO8859P8, IW8MACHEBREWS, IW8MSWIN1255, IW8PC1507, JA16EUC, JA16EUCTILDE, JA16SJIS, JA16SJISTILDE, JA16VMS, KO16KSC5601, KO16KSCCS, KO16MSWIN949, LA8ISO6937, LA8PASSPORT, LT8MSWIN921, LT8PC772, LT8PC774, LV8PC1117, LV8PC8LR, LV8RST104090, N8PC865, NE8ISO8859P10, NEE8ISO8859P4, RU8BESTA, RU8PC855, RU8PC866, SE8ISO8859P3, TH8MACTHAIS, TH8TISASCII, TR8DEC, TR8MACTURKISHS, TR8MSWIN1254, TR8PC857, US7ASCII, US8PC437, UTF8, VN8MSWIN1258, VN8VN3, WE8DEC, WE8DG, WE8ISO8859P1, WE8ISO8859P15, WE8ISO8859P9, WE8MACROMAN8S, WE8MSWIN1252, WE8NCR4970, WE8NEXTSTEP, WE8PC850, WE8PC858, WE8PC860, WE8ROMAN8, ZHS16CGB231280, ZHS16GBK, ZHT16BIG5, ZHT16CCDC, ZHT16DBT, ZHT16HKSCS, ZHT16MSWIN950, ZHT32EUC, ZHT32SOPS, ZHT32TRIS
|
|
781
769
|
*/
|
|
782
770
|
characterSet?: pulumi.Input<string>;
|
|
@@ -785,7 +773,7 @@ export interface AutonomousDatabaseState {
|
|
|
785
773
|
*/
|
|
786
774
|
cloneTableSpaceLists?: pulumi.Input<pulumi.Input<number>[]>;
|
|
787
775
|
/**
|
|
788
|
-
* The Autonomous Database clone type.
|
|
776
|
+
* The Autonomous Database clone type.
|
|
789
777
|
* * `FULL` - This option creates a new database that includes all source database data.
|
|
790
778
|
* * `METADATA` - This option creates a new database that includes the source database schema and select metadata, but not the source database data.
|
|
791
779
|
*/
|
|
@@ -799,7 +787,7 @@ export interface AutonomousDatabaseState {
|
|
|
799
787
|
*/
|
|
800
788
|
compartmentId?: pulumi.Input<string>;
|
|
801
789
|
/**
|
|
802
|
-
* (Updatable) The compute amount available to the database. Minimum and maximum values depend on the compute model and whether the database is an Autonomous Database Serverless instance or an Autonomous Database on Dedicated Exadata Infrastructure.
|
|
790
|
+
* (Updatable) The compute amount (CPUs) available to the database. Minimum and maximum values depend on the compute model and whether the database is an Autonomous Database Serverless instance or an Autonomous Database on Dedicated Exadata Infrastructure. The 'ECPU' compute model requires a minimum value of one, for databases in the elastic resource pool and minimum value of two, otherwise. Required when using the `computeModel` parameter. When using `cpuCoreCount` parameter, it is an error to specify computeCount to a non-null value. Providing `computeModel` and `computeCount` is the preferred method for both OCPU and ECPU.
|
|
803
791
|
*/
|
|
804
792
|
computeCount?: pulumi.Input<number>;
|
|
805
793
|
/**
|
|
@@ -816,13 +804,8 @@ export interface AutonomousDatabaseState {
|
|
|
816
804
|
connectionUrls?: pulumi.Input<pulumi.Input<inputs.Database.AutonomousDatabaseConnectionUrl>[]>;
|
|
817
805
|
/**
|
|
818
806
|
* (Updatable) The number of CPU cores to be made available to the database. For Autonomous Databases on dedicated Exadata infrastructure, the maximum number of cores is determined by the infrastructure shape. See [Characteristics of Infrastructure Shapes](https://www.oracle.com/pls/topic/lookup?ctx=en/cloud/paas/autonomous-database&id=ATPFG-GUID-B0F033C1-CC5A-42F0-B2E7-3CECFEDA1FD1) for shape details.
|
|
807
|
+
*
|
|
819
808
|
* **Note:** This parameter cannot be used with the `ocpuCount` parameter. This input is ignored for Always Free resources.
|
|
820
|
-
* * The data type must be an *integer*.
|
|
821
|
-
* * The minimum number of cores for all types of autonomous database is *1*
|
|
822
|
-
* * The maximum number of cores is as follows:
|
|
823
|
-
* * Autonomous Database Serverless instances: The maximum number of cores is *128*.
|
|
824
|
-
* * Autonomous Databases on dedicated Exadata infrastructure: The maximum number of cores is determined by the infrastructure shape. See [Characteristics of Infrastructure Shapes](https://www.oracle.com/pls/topic/lookup?ctx=en/cloud/paas/autonomous-database&id=ATPFG-GUID-B0F033C1-CC5A-42F0-B2E7-3CECFEDA1FD1) for shape details.
|
|
825
|
-
* * Providing `computeModel` and `computeCount` is the preferred method for setting CPUs for both OCPU and ECPU.
|
|
826
809
|
*/
|
|
827
810
|
cpuCoreCount?: pulumi.Input<number>;
|
|
828
811
|
/**
|
|
@@ -842,13 +825,13 @@ export interface AutonomousDatabaseState {
|
|
|
842
825
|
*/
|
|
843
826
|
dataStorageSizeInGb?: pulumi.Input<number>;
|
|
844
827
|
/**
|
|
845
|
-
* (Updatable) The size, in terabytes, of the data volume that will be created and attached to the database. This storage can later be scaled up if needed. For Autonomous Databases on dedicated Exadata infrastructure, the maximum storage value is determined by the infrastructure shape. See [Characteristics of Infrastructure Shapes](https://www.oracle.com/pls/topic/lookup?ctx=en/cloud/paas/autonomous-database&id=ATPFG-GUID-B0F033C1-CC5A-42F0-B2E7-3CECFEDA1FD1) for shape details.
|
|
828
|
+
* (Updatable) The size, in terabytes, of the data volume that will be created and attached to the database. This storage can later be scaled up if needed. For Autonomous Databases on dedicated Exadata infrastructure, the maximum storage value is determined by the infrastructure shape. See [Characteristics of Infrastructure Shapes](https://www.oracle.com/pls/topic/lookup?ctx=en/cloud/paas/autonomous-database&id=ATPFG-GUID-B0F033C1-CC5A-42F0-B2E7-3CECFEDA1FD1) for shape details. A full Exadata service is allocated when the Autonomous Database size is set to the upper limit (384 TB).
|
|
846
829
|
*
|
|
847
830
|
* **Note:** This parameter cannot be used with the `dataStorageSizeInGBs` parameter. This input is ignored for Always Free resources.
|
|
848
831
|
*/
|
|
849
832
|
dataStorageSizeInTbs?: pulumi.Input<number>;
|
|
850
833
|
/**
|
|
851
|
-
* (Updatable) The Oracle Database Edition that applies to the Autonomous databases.
|
|
834
|
+
* (Updatable) The Oracle Database Edition that applies to the Autonomous databases. This parameter accepts options `STANDARD_EDITION` and `ENTERPRISE_EDITION`.
|
|
852
835
|
*/
|
|
853
836
|
databaseEdition?: pulumi.Input<string>;
|
|
854
837
|
/**
|
|
@@ -856,11 +839,11 @@ export interface AutonomousDatabaseState {
|
|
|
856
839
|
*/
|
|
857
840
|
databaseManagementStatus?: pulumi.Input<string>;
|
|
858
841
|
/**
|
|
859
|
-
* **Deprecated
|
|
842
|
+
* **Deprecated.** The Autonomous Data Guard region type of the Autonomous Database. For Autonomous Database Serverless, Autonomous Data Guard associations have designated primary and standby regions, and these region types do not change when the database changes roles. The standby regions in Autonomous Data Guard associations can be the same region designated as the primary region, or they can be remote regions. Certain database administrative operations may be available only in the primary region of the Autonomous Data Guard association, and cannot be performed when the database using the primary role is operating in a remote Autonomous Data Guard standby region.
|
|
860
843
|
*/
|
|
861
844
|
dataguardRegionType?: pulumi.Input<string>;
|
|
862
845
|
/**
|
|
863
|
-
* The database name. The name must begin with an alphabetic character and can contain a maximum of
|
|
846
|
+
* The database name. The name must begin with an alphabetic character and can contain a maximum of 30 alphanumeric characters. Special characters are not permitted. The database name must be unique in the tenancy. It is required in all cases except when creating a cross-region Autonomous Data Guard standby instance or a cross-region disaster recovery standby instance.
|
|
864
847
|
*/
|
|
865
848
|
dbName?: pulumi.Input<string>;
|
|
866
849
|
/**
|
|
@@ -870,7 +853,7 @@ export interface AutonomousDatabaseState {
|
|
|
870
853
|
*/
|
|
871
854
|
dbToolsDetails?: pulumi.Input<pulumi.Input<inputs.Database.AutonomousDatabaseDbToolsDetail>[]>;
|
|
872
855
|
/**
|
|
873
|
-
* (Updatable) A valid Oracle Database version for Autonomous Database.`dbWorkload` AJD
|
|
856
|
+
* (Updatable) A valid Oracle Database version for Autonomous Database.`dbWorkload` AJD is only supported for `dbVersion` `19c` and above.
|
|
874
857
|
*/
|
|
875
858
|
dbVersion?: pulumi.Input<string>;
|
|
876
859
|
/**
|
|
@@ -890,7 +873,7 @@ export interface AutonomousDatabaseState {
|
|
|
890
873
|
[key: string]: pulumi.Input<string>;
|
|
891
874
|
}>;
|
|
892
875
|
/**
|
|
893
|
-
* **Deprecated
|
|
876
|
+
* **Deprecated.** The disaster recovery (DR) region type of the Autonomous Database. For Autonomous Database Serverless instances, DR associations have designated primary and standby regions. These region types do not change when the database changes roles. The standby region in DR associations can be the same region as the primary region, or they can be in a remote regions. Some database administration operations may be available only in the primary region of the DR association, and cannot be performed when the database using the primary role is operating in a remote region.
|
|
894
877
|
*/
|
|
895
878
|
disasterRecoveryRegionType?: pulumi.Input<string>;
|
|
896
879
|
/**
|
|
@@ -901,9 +884,6 @@ export interface AutonomousDatabaseState {
|
|
|
901
884
|
* (Updatable) The user-friendly name for the Autonomous Database. The name does not have to be unique.
|
|
902
885
|
*/
|
|
903
886
|
displayName?: pulumi.Input<string>;
|
|
904
|
-
/**
|
|
905
|
-
* If omitted or set to false the provider will not delete scheduledOperations from the Autonomous Database. If set to true, provider will delete scheduledOperations from the Autonomous Database.
|
|
906
|
-
*/
|
|
907
887
|
enableDeleteScheduledOperations?: pulumi.Input<boolean>;
|
|
908
888
|
/**
|
|
909
889
|
* (Updatable) Details of the Autonomous Database encryption key.
|
|
@@ -958,35 +938,32 @@ export interface AutonomousDatabaseState {
|
|
|
958
938
|
*/
|
|
959
939
|
isDataGuardEnabled?: pulumi.Input<boolean>;
|
|
960
940
|
/**
|
|
961
|
-
* True if the database is on [dedicated Exadata infrastructure](https://docs.
|
|
941
|
+
* True if the database is on [dedicated Exadata infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html).
|
|
962
942
|
*/
|
|
963
943
|
isDedicated?: pulumi.Input<boolean>;
|
|
964
944
|
/**
|
|
965
|
-
* (Updatable) Autonomous Database for Developers are
|
|
945
|
+
* (Updatable) Autonomous Database for Developers are fixed-shape Autonomous Databases that developers can use to build and test new applications. On Serverless, these are low-cost and billed per instance, on Dedicated and Cloud@Customer there is no additional cost to create Developer databases. Developer databases come with limited resources and is not intended for large-scale testing and production deployments. When you need more compute or storage resources, you may upgrade to a full paid production database.
|
|
966
946
|
*/
|
|
967
947
|
isDevTier?: pulumi.Input<boolean>;
|
|
968
|
-
|
|
969
|
-
* If true, this will disconnect the Autonomous Database from its peer and the Autonomous Database can work permanently as a standalone database. To disconnect a cross region standby, please also provide the OCID of the standby database in the `peerDbId` parameter.
|
|
970
|
-
*/
|
|
948
|
+
isDisableDbVersionUpgradeSchedule?: pulumi.Input<boolean>;
|
|
971
949
|
isDisconnectPeer?: pulumi.Input<boolean>;
|
|
972
950
|
/**
|
|
973
|
-
* (Updatable) Indicates if this is an Always Free resource. The default value is false. Note that Always Free Autonomous Databases have 1 CPU and 20GB of memory. For Always Free databases, memory and CPU cannot be scaled.
|
|
951
|
+
* (Updatable) Indicates if this is an Always Free resource. The default value is false. Note that Always Free Autonomous Databases have 1 CPU and 20GB of memory. For Always Free databases, memory and CPU cannot be scaled.
|
|
952
|
+
*
|
|
953
|
+
* This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, whitelistedIps, isMTLSConnectionRequired, openMode, permissionLevel, privateEndpointLabel, nsgIds, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, or isLocalDataGuardEnabled When `dbWorkload` is `AJD` it cannot be `true`.
|
|
974
954
|
*/
|
|
975
955
|
isFreeTier?: pulumi.Input<boolean>;
|
|
976
956
|
/**
|
|
977
|
-
* (Updatable) Indicates whether the Autonomous Database has local (in-region) Data Guard enabled.
|
|
957
|
+
* (Updatable) Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
|
|
978
958
|
*/
|
|
979
959
|
isLocalDataGuardEnabled?: pulumi.Input<boolean>;
|
|
980
|
-
/**
|
|
981
|
-
* (Updatable) Indicates whether the Autonomous Database requires mTLS connections.
|
|
982
|
-
*/
|
|
983
960
|
isMtlsConnectionRequired?: pulumi.Input<boolean>;
|
|
984
961
|
/**
|
|
985
962
|
* Indicates if the Autonomous Database version is a preview version.
|
|
986
963
|
*/
|
|
987
964
|
isPreview?: pulumi.Input<boolean>;
|
|
988
965
|
/**
|
|
989
|
-
* If set to `TRUE`, indicates that an Autonomous Database preview version is being provisioned, and that the preview version's terms of service have been accepted. Note that preview version software is only available for
|
|
966
|
+
* If set to `TRUE`, indicates that an Autonomous Database preview version is being provisioned, and that the preview version's terms of service have been accepted. Note that preview version software is only available for Autonomous Database Serverless instances (https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/).
|
|
990
967
|
*/
|
|
991
968
|
isPreviewVersionWithServiceTermsAccepted?: pulumi.Input<boolean>;
|
|
992
969
|
/**
|
|
@@ -994,23 +971,19 @@ export interface AutonomousDatabaseState {
|
|
|
994
971
|
*/
|
|
995
972
|
isReconnectCloneEnabled?: pulumi.Input<boolean>;
|
|
996
973
|
/**
|
|
997
|
-
*
|
|
974
|
+
* Indicates if the Autonomous Database is a refreshable clone.
|
|
998
975
|
*/
|
|
999
976
|
isRefreshableClone?: pulumi.Input<boolean>;
|
|
1000
977
|
/**
|
|
1001
|
-
* Indicates whether the Autonomous Database has Cross Region Data Guard enabled.
|
|
978
|
+
* Indicates whether the Autonomous Database has Cross Region Data Guard enabled. Not applicable to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
|
|
1002
979
|
*/
|
|
1003
980
|
isRemoteDataGuardEnabled?: pulumi.Input<boolean>;
|
|
1004
981
|
/**
|
|
1005
982
|
* If true, 7 days worth of backups are replicated across regions for Cross-Region ADB or Backup-Based DR between Primary and Standby. If false, the backups taken on the Primary are not replicated to the Standby database.
|
|
1006
983
|
*/
|
|
1007
984
|
isReplicateAutomaticBackups?: pulumi.Input<boolean>;
|
|
985
|
+
isScheduleDbVersionUpgradeToEarliest?: pulumi.Input<boolean>;
|
|
1008
986
|
/**
|
|
1009
|
-
* (Updatable) An optional property when enabled triggers the Shrinking of Autonomous Database once. To trigger Shrinking of ADB once again, this flag needs to be disabled and re-enabled again. It should not be passed during create database operation. It is only applicable on Serverless databases i.e. where `isDedicated` is false.
|
|
1010
|
-
*
|
|
1011
|
-
* ** IMPORTANT **
|
|
1012
|
-
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
1013
|
-
*
|
|
1014
987
|
* @deprecated The 'is_shrink_only' field has been deprecated. Please use 'shrink_adb_trigger' instead.
|
|
1015
988
|
*/
|
|
1016
989
|
isShrinkOnly?: pulumi.Input<boolean>;
|
|
@@ -1019,16 +992,13 @@ export interface AutonomousDatabaseState {
|
|
|
1019
992
|
*/
|
|
1020
993
|
keyHistoryEntries?: pulumi.Input<pulumi.Input<inputs.Database.AutonomousDatabaseKeyHistoryEntry>[]>;
|
|
1021
994
|
/**
|
|
1022
|
-
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store of Oracle Vault.
|
|
995
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store of Oracle Vault.
|
|
1023
996
|
*/
|
|
1024
997
|
keyStoreId?: pulumi.Input<string>;
|
|
1025
998
|
/**
|
|
1026
999
|
* The wallet name for Oracle Key Vault.
|
|
1027
1000
|
*/
|
|
1028
1001
|
keyStoreWalletName?: pulumi.Input<string>;
|
|
1029
|
-
/**
|
|
1030
|
-
* The OCID of the key version that is used in rotate key operations.
|
|
1031
|
-
*/
|
|
1032
1002
|
keyVersionId?: pulumi.Input<string>;
|
|
1033
1003
|
/**
|
|
1034
1004
|
* The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
|
|
@@ -1043,7 +1013,9 @@ export interface AutonomousDatabaseState {
|
|
|
1043
1013
|
*/
|
|
1044
1014
|
kmsKeyVersionId?: pulumi.Input<string>;
|
|
1045
1015
|
/**
|
|
1046
|
-
* (Updatable) The Oracle license model that applies to the Oracle Autonomous Database. Bring your own license (BYOL) allows you to apply your current on-premises Oracle software licenses to equivalent, highly automated Oracle
|
|
1016
|
+
* (Updatable) The Oracle license model that applies to the Oracle Autonomous Database. Bring your own license (BYOL) allows you to apply your current on-premises Oracle software licenses to equivalent, highly automated Oracle services in the cloud. License Included allows you to subscribe to new Oracle Database software licenses and the Oracle Database service. Note that when provisioning an [Autonomous Database on dedicated Exadata infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html), this attribute must be null. It is already set at the Autonomous Exadata Infrastructure level. When provisioning an [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) database, if a value is not specified, the system defaults the value to `BRING_YOUR_OWN_LICENSE`. Bring your own license (BYOL) also allows you to select the DB edition using the optional parameter.
|
|
1017
|
+
*
|
|
1018
|
+
* This cannot be updated in parallel with any of the following: cpuCoreCount, computeCount, dataStorageSizeInTBs, adminPassword, isMTLSConnectionRequired, dbWorkload, privateEndpointLabel, nsgIds, dbVersion, dbName, scheduledOperations, dbToolsDetails, or isFreeTier. It is a required field when `dbWorkload` is AJD and needs to be set to `LICENSE_INCLUDED` as AJD does not support default `licenseModel` value `BRING_YOUR_OWN_LICENSE`.
|
|
1047
1019
|
*/
|
|
1048
1020
|
licenseModel?: pulumi.Input<string>;
|
|
1049
1021
|
/**
|
|
@@ -1070,16 +1042,13 @@ export interface AutonomousDatabaseState {
|
|
|
1070
1042
|
* The component chosen for maintenance.
|
|
1071
1043
|
*/
|
|
1072
1044
|
maintenanceTargetComponent?: pulumi.Input<string>;
|
|
1073
|
-
/**
|
|
1074
|
-
* (Updatable) **Deprecated.** The number of Max OCPU cores to be made available to the autonomous database with auto scaling of cpu enabled.
|
|
1075
|
-
*/
|
|
1076
1045
|
maxCpuCoreCount?: pulumi.Input<number>;
|
|
1077
1046
|
/**
|
|
1078
|
-
* The amount of memory (in GBs) enabled per
|
|
1047
|
+
* The amount of memory (in GBs) enabled per ECPU or OCPU.
|
|
1079
1048
|
*/
|
|
1080
1049
|
memoryPerOracleComputeUnitInGbs?: pulumi.Input<number>;
|
|
1081
1050
|
/**
|
|
1082
|
-
* The
|
|
1051
|
+
* The character set for the Autonomous Database. The default is AL32UTF8. Use [List Autonomous Database Character Sets](https://docs.oracle.com/iaas/autonomous-database-serverless/doc/autonomous-character-set-selection.html) to list the allowed values for an Autonomous Database Serverless instance. For an Autonomous Database on dedicated Exadata infrastructure, the allowed values are: AL16UTF16 or UTF8.
|
|
1083
1052
|
*/
|
|
1084
1053
|
ncharacterSet?: pulumi.Input<string>;
|
|
1085
1054
|
/**
|
|
@@ -1098,31 +1067,29 @@ export interface AutonomousDatabaseState {
|
|
|
1098
1067
|
/**
|
|
1099
1068
|
* (Updatable) The number of OCPU cores to be made available to the database.
|
|
1100
1069
|
*
|
|
1101
|
-
*
|
|
1102
|
-
* * Providing `computeModel` and `computeCount` is the preferred method for setting CPUs for both OCPU and ECPU.
|
|
1103
1070
|
* The following points apply:
|
|
1104
|
-
* * For Autonomous Databases on
|
|
1105
|
-
* * To provision 1 or more cores, you must enter an integer between 1 and the maximum number of cores available for the infrastructure shape. For example, you can provision 2 cores or 3 cores, but not 2.5 cores. This applies to Autonomous
|
|
1071
|
+
* * For Autonomous Databases on Dedicated Exadata infrastructure, to provision less than 1 core, enter a fractional value in an increment of 0.1. For example, you can provision 0.3 or 0.4 cores, but not 0.35 cores. (Note that fractional OCPU values are not supported for Autonomous Database Serverless instances.)
|
|
1072
|
+
* * To provision 1 or more cores, you must enter an integer between 1 and the maximum number of cores available for the infrastructure shape. For example, you can provision 2 cores or 3 cores, but not 2.5 cores. This applies to an Autonomous Database Serverless instance or an Autonomous Database on Dedicated Exadata Infrastructure.
|
|
1073
|
+
* * For Autonomous Database Serverless instances, this parameter is not used.
|
|
1106
1074
|
*
|
|
1107
|
-
* For Autonomous Databases on
|
|
1075
|
+
* For Autonomous Databases on Dedicated Exadata infrastructure, the maximum number of cores is determined by the infrastructure shape. See [Characteristics of Infrastructure Shapes](https://www.oracle.com/pls/topic/lookup?ctx=en/cloud/paas/autonomous-database&id=ATPFG-GUID-B0F033C1-CC5A-42F0-B2E7-3CECFEDA1FD1) for shape details.
|
|
1108
1076
|
*
|
|
1109
1077
|
* **Note:** This parameter cannot be used with the `cpuCoreCount` parameter.
|
|
1110
1078
|
*/
|
|
1111
1079
|
ocpuCount?: pulumi.Input<number>;
|
|
1112
1080
|
/**
|
|
1113
|
-
* Indicates the Autonomous Database mode. The database can be opened in `READ_ONLY` or `READ_WRITE` mode.
|
|
1081
|
+
* (Updatable) Indicates the Autonomous Database mode. The database can be opened in `READ_ONLY` or `READ_WRITE` mode.
|
|
1082
|
+
*
|
|
1083
|
+
* This cannot be updated in parallel with any of the following: cpuCoreCount, computeCount, computeModel, adminPassword, whitelistedIps, isMTLSConnectionRequired, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, or isFreeTier.
|
|
1114
1084
|
*/
|
|
1115
1085
|
openMode?: pulumi.Input<string>;
|
|
1116
1086
|
/**
|
|
1117
|
-
*
|
|
1087
|
+
* Status of Operations Insights for this Autonomous Database.
|
|
1118
1088
|
*/
|
|
1119
1089
|
operationsInsightsStatus?: pulumi.Input<string>;
|
|
1120
|
-
/**
|
|
1121
|
-
* The database [OCIDs](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Disaster Recovery peer (source Primary) database, which is located in a different (remote) region from the current peer database.
|
|
1122
|
-
*/
|
|
1123
1090
|
peerDbId?: pulumi.Input<string>;
|
|
1124
1091
|
/**
|
|
1125
|
-
* The list of [OCIDs](https://docs.
|
|
1092
|
+
* The list of [OCIDs](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of standby databases located in Autonomous Data Guard remote regions that are associated with the source database. Note that for Autonomous Database Serverless instances, standby databases located in the same region as the source primary database do not have OCIDs.
|
|
1126
1093
|
*/
|
|
1127
1094
|
peerDbIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
1128
1095
|
/**
|
|
@@ -1130,18 +1097,15 @@ export interface AutonomousDatabaseState {
|
|
|
1130
1097
|
*/
|
|
1131
1098
|
permissionLevel?: pulumi.Input<string>;
|
|
1132
1099
|
/**
|
|
1133
|
-
* The private endpoint for the resource.
|
|
1100
|
+
* The private endpoint for the resource.
|
|
1134
1101
|
*/
|
|
1135
1102
|
privateEndpoint?: pulumi.Input<string>;
|
|
1136
1103
|
/**
|
|
1137
|
-
* The private endpoint Ip address for the resource.
|
|
1104
|
+
* (Updatable) The private endpoint Ip address for the resource.
|
|
1138
1105
|
*/
|
|
1139
1106
|
privateEndpointIp?: pulumi.Input<string>;
|
|
1140
1107
|
/**
|
|
1141
|
-
* (Updatable)
|
|
1142
|
-
* * Setting the endpoint label to a non-empty string creates a private endpoint database.
|
|
1143
|
-
* * Resetting the endpoint label to an empty string, after the creation of the private endpoint database, changes the private endpoint database to a public endpoint database.
|
|
1144
|
-
* * Setting the endpoint label to a non-empty string value, updates to a new private endpoint database, when the database is disabled and re-enabled.
|
|
1108
|
+
* (Updatable) The private endpoint label for the resource.
|
|
1145
1109
|
*/
|
|
1146
1110
|
privateEndpointLabel?: pulumi.Input<string>;
|
|
1147
1111
|
/**
|
|
@@ -1184,9 +1148,6 @@ export interface AutonomousDatabaseState {
|
|
|
1184
1148
|
* The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
|
|
1185
1149
|
*/
|
|
1186
1150
|
role?: pulumi.Input<string>;
|
|
1187
|
-
/**
|
|
1188
|
-
* (Updatable) An optional property when flipped triggers rotation of KMS key. It is only applicable on dedicated databases i.e. where `isDedicated` is true.
|
|
1189
|
-
*/
|
|
1190
1151
|
rotateKeyTrigger?: pulumi.Input<boolean>;
|
|
1191
1152
|
/**
|
|
1192
1153
|
* (Updatable) The list of scheduled operations. Consists of values such as dayOfWeek, scheduledStartTime, scheduledStopTime.
|
|
@@ -1216,19 +1177,13 @@ export interface AutonomousDatabaseState {
|
|
|
1216
1177
|
serviceConsoleUrl?: pulumi.Input<string>;
|
|
1217
1178
|
shrinkAdbTrigger?: pulumi.Input<number>;
|
|
1218
1179
|
/**
|
|
1219
|
-
* The source of the database:
|
|
1220
|
-
* * Use `NONE` for creating a new Autonomous Database.
|
|
1221
|
-
* * Use `DATABASE` for creating a new Autonomous Database by cloning an existing running Autonomous Database from the latest timestamp, also provide the source database OCID in the `sourceId` parameter.
|
|
1222
|
-
* * Use `CROSS_REGION_DATAGUARD` to create a standby Data Guard database in another region, also provide the remote primary database OCID in the `sourceId` parameter.
|
|
1223
|
-
* * Use `CLONE_TO_REFRESHABLE` for creating a refreshable clone.
|
|
1180
|
+
* The source of the database: Use `NONE` for creating a new Autonomous Database. Use `DATABASE` for creating a new Autonomous Database by cloning an existing Autonomous Database. Use `CROSS_REGION_DATAGUARD` to create a standby Data Guard database in another region.
|
|
1224
1181
|
*
|
|
1225
|
-
* For [Autonomous Database Serverless](https://docs.oracle.com/en/cloud/paas/autonomous-database/
|
|
1226
|
-
* * Use `BACKUP_FROM_ID` for creating a new Autonomous Database by cloning from a specified backup. Also provide the backup OCID in the `autonomousDatabaseBackupId` parameter.
|
|
1227
|
-
* * Use `BACKUP_FROM_TIMESTAMP` for creating a point-in-time Autonomous Database clone using backups. Also provide the backup timestamp in the `timestamp` parameter. For more information, see [Cloning and Moving an Autonomous Database](https://docs.oracle.com/en/cloud/paas/autonomous-database/adbsa/clone-autonomous-database.html#GUID-D771796F-5081-4CFB-A7FF-0F893EABD7BC).
|
|
1182
|
+
* For [Autonomous Database Serverless instances](https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/), the following cloning options are available: Use `BACKUP_FROM_ID` for creating a new Autonomous Database from a specified backup. Use `BACKUP_FROM_TIMESTAMP` for creating a point-in-time Autonomous Database clone using backups. For more information, see [Cloning and Moving an Autonomous Database](https://docs.oracle.com/en/cloud/paas/autonomous-database/adbsa/clone-autonomous-database.html#GUID-D771796F-5081-4CFB-A7FF-0F893EABD7BC).
|
|
1228
1183
|
*/
|
|
1229
1184
|
source?: pulumi.Input<string>;
|
|
1230
1185
|
/**
|
|
1231
|
-
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the source Autonomous Database that will be used to create a new
|
|
1186
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the source Autonomous Database that will be used to create a new peer database for the Data Guard association.
|
|
1232
1187
|
*/
|
|
1233
1188
|
sourceId?: pulumi.Input<string>;
|
|
1234
1189
|
/**
|
|
@@ -1238,12 +1193,10 @@ export interface AutonomousDatabaseState {
|
|
|
1238
1193
|
/**
|
|
1239
1194
|
* (Updatable) The client IP access control list (ACL). This feature is available for [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) and on Exadata Cloud@Customer. Only clients connecting from an IP address included in the ACL may access the Autonomous Database instance. If `arePrimaryWhitelistedIpsUsed` is 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer called `standbywhitelistedips`.
|
|
1240
1195
|
*
|
|
1241
|
-
* For Autonomous Database Serverless
|
|
1196
|
+
* For Autonomous Database Serverless, this is an array of CIDR (classless inter-domain routing) notations for a subnet or VCN OCID (virtual cloud network Oracle Cloud ID). Multiple IPs and VCN OCIDs should be separate strings separated by commas, but if it’s other configurations that need multiple pieces of information then its each piece is connected with semicolon (;) as a delimiter. Example: `["1.1.1.1","1.1.1.0/24","ocid1.vcn.oc1.sea.<unique_id>","ocid1.vcn.oc1.sea.<unique_id1>;1.1.1.1","ocid1.vcn.oc1.sea.<unique_id2>;1.1.0.0/16"]` For Exadata Cloud@Customer, this is an array of IP addresses or CIDR notations. Example: `["1.1.1.1","1.1.1.0/24","1.1.2.25"]`
|
|
1242
1197
|
*
|
|
1243
1198
|
* For an update operation, if you want to delete all the IPs in the ACL, use an array with a single empty string entry.
|
|
1244
1199
|
*
|
|
1245
|
-
* If `arePrimaryWhitelistedIpsUsed` is 'TRUE' then Autonomous Database uses `whitelistedIps` primary's IP access control list (ACL) as `standbywhitelistedips` for the disaster recovery peer.
|
|
1246
|
-
*
|
|
1247
1200
|
* This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier.
|
|
1248
1201
|
*/
|
|
1249
1202
|
standbyWhitelistedIps?: pulumi.Input<pulumi.Input<string>[]>;
|
|
@@ -1252,30 +1205,25 @@ export interface AutonomousDatabaseState {
|
|
|
1252
1205
|
*/
|
|
1253
1206
|
state?: pulumi.Input<string>;
|
|
1254
1207
|
/**
|
|
1255
|
-
* (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet the resource is associated with.
|
|
1208
|
+
* (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet the resource is associated with.
|
|
1256
1209
|
*
|
|
1257
1210
|
* **Subnet Restrictions:**
|
|
1258
1211
|
* * For bare metal DB systems and for single node virtual machine DB systems, do not use a subnet that overlaps with 192.168.16.16/28.
|
|
1259
1212
|
* * For Exadata and virtual machine 2-node RAC systems, do not use a subnet that overlaps with 192.168.128.0/20.
|
|
1260
1213
|
* * For Autonomous Database, setting this will disable public secure access to the database.
|
|
1214
|
+
*
|
|
1215
|
+
* These subnets are used by the Oracle Clusterware private interconnect on the database instance. Specifying an overlapping subnet will cause the private interconnect to malfunction. This restriction applies to both the client subnet and the backup subnet.
|
|
1261
1216
|
*/
|
|
1262
1217
|
subnetId?: pulumi.Input<string>;
|
|
1263
1218
|
/**
|
|
1264
1219
|
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription with which resource needs to be associated with.
|
|
1265
|
-
* These subnets are used by the Oracle Clusterware private interconnect on the database instance. Specifying an overlapping subnet will cause the private interconnect to malfunction. This restriction applies to both the client subnet and the backup subnet.
|
|
1266
1220
|
*/
|
|
1267
1221
|
subscriptionId?: pulumi.Input<string>;
|
|
1268
1222
|
/**
|
|
1269
1223
|
* The list of regions that support the creation of an Autonomous Database clone or an Autonomous Data Guard standby database.
|
|
1270
1224
|
*/
|
|
1271
1225
|
supportedRegionsToCloneTos?: pulumi.Input<pulumi.Input<string>[]>;
|
|
1272
|
-
/**
|
|
1273
|
-
* It is applicable only when `isLocalDataGuardEnabled` is true. Could be set to `PRIMARY` or `STANDBY`. Default value is `PRIMARY`.
|
|
1274
|
-
*/
|
|
1275
1226
|
switchoverTo?: pulumi.Input<string>;
|
|
1276
|
-
/**
|
|
1277
|
-
* (Updatable) It is applicable only when `dataguardRegionType` and `role` are set, and `isDedicated` is false. For Autonomous Database Serverless instances, Data Guard associations have designated primary and standby regions, and these region types do not change when the database changes roles. It takes the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the remote peer to switchover to and the API is called from the remote region.
|
|
1278
|
-
*/
|
|
1279
1227
|
switchoverToRemotePeerId?: pulumi.Input<string>;
|
|
1280
1228
|
/**
|
|
1281
1229
|
* System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
@@ -1299,6 +1247,14 @@ export interface AutonomousDatabaseState {
|
|
|
1299
1247
|
* The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
|
|
1300
1248
|
*/
|
|
1301
1249
|
timeDisasterRecoveryRoleChanged?: pulumi.Input<string>;
|
|
1250
|
+
/**
|
|
1251
|
+
* The earliest(min) date and time the Autonomous Database can be scheduled to upgrade to 23ai.
|
|
1252
|
+
*/
|
|
1253
|
+
timeEarliestAvailableDbVersionUpgrade?: pulumi.Input<string>;
|
|
1254
|
+
/**
|
|
1255
|
+
* The max date and time the Autonomous Database can be scheduled to upgrade to 23ai.
|
|
1256
|
+
*/
|
|
1257
|
+
timeLatestAvailableDbVersionUpgrade?: pulumi.Input<string>;
|
|
1302
1258
|
/**
|
|
1303
1259
|
* The date and time that Autonomous Data Guard was enabled for an Autonomous Database where the standby was provisioned in the same region as the primary database.
|
|
1304
1260
|
*/
|
|
@@ -1312,9 +1268,12 @@ export interface AutonomousDatabaseState {
|
|
|
1312
1268
|
*/
|
|
1313
1269
|
timeMaintenanceEnd?: pulumi.Input<string>;
|
|
1314
1270
|
/**
|
|
1315
|
-
* The the date and time that auto-refreshing will begin for an Autonomous Database refreshable clone. This value controls only the start time for the first refresh operation. Subsequent (ongoing) refresh operations have start times controlled by the value of the `autoRefreshFrequencyInSeconds` parameter.
|
|
1271
|
+
* (Updatable) The the date and time that auto-refreshing will begin for an Autonomous Database refreshable clone. This value controls only the start time for the first refresh operation. Subsequent (ongoing) refresh operations have start times controlled by the value of the `autoRefreshFrequencyInSeconds` parameter.
|
|
1316
1272
|
*/
|
|
1317
1273
|
timeOfAutoRefreshStart?: pulumi.Input<string>;
|
|
1274
|
+
/**
|
|
1275
|
+
* The time the member joined the resource pool.
|
|
1276
|
+
*/
|
|
1318
1277
|
timeOfJoiningResourcePool?: pulumi.Input<string>;
|
|
1319
1278
|
/**
|
|
1320
1279
|
* The timestamp of the last failover operation.
|
|
@@ -1340,6 +1299,13 @@ export interface AutonomousDatabaseState {
|
|
|
1340
1299
|
* The date and time the Always Free database will be stopped because of inactivity. If this time is reached without any database activity, the database will automatically be put into the STOPPED state.
|
|
1341
1300
|
*/
|
|
1342
1301
|
timeReclamationOfFreeAutonomousDatabase?: pulumi.Input<string>;
|
|
1302
|
+
/**
|
|
1303
|
+
* The date and time the Autonomous Database scheduled to upgrade to 23ai. Send this value along with the target dbVersion value to schedule the database version upgrade. After the upgrade is scheduled and before the scheduled upgrade time arrives, please keep the dbVersion value the same as the backend's current db_version.
|
|
1304
|
+
*/
|
|
1305
|
+
timeScheduledDbVersionUpgrade?: pulumi.Input<string>;
|
|
1306
|
+
/**
|
|
1307
|
+
* The date and time the Autonomous Database was most recently undeleted.
|
|
1308
|
+
*/
|
|
1343
1309
|
timeUndeleted?: pulumi.Input<string>;
|
|
1344
1310
|
/**
|
|
1345
1311
|
* The time and date as an RFC3339 formatted string, e.g., 2022-01-01T12:00:00.000Z, to set the limit for a refreshable clone to be reconnected to its source database.
|
|
@@ -1366,17 +1332,21 @@ export interface AutonomousDatabaseState {
|
|
|
1366
1332
|
*/
|
|
1367
1333
|
usedDataStorageSizeInTbs?: pulumi.Input<number>;
|
|
1368
1334
|
/**
|
|
1369
|
-
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts).
|
|
1335
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts). This parameter and `secretId` are required for Customer Managed Keys.
|
|
1370
1336
|
*/
|
|
1371
1337
|
vaultId?: pulumi.Input<string>;
|
|
1372
1338
|
/**
|
|
1373
|
-
* (Updatable) The client IP access control list (ACL). This feature is available for
|
|
1339
|
+
* (Updatable) The client IP access control list (ACL). This feature is available for [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) and on Exadata Cloud@Customer. Only clients connecting from an IP address included in the ACL may access the Autonomous Database instance. If `arePrimaryWhitelistedIpsUsed` is 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer called `standbywhitelistedips`.
|
|
1374
1340
|
*
|
|
1375
|
-
* For Autonomous Database Serverless
|
|
1341
|
+
* For Autonomous Database Serverless, this is an array of CIDR (classless inter-domain routing) notations for a subnet or VCN OCID (virtual cloud network Oracle Cloud ID). Multiple IPs and VCN OCIDs should be separate strings separated by commas, but if it’s other configurations that need multiple pieces of information then its each piece is connected with semicolon (;) as a delimiter. Example: `["1.1.1.1","1.1.1.0/24","ocid1.vcn.oc1.sea.<unique_id>","ocid1.vcn.oc1.sea.<unique_id1>;1.1.1.1","ocid1.vcn.oc1.sea.<unique_id2>;1.1.0.0/16"]` For Exadata Cloud@Customer, this is an array of IP addresses or CIDR notations. Example: `["1.1.1.1","1.1.1.0/24","1.1.2.25"]`
|
|
1376
1342
|
*
|
|
1377
1343
|
* For an update operation, if you want to delete all the IPs in the ACL, use an array with a single empty string entry.
|
|
1378
1344
|
*
|
|
1379
1345
|
* This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier. To remove all whitelisted IPs, set the field to a list with an empty string `[""]`.
|
|
1346
|
+
*
|
|
1347
|
+
*
|
|
1348
|
+
* ** IMPORTANT **
|
|
1349
|
+
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
1380
1350
|
*/
|
|
1381
1351
|
whitelistedIps?: pulumi.Input<pulumi.Input<string>[]>;
|
|
1382
1352
|
}
|
|
@@ -1401,7 +1371,7 @@ export interface AutonomousDatabaseArgs {
|
|
|
1401
1371
|
*/
|
|
1402
1372
|
autoRefreshPointLagInSeconds?: pulumi.Input<number>;
|
|
1403
1373
|
/**
|
|
1404
|
-
* The Autonomous Container Database [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
1374
|
+
* The Autonomous Container Database [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm). Used only by Autonomous Database on Dedicated Exadata Infrastructure.
|
|
1405
1375
|
*/
|
|
1406
1376
|
autonomousContainerDatabaseId?: pulumi.Input<string>;
|
|
1407
1377
|
/**
|
|
@@ -1413,18 +1383,22 @@ export interface AutonomousDatabaseArgs {
|
|
|
1413
1383
|
*/
|
|
1414
1384
|
autonomousDatabaseId?: pulumi.Input<string>;
|
|
1415
1385
|
/**
|
|
1416
|
-
* The maintenance schedule type of the Autonomous Database Serverless
|
|
1386
|
+
* (Updatable) The maintenance schedule type of the Autonomous Database Serverless. An EARLY maintenance schedule follows a schedule applying patches prior to the REGULAR schedule. A REGULAR maintenance schedule follows the normal cycle
|
|
1417
1387
|
*/
|
|
1418
1388
|
autonomousMaintenanceScheduleType?: pulumi.Input<string>;
|
|
1419
1389
|
/**
|
|
1420
|
-
* (Updatable) Retention period, in days, for backups
|
|
1390
|
+
* (Updatable) Retention period, in days, for long-term backups
|
|
1421
1391
|
*/
|
|
1422
1392
|
backupRetentionPeriodInDays?: pulumi.Input<number>;
|
|
1393
|
+
/**
|
|
1394
|
+
* (Updatable) The maximum number of CPUs allowed with a Bring Your Own License (BYOL), including those used for auto-scaling, disaster recovery, tools, etc. Any CPU usage above this limit is considered as License Included and billed.
|
|
1395
|
+
*/
|
|
1423
1396
|
byolComputeCountLimit?: pulumi.Input<number>;
|
|
1424
1397
|
/**
|
|
1425
|
-
* The character set for the autonomous database.
|
|
1398
|
+
* The character set for the autonomous database. The default is AL32UTF8. Allowed values for an Autonomous Database Serverless instance as as returned by [List Autonomous Database Character Sets](https://docs.oracle.com/iaas/autonomous-database-serverless/doc/autonomous-character-set-selection.html)
|
|
1399
|
+
*
|
|
1400
|
+
* For an Autonomous Database on dedicated infrastructure, the allowed values are:
|
|
1426
1401
|
*
|
|
1427
|
-
* For an Autonomous Database on dedicated infrastructure, the allowed values are
|
|
1428
1402
|
* AL32UTF8, AR8ADOS710, AR8ADOS720, AR8APTEC715, AR8ARABICMACS, AR8ASMO8X, AR8ISO8859P6, AR8MSWIN1256, AR8MUSSAD768, AR8NAFITHA711, AR8NAFITHA721, AR8SAKHR706, AR8SAKHR707, AZ8ISO8859P9E, BG8MSWIN, BG8PC437S, BLT8CP921, BLT8ISO8859P13, BLT8MSWIN1257, BLT8PC775, BN8BSCII, CDN8PC863, CEL8ISO8859P14, CL8ISO8859P5, CL8ISOIR111, CL8KOI8R, CL8KOI8U, CL8MACCYRILLICS, CL8MSWIN1251, EE8ISO8859P2, EE8MACCES, EE8MACCROATIANS, EE8MSWIN1250, EE8PC852, EL8DEC, EL8ISO8859P7, EL8MACGREEKS, EL8MSWIN1253, EL8PC437S, EL8PC851, EL8PC869, ET8MSWIN923, HU8ABMOD, HU8CWI2, IN8ISCII, IS8PC861, IW8ISO8859P8, IW8MACHEBREWS, IW8MSWIN1255, IW8PC1507, JA16EUC, JA16EUCTILDE, JA16SJIS, JA16SJISTILDE, JA16VMS, KO16KSC5601, KO16KSCCS, KO16MSWIN949, LA8ISO6937, LA8PASSPORT, LT8MSWIN921, LT8PC772, LT8PC774, LV8PC1117, LV8PC8LR, LV8RST104090, N8PC865, NE8ISO8859P10, NEE8ISO8859P4, RU8BESTA, RU8PC855, RU8PC866, SE8ISO8859P3, TH8MACTHAIS, TH8TISASCII, TR8DEC, TR8MACTURKISHS, TR8MSWIN1254, TR8PC857, US7ASCII, US8PC437, UTF8, VN8MSWIN1258, VN8VN3, WE8DEC, WE8DG, WE8ISO8859P1, WE8ISO8859P15, WE8ISO8859P9, WE8MACROMAN8S, WE8MSWIN1252, WE8NCR4970, WE8NEXTSTEP, WE8PC850, WE8PC858, WE8PC860, WE8ROMAN8, ZHS16CGB231280, ZHS16GBK, ZHT16BIG5, ZHT16CCDC, ZHT16DBT, ZHT16HKSCS, ZHT16MSWIN950, ZHT32EUC, ZHT32SOPS, ZHT32TRIS
|
|
1429
1403
|
*/
|
|
1430
1404
|
characterSet?: pulumi.Input<string>;
|
|
@@ -1433,7 +1407,7 @@ export interface AutonomousDatabaseArgs {
|
|
|
1433
1407
|
*/
|
|
1434
1408
|
cloneTableSpaceLists?: pulumi.Input<pulumi.Input<number>[]>;
|
|
1435
1409
|
/**
|
|
1436
|
-
* The Autonomous Database clone type.
|
|
1410
|
+
* The Autonomous Database clone type.
|
|
1437
1411
|
* * `FULL` - This option creates a new database that includes all source database data.
|
|
1438
1412
|
* * `METADATA` - This option creates a new database that includes the source database schema and select metadata, but not the source database data.
|
|
1439
1413
|
*/
|
|
@@ -1443,7 +1417,7 @@ export interface AutonomousDatabaseArgs {
|
|
|
1443
1417
|
*/
|
|
1444
1418
|
compartmentId: pulumi.Input<string>;
|
|
1445
1419
|
/**
|
|
1446
|
-
* (Updatable) The compute amount available to the database. Minimum and maximum values depend on the compute model and whether the database is an Autonomous Database Serverless instance or an Autonomous Database on Dedicated Exadata Infrastructure.
|
|
1420
|
+
* (Updatable) The compute amount (CPUs) available to the database. Minimum and maximum values depend on the compute model and whether the database is an Autonomous Database Serverless instance or an Autonomous Database on Dedicated Exadata Infrastructure. The 'ECPU' compute model requires a minimum value of one, for databases in the elastic resource pool and minimum value of two, otherwise. Required when using the `computeModel` parameter. When using `cpuCoreCount` parameter, it is an error to specify computeCount to a non-null value. Providing `computeModel` and `computeCount` is the preferred method for both OCPU and ECPU.
|
|
1447
1421
|
*/
|
|
1448
1422
|
computeCount?: pulumi.Input<number>;
|
|
1449
1423
|
/**
|
|
@@ -1452,13 +1426,8 @@ export interface AutonomousDatabaseArgs {
|
|
|
1452
1426
|
computeModel?: pulumi.Input<string>;
|
|
1453
1427
|
/**
|
|
1454
1428
|
* (Updatable) The number of CPU cores to be made available to the database. For Autonomous Databases on dedicated Exadata infrastructure, the maximum number of cores is determined by the infrastructure shape. See [Characteristics of Infrastructure Shapes](https://www.oracle.com/pls/topic/lookup?ctx=en/cloud/paas/autonomous-database&id=ATPFG-GUID-B0F033C1-CC5A-42F0-B2E7-3CECFEDA1FD1) for shape details.
|
|
1429
|
+
*
|
|
1455
1430
|
* **Note:** This parameter cannot be used with the `ocpuCount` parameter. This input is ignored for Always Free resources.
|
|
1456
|
-
* * The data type must be an *integer*.
|
|
1457
|
-
* * The minimum number of cores for all types of autonomous database is *1*
|
|
1458
|
-
* * The maximum number of cores is as follows:
|
|
1459
|
-
* * Autonomous Database Serverless instances: The maximum number of cores is *128*.
|
|
1460
|
-
* * Autonomous Databases on dedicated Exadata infrastructure: The maximum number of cores is determined by the infrastructure shape. See [Characteristics of Infrastructure Shapes](https://www.oracle.com/pls/topic/lookup?ctx=en/cloud/paas/autonomous-database&id=ATPFG-GUID-B0F033C1-CC5A-42F0-B2E7-3CECFEDA1FD1) for shape details.
|
|
1461
|
-
* * Providing `computeModel` and `computeCount` is the preferred method for setting CPUs for both OCPU and ECPU.
|
|
1462
1431
|
*/
|
|
1463
1432
|
cpuCoreCount?: pulumi.Input<number>;
|
|
1464
1433
|
/**
|
|
@@ -1478,13 +1447,13 @@ export interface AutonomousDatabaseArgs {
|
|
|
1478
1447
|
*/
|
|
1479
1448
|
dataStorageSizeInGb?: pulumi.Input<number>;
|
|
1480
1449
|
/**
|
|
1481
|
-
* (Updatable) The size, in terabytes, of the data volume that will be created and attached to the database. This storage can later be scaled up if needed. For Autonomous Databases on dedicated Exadata infrastructure, the maximum storage value is determined by the infrastructure shape. See [Characteristics of Infrastructure Shapes](https://www.oracle.com/pls/topic/lookup?ctx=en/cloud/paas/autonomous-database&id=ATPFG-GUID-B0F033C1-CC5A-42F0-B2E7-3CECFEDA1FD1) for shape details.
|
|
1450
|
+
* (Updatable) The size, in terabytes, of the data volume that will be created and attached to the database. This storage can later be scaled up if needed. For Autonomous Databases on dedicated Exadata infrastructure, the maximum storage value is determined by the infrastructure shape. See [Characteristics of Infrastructure Shapes](https://www.oracle.com/pls/topic/lookup?ctx=en/cloud/paas/autonomous-database&id=ATPFG-GUID-B0F033C1-CC5A-42F0-B2E7-3CECFEDA1FD1) for shape details. A full Exadata service is allocated when the Autonomous Database size is set to the upper limit (384 TB).
|
|
1482
1451
|
*
|
|
1483
1452
|
* **Note:** This parameter cannot be used with the `dataStorageSizeInGBs` parameter. This input is ignored for Always Free resources.
|
|
1484
1453
|
*/
|
|
1485
1454
|
dataStorageSizeInTbs?: pulumi.Input<number>;
|
|
1486
1455
|
/**
|
|
1487
|
-
* (Updatable) The Oracle Database Edition that applies to the Autonomous databases.
|
|
1456
|
+
* (Updatable) The Oracle Database Edition that applies to the Autonomous databases. This parameter accepts options `STANDARD_EDITION` and `ENTERPRISE_EDITION`.
|
|
1488
1457
|
*/
|
|
1489
1458
|
databaseEdition?: pulumi.Input<string>;
|
|
1490
1459
|
/**
|
|
@@ -1492,7 +1461,7 @@ export interface AutonomousDatabaseArgs {
|
|
|
1492
1461
|
*/
|
|
1493
1462
|
databaseManagementStatus?: pulumi.Input<string>;
|
|
1494
1463
|
/**
|
|
1495
|
-
* The database name. The name must begin with an alphabetic character and can contain a maximum of
|
|
1464
|
+
* The database name. The name must begin with an alphabetic character and can contain a maximum of 30 alphanumeric characters. Special characters are not permitted. The database name must be unique in the tenancy. It is required in all cases except when creating a cross-region Autonomous Data Guard standby instance or a cross-region disaster recovery standby instance.
|
|
1496
1465
|
*/
|
|
1497
1466
|
dbName: pulumi.Input<string>;
|
|
1498
1467
|
/**
|
|
@@ -1502,7 +1471,7 @@ export interface AutonomousDatabaseArgs {
|
|
|
1502
1471
|
*/
|
|
1503
1472
|
dbToolsDetails?: pulumi.Input<pulumi.Input<inputs.Database.AutonomousDatabaseDbToolsDetail>[]>;
|
|
1504
1473
|
/**
|
|
1505
|
-
* (Updatable) A valid Oracle Database version for Autonomous Database.`dbWorkload` AJD
|
|
1474
|
+
* (Updatable) A valid Oracle Database version for Autonomous Database.`dbWorkload` AJD is only supported for `dbVersion` `19c` and above.
|
|
1506
1475
|
*/
|
|
1507
1476
|
dbVersion?: pulumi.Input<string>;
|
|
1508
1477
|
/**
|
|
@@ -1529,9 +1498,6 @@ export interface AutonomousDatabaseArgs {
|
|
|
1529
1498
|
* (Updatable) The user-friendly name for the Autonomous Database. The name does not have to be unique.
|
|
1530
1499
|
*/
|
|
1531
1500
|
displayName?: pulumi.Input<string>;
|
|
1532
|
-
/**
|
|
1533
|
-
* If omitted or set to false the provider will not delete scheduledOperations from the Autonomous Database. If set to true, provider will delete scheduledOperations from the Autonomous Database.
|
|
1534
|
-
*/
|
|
1535
1501
|
enableDeleteScheduledOperations?: pulumi.Input<boolean>;
|
|
1536
1502
|
/**
|
|
1537
1503
|
* (Updatable) Details of the Autonomous Database encryption key.
|
|
@@ -1570,60 +1536,52 @@ export interface AutonomousDatabaseArgs {
|
|
|
1570
1536
|
*/
|
|
1571
1537
|
isDataGuardEnabled?: pulumi.Input<boolean>;
|
|
1572
1538
|
/**
|
|
1573
|
-
* True if the database is on [dedicated Exadata infrastructure](https://docs.
|
|
1539
|
+
* True if the database is on [dedicated Exadata infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html).
|
|
1574
1540
|
*/
|
|
1575
1541
|
isDedicated?: pulumi.Input<boolean>;
|
|
1576
1542
|
/**
|
|
1577
|
-
* (Updatable) Autonomous Database for Developers are
|
|
1543
|
+
* (Updatable) Autonomous Database for Developers are fixed-shape Autonomous Databases that developers can use to build and test new applications. On Serverless, these are low-cost and billed per instance, on Dedicated and Cloud@Customer there is no additional cost to create Developer databases. Developer databases come with limited resources and is not intended for large-scale testing and production deployments. When you need more compute or storage resources, you may upgrade to a full paid production database.
|
|
1578
1544
|
*/
|
|
1579
1545
|
isDevTier?: pulumi.Input<boolean>;
|
|
1580
|
-
|
|
1581
|
-
* If true, this will disconnect the Autonomous Database from its peer and the Autonomous Database can work permanently as a standalone database. To disconnect a cross region standby, please also provide the OCID of the standby database in the `peerDbId` parameter.
|
|
1582
|
-
*/
|
|
1546
|
+
isDisableDbVersionUpgradeSchedule?: pulumi.Input<boolean>;
|
|
1583
1547
|
isDisconnectPeer?: pulumi.Input<boolean>;
|
|
1584
1548
|
/**
|
|
1585
|
-
* (Updatable) Indicates if this is an Always Free resource. The default value is false. Note that Always Free Autonomous Databases have 1 CPU and 20GB of memory. For Always Free databases, memory and CPU cannot be scaled.
|
|
1549
|
+
* (Updatable) Indicates if this is an Always Free resource. The default value is false. Note that Always Free Autonomous Databases have 1 CPU and 20GB of memory. For Always Free databases, memory and CPU cannot be scaled.
|
|
1550
|
+
*
|
|
1551
|
+
* This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, whitelistedIps, isMTLSConnectionRequired, openMode, permissionLevel, privateEndpointLabel, nsgIds, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, or isLocalDataGuardEnabled When `dbWorkload` is `AJD` it cannot be `true`.
|
|
1586
1552
|
*/
|
|
1587
1553
|
isFreeTier?: pulumi.Input<boolean>;
|
|
1588
1554
|
/**
|
|
1589
|
-
* (Updatable) Indicates whether the Autonomous Database has local (in-region) Data Guard enabled.
|
|
1555
|
+
* (Updatable) Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
|
|
1590
1556
|
*/
|
|
1591
1557
|
isLocalDataGuardEnabled?: pulumi.Input<boolean>;
|
|
1592
|
-
/**
|
|
1593
|
-
* (Updatable) Indicates whether the Autonomous Database requires mTLS connections.
|
|
1594
|
-
*/
|
|
1595
1558
|
isMtlsConnectionRequired?: pulumi.Input<boolean>;
|
|
1596
1559
|
/**
|
|
1597
|
-
* If set to `TRUE`, indicates that an Autonomous Database preview version is being provisioned, and that the preview version's terms of service have been accepted. Note that preview version software is only available for
|
|
1560
|
+
* If set to `TRUE`, indicates that an Autonomous Database preview version is being provisioned, and that the preview version's terms of service have been accepted. Note that preview version software is only available for Autonomous Database Serverless instances (https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/).
|
|
1598
1561
|
*/
|
|
1599
1562
|
isPreviewVersionWithServiceTermsAccepted?: pulumi.Input<boolean>;
|
|
1600
1563
|
/**
|
|
1601
|
-
*
|
|
1564
|
+
* Indicates if the Autonomous Database is a refreshable clone.
|
|
1602
1565
|
*/
|
|
1603
1566
|
isRefreshableClone?: pulumi.Input<boolean>;
|
|
1604
1567
|
/**
|
|
1605
1568
|
* If true, 7 days worth of backups are replicated across regions for Cross-Region ADB or Backup-Based DR between Primary and Standby. If false, the backups taken on the Primary are not replicated to the Standby database.
|
|
1606
1569
|
*/
|
|
1607
1570
|
isReplicateAutomaticBackups?: pulumi.Input<boolean>;
|
|
1571
|
+
isScheduleDbVersionUpgradeToEarliest?: pulumi.Input<boolean>;
|
|
1608
1572
|
/**
|
|
1609
|
-
* (Updatable) An optional property when enabled triggers the Shrinking of Autonomous Database once. To trigger Shrinking of ADB once again, this flag needs to be disabled and re-enabled again. It should not be passed during create database operation. It is only applicable on Serverless databases i.e. where `isDedicated` is false.
|
|
1610
|
-
*
|
|
1611
|
-
* ** IMPORTANT **
|
|
1612
|
-
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
1613
|
-
*
|
|
1614
1573
|
* @deprecated The 'is_shrink_only' field has been deprecated. Please use 'shrink_adb_trigger' instead.
|
|
1615
1574
|
*/
|
|
1616
1575
|
isShrinkOnly?: pulumi.Input<boolean>;
|
|
1617
|
-
/**
|
|
1618
|
-
* The OCID of the key version that is used in rotate key operations.
|
|
1619
|
-
*/
|
|
1620
1576
|
keyVersionId?: pulumi.Input<string>;
|
|
1621
1577
|
/**
|
|
1622
1578
|
* The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
|
|
1623
1579
|
*/
|
|
1624
1580
|
kmsKeyId?: pulumi.Input<string>;
|
|
1625
1581
|
/**
|
|
1626
|
-
* (Updatable) The Oracle license model that applies to the Oracle Autonomous Database. Bring your own license (BYOL) allows you to apply your current on-premises Oracle software licenses to equivalent, highly automated Oracle
|
|
1582
|
+
* (Updatable) The Oracle license model that applies to the Oracle Autonomous Database. Bring your own license (BYOL) allows you to apply your current on-premises Oracle software licenses to equivalent, highly automated Oracle services in the cloud. License Included allows you to subscribe to new Oracle Database software licenses and the Oracle Database service. Note that when provisioning an [Autonomous Database on dedicated Exadata infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html), this attribute must be null. It is already set at the Autonomous Exadata Infrastructure level. When provisioning an [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) database, if a value is not specified, the system defaults the value to `BRING_YOUR_OWN_LICENSE`. Bring your own license (BYOL) also allows you to select the DB edition using the optional parameter.
|
|
1583
|
+
*
|
|
1584
|
+
* This cannot be updated in parallel with any of the following: cpuCoreCount, computeCount, dataStorageSizeInTBs, adminPassword, isMTLSConnectionRequired, dbWorkload, privateEndpointLabel, nsgIds, dbVersion, dbName, scheduledOperations, dbToolsDetails, or isFreeTier. It is a required field when `dbWorkload` is AJD and needs to be set to `LICENSE_INCLUDED` as AJD does not support default `licenseModel` value `BRING_YOUR_OWN_LICENSE`.
|
|
1627
1585
|
*/
|
|
1628
1586
|
licenseModel?: pulumi.Input<string>;
|
|
1629
1587
|
/**
|
|
@@ -1634,12 +1592,9 @@ export interface AutonomousDatabaseArgs {
|
|
|
1634
1592
|
* Details for the long-term backup schedule.
|
|
1635
1593
|
*/
|
|
1636
1594
|
longTermBackupSchedules?: pulumi.Input<pulumi.Input<inputs.Database.AutonomousDatabaseLongTermBackupSchedule>[]>;
|
|
1637
|
-
/**
|
|
1638
|
-
* (Updatable) **Deprecated.** The number of Max OCPU cores to be made available to the autonomous database with auto scaling of cpu enabled.
|
|
1639
|
-
*/
|
|
1640
1595
|
maxCpuCoreCount?: pulumi.Input<number>;
|
|
1641
1596
|
/**
|
|
1642
|
-
* The
|
|
1597
|
+
* The character set for the Autonomous Database. The default is AL32UTF8. Use [List Autonomous Database Character Sets](https://docs.oracle.com/iaas/autonomous-database-serverless/doc/autonomous-character-set-selection.html) to list the allowed values for an Autonomous Database Serverless instance. For an Autonomous Database on dedicated Exadata infrastructure, the allowed values are: AL16UTF16 or UTF8.
|
|
1643
1598
|
*/
|
|
1644
1599
|
ncharacterSet?: pulumi.Input<string>;
|
|
1645
1600
|
/**
|
|
@@ -1650,42 +1605,37 @@ export interface AutonomousDatabaseArgs {
|
|
|
1650
1605
|
/**
|
|
1651
1606
|
* (Updatable) The number of OCPU cores to be made available to the database.
|
|
1652
1607
|
*
|
|
1653
|
-
*
|
|
1654
|
-
* * Providing `computeModel` and `computeCount` is the preferred method for setting CPUs for both OCPU and ECPU.
|
|
1655
1608
|
* The following points apply:
|
|
1656
|
-
* * For Autonomous Databases on
|
|
1657
|
-
* * To provision 1 or more cores, you must enter an integer between 1 and the maximum number of cores available for the infrastructure shape. For example, you can provision 2 cores or 3 cores, but not 2.5 cores. This applies to Autonomous
|
|
1609
|
+
* * For Autonomous Databases on Dedicated Exadata infrastructure, to provision less than 1 core, enter a fractional value in an increment of 0.1. For example, you can provision 0.3 or 0.4 cores, but not 0.35 cores. (Note that fractional OCPU values are not supported for Autonomous Database Serverless instances.)
|
|
1610
|
+
* * To provision 1 or more cores, you must enter an integer between 1 and the maximum number of cores available for the infrastructure shape. For example, you can provision 2 cores or 3 cores, but not 2.5 cores. This applies to an Autonomous Database Serverless instance or an Autonomous Database on Dedicated Exadata Infrastructure.
|
|
1611
|
+
* * For Autonomous Database Serverless instances, this parameter is not used.
|
|
1658
1612
|
*
|
|
1659
|
-
* For Autonomous Databases on
|
|
1613
|
+
* For Autonomous Databases on Dedicated Exadata infrastructure, the maximum number of cores is determined by the infrastructure shape. See [Characteristics of Infrastructure Shapes](https://www.oracle.com/pls/topic/lookup?ctx=en/cloud/paas/autonomous-database&id=ATPFG-GUID-B0F033C1-CC5A-42F0-B2E7-3CECFEDA1FD1) for shape details.
|
|
1660
1614
|
*
|
|
1661
1615
|
* **Note:** This parameter cannot be used with the `cpuCoreCount` parameter.
|
|
1662
1616
|
*/
|
|
1663
1617
|
ocpuCount?: pulumi.Input<number>;
|
|
1664
1618
|
/**
|
|
1665
|
-
* Indicates the Autonomous Database mode. The database can be opened in `READ_ONLY` or `READ_WRITE` mode.
|
|
1619
|
+
* (Updatable) Indicates the Autonomous Database mode. The database can be opened in `READ_ONLY` or `READ_WRITE` mode.
|
|
1620
|
+
*
|
|
1621
|
+
* This cannot be updated in parallel with any of the following: cpuCoreCount, computeCount, computeModel, adminPassword, whitelistedIps, isMTLSConnectionRequired, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, or isFreeTier.
|
|
1666
1622
|
*/
|
|
1667
1623
|
openMode?: pulumi.Input<string>;
|
|
1668
1624
|
/**
|
|
1669
|
-
*
|
|
1625
|
+
* Status of Operations Insights for this Autonomous Database.
|
|
1670
1626
|
*/
|
|
1671
1627
|
operationsInsightsStatus?: pulumi.Input<string>;
|
|
1672
|
-
/**
|
|
1673
|
-
* The database [OCIDs](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Disaster Recovery peer (source Primary) database, which is located in a different (remote) region from the current peer database.
|
|
1674
|
-
*/
|
|
1675
1628
|
peerDbId?: pulumi.Input<string>;
|
|
1676
1629
|
/**
|
|
1677
1630
|
* The Autonomous Database permission level. Restricted mode allows access only by admin users.
|
|
1678
1631
|
*/
|
|
1679
1632
|
permissionLevel?: pulumi.Input<string>;
|
|
1680
1633
|
/**
|
|
1681
|
-
* The private endpoint Ip address for the resource.
|
|
1634
|
+
* (Updatable) The private endpoint Ip address for the resource.
|
|
1682
1635
|
*/
|
|
1683
1636
|
privateEndpointIp?: pulumi.Input<string>;
|
|
1684
1637
|
/**
|
|
1685
|
-
* (Updatable)
|
|
1686
|
-
* * Setting the endpoint label to a non-empty string creates a private endpoint database.
|
|
1687
|
-
* * Resetting the endpoint label to an empty string, after the creation of the private endpoint database, changes the private endpoint database to a public endpoint database.
|
|
1688
|
-
* * Setting the endpoint label to a non-empty string value, updates to a new private endpoint database, when the database is disabled and re-enabled.
|
|
1638
|
+
* (Updatable) The private endpoint label for the resource.
|
|
1689
1639
|
*/
|
|
1690
1640
|
privateEndpointLabel?: pulumi.Input<string>;
|
|
1691
1641
|
/**
|
|
@@ -1704,9 +1654,6 @@ export interface AutonomousDatabaseArgs {
|
|
|
1704
1654
|
* (Updatable) The configuration details for resource pool
|
|
1705
1655
|
*/
|
|
1706
1656
|
resourcePoolSummary?: pulumi.Input<inputs.Database.AutonomousDatabaseResourcePoolSummary>;
|
|
1707
|
-
/**
|
|
1708
|
-
* (Updatable) An optional property when flipped triggers rotation of KMS key. It is only applicable on dedicated databases i.e. where `isDedicated` is true.
|
|
1709
|
-
*/
|
|
1710
1657
|
rotateKeyTrigger?: pulumi.Input<boolean>;
|
|
1711
1658
|
/**
|
|
1712
1659
|
* (Updatable) The list of scheduled operations. Consists of values such as dayOfWeek, scheduledStartTime, scheduledStopTime.
|
|
@@ -1732,30 +1679,22 @@ export interface AutonomousDatabaseArgs {
|
|
|
1732
1679
|
}>;
|
|
1733
1680
|
shrinkAdbTrigger?: pulumi.Input<number>;
|
|
1734
1681
|
/**
|
|
1735
|
-
* The source of the database:
|
|
1736
|
-
* * Use `NONE` for creating a new Autonomous Database.
|
|
1737
|
-
* * Use `DATABASE` for creating a new Autonomous Database by cloning an existing running Autonomous Database from the latest timestamp, also provide the source database OCID in the `sourceId` parameter.
|
|
1738
|
-
* * Use `CROSS_REGION_DATAGUARD` to create a standby Data Guard database in another region, also provide the remote primary database OCID in the `sourceId` parameter.
|
|
1739
|
-
* * Use `CLONE_TO_REFRESHABLE` for creating a refreshable clone.
|
|
1682
|
+
* The source of the database: Use `NONE` for creating a new Autonomous Database. Use `DATABASE` for creating a new Autonomous Database by cloning an existing Autonomous Database. Use `CROSS_REGION_DATAGUARD` to create a standby Data Guard database in another region.
|
|
1740
1683
|
*
|
|
1741
|
-
* For [Autonomous Database Serverless](https://docs.oracle.com/en/cloud/paas/autonomous-database/
|
|
1742
|
-
* * Use `BACKUP_FROM_ID` for creating a new Autonomous Database by cloning from a specified backup. Also provide the backup OCID in the `autonomousDatabaseBackupId` parameter.
|
|
1743
|
-
* * Use `BACKUP_FROM_TIMESTAMP` for creating a point-in-time Autonomous Database clone using backups. Also provide the backup timestamp in the `timestamp` parameter. For more information, see [Cloning and Moving an Autonomous Database](https://docs.oracle.com/en/cloud/paas/autonomous-database/adbsa/clone-autonomous-database.html#GUID-D771796F-5081-4CFB-A7FF-0F893EABD7BC).
|
|
1684
|
+
* For [Autonomous Database Serverless instances](https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/), the following cloning options are available: Use `BACKUP_FROM_ID` for creating a new Autonomous Database from a specified backup. Use `BACKUP_FROM_TIMESTAMP` for creating a point-in-time Autonomous Database clone using backups. For more information, see [Cloning and Moving an Autonomous Database](https://docs.oracle.com/en/cloud/paas/autonomous-database/adbsa/clone-autonomous-database.html#GUID-D771796F-5081-4CFB-A7FF-0F893EABD7BC).
|
|
1744
1685
|
*/
|
|
1745
1686
|
source?: pulumi.Input<string>;
|
|
1746
1687
|
/**
|
|
1747
|
-
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the source Autonomous Database that will be used to create a new
|
|
1688
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the source Autonomous Database that will be used to create a new peer database for the Data Guard association.
|
|
1748
1689
|
*/
|
|
1749
1690
|
sourceId?: pulumi.Input<string>;
|
|
1750
1691
|
/**
|
|
1751
1692
|
* (Updatable) The client IP access control list (ACL). This feature is available for [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) and on Exadata Cloud@Customer. Only clients connecting from an IP address included in the ACL may access the Autonomous Database instance. If `arePrimaryWhitelistedIpsUsed` is 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer called `standbywhitelistedips`.
|
|
1752
1693
|
*
|
|
1753
|
-
* For Autonomous Database Serverless
|
|
1694
|
+
* For Autonomous Database Serverless, this is an array of CIDR (classless inter-domain routing) notations for a subnet or VCN OCID (virtual cloud network Oracle Cloud ID). Multiple IPs and VCN OCIDs should be separate strings separated by commas, but if it’s other configurations that need multiple pieces of information then its each piece is connected with semicolon (;) as a delimiter. Example: `["1.1.1.1","1.1.1.0/24","ocid1.vcn.oc1.sea.<unique_id>","ocid1.vcn.oc1.sea.<unique_id1>;1.1.1.1","ocid1.vcn.oc1.sea.<unique_id2>;1.1.0.0/16"]` For Exadata Cloud@Customer, this is an array of IP addresses or CIDR notations. Example: `["1.1.1.1","1.1.1.0/24","1.1.2.25"]`
|
|
1754
1695
|
*
|
|
1755
1696
|
* For an update operation, if you want to delete all the IPs in the ACL, use an array with a single empty string entry.
|
|
1756
1697
|
*
|
|
1757
|
-
* If `arePrimaryWhitelistedIpsUsed` is 'TRUE' then Autonomous Database uses `whitelistedIps` primary's IP access control list (ACL) as `standbywhitelistedips` for the disaster recovery peer.
|
|
1758
|
-
*
|
|
1759
1698
|
* This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier.
|
|
1760
1699
|
*/
|
|
1761
1700
|
standbyWhitelistedIps?: pulumi.Input<pulumi.Input<string>[]>;
|
|
@@ -1764,31 +1703,30 @@ export interface AutonomousDatabaseArgs {
|
|
|
1764
1703
|
*/
|
|
1765
1704
|
state?: pulumi.Input<string>;
|
|
1766
1705
|
/**
|
|
1767
|
-
* (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet the resource is associated with.
|
|
1706
|
+
* (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet the resource is associated with.
|
|
1768
1707
|
*
|
|
1769
1708
|
* **Subnet Restrictions:**
|
|
1770
1709
|
* * For bare metal DB systems and for single node virtual machine DB systems, do not use a subnet that overlaps with 192.168.16.16/28.
|
|
1771
1710
|
* * For Exadata and virtual machine 2-node RAC systems, do not use a subnet that overlaps with 192.168.128.0/20.
|
|
1772
1711
|
* * For Autonomous Database, setting this will disable public secure access to the database.
|
|
1712
|
+
*
|
|
1713
|
+
* These subnets are used by the Oracle Clusterware private interconnect on the database instance. Specifying an overlapping subnet will cause the private interconnect to malfunction. This restriction applies to both the client subnet and the backup subnet.
|
|
1773
1714
|
*/
|
|
1774
1715
|
subnetId?: pulumi.Input<string>;
|
|
1775
1716
|
/**
|
|
1776
1717
|
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription with which resource needs to be associated with.
|
|
1777
|
-
* These subnets are used by the Oracle Clusterware private interconnect on the database instance. Specifying an overlapping subnet will cause the private interconnect to malfunction. This restriction applies to both the client subnet and the backup subnet.
|
|
1778
1718
|
*/
|
|
1779
1719
|
subscriptionId?: pulumi.Input<string>;
|
|
1780
|
-
/**
|
|
1781
|
-
* It is applicable only when `isLocalDataGuardEnabled` is true. Could be set to `PRIMARY` or `STANDBY`. Default value is `PRIMARY`.
|
|
1782
|
-
*/
|
|
1783
1720
|
switchoverTo?: pulumi.Input<string>;
|
|
1784
|
-
/**
|
|
1785
|
-
* (Updatable) It is applicable only when `dataguardRegionType` and `role` are set, and `isDedicated` is false. For Autonomous Database Serverless instances, Data Guard associations have designated primary and standby regions, and these region types do not change when the database changes roles. It takes the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the remote peer to switchover to and the API is called from the remote region.
|
|
1786
|
-
*/
|
|
1787
1721
|
switchoverToRemotePeerId?: pulumi.Input<string>;
|
|
1788
1722
|
/**
|
|
1789
|
-
* The the date and time that auto-refreshing will begin for an Autonomous Database refreshable clone. This value controls only the start time for the first refresh operation. Subsequent (ongoing) refresh operations have start times controlled by the value of the `autoRefreshFrequencyInSeconds` parameter.
|
|
1723
|
+
* (Updatable) The the date and time that auto-refreshing will begin for an Autonomous Database refreshable clone. This value controls only the start time for the first refresh operation. Subsequent (ongoing) refresh operations have start times controlled by the value of the `autoRefreshFrequencyInSeconds` parameter.
|
|
1790
1724
|
*/
|
|
1791
1725
|
timeOfAutoRefreshStart?: pulumi.Input<string>;
|
|
1726
|
+
/**
|
|
1727
|
+
* The date and time the Autonomous Database scheduled to upgrade to 23ai. Send this value along with the target dbVersion value to schedule the database version upgrade. After the upgrade is scheduled and before the scheduled upgrade time arrives, please keep the dbVersion value the same as the backend's current db_version.
|
|
1728
|
+
*/
|
|
1729
|
+
timeScheduledDbVersionUpgrade?: pulumi.Input<string>;
|
|
1792
1730
|
/**
|
|
1793
1731
|
* The timestamp specified for the point-in-time clone of the source Autonomous Database. The timestamp must be in the past.
|
|
1794
1732
|
*/
|
|
@@ -1798,17 +1736,21 @@ export interface AutonomousDatabaseArgs {
|
|
|
1798
1736
|
*/
|
|
1799
1737
|
useLatestAvailableBackupTimeStamp?: pulumi.Input<boolean>;
|
|
1800
1738
|
/**
|
|
1801
|
-
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts).
|
|
1739
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts). This parameter and `secretId` are required for Customer Managed Keys.
|
|
1802
1740
|
*/
|
|
1803
1741
|
vaultId?: pulumi.Input<string>;
|
|
1804
1742
|
/**
|
|
1805
|
-
* (Updatable) The client IP access control list (ACL). This feature is available for
|
|
1743
|
+
* (Updatable) The client IP access control list (ACL). This feature is available for [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) and on Exadata Cloud@Customer. Only clients connecting from an IP address included in the ACL may access the Autonomous Database instance. If `arePrimaryWhitelistedIpsUsed` is 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer called `standbywhitelistedips`.
|
|
1806
1744
|
*
|
|
1807
|
-
* For Autonomous Database Serverless
|
|
1745
|
+
* For Autonomous Database Serverless, this is an array of CIDR (classless inter-domain routing) notations for a subnet or VCN OCID (virtual cloud network Oracle Cloud ID). Multiple IPs and VCN OCIDs should be separate strings separated by commas, but if it’s other configurations that need multiple pieces of information then its each piece is connected with semicolon (;) as a delimiter. Example: `["1.1.1.1","1.1.1.0/24","ocid1.vcn.oc1.sea.<unique_id>","ocid1.vcn.oc1.sea.<unique_id1>;1.1.1.1","ocid1.vcn.oc1.sea.<unique_id2>;1.1.0.0/16"]` For Exadata Cloud@Customer, this is an array of IP addresses or CIDR notations. Example: `["1.1.1.1","1.1.1.0/24","1.1.2.25"]`
|
|
1808
1746
|
*
|
|
1809
1747
|
* For an update operation, if you want to delete all the IPs in the ACL, use an array with a single empty string entry.
|
|
1810
1748
|
*
|
|
1811
1749
|
* This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier. To remove all whitelisted IPs, set the field to a list with an empty string `[""]`.
|
|
1750
|
+
*
|
|
1751
|
+
*
|
|
1752
|
+
* ** IMPORTANT **
|
|
1753
|
+
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
1812
1754
|
*/
|
|
1813
1755
|
whitelistedIps?: pulumi.Input<pulumi.Input<string>[]>;
|
|
1814
1756
|
}
|