@pulumi/oci 3.4.0-alpha.1755585924 → 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/apmconfig/config.d.ts
CHANGED
|
@@ -15,7 +15,15 @@ import * as outputs from "../types/output";
|
|
|
15
15
|
* const testConfig = new oci.apmconfig.Config("test_config", {
|
|
16
16
|
* apmDomainId: testApmDomain.id,
|
|
17
17
|
* configType: configConfigType,
|
|
18
|
-
*
|
|
18
|
+
* agentVersion: configAgentVersion,
|
|
19
|
+
* attachInstallDir: configAttachInstallDir,
|
|
20
|
+
* config: {
|
|
21
|
+
* configMaps: [{
|
|
22
|
+
* fileName: configConfigConfigMapFileName,
|
|
23
|
+
* body: configConfigConfigMapBody,
|
|
24
|
+
* contentType: configConfigConfigMapContentType,
|
|
25
|
+
* }],
|
|
26
|
+
* },
|
|
19
27
|
* definedTags: {
|
|
20
28
|
* "foo-namespace.bar-key": "value",
|
|
21
29
|
* },
|
|
@@ -24,12 +32,15 @@ import * as outputs from "../types/output";
|
|
|
24
32
|
* name: configDimensionsName,
|
|
25
33
|
* valueSource: configDimensionsValueSource,
|
|
26
34
|
* }],
|
|
35
|
+
* displayName: configDisplayName,
|
|
27
36
|
* filterId: testFilter.id,
|
|
28
37
|
* filterText: configFilterText,
|
|
29
38
|
* freeformTags: {
|
|
30
39
|
* "bar-key": "value",
|
|
31
40
|
* },
|
|
32
41
|
* group: configGroup,
|
|
42
|
+
* managementAgentId: testManagementAgent.id,
|
|
43
|
+
* matchAgentsWithAttributeValue: configMatchAgentsWithAttributeValue,
|
|
33
44
|
* metrics: [{
|
|
34
45
|
* description: configMetricsDescription,
|
|
35
46
|
* name: configMetricsName,
|
|
@@ -39,6 +50,13 @@ import * as outputs from "../types/output";
|
|
|
39
50
|
* namespace: configNamespace,
|
|
40
51
|
* opcDryRun: configOpcDryRun,
|
|
41
52
|
* options: configOptions,
|
|
53
|
+
* overrides: {
|
|
54
|
+
* overrideLists: [{
|
|
55
|
+
* agentFilter: configOverridesOverrideListAgentFilter,
|
|
56
|
+
* overrideMap: configOverridesOverrideListOverrideMap,
|
|
57
|
+
* }],
|
|
58
|
+
* },
|
|
59
|
+
* processFilters: configProcessFilter,
|
|
42
60
|
* rules: [{
|
|
43
61
|
* displayName: configRulesDisplayName,
|
|
44
62
|
* filterText: configRulesFilterText,
|
|
@@ -48,6 +66,8 @@ import * as outputs from "../types/output";
|
|
|
48
66
|
* satisfiedResponseTime: configRulesSatisfiedResponseTime,
|
|
49
67
|
* toleratingResponseTime: configRulesToleratingResponseTime,
|
|
50
68
|
* }],
|
|
69
|
+
* runAsUser: configRunAsUser,
|
|
70
|
+
* serviceName: testService.name,
|
|
51
71
|
* });
|
|
52
72
|
* ```
|
|
53
73
|
*
|
|
@@ -75,10 +95,22 @@ export declare class Config extends pulumi.CustomResource {
|
|
|
75
95
|
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
76
96
|
*/
|
|
77
97
|
static isInstance(obj: any): obj is Config;
|
|
98
|
+
/**
|
|
99
|
+
* (Updatable) The version of the referenced agent bundle.
|
|
100
|
+
*/
|
|
101
|
+
readonly agentVersion: pulumi.Output<string>;
|
|
78
102
|
/**
|
|
79
103
|
* (Updatable) The APM Domain ID the request is intended for.
|
|
80
104
|
*/
|
|
81
105
|
readonly apmDomainId: pulumi.Output<string>;
|
|
106
|
+
/**
|
|
107
|
+
* (Updatable) The directory owned by runAsUser.
|
|
108
|
+
*/
|
|
109
|
+
readonly attachInstallDir: pulumi.Output<string>;
|
|
110
|
+
/**
|
|
111
|
+
* (Updatable) Collection of agent configuration files. For agents that use a single configuration file, this SHOULD contain a single entry and the file name MAY be an empty string. For multiple entries, you should use multiple blocks of `configMap`. To apply a different configuration in a subset of the agents, put this block anywhere in the body of the configuration and edit <some variable> and <some content> {{ <some variable> | default <some content> }} Example: com.oracle.apm.agent.tracer.enable.jfr = {{ isJfrEnabled | default false }} Then, in the configuration's overrides, specify a different value for <some variable> along with the desired agent filter. Example: "agentFilter": "ApplicationType='Tomcat'" "overrideMap": { "isJfrEnabled": true }
|
|
112
|
+
*/
|
|
113
|
+
readonly config: pulumi.Output<outputs.ApmConfig.ConfigConfig>;
|
|
82
114
|
/**
|
|
83
115
|
* (Updatable) The type of configuration item.
|
|
84
116
|
*/
|
|
@@ -131,6 +163,18 @@ export declare class Config extends pulumi.CustomResource {
|
|
|
131
163
|
* The list of configuration items that reference the span filter.
|
|
132
164
|
*/
|
|
133
165
|
readonly inUseBies: pulumi.Output<outputs.ApmConfig.ConfigInUseBy[]>;
|
|
166
|
+
/**
|
|
167
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Management Agent that will provision the APM Agent.
|
|
168
|
+
*/
|
|
169
|
+
readonly managementAgentId: pulumi.Output<string>;
|
|
170
|
+
/**
|
|
171
|
+
* The agent attribute KEY by which an Agent configuration is matched to an agent. All agent configuration objects share the same key. It is [ServiceName, service.name] by default. The attribute VALUE corresponding to this KEY is in the matchAgentsWithAttributeValue field.
|
|
172
|
+
*/
|
|
173
|
+
readonly matchAgentsWithAttributeKeys: pulumi.Output<string[]>;
|
|
174
|
+
/**
|
|
175
|
+
* The agent attribute VALUE by which an agent configuration is matched to an agent. Each agent configuration object must specify a different value. The attribute KEY corresponding to this VALUE is in the matchAgentsWithAttributeKey field.
|
|
176
|
+
*/
|
|
177
|
+
readonly matchAgentsWithAttributeValue: pulumi.Output<string>;
|
|
134
178
|
/**
|
|
135
179
|
* (Updatable) The list of metrics in this group.
|
|
136
180
|
*/
|
|
@@ -147,10 +191,30 @@ export declare class Config extends pulumi.CustomResource {
|
|
|
147
191
|
* (Updatable) The options are stored here as JSON.
|
|
148
192
|
*/
|
|
149
193
|
readonly options: pulumi.Output<string>;
|
|
194
|
+
/**
|
|
195
|
+
* (Updatable) Agent configuration overrides that should apply to a subset of the agents associated with an Agent Config object.
|
|
196
|
+
*/
|
|
197
|
+
readonly overrides: pulumi.Output<outputs.ApmConfig.ConfigOverrides>;
|
|
198
|
+
/**
|
|
199
|
+
* (Updatable) Filter patterns used to discover active Java processes for provisioning the APM Agent.
|
|
200
|
+
*/
|
|
201
|
+
readonly processFilters: pulumi.Output<string[]>;
|
|
150
202
|
/**
|
|
151
203
|
* (Updatable)
|
|
152
204
|
*/
|
|
153
205
|
readonly rules: pulumi.Output<outputs.ApmConfig.ConfigRule[]>;
|
|
206
|
+
/**
|
|
207
|
+
* (Updatable) The OS user that should be used to discover Java processes.
|
|
208
|
+
*/
|
|
209
|
+
readonly runAsUser: pulumi.Output<string>;
|
|
210
|
+
/**
|
|
211
|
+
* (Updatable) The name of the service being monitored. This argument enables you to filter by service and view traces and other signals in the APM Explorer user interface.
|
|
212
|
+
*
|
|
213
|
+
*
|
|
214
|
+
* ** IMPORTANT **
|
|
215
|
+
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
216
|
+
*/
|
|
217
|
+
readonly serviceName: pulumi.Output<string>;
|
|
154
218
|
/**
|
|
155
219
|
* The time the resource was created, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2020-02-12T22:47:12.613Z`
|
|
156
220
|
*/
|
|
@@ -176,10 +240,22 @@ export declare class Config extends pulumi.CustomResource {
|
|
|
176
240
|
* Input properties used for looking up and filtering Config resources.
|
|
177
241
|
*/
|
|
178
242
|
export interface ConfigState {
|
|
243
|
+
/**
|
|
244
|
+
* (Updatable) The version of the referenced agent bundle.
|
|
245
|
+
*/
|
|
246
|
+
agentVersion?: pulumi.Input<string>;
|
|
179
247
|
/**
|
|
180
248
|
* (Updatable) The APM Domain ID the request is intended for.
|
|
181
249
|
*/
|
|
182
250
|
apmDomainId?: pulumi.Input<string>;
|
|
251
|
+
/**
|
|
252
|
+
* (Updatable) The directory owned by runAsUser.
|
|
253
|
+
*/
|
|
254
|
+
attachInstallDir?: pulumi.Input<string>;
|
|
255
|
+
/**
|
|
256
|
+
* (Updatable) Collection of agent configuration files. For agents that use a single configuration file, this SHOULD contain a single entry and the file name MAY be an empty string. For multiple entries, you should use multiple blocks of `configMap`. To apply a different configuration in a subset of the agents, put this block anywhere in the body of the configuration and edit <some variable> and <some content> {{ <some variable> | default <some content> }} Example: com.oracle.apm.agent.tracer.enable.jfr = {{ isJfrEnabled | default false }} Then, in the configuration's overrides, specify a different value for <some variable> along with the desired agent filter. Example: "agentFilter": "ApplicationType='Tomcat'" "overrideMap": { "isJfrEnabled": true }
|
|
257
|
+
*/
|
|
258
|
+
config?: pulumi.Input<inputs.ApmConfig.ConfigConfig>;
|
|
183
259
|
/**
|
|
184
260
|
* (Updatable) The type of configuration item.
|
|
185
261
|
*/
|
|
@@ -232,6 +308,18 @@ export interface ConfigState {
|
|
|
232
308
|
* The list of configuration items that reference the span filter.
|
|
233
309
|
*/
|
|
234
310
|
inUseBies?: pulumi.Input<pulumi.Input<inputs.ApmConfig.ConfigInUseBy>[]>;
|
|
311
|
+
/**
|
|
312
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Management Agent that will provision the APM Agent.
|
|
313
|
+
*/
|
|
314
|
+
managementAgentId?: pulumi.Input<string>;
|
|
315
|
+
/**
|
|
316
|
+
* The agent attribute KEY by which an Agent configuration is matched to an agent. All agent configuration objects share the same key. It is [ServiceName, service.name] by default. The attribute VALUE corresponding to this KEY is in the matchAgentsWithAttributeValue field.
|
|
317
|
+
*/
|
|
318
|
+
matchAgentsWithAttributeKeys?: pulumi.Input<pulumi.Input<string>[]>;
|
|
319
|
+
/**
|
|
320
|
+
* The agent attribute VALUE by which an agent configuration is matched to an agent. Each agent configuration object must specify a different value. The attribute KEY corresponding to this VALUE is in the matchAgentsWithAttributeKey field.
|
|
321
|
+
*/
|
|
322
|
+
matchAgentsWithAttributeValue?: pulumi.Input<string>;
|
|
235
323
|
/**
|
|
236
324
|
* (Updatable) The list of metrics in this group.
|
|
237
325
|
*/
|
|
@@ -248,10 +336,30 @@ export interface ConfigState {
|
|
|
248
336
|
* (Updatable) The options are stored here as JSON.
|
|
249
337
|
*/
|
|
250
338
|
options?: pulumi.Input<string>;
|
|
339
|
+
/**
|
|
340
|
+
* (Updatable) Agent configuration overrides that should apply to a subset of the agents associated with an Agent Config object.
|
|
341
|
+
*/
|
|
342
|
+
overrides?: pulumi.Input<inputs.ApmConfig.ConfigOverrides>;
|
|
343
|
+
/**
|
|
344
|
+
* (Updatable) Filter patterns used to discover active Java processes for provisioning the APM Agent.
|
|
345
|
+
*/
|
|
346
|
+
processFilters?: pulumi.Input<pulumi.Input<string>[]>;
|
|
251
347
|
/**
|
|
252
348
|
* (Updatable)
|
|
253
349
|
*/
|
|
254
350
|
rules?: pulumi.Input<pulumi.Input<inputs.ApmConfig.ConfigRule>[]>;
|
|
351
|
+
/**
|
|
352
|
+
* (Updatable) The OS user that should be used to discover Java processes.
|
|
353
|
+
*/
|
|
354
|
+
runAsUser?: pulumi.Input<string>;
|
|
355
|
+
/**
|
|
356
|
+
* (Updatable) The name of the service being monitored. This argument enables you to filter by service and view traces and other signals in the APM Explorer user interface.
|
|
357
|
+
*
|
|
358
|
+
*
|
|
359
|
+
* ** IMPORTANT **
|
|
360
|
+
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
361
|
+
*/
|
|
362
|
+
serviceName?: pulumi.Input<string>;
|
|
255
363
|
/**
|
|
256
364
|
* The time the resource was created, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2020-02-12T22:47:12.613Z`
|
|
257
365
|
*/
|
|
@@ -269,10 +377,22 @@ export interface ConfigState {
|
|
|
269
377
|
* The set of arguments for constructing a Config resource.
|
|
270
378
|
*/
|
|
271
379
|
export interface ConfigArgs {
|
|
380
|
+
/**
|
|
381
|
+
* (Updatable) The version of the referenced agent bundle.
|
|
382
|
+
*/
|
|
383
|
+
agentVersion?: pulumi.Input<string>;
|
|
272
384
|
/**
|
|
273
385
|
* (Updatable) The APM Domain ID the request is intended for.
|
|
274
386
|
*/
|
|
275
387
|
apmDomainId: pulumi.Input<string>;
|
|
388
|
+
/**
|
|
389
|
+
* (Updatable) The directory owned by runAsUser.
|
|
390
|
+
*/
|
|
391
|
+
attachInstallDir?: pulumi.Input<string>;
|
|
392
|
+
/**
|
|
393
|
+
* (Updatable) Collection of agent configuration files. For agents that use a single configuration file, this SHOULD contain a single entry and the file name MAY be an empty string. For multiple entries, you should use multiple blocks of `configMap`. To apply a different configuration in a subset of the agents, put this block anywhere in the body of the configuration and edit <some variable> and <some content> {{ <some variable> | default <some content> }} Example: com.oracle.apm.agent.tracer.enable.jfr = {{ isJfrEnabled | default false }} Then, in the configuration's overrides, specify a different value for <some variable> along with the desired agent filter. Example: "agentFilter": "ApplicationType='Tomcat'" "overrideMap": { "isJfrEnabled": true }
|
|
394
|
+
*/
|
|
395
|
+
config?: pulumi.Input<inputs.ApmConfig.ConfigConfig>;
|
|
276
396
|
/**
|
|
277
397
|
* (Updatable) The type of configuration item.
|
|
278
398
|
*/
|
|
@@ -294,7 +414,7 @@ export interface ConfigArgs {
|
|
|
294
414
|
/**
|
|
295
415
|
* (Updatable) The name by which a configuration entity is displayed to the end user.
|
|
296
416
|
*/
|
|
297
|
-
displayName
|
|
417
|
+
displayName?: pulumi.Input<string>;
|
|
298
418
|
/**
|
|
299
419
|
* (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of a Span Filter. The filterId is mandatory for the creation of MetricGroups. A filterId is generated when a Span Filter is created.
|
|
300
420
|
*/
|
|
@@ -317,6 +437,14 @@ export interface ConfigArgs {
|
|
|
317
437
|
* The list of configuration items that reference the span filter.
|
|
318
438
|
*/
|
|
319
439
|
inUseBies?: pulumi.Input<pulumi.Input<inputs.ApmConfig.ConfigInUseBy>[]>;
|
|
440
|
+
/**
|
|
441
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Management Agent that will provision the APM Agent.
|
|
442
|
+
*/
|
|
443
|
+
managementAgentId?: pulumi.Input<string>;
|
|
444
|
+
/**
|
|
445
|
+
* The agent attribute VALUE by which an agent configuration is matched to an agent. Each agent configuration object must specify a different value. The attribute KEY corresponding to this VALUE is in the matchAgentsWithAttributeKey field.
|
|
446
|
+
*/
|
|
447
|
+
matchAgentsWithAttributeValue?: pulumi.Input<string>;
|
|
320
448
|
/**
|
|
321
449
|
* (Updatable) The list of metrics in this group.
|
|
322
450
|
*/
|
|
@@ -333,8 +461,28 @@ export interface ConfigArgs {
|
|
|
333
461
|
* (Updatable) The options are stored here as JSON.
|
|
334
462
|
*/
|
|
335
463
|
options?: pulumi.Input<string>;
|
|
464
|
+
/**
|
|
465
|
+
* (Updatable) Agent configuration overrides that should apply to a subset of the agents associated with an Agent Config object.
|
|
466
|
+
*/
|
|
467
|
+
overrides?: pulumi.Input<inputs.ApmConfig.ConfigOverrides>;
|
|
468
|
+
/**
|
|
469
|
+
* (Updatable) Filter patterns used to discover active Java processes for provisioning the APM Agent.
|
|
470
|
+
*/
|
|
471
|
+
processFilters?: pulumi.Input<pulumi.Input<string>[]>;
|
|
336
472
|
/**
|
|
337
473
|
* (Updatable)
|
|
338
474
|
*/
|
|
339
475
|
rules?: pulumi.Input<pulumi.Input<inputs.ApmConfig.ConfigRule>[]>;
|
|
476
|
+
/**
|
|
477
|
+
* (Updatable) The OS user that should be used to discover Java processes.
|
|
478
|
+
*/
|
|
479
|
+
runAsUser?: pulumi.Input<string>;
|
|
480
|
+
/**
|
|
481
|
+
* (Updatable) The name of the service being monitored. This argument enables you to filter by service and view traces and other signals in the APM Explorer user interface.
|
|
482
|
+
*
|
|
483
|
+
*
|
|
484
|
+
* ** IMPORTANT **
|
|
485
|
+
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
486
|
+
*/
|
|
487
|
+
serviceName?: pulumi.Input<string>;
|
|
340
488
|
}
|
package/apmconfig/config.js
CHANGED
|
@@ -19,7 +19,15 @@ const utilities = require("../utilities");
|
|
|
19
19
|
* const testConfig = new oci.apmconfig.Config("test_config", {
|
|
20
20
|
* apmDomainId: testApmDomain.id,
|
|
21
21
|
* configType: configConfigType,
|
|
22
|
-
*
|
|
22
|
+
* agentVersion: configAgentVersion,
|
|
23
|
+
* attachInstallDir: configAttachInstallDir,
|
|
24
|
+
* config: {
|
|
25
|
+
* configMaps: [{
|
|
26
|
+
* fileName: configConfigConfigMapFileName,
|
|
27
|
+
* body: configConfigConfigMapBody,
|
|
28
|
+
* contentType: configConfigConfigMapContentType,
|
|
29
|
+
* }],
|
|
30
|
+
* },
|
|
23
31
|
* definedTags: {
|
|
24
32
|
* "foo-namespace.bar-key": "value",
|
|
25
33
|
* },
|
|
@@ -28,12 +36,15 @@ const utilities = require("../utilities");
|
|
|
28
36
|
* name: configDimensionsName,
|
|
29
37
|
* valueSource: configDimensionsValueSource,
|
|
30
38
|
* }],
|
|
39
|
+
* displayName: configDisplayName,
|
|
31
40
|
* filterId: testFilter.id,
|
|
32
41
|
* filterText: configFilterText,
|
|
33
42
|
* freeformTags: {
|
|
34
43
|
* "bar-key": "value",
|
|
35
44
|
* },
|
|
36
45
|
* group: configGroup,
|
|
46
|
+
* managementAgentId: testManagementAgent.id,
|
|
47
|
+
* matchAgentsWithAttributeValue: configMatchAgentsWithAttributeValue,
|
|
37
48
|
* metrics: [{
|
|
38
49
|
* description: configMetricsDescription,
|
|
39
50
|
* name: configMetricsName,
|
|
@@ -43,6 +54,13 @@ const utilities = require("../utilities");
|
|
|
43
54
|
* namespace: configNamespace,
|
|
44
55
|
* opcDryRun: configOpcDryRun,
|
|
45
56
|
* options: configOptions,
|
|
57
|
+
* overrides: {
|
|
58
|
+
* overrideLists: [{
|
|
59
|
+
* agentFilter: configOverridesOverrideListAgentFilter,
|
|
60
|
+
* overrideMap: configOverridesOverrideListOverrideMap,
|
|
61
|
+
* }],
|
|
62
|
+
* },
|
|
63
|
+
* processFilters: configProcessFilter,
|
|
46
64
|
* rules: [{
|
|
47
65
|
* displayName: configRulesDisplayName,
|
|
48
66
|
* filterText: configRulesFilterText,
|
|
@@ -52,6 +70,8 @@ const utilities = require("../utilities");
|
|
|
52
70
|
* satisfiedResponseTime: configRulesSatisfiedResponseTime,
|
|
53
71
|
* toleratingResponseTime: configRulesToleratingResponseTime,
|
|
54
72
|
* }],
|
|
73
|
+
* runAsUser: configRunAsUser,
|
|
74
|
+
* serviceName: testService.name,
|
|
55
75
|
* });
|
|
56
76
|
* ```
|
|
57
77
|
*
|
|
@@ -91,7 +111,10 @@ class Config extends pulumi.CustomResource {
|
|
|
91
111
|
opts = opts || {};
|
|
92
112
|
if (opts.id) {
|
|
93
113
|
const state = argsOrState;
|
|
114
|
+
resourceInputs["agentVersion"] = state ? state.agentVersion : undefined;
|
|
94
115
|
resourceInputs["apmDomainId"] = state ? state.apmDomainId : undefined;
|
|
116
|
+
resourceInputs["attachInstallDir"] = state ? state.attachInstallDir : undefined;
|
|
117
|
+
resourceInputs["config"] = state ? state.config : undefined;
|
|
95
118
|
resourceInputs["configType"] = state ? state.configType : undefined;
|
|
96
119
|
resourceInputs["createdBy"] = state ? state.createdBy : undefined;
|
|
97
120
|
resourceInputs["definedTags"] = state ? state.definedTags : undefined;
|
|
@@ -104,11 +127,18 @@ class Config extends pulumi.CustomResource {
|
|
|
104
127
|
resourceInputs["freeformTags"] = state ? state.freeformTags : undefined;
|
|
105
128
|
resourceInputs["group"] = state ? state.group : undefined;
|
|
106
129
|
resourceInputs["inUseBies"] = state ? state.inUseBies : undefined;
|
|
130
|
+
resourceInputs["managementAgentId"] = state ? state.managementAgentId : undefined;
|
|
131
|
+
resourceInputs["matchAgentsWithAttributeKeys"] = state ? state.matchAgentsWithAttributeKeys : undefined;
|
|
132
|
+
resourceInputs["matchAgentsWithAttributeValue"] = state ? state.matchAgentsWithAttributeValue : undefined;
|
|
107
133
|
resourceInputs["metrics"] = state ? state.metrics : undefined;
|
|
108
134
|
resourceInputs["namespace"] = state ? state.namespace : undefined;
|
|
109
135
|
resourceInputs["opcDryRun"] = state ? state.opcDryRun : undefined;
|
|
110
136
|
resourceInputs["options"] = state ? state.options : undefined;
|
|
137
|
+
resourceInputs["overrides"] = state ? state.overrides : undefined;
|
|
138
|
+
resourceInputs["processFilters"] = state ? state.processFilters : undefined;
|
|
111
139
|
resourceInputs["rules"] = state ? state.rules : undefined;
|
|
140
|
+
resourceInputs["runAsUser"] = state ? state.runAsUser : undefined;
|
|
141
|
+
resourceInputs["serviceName"] = state ? state.serviceName : undefined;
|
|
112
142
|
resourceInputs["timeCreated"] = state ? state.timeCreated : undefined;
|
|
113
143
|
resourceInputs["timeUpdated"] = state ? state.timeUpdated : undefined;
|
|
114
144
|
resourceInputs["updatedBy"] = state ? state.updatedBy : undefined;
|
|
@@ -121,10 +151,10 @@ class Config extends pulumi.CustomResource {
|
|
|
121
151
|
if ((!args || args.configType === undefined) && !opts.urn) {
|
|
122
152
|
throw new Error("Missing required property 'configType'");
|
|
123
153
|
}
|
|
124
|
-
|
|
125
|
-
throw new Error("Missing required property 'displayName'");
|
|
126
|
-
}
|
|
154
|
+
resourceInputs["agentVersion"] = args ? args.agentVersion : undefined;
|
|
127
155
|
resourceInputs["apmDomainId"] = args ? args.apmDomainId : undefined;
|
|
156
|
+
resourceInputs["attachInstallDir"] = args ? args.attachInstallDir : undefined;
|
|
157
|
+
resourceInputs["config"] = args ? args.config : undefined;
|
|
128
158
|
resourceInputs["configType"] = args ? args.configType : undefined;
|
|
129
159
|
resourceInputs["definedTags"] = args ? args.definedTags : undefined;
|
|
130
160
|
resourceInputs["description"] = args ? args.description : undefined;
|
|
@@ -135,13 +165,20 @@ class Config extends pulumi.CustomResource {
|
|
|
135
165
|
resourceInputs["freeformTags"] = args ? args.freeformTags : undefined;
|
|
136
166
|
resourceInputs["group"] = args ? args.group : undefined;
|
|
137
167
|
resourceInputs["inUseBies"] = args ? args.inUseBies : undefined;
|
|
168
|
+
resourceInputs["managementAgentId"] = args ? args.managementAgentId : undefined;
|
|
169
|
+
resourceInputs["matchAgentsWithAttributeValue"] = args ? args.matchAgentsWithAttributeValue : undefined;
|
|
138
170
|
resourceInputs["metrics"] = args ? args.metrics : undefined;
|
|
139
171
|
resourceInputs["namespace"] = args ? args.namespace : undefined;
|
|
140
172
|
resourceInputs["opcDryRun"] = args ? args.opcDryRun : undefined;
|
|
141
173
|
resourceInputs["options"] = args ? args.options : undefined;
|
|
174
|
+
resourceInputs["overrides"] = args ? args.overrides : undefined;
|
|
175
|
+
resourceInputs["processFilters"] = args ? args.processFilters : undefined;
|
|
142
176
|
resourceInputs["rules"] = args ? args.rules : undefined;
|
|
177
|
+
resourceInputs["runAsUser"] = args ? args.runAsUser : undefined;
|
|
178
|
+
resourceInputs["serviceName"] = args ? args.serviceName : undefined;
|
|
143
179
|
resourceInputs["createdBy"] = undefined /*out*/;
|
|
144
180
|
resourceInputs["etag"] = undefined /*out*/;
|
|
181
|
+
resourceInputs["matchAgentsWithAttributeKeys"] = undefined /*out*/;
|
|
145
182
|
resourceInputs["timeCreated"] = undefined /*out*/;
|
|
146
183
|
resourceInputs["timeUpdated"] = undefined /*out*/;
|
|
147
184
|
resourceInputs["updatedBy"] = undefined /*out*/;
|
package/apmconfig/config.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"config.js","sourceRoot":"","sources":["../../apmconfig/config.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"config.js","sourceRoot":"","sources":["../../apmconfig/config.ts"],"names":[],"mappings":"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"}
|
package/apmconfig/getConfig.d.ts
CHANGED
|
@@ -35,12 +35,24 @@ export interface GetConfigArgs {
|
|
|
35
35
|
* A collection of values returned by getConfig.
|
|
36
36
|
*/
|
|
37
37
|
export interface GetConfigResult {
|
|
38
|
+
/**
|
|
39
|
+
* The version of the referenced agent bundle.
|
|
40
|
+
*/
|
|
41
|
+
readonly agentVersion: string;
|
|
38
42
|
readonly apmDomainId: string;
|
|
43
|
+
/**
|
|
44
|
+
* The directory owned by runAsUser.
|
|
45
|
+
*/
|
|
46
|
+
readonly attachInstallDir: string;
|
|
39
47
|
readonly configId: string;
|
|
40
48
|
/**
|
|
41
49
|
* The type of configuration item.
|
|
42
50
|
*/
|
|
43
51
|
readonly configType: string;
|
|
52
|
+
/**
|
|
53
|
+
* Collection of agent configuration files. For agents that use a single configuration file, this SHOULD contain a single entry and the file name MAY be an empty string. For multiple entries, you should use multiple blocks of `configMap`. To apply a different configuration in a subset of the agents, put this block anywhere in the body of the configuration and edit <some variable> and <some content> {{ <some variable> | default <some content> }} Example: com.oracle.apm.agent.tracer.enable.jfr = {{ isJfrEnabled | default false }} Then, in the configuration's overrides, specify a different value for <some variable> along with the desired agent filter. Example: "agentFilter": "ApplicationType='Tomcat'" "overrideMap": { "isJfrEnabled": true }
|
|
54
|
+
*/
|
|
55
|
+
readonly configs: outputs.ApmConfig.GetConfigConfig[];
|
|
44
56
|
/**
|
|
45
57
|
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of a user.
|
|
46
58
|
*/
|
|
@@ -93,6 +105,18 @@ export interface GetConfigResult {
|
|
|
93
105
|
* The list of configuration items that reference the span filter.
|
|
94
106
|
*/
|
|
95
107
|
readonly inUseBies: outputs.ApmConfig.GetConfigInUseBy[];
|
|
108
|
+
/**
|
|
109
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Management Agent that will provision the APM Agent.
|
|
110
|
+
*/
|
|
111
|
+
readonly managementAgentId: string;
|
|
112
|
+
/**
|
|
113
|
+
* The agent attribute KEY by which an Agent configuration is matched to an agent. All agent configuration objects share the same key. It is [ServiceName, service.name] by default. The attribute VALUE corresponding to this KEY is in the matchAgentsWithAttributeValue field.
|
|
114
|
+
*/
|
|
115
|
+
readonly matchAgentsWithAttributeKeys: string[];
|
|
116
|
+
/**
|
|
117
|
+
* The agent attribute VALUE by which an agent configuration is matched to an agent. Each agent configuration object must specify a different value. The attribute KEY corresponding to this VALUE is in the matchAgentsWithAttributeKey field.
|
|
118
|
+
*/
|
|
119
|
+
readonly matchAgentsWithAttributeValue: string;
|
|
96
120
|
/**
|
|
97
121
|
* The list of metrics in this group.
|
|
98
122
|
*/
|
|
@@ -106,7 +130,23 @@ export interface GetConfigResult {
|
|
|
106
130
|
* The options are stored here as JSON.
|
|
107
131
|
*/
|
|
108
132
|
readonly options: string;
|
|
133
|
+
/**
|
|
134
|
+
* Agent configuration overrides that should apply to a subset of the agents associated with an Agent Config object.
|
|
135
|
+
*/
|
|
136
|
+
readonly overrides: outputs.ApmConfig.GetConfigOverride[];
|
|
137
|
+
/**
|
|
138
|
+
* Filter patterns used to discover active Java processes for provisioning the APM Agent.
|
|
139
|
+
*/
|
|
140
|
+
readonly processFilters: string[];
|
|
109
141
|
readonly rules: outputs.ApmConfig.GetConfigRule[];
|
|
142
|
+
/**
|
|
143
|
+
* The OS user that should be used to discover Java processes.
|
|
144
|
+
*/
|
|
145
|
+
readonly runAsUser: string;
|
|
146
|
+
/**
|
|
147
|
+
* The name of the service being monitored. This argument enables you to filter by service and view traces and other signals in the APM Explorer user interface.
|
|
148
|
+
*/
|
|
149
|
+
readonly serviceName: string;
|
|
110
150
|
/**
|
|
111
151
|
* The time the resource was created, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2020-02-12T22:47:12.613Z`
|
|
112
152
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getConfig.js","sourceRoot":"","sources":["../../apmconfig/getConfig.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;GAgBG;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,mCAAmC,EAAE;QAC9D,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,8BAMC;
|
|
1
|
+
{"version":3,"file":"getConfig.js","sourceRoot":"","sources":["../../apmconfig/getConfig.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;GAgBG;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,mCAAmC,EAAE;QAC9D,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,8BAMC;AA6ID;;;;;;;;;;;;;;;;GAgBG;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,mCAAmC,EAAE;QACpE,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0CAMC"}
|
|
@@ -34,7 +34,7 @@ export interface GetConfigsArgs {
|
|
|
34
34
|
*/
|
|
35
35
|
apmDomainId: string;
|
|
36
36
|
/**
|
|
37
|
-
* A filter to match configuration items of a given type. Supported values are SPAN_FILTER, METRIC_GROUP, and
|
|
37
|
+
* A filter to match configuration items of a given type. Supported values are SPAN_FILTER, METRIC_GROUP, APDEX, AGENT and MACS_APM_EXTENSION.
|
|
38
38
|
*/
|
|
39
39
|
configType?: string;
|
|
40
40
|
/**
|
|
@@ -127,7 +127,7 @@ export interface GetConfigsOutputArgs {
|
|
|
127
127
|
*/
|
|
128
128
|
apmDomainId: pulumi.Input<string>;
|
|
129
129
|
/**
|
|
130
|
-
* A filter to match configuration items of a given type. Supported values are SPAN_FILTER, METRIC_GROUP, and
|
|
130
|
+
* A filter to match configuration items of a given type. Supported values are SPAN_FILTER, METRIC_GROUP, APDEX, AGENT and MACS_APM_EXTENSION.
|
|
131
131
|
*/
|
|
132
132
|
configType?: pulumi.Input<string>;
|
|
133
133
|
/**
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* This data source provides details about a specific Attribute Auto Activate Status resource in Oracle Cloud Infrastructure Apm Traces service.
|
|
4
|
+
*
|
|
5
|
+
* Get autoactivation status for a private data key or public data key in the APM Domain.
|
|
6
|
+
*
|
|
7
|
+
* ## Example Usage
|
|
8
|
+
*
|
|
9
|
+
* ```typescript
|
|
10
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
11
|
+
* import * as oci from "@pulumi/oci";
|
|
12
|
+
*
|
|
13
|
+
* const testAttributeAutoActivateStatus = oci.ApmTraces.getAttributeAutoActivateStatus({
|
|
14
|
+
* apmDomainId: testApmDomain.id,
|
|
15
|
+
* dataKeyType: attributeAutoActivateStatusDataKeyType,
|
|
16
|
+
* });
|
|
17
|
+
* ```
|
|
18
|
+
*/
|
|
19
|
+
export declare function getAttributeAutoActivateStatus(args: GetAttributeAutoActivateStatusArgs, opts?: pulumi.InvokeOptions): Promise<GetAttributeAutoActivateStatusResult>;
|
|
20
|
+
/**
|
|
21
|
+
* A collection of arguments for invoking getAttributeAutoActivateStatus.
|
|
22
|
+
*/
|
|
23
|
+
export interface GetAttributeAutoActivateStatusArgs {
|
|
24
|
+
/**
|
|
25
|
+
* The APM Domain ID for the intended request.
|
|
26
|
+
*/
|
|
27
|
+
apmDomainId: string;
|
|
28
|
+
/**
|
|
29
|
+
* Data key type for which auto-activate needs to be turned on or off.
|
|
30
|
+
*/
|
|
31
|
+
dataKeyType: string;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* A collection of values returned by getAttributeAutoActivateStatus.
|
|
35
|
+
*/
|
|
36
|
+
export interface GetAttributeAutoActivateStatusResult {
|
|
37
|
+
readonly apmDomainId: string;
|
|
38
|
+
/**
|
|
39
|
+
* Data key type for which auto-activate needs needs to be turned on or off.
|
|
40
|
+
*/
|
|
41
|
+
readonly dataKey: string;
|
|
42
|
+
readonly dataKeyType: string;
|
|
43
|
+
/**
|
|
44
|
+
* The provider-assigned unique ID for this managed resource.
|
|
45
|
+
*/
|
|
46
|
+
readonly id: string;
|
|
47
|
+
/**
|
|
48
|
+
* State of autoactivation in this APM Domain. If "ON" auto-activate is set to true, if "OFF" auto-activate is set to false.
|
|
49
|
+
*/
|
|
50
|
+
readonly state: string;
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
* This data source provides details about a specific Attribute Auto Activate Status resource in Oracle Cloud Infrastructure Apm Traces service.
|
|
54
|
+
*
|
|
55
|
+
* Get autoactivation status for a private data key or public data key in the APM Domain.
|
|
56
|
+
*
|
|
57
|
+
* ## Example Usage
|
|
58
|
+
*
|
|
59
|
+
* ```typescript
|
|
60
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
61
|
+
* import * as oci from "@pulumi/oci";
|
|
62
|
+
*
|
|
63
|
+
* const testAttributeAutoActivateStatus = oci.ApmTraces.getAttributeAutoActivateStatus({
|
|
64
|
+
* apmDomainId: testApmDomain.id,
|
|
65
|
+
* dataKeyType: attributeAutoActivateStatusDataKeyType,
|
|
66
|
+
* });
|
|
67
|
+
* ```
|
|
68
|
+
*/
|
|
69
|
+
export declare function getAttributeAutoActivateStatusOutput(args: GetAttributeAutoActivateStatusOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetAttributeAutoActivateStatusResult>;
|
|
70
|
+
/**
|
|
71
|
+
* A collection of arguments for invoking getAttributeAutoActivateStatus.
|
|
72
|
+
*/
|
|
73
|
+
export interface GetAttributeAutoActivateStatusOutputArgs {
|
|
74
|
+
/**
|
|
75
|
+
* The APM Domain ID for the intended request.
|
|
76
|
+
*/
|
|
77
|
+
apmDomainId: pulumi.Input<string>;
|
|
78
|
+
/**
|
|
79
|
+
* Data key type for which auto-activate needs to be turned on or off.
|
|
80
|
+
*/
|
|
81
|
+
dataKeyType: pulumi.Input<string>;
|
|
82
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getAttributeAutoActivateStatusOutput = exports.getAttributeAutoActivateStatus = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This data source provides details about a specific Attribute Auto Activate Status resource in Oracle Cloud Infrastructure Apm Traces service.
|
|
10
|
+
*
|
|
11
|
+
* Get autoactivation status for a private data key or public data key in the APM Domain.
|
|
12
|
+
*
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as oci from "@pulumi/oci";
|
|
18
|
+
*
|
|
19
|
+
* const testAttributeAutoActivateStatus = oci.ApmTraces.getAttributeAutoActivateStatus({
|
|
20
|
+
* apmDomainId: testApmDomain.id,
|
|
21
|
+
* dataKeyType: attributeAutoActivateStatusDataKeyType,
|
|
22
|
+
* });
|
|
23
|
+
* ```
|
|
24
|
+
*/
|
|
25
|
+
function getAttributeAutoActivateStatus(args, opts) {
|
|
26
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
27
|
+
return pulumi.runtime.invoke("oci:ApmTraces/getAttributeAutoActivateStatus:getAttributeAutoActivateStatus", {
|
|
28
|
+
"apmDomainId": args.apmDomainId,
|
|
29
|
+
"dataKeyType": args.dataKeyType,
|
|
30
|
+
}, opts);
|
|
31
|
+
}
|
|
32
|
+
exports.getAttributeAutoActivateStatus = getAttributeAutoActivateStatus;
|
|
33
|
+
/**
|
|
34
|
+
* This data source provides details about a specific Attribute Auto Activate Status resource in Oracle Cloud Infrastructure Apm Traces service.
|
|
35
|
+
*
|
|
36
|
+
* Get autoactivation status for a private data key or public data key in the APM Domain.
|
|
37
|
+
*
|
|
38
|
+
* ## Example Usage
|
|
39
|
+
*
|
|
40
|
+
* ```typescript
|
|
41
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
42
|
+
* import * as oci from "@pulumi/oci";
|
|
43
|
+
*
|
|
44
|
+
* const testAttributeAutoActivateStatus = oci.ApmTraces.getAttributeAutoActivateStatus({
|
|
45
|
+
* apmDomainId: testApmDomain.id,
|
|
46
|
+
* dataKeyType: attributeAutoActivateStatusDataKeyType,
|
|
47
|
+
* });
|
|
48
|
+
* ```
|
|
49
|
+
*/
|
|
50
|
+
function getAttributeAutoActivateStatusOutput(args, opts) {
|
|
51
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
52
|
+
return pulumi.runtime.invokeOutput("oci:ApmTraces/getAttributeAutoActivateStatus:getAttributeAutoActivateStatus", {
|
|
53
|
+
"apmDomainId": args.apmDomainId,
|
|
54
|
+
"dataKeyType": args.dataKeyType,
|
|
55
|
+
}, opts);
|
|
56
|
+
}
|
|
57
|
+
exports.getAttributeAutoActivateStatusOutput = getAttributeAutoActivateStatusOutput;
|
|
58
|
+
//# sourceMappingURL=getAttributeAutoActivateStatus.js.map
|