@pulumi/oci 3.4.0-alpha.1755714728 → 3.4.0-alpha.1755922408
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/aidocument/getModel.d.ts +22 -1
- package/aidocument/getModel.js.map +1 -1
- package/aidocument/getModelType.d.ts +93 -0
- package/aidocument/getModelType.js +62 -0
- package/aidocument/getModelType.js.map +1 -0
- package/aidocument/getModels.d.ts +1 -1
- package/aidocument/getProject.d.ts +6 -1
- package/aidocument/getProject.js.map +1 -1
- package/aidocument/getProjects.d.ts +1 -1
- package/aidocument/index.d.ts +3 -0
- package/aidocument/index.js +4 -1
- package/aidocument/index.js.map +1 -1
- package/aidocument/model.d.ts +48 -0
- package/aidocument/model.js +8 -0
- package/aidocument/model.js.map +1 -1
- package/aidocument/processorJob.d.ts +11 -2
- package/aidocument/processorJob.js +11 -2
- package/aidocument/processorJob.js.map +1 -1
- package/aidocument/project.d.ts +14 -0
- package/aidocument/project.js +2 -0
- package/aidocument/project.js.map +1 -1
- package/apigateway/api.d.ts +31 -12
- package/apigateway/api.js +10 -0
- package/apigateway/api.js.map +1 -1
- package/apigateway/certificate.d.ts +33 -0
- package/apigateway/certificate.js +10 -0
- package/apigateway/certificate.js.map +1 -1
- package/apigateway/deployment.d.ts +31 -0
- package/apigateway/deployment.js +10 -0
- package/apigateway/deployment.js.map +1 -1
- package/apigateway/gateway.d.ts +34 -3
- package/apigateway/gateway.js +10 -0
- package/apigateway/gateway.js.map +1 -1
- package/apigateway/getApi.d.ts +11 -0
- package/apigateway/getApi.js.map +1 -1
- package/apigateway/getCertificate.d.ts +12 -0
- package/apigateway/getCertificate.js.map +1 -1
- package/apigateway/getDeployment.d.ts +11 -0
- package/apigateway/getDeployment.js.map +1 -1
- package/apigateway/getGateway.d.ts +11 -0
- package/apigateway/getGateway.js.map +1 -1
- package/apigateway/getSubscriber.d.ts +11 -0
- package/apigateway/getSubscriber.js.map +1 -1
- package/apigateway/getUsagePlan.d.ts +11 -0
- package/apigateway/getUsagePlan.js.map +1 -1
- package/apigateway/subscriber.d.ts +31 -0
- package/apigateway/subscriber.js +10 -0
- package/apigateway/subscriber.js.map +1 -1
- package/apigateway/usagePlan.d.ts +31 -12
- package/apigateway/usagePlan.js +10 -0
- package/apigateway/usagePlan.js.map +1 -1
- package/apmconfig/config.d.ts +150 -2
- package/apmconfig/config.js +41 -4
- package/apmconfig/config.js.map +1 -1
- package/apmconfig/getConfig.d.ts +40 -0
- package/apmconfig/getConfig.js.map +1 -1
- package/apmconfig/getConfigs.d.ts +2 -2
- package/apmtraces/getAttributeAutoActivateStatus.d.ts +82 -0
- package/apmtraces/getAttributeAutoActivateStatus.js +58 -0
- package/apmtraces/getAttributeAutoActivateStatus.js.map +1 -0
- package/apmtraces/getLog.d.ts +154 -0
- package/apmtraces/getLog.js +66 -0
- package/apmtraces/getLog.js.map +1 -0
- package/apmtraces/getScheduledQueries.d.ts +83 -0
- package/apmtraces/getScheduledQueries.js +60 -0
- package/apmtraces/getScheduledQueries.js.map +1 -0
- package/apmtraces/getScheduledQuery.d.ts +146 -0
- package/apmtraces/getScheduledQuery.js +58 -0
- package/apmtraces/getScheduledQuery.js.map +1 -0
- package/apmtraces/getTrace.d.ts +4 -4
- package/apmtraces/index.d.ts +15 -0
- package/apmtraces/index.js +28 -1
- package/apmtraces/index.js.map +1 -1
- package/apmtraces/scheduledQuery.d.ts +279 -0
- package/apmtraces/scheduledQuery.js +99 -0
- package/apmtraces/scheduledQuery.js.map +1 -0
- package/autoscaling/autoScalingConfiguration.d.ts +6 -0
- package/autoscaling/autoScalingConfiguration.js +6 -0
- package/autoscaling/autoScalingConfiguration.js.map +1 -1
- package/core/getIpv6.d.ts +4 -0
- package/core/getIpv6.js.map +1 -1
- package/core/ipv6.d.ts +13 -0
- package/core/ipv6.js +3 -0
- package/core/ipv6.js.map +1 -1
- package/database/autonomousContainerDatabase.d.ts +24 -0
- package/database/autonomousContainerDatabase.js +4 -0
- package/database/autonomousContainerDatabase.js.map +1 -1
- package/database/autonomousContainerDatabaseAddStandby.d.ts +8 -0
- package/database/autonomousContainerDatabaseAddStandby.js +2 -0
- package/database/autonomousContainerDatabaseAddStandby.js.map +1 -1
- package/database/autonomousDatabase.d.ts +219 -277
- package/database/autonomousDatabase.js +10 -2
- package/database/autonomousDatabase.js.map +1 -1
- package/database/autonomousDatabaseSaasAdminUser.d.ts +20 -27
- package/database/autonomousDatabaseSaasAdminUser.js +2 -18
- package/database/autonomousDatabaseSaasAdminUser.js.map +1 -1
- package/database/getAutonomousContainerDatabase.d.ts +8 -0
- package/database/getAutonomousContainerDatabase.js.map +1 -1
- package/database/getAutonomousDatabase.d.ts +14 -0
- package/database/getAutonomousDatabase.js.map +1 -1
- package/database/getAutonomousDatabases.d.ts +10 -1
- package/database/getAutonomousDatabases.js.map +1 -1
- package/database/getPluggableDatabaseSnapshot.d.ts +109 -0
- package/database/getPluggableDatabaseSnapshot.js +54 -0
- package/database/getPluggableDatabaseSnapshot.js.map +1 -0
- package/database/getPluggableDatabaseSnapshots.d.ts +131 -0
- package/database/getPluggableDatabaseSnapshots.js +74 -0
- package/database/getPluggableDatabaseSnapshots.js.map +1 -0
- package/database/index.d.ts +9 -0
- package/database/index.js +13 -2
- package/database/index.js.map +1 -1
- package/database/pluggableDatabase.d.ts +0 -6
- package/database/pluggableDatabase.js.map +1 -1
- package/database/pluggableDatabaseSnapshot.d.ts +189 -0
- package/database/pluggableDatabaseSnapshot.js +99 -0
- package/database/pluggableDatabaseSnapshot.js.map +1 -0
- package/databasemanagement/cloudAsm.d.ts +259 -0
- package/databasemanagement/cloudAsm.js +103 -0
- package/databasemanagement/cloudAsm.js.map +1 -0
- package/databasemanagement/cloudAsmInstance.d.ts +225 -0
- package/databasemanagement/cloudAsmInstance.js +97 -0
- package/databasemanagement/cloudAsmInstance.js.map +1 -0
- package/databasemanagement/cloudCluster.d.ts +275 -0
- package/databasemanagement/cloudCluster.js +107 -0
- package/databasemanagement/cloudCluster.js.map +1 -0
- package/databasemanagement/cloudClusterInstance.d.ts +253 -0
- package/databasemanagement/cloudClusterInstance.js +103 -0
- package/databasemanagement/cloudClusterInstance.js.map +1 -0
- package/databasemanagement/cloudDbHome.d.ts +213 -0
- package/databasemanagement/cloudDbHome.js +93 -0
- package/databasemanagement/cloudDbHome.js.map +1 -0
- package/databasemanagement/cloudDbNode.d.ts +249 -0
- package/databasemanagement/cloudDbNode.js +101 -0
- package/databasemanagement/cloudDbNode.js.map +1 -0
- package/databasemanagement/cloudDbSystem.d.ts +258 -0
- package/databasemanagement/cloudDbSystem.js +127 -0
- package/databasemanagement/cloudDbSystem.js.map +1 -0
- package/databasemanagement/cloudDbSystemCloudDatabaseManagementsManagement.d.ts +116 -0
- package/databasemanagement/cloudDbSystemCloudDatabaseManagementsManagement.js +81 -0
- package/databasemanagement/cloudDbSystemCloudDatabaseManagementsManagement.js.map +1 -0
- package/databasemanagement/cloudDbSystemCloudStackMonitoringsManagement.d.ts +116 -0
- package/databasemanagement/cloudDbSystemCloudStackMonitoringsManagement.js +81 -0
- package/databasemanagement/cloudDbSystemCloudStackMonitoringsManagement.js.map +1 -0
- package/databasemanagement/cloudDbSystemConnector.d.ts +248 -0
- package/databasemanagement/cloudDbSystemConnector.js +111 -0
- package/databasemanagement/cloudDbSystemConnector.js.map +1 -0
- package/databasemanagement/cloudDbSystemDiscovery.d.ts +231 -0
- package/databasemanagement/cloudDbSystemDiscovery.js +108 -0
- package/databasemanagement/cloudDbSystemDiscovery.js.map +1 -0
- package/databasemanagement/cloudListener.d.ts +331 -0
- package/databasemanagement/cloudListener.js +121 -0
- package/databasemanagement/cloudListener.js.map +1 -0
- package/databasemanagement/getCloudAsm.d.ts +148 -0
- package/databasemanagement/getCloudAsm.js +54 -0
- package/databasemanagement/getCloudAsm.js.map +1 -0
- package/databasemanagement/getCloudAsmConfiguration.d.ts +79 -0
- package/databasemanagement/getCloudAsmConfiguration.js +58 -0
- package/databasemanagement/getCloudAsmConfiguration.js.map +1 -0
- package/databasemanagement/getCloudAsmDiskGroups.d.ts +83 -0
- package/databasemanagement/getCloudAsmDiskGroups.js +60 -0
- package/databasemanagement/getCloudAsmDiskGroups.js.map +1 -0
- package/databasemanagement/getCloudAsmInstance.d.ts +133 -0
- package/databasemanagement/getCloudAsmInstance.js +54 -0
- package/{aianomalydetection/getDetectAnomalyJob.js.map → databasemanagement/getCloudAsmInstance.js.map} +1 -1
- package/databasemanagement/getCloudAsmInstances.d.ts +103 -0
- package/databasemanagement/getCloudAsmInstances.js +66 -0
- package/databasemanagement/getCloudAsmInstances.js.map +1 -0
- package/databasemanagement/getCloudAsmUsers.d.ts +83 -0
- package/databasemanagement/getCloudAsmUsers.js +60 -0
- package/databasemanagement/getCloudAsmUsers.js.map +1 -0
- package/databasemanagement/getCloudAsms.d.ts +103 -0
- package/databasemanagement/getCloudAsms.js +66 -0
- package/databasemanagement/getCloudAsms.js.map +1 -0
- package/databasemanagement/getCloudCluster.d.ts +156 -0
- package/databasemanagement/getCloudCluster.js +54 -0
- package/databasemanagement/getCloudCluster.js.map +1 -0
- package/databasemanagement/getCloudClusterInstance.d.ts +145 -0
- package/databasemanagement/getCloudClusterInstance.js +54 -0
- package/databasemanagement/getCloudClusterInstance.js.map +1 -0
- package/databasemanagement/getCloudClusterInstances.d.ts +103 -0
- package/databasemanagement/getCloudClusterInstances.js +66 -0
- package/databasemanagement/getCloudClusterInstances.js.map +1 -0
- package/databasemanagement/getCloudClusters.d.ts +103 -0
- package/databasemanagement/getCloudClusters.js +66 -0
- package/databasemanagement/getCloudClusters.js.map +1 -0
- package/databasemanagement/getCloudDatabases.d.ts +100 -0
- package/databasemanagement/getCloudDatabases.js +64 -0
- package/databasemanagement/getCloudDatabases.js.map +1 -0
- package/databasemanagement/getCloudDbHome.d.ts +127 -0
- package/databasemanagement/getCloudDbHome.js +54 -0
- package/databasemanagement/getCloudDbHome.js.map +1 -0
- package/databasemanagement/getCloudDbHomes.d.ts +103 -0
- package/databasemanagement/getCloudDbHomes.js +66 -0
- package/databasemanagement/getCloudDbHomes.js.map +1 -0
- package/databasemanagement/getCloudDbNode.d.ts +143 -0
- package/databasemanagement/getCloudDbNode.js +54 -0
- package/databasemanagement/getCloudDbNode.js.map +1 -0
- package/databasemanagement/getCloudDbNodes.d.ts +103 -0
- package/databasemanagement/getCloudDbNodes.js +66 -0
- package/databasemanagement/getCloudDbNodes.js.map +1 -0
- package/databasemanagement/getCloudDbSystem.d.ts +138 -0
- package/databasemanagement/getCloudDbSystem.js +54 -0
- package/databasemanagement/getCloudDbSystem.js.map +1 -0
- package/databasemanagement/getCloudDbSystemConnector.d.ts +134 -0
- package/databasemanagement/getCloudDbSystemConnector.js +54 -0
- package/databasemanagement/getCloudDbSystemConnector.js.map +1 -0
- package/databasemanagement/getCloudDbSystemConnectors.d.ts +103 -0
- package/databasemanagement/getCloudDbSystemConnectors.js +66 -0
- package/databasemanagement/getCloudDbSystemConnectors.js.map +1 -0
- package/databasemanagement/getCloudDbSystemDiscoveries.d.ts +89 -0
- package/databasemanagement/getCloudDbSystemDiscoveries.js +60 -0
- package/databasemanagement/getCloudDbSystemDiscoveries.js.map +1 -0
- package/databasemanagement/getCloudDbSystemDiscovery.d.ts +131 -0
- package/databasemanagement/getCloudDbSystemDiscovery.js +54 -0
- package/databasemanagement/getCloudDbSystemDiscovery.js.map +1 -0
- package/databasemanagement/getCloudDbSystems.d.ts +131 -0
- package/databasemanagement/getCloudDbSystems.js +72 -0
- package/databasemanagement/getCloudDbSystems.js.map +1 -0
- package/databasemanagement/getCloudListener.d.ts +184 -0
- package/databasemanagement/getCloudListener.js +54 -0
- package/databasemanagement/getCloudListener.js.map +1 -0
- package/databasemanagement/getCloudListenerServices.d.ts +99 -0
- package/databasemanagement/getCloudListenerServices.js +66 -0
- package/databasemanagement/getCloudListenerServices.js.map +1 -0
- package/databasemanagement/getCloudListeners.d.ts +103 -0
- package/databasemanagement/getCloudListeners.js +66 -0
- package/databasemanagement/getCloudListeners.js.map +1 -0
- package/databasemanagement/getManagedDatabase.d.ts +2 -2
- package/databasemanagement/getManagedDatabase.js +2 -2
- package/databasemanagement/getManagedDatabaseGroup.d.ts +2 -2
- package/databasemanagement/getManagedDatabaseGroup.js +2 -2
- package/databasemanagement/getManagedMySqlDatabaseBinaryLogInformation.d.ts +6 -6
- package/databasemanagement/getManagedMySqlDatabaseBinaryLogInformation.js +2 -2
- package/databasemanagement/getManagedMySqlDatabaseGeneralReplicationInformation.d.ts +5 -5
- package/databasemanagement/getManagedMySqlDatabaseGeneralReplicationInformation.js +2 -2
- package/databasemanagement/getManagedMySqlDatabaseHighAvailabilityMembers.d.ts +2 -2
- package/databasemanagement/getManagedMySqlDatabaseHighAvailabilityMembers.js +2 -2
- package/databasemanagement/getManagedMySqlDatabaseOutboundReplications.d.ts +2 -2
- package/databasemanagement/getManagedMySqlDatabaseOutboundReplications.js +2 -2
- package/databasemanagement/index.d.ts +111 -0
- package/databasemanagement/index.js +142 -6
- package/databasemanagement/index.js.map +1 -1
- package/datasafe/getSecurityAssessmentFindingAnalytics.d.ts +13 -0
- package/datasafe/getSecurityAssessmentFindingAnalytics.js +2 -0
- package/datasafe/getSecurityAssessmentFindingAnalytics.js.map +1 -1
- package/datasafe/getSecurityAssessmentFindings.d.ts +2 -2
- package/datasafe/getSecurityAssessments.d.ts +2 -2
- package/datascience/getJob.d.ts +4 -0
- package/datascience/getJob.js.map +1 -1
- package/datascience/getJobRun.d.ts +13 -1
- package/datascience/getJobRun.js.map +1 -1
- package/datascience/getModelDeploymentModelStates.d.ts +139 -0
- package/datascience/getModelDeploymentModelStates.js +76 -0
- package/datascience/getModelDeploymentModelStates.js.map +1 -0
- package/datascience/getModelGroup.d.ts +151 -0
- package/datascience/getModelGroup.js +54 -0
- package/datascience/getModelGroup.js.map +1 -0
- package/datascience/getModelGroupArtifactContent.d.ts +74 -0
- package/datascience/getModelGroupArtifactContent.js +58 -0
- package/datascience/getModelGroupArtifactContent.js.map +1 -0
- package/datascience/getModelGroupModels.d.ts +138 -0
- package/datascience/getModelGroupModels.js +76 -0
- package/datascience/getModelGroupModels.js.map +1 -0
- package/datascience/getModelGroupVersionHistories.d.ts +141 -0
- package/datascience/getModelGroupVersionHistories.js +76 -0
- package/datascience/getModelGroupVersionHistories.js.map +1 -0
- package/datascience/getModelGroupVersionHistory.d.ts +121 -0
- package/datascience/getModelGroupVersionHistory.js +54 -0
- package/datascience/getModelGroupVersionHistory.js.map +1 -0
- package/datascience/getModelGroups.d.ts +155 -0
- package/datascience/getModelGroups.js +80 -0
- package/datascience/getModelGroups.js.map +1 -0
- package/datascience/getPipelineRun.d.ts +4 -0
- package/datascience/getPipelineRun.js.map +1 -1
- package/datascience/index.d.ts +30 -0
- package/datascience/index.js +39 -2
- package/datascience/index.js.map +1 -1
- package/datascience/job.d.ts +16 -64
- package/datascience/job.js +2 -66
- package/datascience/job.js.map +1 -1
- package/datascience/jobRun.d.ts +96 -2
- package/datascience/jobRun.js +68 -0
- package/datascience/jobRun.js.map +1 -1
- package/datascience/modelGroup.d.ts +365 -0
- package/datascience/modelGroup.js +181 -0
- package/datascience/modelGroup.js.map +1 -0
- package/datascience/modelGroupArtifact.d.ts +123 -0
- package/datascience/modelGroupArtifact.js +91 -0
- package/datascience/modelGroupArtifact.js.map +1 -0
- package/datascience/modelGroupVersionHistory.d.ts +230 -0
- package/{aianomalydetection/model.js → datascience/modelGroupVersionHistory.js} +24 -33
- package/datascience/modelGroupVersionHistory.js.map +1 -0
- package/datascience/notebookSession.d.ts +2 -0
- package/datascience/notebookSession.js +2 -0
- package/datascience/notebookSession.js.map +1 -1
- package/datascience/pipelineRun.d.ts +32 -0
- package/datascience/pipelineRun.js +22 -0
- package/datascience/pipelineRun.js.map +1 -1
- package/goldengate/connection.d.ts +67 -24
- package/goldengate/connection.js +3 -0
- package/goldengate/connection.js.map +1 -1
- package/goldengate/getConnection.d.ts +9 -3
- package/goldengate/getConnection.js.map +1 -1
- package/index.d.ts +1 -2
- package/index.js +3 -5
- package/index.js.map +1 -1
- package/managementagent/getManagementAgent.d.ts +7 -0
- package/managementagent/getManagementAgent.js.map +1 -1
- package/managementagent/getManagementAgentInstallKey.d.ts +18 -0
- package/managementagent/getManagementAgentInstallKey.js.map +1 -1
- package/managementagent/getManagementAgentNamedCredentialsMetadata.d.ts +79 -0
- package/managementagent/getManagementAgentNamedCredentialsMetadata.js +58 -0
- package/managementagent/getManagementAgentNamedCredentialsMetadata.js.map +1 -0
- package/managementagent/getNamedCredential.d.ts +114 -0
- package/managementagent/getNamedCredential.js +54 -0
- package/managementagent/getNamedCredential.js.map +1 -0
- package/managementagent/getNamedCredentials.d.ts +127 -0
- package/managementagent/getNamedCredentials.js +72 -0
- package/managementagent/getNamedCredentials.js.map +1 -0
- package/managementagent/index.d.ts +12 -0
- package/managementagent/index.js +15 -1
- package/managementagent/index.js.map +1 -1
- package/managementagent/managementAgent.d.ts +14 -0
- package/managementagent/managementAgent.js +4 -0
- package/managementagent/managementAgent.js.map +1 -1
- package/managementagent/managementAgentInstallKey.d.ts +36 -0
- package/managementagent/managementAgentInstallKey.js +6 -0
- package/managementagent/managementAgentInstallKey.js.map +1 -1
- package/managementagent/namedCredential.d.ts +251 -0
- package/managementagent/namedCredential.js +147 -0
- package/managementagent/namedCredential.js.map +1 -0
- package/managementdashboard/managementDashboardsImport.d.ts +51 -11
- package/managementdashboard/managementDashboardsImport.js +9 -2
- package/managementdashboard/managementDashboardsImport.js.map +1 -1
- package/oci/apiPlatformApiPlatformInstance.d.ts +214 -0
- package/{aianomalydetection/project.js → oci/apiPlatformApiPlatformInstance.js} +25 -19
- package/oci/apiPlatformApiPlatformInstance.js.map +1 -0
- package/oci/getApiPlatformApiPlatformInstance.d.ts +118 -0
- package/oci/getApiPlatformApiPlatformInstance.js +54 -0
- package/oci/getApiPlatformApiPlatformInstance.js.map +1 -0
- package/oci/getApiPlatformApiPlatformInstances.d.ts +113 -0
- package/oci/getApiPlatformApiPlatformInstances.js +70 -0
- package/oci/getApiPlatformApiPlatformInstances.js.map +1 -0
- package/oci/index.d.ts +9 -0
- package/oci/index.js +13 -2
- package/oci/index.js.map +1 -1
- package/opsi/databaseInsight.d.ts +7 -1
- package/opsi/databaseInsight.js +1 -1
- package/opsi/databaseInsight.js.map +1 -1
- package/opsi/exadataInsight.d.ts +43 -3
- package/opsi/exadataInsight.js +43 -3
- package/opsi/exadataInsight.js.map +1 -1
- package/package.json +2 -2
- package/psql/configuration.d.ts +32 -5
- package/psql/configuration.js +6 -4
- package/psql/configuration.js.map +1 -1
- package/psql/dbSystem.d.ts +3 -3
- package/psql/getConfiguration.d.ts +9 -1
- package/psql/getConfiguration.js.map +1 -1
- package/psql/getConfigurations.d.ts +32 -4
- package/psql/getConfigurations.js +8 -0
- package/psql/getConfigurations.js.map +1 -1
- package/psql/getDbSystem.d.ts +1 -1
- package/psql/getDefaultConfiguration.d.ts +21 -1
- package/psql/getDefaultConfiguration.js +4 -0
- package/psql/getDefaultConfiguration.js.map +1 -1
- package/psql/getDefaultConfigurations.d.ts +32 -4
- package/psql/getDefaultConfigurations.js +8 -0
- package/psql/getDefaultConfigurations.js.map +1 -1
- package/redis/getOciCacheConfigSet.d.ts +118 -0
- package/redis/getOciCacheConfigSet.js +54 -0
- package/redis/getOciCacheConfigSet.js.map +1 -0
- package/redis/getOciCacheConfigSets.d.ts +127 -0
- package/redis/getOciCacheConfigSets.js +74 -0
- package/redis/getOciCacheConfigSets.js.map +1 -0
- package/redis/getOciCacheDefaultConfigSet.d.ts +99 -0
- package/redis/getOciCacheDefaultConfigSet.js +58 -0
- package/redis/getOciCacheDefaultConfigSet.js.map +1 -0
- package/redis/getOciCacheDefaultConfigSets.d.ts +124 -0
- package/redis/getOciCacheDefaultConfigSets.js +72 -0
- package/redis/getOciCacheDefaultConfigSets.js.map +1 -0
- package/redis/getRedisCluster.d.ts +4 -0
- package/redis/getRedisCluster.js.map +1 -1
- package/redis/index.d.ts +18 -0
- package/redis/index.js +23 -1
- package/redis/index.js.map +1 -1
- package/redis/ociCacheConfigSet.d.ts +229 -0
- package/{aianomalydetection/aiPrivateEndpoint.js → redis/ociCacheConfigSet.js} +39 -30
- package/redis/ociCacheConfigSet.js.map +1 -0
- package/redis/ociCacheConfigSetlistAssociatedOciCacheCluster.d.ts +88 -0
- package/redis/ociCacheConfigSetlistAssociatedOciCacheCluster.js +72 -0
- package/redis/ociCacheConfigSetlistAssociatedOciCacheCluster.js.map +1 -0
- package/redis/redisCluster.d.ts +13 -0
- package/redis/redisCluster.js +3 -0
- package/redis/redisCluster.js.map +1 -1
- package/types/input.d.ts +3117 -584
- package/types/output.d.ts +11071 -2379
- package/vault/getSecret.d.ts +12 -0
- package/vault/getSecret.js.map +1 -1
- package/vault/secret.d.ts +28 -0
- package/vault/secret.js +6 -0
- package/vault/secret.js.map +1 -1
- package/aianomalydetection/aiPrivateEndpoint.d.ts +0 -217
- package/aianomalydetection/aiPrivateEndpoint.js.map +0 -1
- package/aianomalydetection/dataAsset.d.ts +0 -256
- package/aianomalydetection/dataAsset.js +0 -142
- package/aianomalydetection/dataAsset.js.map +0 -1
- package/aianomalydetection/detectAnomalyJob.d.ts +0 -231
- package/aianomalydetection/detectAnomalyJob.js +0 -104
- package/aianomalydetection/detectAnomalyJob.js.map +0 -1
- package/aianomalydetection/getAiPrivateEndpoint.d.ts +0 -117
- package/aianomalydetection/getAiPrivateEndpoint.js +0 -54
- package/aianomalydetection/getAiPrivateEndpoint.js.map +0 -1
- package/aianomalydetection/getAiPrivateEndpoints.d.ts +0 -113
- package/aianomalydetection/getAiPrivateEndpoints.js +0 -68
- package/aianomalydetection/getAiPrivateEndpoints.js.map +0 -1
- package/aianomalydetection/getDetectAnomalyJob.d.ts +0 -134
- package/aianomalydetection/getDetectAnomalyJob.js +0 -54
- package/aianomalydetection/getDetectAnomalyJobs.d.ts +0 -142
- package/aianomalydetection/getDetectAnomalyJobs.js +0 -76
- package/aianomalydetection/getDetectAnomalyJobs.js.map +0 -1
- package/aianomalydetection/getDetectionDataAsset.d.ts +0 -118
- package/aianomalydetection/getDetectionDataAsset.js +0 -54
- package/aianomalydetection/getDetectionDataAsset.js.map +0 -1
- package/aianomalydetection/getDetectionDataAssets.d.ts +0 -117
- package/aianomalydetection/getDetectionDataAssets.js +0 -68
- package/aianomalydetection/getDetectionDataAssets.js.map +0 -1
- package/aianomalydetection/getDetectionModel.d.ts +0 -122
- package/aianomalydetection/getDetectionModel.js +0 -54
- package/aianomalydetection/getDetectionModel.js.map +0 -1
- package/aianomalydetection/getDetectionModels.d.ts +0 -117
- package/aianomalydetection/getDetectionModels.js +0 -68
- package/aianomalydetection/getDetectionModels.js.map +0 -1
- package/aianomalydetection/getDetectionProject.d.ts +0 -105
- package/aianomalydetection/getDetectionProject.js +0 -54
- package/aianomalydetection/getDetectionProject.js.map +0 -1
- package/aianomalydetection/getDetectionProjects.d.ts +0 -103
- package/aianomalydetection/getDetectionProjects.js +0 -64
- package/aianomalydetection/getDetectionProjects.js.map +0 -1
- package/aianomalydetection/index.d.ts +0 -45
- package/aianomalydetection/index.js +0 -72
- package/aianomalydetection/index.js.map +0 -1
- package/aianomalydetection/model.d.ts +0 -238
- package/aianomalydetection/model.js.map +0 -1
- package/aianomalydetection/project.d.ts +0 -188
- package/aianomalydetection/project.js.map +0 -1
package/vault/getSecret.d.ts
CHANGED
|
@@ -63,6 +63,10 @@ export interface GetSecretResult {
|
|
|
63
63
|
* The value of this flag determines whether or not secret content will be generated automatically.
|
|
64
64
|
*/
|
|
65
65
|
readonly isAutoGenerationEnabled: boolean;
|
|
66
|
+
/**
|
|
67
|
+
* A Boolean value that indicates whether the secret is a source or replica secret.
|
|
68
|
+
*/
|
|
69
|
+
readonly isReplica: boolean;
|
|
66
70
|
/**
|
|
67
71
|
* The OCID of the master encryption key that is used to encrypt the secret. You must specify a symmetric key to encrypt the secret during import to the vault. You cannot encrypt secrets with asymmetric keys. Furthermore, the key must exist in the vault that you specify.
|
|
68
72
|
*/
|
|
@@ -85,6 +89,10 @@ export interface GetSecretResult {
|
|
|
85
89
|
* A property indicating when the secret is scheduled to be rotated, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2019-04-03T21:10:29.600Z`
|
|
86
90
|
*/
|
|
87
91
|
readonly nextRotationTime: string;
|
|
92
|
+
/**
|
|
93
|
+
* Defines the configuration that enables cross-region secret replication.
|
|
94
|
+
*/
|
|
95
|
+
readonly replicationConfigs: outputs.Vault.GetSecretReplicationConfig[];
|
|
88
96
|
/**
|
|
89
97
|
* Defines the frequency of the rotation and the information about the target system
|
|
90
98
|
*/
|
|
@@ -107,6 +115,10 @@ export interface GetSecretResult {
|
|
|
107
115
|
* A list of rules that control how the secret is used and managed.
|
|
108
116
|
*/
|
|
109
117
|
readonly secretRules: outputs.Vault.GetSecretSecretRule[];
|
|
118
|
+
/**
|
|
119
|
+
* Details for the source that the source secret has.
|
|
120
|
+
*/
|
|
121
|
+
readonly sourceRegionInformations: outputs.Vault.GetSecretSourceRegionInformation[];
|
|
110
122
|
/**
|
|
111
123
|
* The current lifecycle state of the secret.
|
|
112
124
|
*/
|
package/vault/getSecret.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getSecret.js","sourceRoot":"","sources":["../../vault/getSecret.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,SAAS,CAAC,IAAmB,EAAE,IAA2B;IACtE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,+BAA+B,EAAE;QAC1D,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8BAKC;
|
|
1
|
+
{"version":3,"file":"getSecret.js","sourceRoot":"","sources":["../../vault/getSecret.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,SAAS,CAAC,IAAmB,EAAE,IAA2B;IACtE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,+BAA+B,EAAE;QAC1D,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8BAKC;AAwHD;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAAiC;IACxF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,+BAA+B,EAAE;QAChE,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0CAKC"}
|
package/vault/secret.d.ts
CHANGED
|
@@ -62,6 +62,10 @@ export declare class Secret extends pulumi.CustomResource {
|
|
|
62
62
|
* The value of this flag determines whether or not secret content will be generated automatically.
|
|
63
63
|
*/
|
|
64
64
|
readonly isAutoGenerationEnabled: pulumi.Output<boolean>;
|
|
65
|
+
/**
|
|
66
|
+
* A Boolean value that indicates whether the secret is a source or replica secret.
|
|
67
|
+
*/
|
|
68
|
+
readonly isReplica: pulumi.Output<boolean>;
|
|
65
69
|
/**
|
|
66
70
|
* The OCID of the master encryption key that is used to encrypt the secret. You must specify a symmetric key to encrypt the secret during import to the vault. You cannot encrypt secrets with asymmetric keys. Furthermore, the key must exist in the vault that you specify.
|
|
67
71
|
*/
|
|
@@ -84,6 +88,10 @@ export declare class Secret extends pulumi.CustomResource {
|
|
|
84
88
|
* A property indicating when the secret is scheduled to be rotated, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2019-04-03T21:10:29.600Z`
|
|
85
89
|
*/
|
|
86
90
|
readonly nextRotationTime: pulumi.Output<string>;
|
|
91
|
+
/**
|
|
92
|
+
* (Updatable) Defines the configuration that enables cross-region secret replication.
|
|
93
|
+
*/
|
|
94
|
+
readonly replicationConfig: pulumi.Output<outputs.Vault.SecretReplicationConfig | undefined>;
|
|
87
95
|
/**
|
|
88
96
|
* (Updatable) Defines the frequency of the rotation and the information about the target system
|
|
89
97
|
*/
|
|
@@ -108,6 +116,10 @@ export declare class Secret extends pulumi.CustomResource {
|
|
|
108
116
|
* (Updatable) A list of rules to control how the secret is used and managed.
|
|
109
117
|
*/
|
|
110
118
|
readonly secretRules: pulumi.Output<outputs.Vault.SecretSecretRule[]>;
|
|
119
|
+
/**
|
|
120
|
+
* Details for the source that the source secret has.
|
|
121
|
+
*/
|
|
122
|
+
readonly sourceRegionInformations: pulumi.Output<outputs.Vault.SecretSourceRegionInformation[]>;
|
|
111
123
|
/**
|
|
112
124
|
* The current lifecycle state of the secret.
|
|
113
125
|
*/
|
|
@@ -177,6 +189,10 @@ export interface SecretState {
|
|
|
177
189
|
* The value of this flag determines whether or not secret content will be generated automatically.
|
|
178
190
|
*/
|
|
179
191
|
isAutoGenerationEnabled?: pulumi.Input<boolean>;
|
|
192
|
+
/**
|
|
193
|
+
* A Boolean value that indicates whether the secret is a source or replica secret.
|
|
194
|
+
*/
|
|
195
|
+
isReplica?: pulumi.Input<boolean>;
|
|
180
196
|
/**
|
|
181
197
|
* The OCID of the master encryption key that is used to encrypt the secret. You must specify a symmetric key to encrypt the secret during import to the vault. You cannot encrypt secrets with asymmetric keys. Furthermore, the key must exist in the vault that you specify.
|
|
182
198
|
*/
|
|
@@ -199,6 +215,10 @@ export interface SecretState {
|
|
|
199
215
|
* A property indicating when the secret is scheduled to be rotated, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2019-04-03T21:10:29.600Z`
|
|
200
216
|
*/
|
|
201
217
|
nextRotationTime?: pulumi.Input<string>;
|
|
218
|
+
/**
|
|
219
|
+
* (Updatable) Defines the configuration that enables cross-region secret replication.
|
|
220
|
+
*/
|
|
221
|
+
replicationConfig?: pulumi.Input<inputs.Vault.SecretReplicationConfig>;
|
|
202
222
|
/**
|
|
203
223
|
* (Updatable) Defines the frequency of the rotation and the information about the target system
|
|
204
224
|
*/
|
|
@@ -223,6 +243,10 @@ export interface SecretState {
|
|
|
223
243
|
* (Updatable) A list of rules to control how the secret is used and managed.
|
|
224
244
|
*/
|
|
225
245
|
secretRules?: pulumi.Input<pulumi.Input<inputs.Vault.SecretSecretRule>[]>;
|
|
246
|
+
/**
|
|
247
|
+
* Details for the source that the source secret has.
|
|
248
|
+
*/
|
|
249
|
+
sourceRegionInformations?: pulumi.Input<pulumi.Input<inputs.Vault.SecretSourceRegionInformation>[]>;
|
|
226
250
|
/**
|
|
227
251
|
* The current lifecycle state of the secret.
|
|
228
252
|
*/
|
|
@@ -286,6 +310,10 @@ export interface SecretArgs {
|
|
|
286
310
|
metadata?: pulumi.Input<{
|
|
287
311
|
[key: string]: pulumi.Input<string>;
|
|
288
312
|
}>;
|
|
313
|
+
/**
|
|
314
|
+
* (Updatable) Defines the configuration that enables cross-region secret replication.
|
|
315
|
+
*/
|
|
316
|
+
replicationConfig?: pulumi.Input<inputs.Vault.SecretReplicationConfig>;
|
|
289
317
|
/**
|
|
290
318
|
* (Updatable) Defines the frequency of the rotation and the information about the target system
|
|
291
319
|
*/
|
package/vault/secret.js
CHANGED
|
@@ -53,17 +53,20 @@ class Secret extends pulumi.CustomResource {
|
|
|
53
53
|
resourceInputs["enableAutoGeneration"] = state ? state.enableAutoGeneration : undefined;
|
|
54
54
|
resourceInputs["freeformTags"] = state ? state.freeformTags : undefined;
|
|
55
55
|
resourceInputs["isAutoGenerationEnabled"] = state ? state.isAutoGenerationEnabled : undefined;
|
|
56
|
+
resourceInputs["isReplica"] = state ? state.isReplica : undefined;
|
|
56
57
|
resourceInputs["keyId"] = state ? state.keyId : undefined;
|
|
57
58
|
resourceInputs["lastRotationTime"] = state ? state.lastRotationTime : undefined;
|
|
58
59
|
resourceInputs["lifecycleDetails"] = state ? state.lifecycleDetails : undefined;
|
|
59
60
|
resourceInputs["metadata"] = state ? state.metadata : undefined;
|
|
60
61
|
resourceInputs["nextRotationTime"] = state ? state.nextRotationTime : undefined;
|
|
62
|
+
resourceInputs["replicationConfig"] = state ? state.replicationConfig : undefined;
|
|
61
63
|
resourceInputs["rotationConfig"] = state ? state.rotationConfig : undefined;
|
|
62
64
|
resourceInputs["rotationStatus"] = state ? state.rotationStatus : undefined;
|
|
63
65
|
resourceInputs["secretContent"] = state ? state.secretContent : undefined;
|
|
64
66
|
resourceInputs["secretGenerationContext"] = state ? state.secretGenerationContext : undefined;
|
|
65
67
|
resourceInputs["secretName"] = state ? state.secretName : undefined;
|
|
66
68
|
resourceInputs["secretRules"] = state ? state.secretRules : undefined;
|
|
69
|
+
resourceInputs["sourceRegionInformations"] = state ? state.sourceRegionInformations : undefined;
|
|
67
70
|
resourceInputs["state"] = state ? state.state : undefined;
|
|
68
71
|
resourceInputs["timeCreated"] = state ? state.timeCreated : undefined;
|
|
69
72
|
resourceInputs["timeOfCurrentVersionExpiry"] = state ? state.timeOfCurrentVersionExpiry : undefined;
|
|
@@ -91,6 +94,7 @@ class Secret extends pulumi.CustomResource {
|
|
|
91
94
|
resourceInputs["freeformTags"] = args ? args.freeformTags : undefined;
|
|
92
95
|
resourceInputs["keyId"] = args ? args.keyId : undefined;
|
|
93
96
|
resourceInputs["metadata"] = args ? args.metadata : undefined;
|
|
97
|
+
resourceInputs["replicationConfig"] = args ? args.replicationConfig : undefined;
|
|
94
98
|
resourceInputs["rotationConfig"] = args ? args.rotationConfig : undefined;
|
|
95
99
|
resourceInputs["secretContent"] = args ? args.secretContent : undefined;
|
|
96
100
|
resourceInputs["secretGenerationContext"] = args ? args.secretGenerationContext : undefined;
|
|
@@ -99,10 +103,12 @@ class Secret extends pulumi.CustomResource {
|
|
|
99
103
|
resourceInputs["vaultId"] = args ? args.vaultId : undefined;
|
|
100
104
|
resourceInputs["currentVersionNumber"] = undefined /*out*/;
|
|
101
105
|
resourceInputs["isAutoGenerationEnabled"] = undefined /*out*/;
|
|
106
|
+
resourceInputs["isReplica"] = undefined /*out*/;
|
|
102
107
|
resourceInputs["lastRotationTime"] = undefined /*out*/;
|
|
103
108
|
resourceInputs["lifecycleDetails"] = undefined /*out*/;
|
|
104
109
|
resourceInputs["nextRotationTime"] = undefined /*out*/;
|
|
105
110
|
resourceInputs["rotationStatus"] = undefined /*out*/;
|
|
111
|
+
resourceInputs["sourceRegionInformations"] = undefined /*out*/;
|
|
106
112
|
resourceInputs["state"] = undefined /*out*/;
|
|
107
113
|
resourceInputs["timeCreated"] = undefined /*out*/;
|
|
108
114
|
resourceInputs["timeOfCurrentVersionExpiry"] = undefined /*out*/;
|
package/vault/secret.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"secret.js","sourceRoot":"","sources":["../../vault/secret.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;GAYG;AACH,MAAa,MAAO,SAAQ,MAAM,CAAC,cAAc;IAC7C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAmB,EAAE,IAAmC;QACjH,OAAO,IAAI,MAAM,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC7D,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,MAAM,CAAC,YAAY,CAAC;IACvD,CAAC;
|
|
1
|
+
{"version":3,"file":"secret.js","sourceRoot":"","sources":["../../vault/secret.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,217 +0,0 @@
|
|
|
1
|
-
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
/**
|
|
3
|
-
* This resource provides the Ai Private Endpoint resource in Oracle Cloud Infrastructure Ai Anomaly Detection service.
|
|
4
|
-
*
|
|
5
|
-
* Create a new private reverse connection endpoint.
|
|
6
|
-
*
|
|
7
|
-
* ## Example Usage
|
|
8
|
-
*
|
|
9
|
-
* ```typescript
|
|
10
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
11
|
-
* import * as oci from "@pulumi/oci";
|
|
12
|
-
*
|
|
13
|
-
* const testAiPrivateEndpoint = new oci.aianomalydetection.AiPrivateEndpoint("test_ai_private_endpoint", {
|
|
14
|
-
* compartmentId: compartmentId,
|
|
15
|
-
* dnsZones: aiPrivateEndpointDnsZones,
|
|
16
|
-
* subnetId: testSubnet.id,
|
|
17
|
-
* definedTags: {
|
|
18
|
-
* "foo-namespace.bar-key": "value",
|
|
19
|
-
* },
|
|
20
|
-
* displayName: aiPrivateEndpointDisplayName,
|
|
21
|
-
* freeformTags: {
|
|
22
|
-
* "bar-key": "value",
|
|
23
|
-
* },
|
|
24
|
-
* });
|
|
25
|
-
* ```
|
|
26
|
-
*
|
|
27
|
-
* ## Import
|
|
28
|
-
*
|
|
29
|
-
* AiPrivateEndpoints can be imported using the `id`, e.g.
|
|
30
|
-
*
|
|
31
|
-
* ```sh
|
|
32
|
-
* $ pulumi import oci:AiAnomalyDetection/aiPrivateEndpoint:AiPrivateEndpoint test_ai_private_endpoint "id"
|
|
33
|
-
* ```
|
|
34
|
-
*/
|
|
35
|
-
export declare class AiPrivateEndpoint extends pulumi.CustomResource {
|
|
36
|
-
/**
|
|
37
|
-
* Get an existing AiPrivateEndpoint resource's state with the given name, ID, and optional extra
|
|
38
|
-
* properties used to qualify the lookup.
|
|
39
|
-
*
|
|
40
|
-
* @param name The _unique_ name of the resulting resource.
|
|
41
|
-
* @param id The _unique_ provider ID of the resource to lookup.
|
|
42
|
-
* @param state Any extra arguments used during the lookup.
|
|
43
|
-
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
44
|
-
*/
|
|
45
|
-
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: AiPrivateEndpointState, opts?: pulumi.CustomResourceOptions): AiPrivateEndpoint;
|
|
46
|
-
/**
|
|
47
|
-
* Returns true if the given object is an instance of AiPrivateEndpoint. This is designed to work even
|
|
48
|
-
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
49
|
-
*/
|
|
50
|
-
static isInstance(obj: any): obj is AiPrivateEndpoint;
|
|
51
|
-
/**
|
|
52
|
-
* The list of dataAssets using the private reverse connection endpoint.
|
|
53
|
-
*/
|
|
54
|
-
readonly attachedDataAssets: pulumi.Output<string[]>;
|
|
55
|
-
/**
|
|
56
|
-
* (Updatable) Compartment identifier.
|
|
57
|
-
*/
|
|
58
|
-
readonly compartmentId: pulumi.Output<string>;
|
|
59
|
-
/**
|
|
60
|
-
* (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
|
61
|
-
*/
|
|
62
|
-
readonly definedTags: pulumi.Output<{
|
|
63
|
-
[key: string]: string;
|
|
64
|
-
}>;
|
|
65
|
-
/**
|
|
66
|
-
* (Updatable) Display name of the private endpoint resource being created.
|
|
67
|
-
*/
|
|
68
|
-
readonly displayName: pulumi.Output<string>;
|
|
69
|
-
/**
|
|
70
|
-
* (Updatable) List of DNS zones to be used by the data assets. Example: custpvtsubnet.oraclevcn.com for data asset: db.custpvtsubnet.oraclevcn.com
|
|
71
|
-
*/
|
|
72
|
-
readonly dnsZones: pulumi.Output<string[]>;
|
|
73
|
-
/**
|
|
74
|
-
* (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
|
75
|
-
*/
|
|
76
|
-
readonly freeformTags: pulumi.Output<{
|
|
77
|
-
[key: string]: string;
|
|
78
|
-
}>;
|
|
79
|
-
/**
|
|
80
|
-
* A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in 'Failed' state.
|
|
81
|
-
*/
|
|
82
|
-
readonly lifecycleDetails: pulumi.Output<string>;
|
|
83
|
-
/**
|
|
84
|
-
* The current state of the private endpoint resource.
|
|
85
|
-
*/
|
|
86
|
-
readonly state: pulumi.Output<string>;
|
|
87
|
-
/**
|
|
88
|
-
* The OCID of subnet to which the reverse connection is to be created.
|
|
89
|
-
*
|
|
90
|
-
*
|
|
91
|
-
* ** IMPORTANT **
|
|
92
|
-
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
93
|
-
*/
|
|
94
|
-
readonly subnetId: pulumi.Output<string>;
|
|
95
|
-
/**
|
|
96
|
-
* Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
|
97
|
-
*/
|
|
98
|
-
readonly systemTags: pulumi.Output<{
|
|
99
|
-
[key: string]: string;
|
|
100
|
-
}>;
|
|
101
|
-
/**
|
|
102
|
-
* The time the private endpoint was created. An [RFC3339](https://tools.ietf.org/html/rfc3339) formatted datetime string.
|
|
103
|
-
*/
|
|
104
|
-
readonly timeCreated: pulumi.Output<string>;
|
|
105
|
-
/**
|
|
106
|
-
* The time the private endpoint was updated. An [RFC3339](https://tools.ietf.org/html/rfc3339) formatted datetime string.
|
|
107
|
-
*/
|
|
108
|
-
readonly timeUpdated: pulumi.Output<string>;
|
|
109
|
-
/**
|
|
110
|
-
* Create a AiPrivateEndpoint resource with the given unique name, arguments, and options.
|
|
111
|
-
*
|
|
112
|
-
* @param name The _unique_ name of the resource.
|
|
113
|
-
* @param args The arguments to use to populate this resource's properties.
|
|
114
|
-
* @param opts A bag of options that control this resource's behavior.
|
|
115
|
-
*/
|
|
116
|
-
constructor(name: string, args: AiPrivateEndpointArgs, opts?: pulumi.CustomResourceOptions);
|
|
117
|
-
}
|
|
118
|
-
/**
|
|
119
|
-
* Input properties used for looking up and filtering AiPrivateEndpoint resources.
|
|
120
|
-
*/
|
|
121
|
-
export interface AiPrivateEndpointState {
|
|
122
|
-
/**
|
|
123
|
-
* The list of dataAssets using the private reverse connection endpoint.
|
|
124
|
-
*/
|
|
125
|
-
attachedDataAssets?: pulumi.Input<pulumi.Input<string>[]>;
|
|
126
|
-
/**
|
|
127
|
-
* (Updatable) Compartment identifier.
|
|
128
|
-
*/
|
|
129
|
-
compartmentId?: pulumi.Input<string>;
|
|
130
|
-
/**
|
|
131
|
-
* (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
|
132
|
-
*/
|
|
133
|
-
definedTags?: pulumi.Input<{
|
|
134
|
-
[key: string]: pulumi.Input<string>;
|
|
135
|
-
}>;
|
|
136
|
-
/**
|
|
137
|
-
* (Updatable) Display name of the private endpoint resource being created.
|
|
138
|
-
*/
|
|
139
|
-
displayName?: pulumi.Input<string>;
|
|
140
|
-
/**
|
|
141
|
-
* (Updatable) List of DNS zones to be used by the data assets. Example: custpvtsubnet.oraclevcn.com for data asset: db.custpvtsubnet.oraclevcn.com
|
|
142
|
-
*/
|
|
143
|
-
dnsZones?: pulumi.Input<pulumi.Input<string>[]>;
|
|
144
|
-
/**
|
|
145
|
-
* (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
|
146
|
-
*/
|
|
147
|
-
freeformTags?: pulumi.Input<{
|
|
148
|
-
[key: string]: pulumi.Input<string>;
|
|
149
|
-
}>;
|
|
150
|
-
/**
|
|
151
|
-
* A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in 'Failed' state.
|
|
152
|
-
*/
|
|
153
|
-
lifecycleDetails?: pulumi.Input<string>;
|
|
154
|
-
/**
|
|
155
|
-
* The current state of the private endpoint resource.
|
|
156
|
-
*/
|
|
157
|
-
state?: pulumi.Input<string>;
|
|
158
|
-
/**
|
|
159
|
-
* The OCID of subnet to which the reverse connection is to be created.
|
|
160
|
-
*
|
|
161
|
-
*
|
|
162
|
-
* ** IMPORTANT **
|
|
163
|
-
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
164
|
-
*/
|
|
165
|
-
subnetId?: pulumi.Input<string>;
|
|
166
|
-
/**
|
|
167
|
-
* Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
|
168
|
-
*/
|
|
169
|
-
systemTags?: pulumi.Input<{
|
|
170
|
-
[key: string]: pulumi.Input<string>;
|
|
171
|
-
}>;
|
|
172
|
-
/**
|
|
173
|
-
* The time the private endpoint was created. An [RFC3339](https://tools.ietf.org/html/rfc3339) formatted datetime string.
|
|
174
|
-
*/
|
|
175
|
-
timeCreated?: pulumi.Input<string>;
|
|
176
|
-
/**
|
|
177
|
-
* The time the private endpoint was updated. An [RFC3339](https://tools.ietf.org/html/rfc3339) formatted datetime string.
|
|
178
|
-
*/
|
|
179
|
-
timeUpdated?: pulumi.Input<string>;
|
|
180
|
-
}
|
|
181
|
-
/**
|
|
182
|
-
* The set of arguments for constructing a AiPrivateEndpoint resource.
|
|
183
|
-
*/
|
|
184
|
-
export interface AiPrivateEndpointArgs {
|
|
185
|
-
/**
|
|
186
|
-
* (Updatable) Compartment identifier.
|
|
187
|
-
*/
|
|
188
|
-
compartmentId: pulumi.Input<string>;
|
|
189
|
-
/**
|
|
190
|
-
* (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
|
191
|
-
*/
|
|
192
|
-
definedTags?: pulumi.Input<{
|
|
193
|
-
[key: string]: pulumi.Input<string>;
|
|
194
|
-
}>;
|
|
195
|
-
/**
|
|
196
|
-
* (Updatable) Display name of the private endpoint resource being created.
|
|
197
|
-
*/
|
|
198
|
-
displayName?: pulumi.Input<string>;
|
|
199
|
-
/**
|
|
200
|
-
* (Updatable) List of DNS zones to be used by the data assets. Example: custpvtsubnet.oraclevcn.com for data asset: db.custpvtsubnet.oraclevcn.com
|
|
201
|
-
*/
|
|
202
|
-
dnsZones: pulumi.Input<pulumi.Input<string>[]>;
|
|
203
|
-
/**
|
|
204
|
-
* (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
|
205
|
-
*/
|
|
206
|
-
freeformTags?: pulumi.Input<{
|
|
207
|
-
[key: string]: pulumi.Input<string>;
|
|
208
|
-
}>;
|
|
209
|
-
/**
|
|
210
|
-
* The OCID of subnet to which the reverse connection is to be created.
|
|
211
|
-
*
|
|
212
|
-
*
|
|
213
|
-
* ** IMPORTANT **
|
|
214
|
-
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
215
|
-
*/
|
|
216
|
-
subnetId: pulumi.Input<string>;
|
|
217
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"aiPrivateEndpoint.js","sourceRoot":"","sources":["../../aianomalydetection/aiPrivateEndpoint.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgCG;AACH,MAAa,iBAAkB,SAAQ,MAAM,CAAC,cAAc;IACxD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA8B,EAAE,IAAmC;QAC5H,OAAO,IAAI,iBAAiB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACxE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,iBAAiB,CAAC,YAAY,CAAC;IAClE,CAAC;IA+DD,YAAY,IAAY,EAAE,WAA4D,EAAE,IAAmC;QACvH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAiD,CAAC;YAChE,cAAc,CAAC,oBAAoB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,CAAC,CAAC,SAAS,CAAC;YACpF,cAAc,CAAC,eAAe,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1E,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,kBAAkB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;YAChF,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;SACzE;aAAM;YACH,MAAM,IAAI,GAAG,WAAgD,CAAC;YAC9D,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,aAAa,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC1D,MAAM,IAAI,KAAK,CAAC,2CAA2C,CAAC,CAAC;aAChE;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,QAAQ,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACrD,MAAM,IAAI,KAAK,CAAC,sCAAsC,CAAC,CAAC;aAC3D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,QAAQ,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACrD,MAAM,IAAI,KAAK,CAAC,sCAAsC,CAAC,CAAC;aAC3D;YACD,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,oBAAoB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACzD,cAAc,CAAC,kBAAkB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACvD,cAAc,CAAC,OAAO,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC5C,cAAc,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACjD,cAAc,CAAC,aAAa,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAClD,cAAc,CAAC,aAAa,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACrD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,iBAAiB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACtE,CAAC;;AApIL,8CAqIC;AAvHG,gBAAgB;AACO,8BAAY,GAAG,4DAA4D,CAAC"}
|
|
@@ -1,256 +0,0 @@
|
|
|
1
|
-
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
import * as inputs from "../types/input";
|
|
3
|
-
import * as outputs from "../types/output";
|
|
4
|
-
/**
|
|
5
|
-
* This resource provides the Data Asset resource in Oracle Cloud Infrastructure Ai Anomaly Detection service.
|
|
6
|
-
*
|
|
7
|
-
* Creates a new DataAsset.
|
|
8
|
-
*
|
|
9
|
-
* ## Example Usage
|
|
10
|
-
*
|
|
11
|
-
* ```typescript
|
|
12
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
13
|
-
* import * as oci from "@pulumi/oci";
|
|
14
|
-
*
|
|
15
|
-
* const testDataAsset = new oci.aianomalydetection.DataAsset("test_data_asset", {
|
|
16
|
-
* compartmentId: compartmentId,
|
|
17
|
-
* dataSourceDetails: {
|
|
18
|
-
* dataSourceType: dataAssetDataSourceDetailsDataSourceType,
|
|
19
|
-
* atpPasswordSecretId: testSecret.id,
|
|
20
|
-
* atpUserName: testUser.name,
|
|
21
|
-
* bucket: dataAssetDataSourceDetailsBucket,
|
|
22
|
-
* cwalletFileSecretId: testSecret.id,
|
|
23
|
-
* databaseName: testDatabase.name,
|
|
24
|
-
* ewalletFileSecretId: testSecret.id,
|
|
25
|
-
* keyStoreFileSecretId: testSecret.id,
|
|
26
|
-
* measurementName: dataAssetDataSourceDetailsMeasurementName,
|
|
27
|
-
* namespace: dataAssetDataSourceDetailsNamespace,
|
|
28
|
-
* object: dataAssetDataSourceDetailsObject,
|
|
29
|
-
* ojdbcFileSecretId: testSecret.id,
|
|
30
|
-
* passwordSecretId: testSecret.id,
|
|
31
|
-
* tableName: testTable.name,
|
|
32
|
-
* tnsnamesFileSecretId: testSecret.id,
|
|
33
|
-
* truststoreFileSecretId: testSecret.id,
|
|
34
|
-
* url: dataAssetDataSourceDetailsUrl,
|
|
35
|
-
* userName: testUser.name,
|
|
36
|
-
* versionSpecificDetails: {
|
|
37
|
-
* influxVersion: dataAssetDataSourceDetailsVersionSpecificDetailsInfluxVersion,
|
|
38
|
-
* bucket: dataAssetDataSourceDetailsVersionSpecificDetailsBucket,
|
|
39
|
-
* databaseName: testDatabase.name,
|
|
40
|
-
* organizationName: dataAssetDataSourceDetailsVersionSpecificDetailsOrganizationName,
|
|
41
|
-
* retentionPolicyName: testPolicy.name,
|
|
42
|
-
* },
|
|
43
|
-
* walletPasswordSecretId: testSecret.id,
|
|
44
|
-
* },
|
|
45
|
-
* projectId: testProject.id,
|
|
46
|
-
* definedTags: {
|
|
47
|
-
* "foo-namespace.bar-key": "value",
|
|
48
|
-
* },
|
|
49
|
-
* description: dataAssetDescription,
|
|
50
|
-
* displayName: dataAssetDisplayName,
|
|
51
|
-
* freeformTags: {
|
|
52
|
-
* "bar-key": "value",
|
|
53
|
-
* },
|
|
54
|
-
* privateEndpointId: testPrivateEndpoint.id,
|
|
55
|
-
* });
|
|
56
|
-
* ```
|
|
57
|
-
*
|
|
58
|
-
* ## Import
|
|
59
|
-
*
|
|
60
|
-
* DataAssets can be imported using the `id`, e.g.
|
|
61
|
-
*
|
|
62
|
-
* ```sh
|
|
63
|
-
* $ pulumi import oci:AiAnomalyDetection/dataAsset:DataAsset test_data_asset "id"
|
|
64
|
-
* ```
|
|
65
|
-
*/
|
|
66
|
-
export declare class DataAsset extends pulumi.CustomResource {
|
|
67
|
-
/**
|
|
68
|
-
* Get an existing DataAsset resource's state with the given name, ID, and optional extra
|
|
69
|
-
* properties used to qualify the lookup.
|
|
70
|
-
*
|
|
71
|
-
* @param name The _unique_ name of the resulting resource.
|
|
72
|
-
* @param id The _unique_ provider ID of the resource to lookup.
|
|
73
|
-
* @param state Any extra arguments used during the lookup.
|
|
74
|
-
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
75
|
-
*/
|
|
76
|
-
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: DataAssetState, opts?: pulumi.CustomResourceOptions): DataAsset;
|
|
77
|
-
/**
|
|
78
|
-
* Returns true if the given object is an instance of DataAsset. This is designed to work even
|
|
79
|
-
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
80
|
-
*/
|
|
81
|
-
static isInstance(obj: any): obj is DataAsset;
|
|
82
|
-
/**
|
|
83
|
-
* (Updatable) The OCID for the data asset's compartment.
|
|
84
|
-
*/
|
|
85
|
-
readonly compartmentId: pulumi.Output<string>;
|
|
86
|
-
/**
|
|
87
|
-
* Possible data sources
|
|
88
|
-
*/
|
|
89
|
-
readonly dataSourceDetails: pulumi.Output<outputs.AiAnomalyDetection.DataAssetDataSourceDetails>;
|
|
90
|
-
/**
|
|
91
|
-
* (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
|
92
|
-
*/
|
|
93
|
-
readonly definedTags: pulumi.Output<{
|
|
94
|
-
[key: string]: string;
|
|
95
|
-
}>;
|
|
96
|
-
/**
|
|
97
|
-
* (Updatable) A short description of the Ai data asset
|
|
98
|
-
*/
|
|
99
|
-
readonly description: pulumi.Output<string>;
|
|
100
|
-
/**
|
|
101
|
-
* (Updatable) A user-friendly display name for the resource. It does not have to be unique and can be modified. Avoid entering confidential information.
|
|
102
|
-
*/
|
|
103
|
-
readonly displayName: pulumi.Output<string>;
|
|
104
|
-
/**
|
|
105
|
-
* (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
|
106
|
-
*/
|
|
107
|
-
readonly freeformTags: pulumi.Output<{
|
|
108
|
-
[key: string]: string;
|
|
109
|
-
}>;
|
|
110
|
-
/**
|
|
111
|
-
* OCID of Private Endpoint.
|
|
112
|
-
*/
|
|
113
|
-
readonly privateEndpointId: pulumi.Output<string>;
|
|
114
|
-
/**
|
|
115
|
-
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the project to associate with the data asset.
|
|
116
|
-
*
|
|
117
|
-
*
|
|
118
|
-
* ** IMPORTANT **
|
|
119
|
-
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
120
|
-
*/
|
|
121
|
-
readonly projectId: pulumi.Output<string>;
|
|
122
|
-
/**
|
|
123
|
-
* The lifecycle state of the Data Asset.
|
|
124
|
-
*/
|
|
125
|
-
readonly state: pulumi.Output<string>;
|
|
126
|
-
/**
|
|
127
|
-
* Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
|
128
|
-
*/
|
|
129
|
-
readonly systemTags: pulumi.Output<{
|
|
130
|
-
[key: string]: string;
|
|
131
|
-
}>;
|
|
132
|
-
/**
|
|
133
|
-
* The time the the DataAsset was created. An RFC3339 formatted datetime string
|
|
134
|
-
*/
|
|
135
|
-
readonly timeCreated: pulumi.Output<string>;
|
|
136
|
-
/**
|
|
137
|
-
* The time the the DataAsset was updated. An RFC3339 formatted datetime string
|
|
138
|
-
*/
|
|
139
|
-
readonly timeUpdated: pulumi.Output<string>;
|
|
140
|
-
/**
|
|
141
|
-
* Create a DataAsset resource with the given unique name, arguments, and options.
|
|
142
|
-
*
|
|
143
|
-
* @param name The _unique_ name of the resource.
|
|
144
|
-
* @param args The arguments to use to populate this resource's properties.
|
|
145
|
-
* @param opts A bag of options that control this resource's behavior.
|
|
146
|
-
*/
|
|
147
|
-
constructor(name: string, args: DataAssetArgs, opts?: pulumi.CustomResourceOptions);
|
|
148
|
-
}
|
|
149
|
-
/**
|
|
150
|
-
* Input properties used for looking up and filtering DataAsset resources.
|
|
151
|
-
*/
|
|
152
|
-
export interface DataAssetState {
|
|
153
|
-
/**
|
|
154
|
-
* (Updatable) The OCID for the data asset's compartment.
|
|
155
|
-
*/
|
|
156
|
-
compartmentId?: pulumi.Input<string>;
|
|
157
|
-
/**
|
|
158
|
-
* Possible data sources
|
|
159
|
-
*/
|
|
160
|
-
dataSourceDetails?: pulumi.Input<inputs.AiAnomalyDetection.DataAssetDataSourceDetails>;
|
|
161
|
-
/**
|
|
162
|
-
* (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
|
163
|
-
*/
|
|
164
|
-
definedTags?: pulumi.Input<{
|
|
165
|
-
[key: string]: pulumi.Input<string>;
|
|
166
|
-
}>;
|
|
167
|
-
/**
|
|
168
|
-
* (Updatable) A short description of the Ai data asset
|
|
169
|
-
*/
|
|
170
|
-
description?: pulumi.Input<string>;
|
|
171
|
-
/**
|
|
172
|
-
* (Updatable) A user-friendly display name for the resource. It does not have to be unique and can be modified. Avoid entering confidential information.
|
|
173
|
-
*/
|
|
174
|
-
displayName?: pulumi.Input<string>;
|
|
175
|
-
/**
|
|
176
|
-
* (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
|
177
|
-
*/
|
|
178
|
-
freeformTags?: pulumi.Input<{
|
|
179
|
-
[key: string]: pulumi.Input<string>;
|
|
180
|
-
}>;
|
|
181
|
-
/**
|
|
182
|
-
* OCID of Private Endpoint.
|
|
183
|
-
*/
|
|
184
|
-
privateEndpointId?: pulumi.Input<string>;
|
|
185
|
-
/**
|
|
186
|
-
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the project to associate with the data asset.
|
|
187
|
-
*
|
|
188
|
-
*
|
|
189
|
-
* ** IMPORTANT **
|
|
190
|
-
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
191
|
-
*/
|
|
192
|
-
projectId?: pulumi.Input<string>;
|
|
193
|
-
/**
|
|
194
|
-
* The lifecycle state of the Data Asset.
|
|
195
|
-
*/
|
|
196
|
-
state?: pulumi.Input<string>;
|
|
197
|
-
/**
|
|
198
|
-
* Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
|
199
|
-
*/
|
|
200
|
-
systemTags?: pulumi.Input<{
|
|
201
|
-
[key: string]: pulumi.Input<string>;
|
|
202
|
-
}>;
|
|
203
|
-
/**
|
|
204
|
-
* The time the the DataAsset was created. An RFC3339 formatted datetime string
|
|
205
|
-
*/
|
|
206
|
-
timeCreated?: pulumi.Input<string>;
|
|
207
|
-
/**
|
|
208
|
-
* The time the the DataAsset was updated. An RFC3339 formatted datetime string
|
|
209
|
-
*/
|
|
210
|
-
timeUpdated?: pulumi.Input<string>;
|
|
211
|
-
}
|
|
212
|
-
/**
|
|
213
|
-
* The set of arguments for constructing a DataAsset resource.
|
|
214
|
-
*/
|
|
215
|
-
export interface DataAssetArgs {
|
|
216
|
-
/**
|
|
217
|
-
* (Updatable) The OCID for the data asset's compartment.
|
|
218
|
-
*/
|
|
219
|
-
compartmentId: pulumi.Input<string>;
|
|
220
|
-
/**
|
|
221
|
-
* Possible data sources
|
|
222
|
-
*/
|
|
223
|
-
dataSourceDetails: pulumi.Input<inputs.AiAnomalyDetection.DataAssetDataSourceDetails>;
|
|
224
|
-
/**
|
|
225
|
-
* (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
|
226
|
-
*/
|
|
227
|
-
definedTags?: pulumi.Input<{
|
|
228
|
-
[key: string]: pulumi.Input<string>;
|
|
229
|
-
}>;
|
|
230
|
-
/**
|
|
231
|
-
* (Updatable) A short description of the Ai data asset
|
|
232
|
-
*/
|
|
233
|
-
description?: pulumi.Input<string>;
|
|
234
|
-
/**
|
|
235
|
-
* (Updatable) A user-friendly display name for the resource. It does not have to be unique and can be modified. Avoid entering confidential information.
|
|
236
|
-
*/
|
|
237
|
-
displayName?: pulumi.Input<string>;
|
|
238
|
-
/**
|
|
239
|
-
* (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
|
240
|
-
*/
|
|
241
|
-
freeformTags?: pulumi.Input<{
|
|
242
|
-
[key: string]: pulumi.Input<string>;
|
|
243
|
-
}>;
|
|
244
|
-
/**
|
|
245
|
-
* OCID of Private Endpoint.
|
|
246
|
-
*/
|
|
247
|
-
privateEndpointId?: pulumi.Input<string>;
|
|
248
|
-
/**
|
|
249
|
-
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the project to associate with the data asset.
|
|
250
|
-
*
|
|
251
|
-
*
|
|
252
|
-
* ** IMPORTANT **
|
|
253
|
-
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
254
|
-
*/
|
|
255
|
-
projectId: pulumi.Input<string>;
|
|
256
|
-
}
|