@pulumi/oci 3.8.0 → 3.9.0-alpha.1758687119
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/database/cloudExadataInfrastructure.d.ts +8 -0
- package/database/cloudExadataInfrastructure.js +2 -0
- package/database/cloudExadataInfrastructure.js.map +1 -1
- package/database/cloudExadataInfrastructureConfigureExascaleManagement.d.ts +407 -0
- package/database/cloudExadataInfrastructureConfigureExascaleManagement.js +156 -0
- package/database/cloudExadataInfrastructureConfigureExascaleManagement.js.map +1 -0
- package/database/cloudVmCluster.d.ts +21 -0
- package/database/cloudVmCluster.js +5 -0
- package/database/cloudVmCluster.js.map +1 -1
- package/database/getCloudExadataInfrastructure.d.ts +4 -0
- package/database/getCloudExadataInfrastructure.js.map +1 -1
- package/database/getCloudVmCluster.d.ts +8 -0
- package/database/getCloudVmCluster.js.map +1 -1
- package/database/index.d.ts +3 -0
- package/database/index.js +13 -8
- package/database/index.js.map +1 -1
- package/datasafe/auditPolicyManagement.d.ts +3 -3
- package/datasafe/auditTrailManagement.d.ts +1 -0
- package/datasafe/auditTrailManagement.js +1 -0
- package/datasafe/auditTrailManagement.js.map +1 -1
- package/datasafe/discoveryJobsResult.d.ts +4 -0
- package/datasafe/discoveryJobsResult.js +4 -0
- package/datasafe/discoveryJobsResult.js.map +1 -1
- package/datasafe/getDataSafeConfiguration.d.ts +2 -2
- package/datasafe/getDiscoveryJobsResult.d.ts +8 -0
- package/datasafe/getDiscoveryJobsResult.js.map +1 -1
- package/datasafe/getDiscoveryJobsResults.d.ts +14 -0
- package/datasafe/getDiscoveryJobsResults.js +4 -0
- package/datasafe/getDiscoveryJobsResults.js.map +1 -1
- package/datasafe/getMaskingReports.d.ts +11 -0
- package/datasafe/getMaskingReports.js +4 -0
- package/datasafe/getMaskingReports.js.map +1 -1
- package/datasafe/getSecurityAssessmentFinding.d.ts +3 -0
- package/datasafe/getSecurityAssessmentFinding.js +2 -0
- package/datasafe/getSecurityAssessmentFinding.js.map +1 -1
- package/datasafe/getSecurityAssessmentFindings.d.ts +25 -2
- package/datasafe/getSecurityAssessmentFindings.js +2 -0
- package/datasafe/getSecurityAssessmentFindings.js.map +1 -1
- package/datasafe/getSensitiveDataModelsSensitiveColumn.d.ts +9 -0
- package/datasafe/getSensitiveDataModelsSensitiveColumn.js.map +1 -1
- package/datasafe/getSensitiveDataModelsSensitiveColumns.d.ts +25 -0
- package/datasafe/getSensitiveDataModelsSensitiveColumns.js +8 -0
- package/datasafe/getSensitiveDataModelsSensitiveColumns.js.map +1 -1
- package/datasafe/sensitiveDataModelsSensitiveColumn.d.ts +18 -0
- package/datasafe/sensitiveDataModelsSensitiveColumn.js +4 -0
- package/datasafe/sensitiveDataModelsSensitiveColumn.js.map +1 -1
- package/jms/fleet.d.ts +16 -0
- package/jms/fleet.js +4 -0
- package/jms/fleet.js.map +1 -1
- package/jms/getFleet.d.ts +8 -0
- package/jms/getFleet.js.map +1 -1
- package/jms/getFleetContainers.d.ts +161 -0
- package/jms/getFleetContainers.js +84 -0
- package/jms/getFleetContainers.js.map +1 -0
- package/jms/getFleetExportSetting.d.ts +5 -0
- package/jms/getFleetExportSetting.js.map +1 -1
- package/jms/getFleetLibraryApplications.d.ts +152 -0
- package/jms/getFleetLibraryApplications.js +84 -0
- package/jms/getFleetLibraryApplications.js.map +1 -0
- package/jms/getFleetLibraryManagedInstances.d.ts +152 -0
- package/jms/getFleetLibraryManagedInstances.js +84 -0
- package/jms/getFleetLibraryManagedInstances.js.map +1 -0
- package/jms/getFleetSummarizeLibraryInventory.d.ts +43 -0
- package/jms/getFleetSummarizeLibraryInventory.js +32 -0
- package/jms/getFleetSummarizeLibraryInventory.js.map +1 -0
- package/jms/getFleetUncorrelatedPackageApplications.d.ts +127 -0
- package/jms/getFleetUncorrelatedPackageApplications.js +76 -0
- package/jms/getFleetUncorrelatedPackageApplications.js.map +1 -0
- package/jms/getFleetUncorrelatedPackageManagedInstances.d.ts +130 -0
- package/jms/getFleetUncorrelatedPackageManagedInstances.js +76 -0
- package/jms/getFleetUncorrelatedPackageManagedInstances.js.map +1 -0
- package/jms/getFleetUncorrelatedPackages.d.ts +130 -0
- package/jms/getFleetUncorrelatedPackages.js +76 -0
- package/jms/getFleetUncorrelatedPackages.js.map +1 -0
- package/jms/getJavaFamily.d.ts +4 -0
- package/jms/getJavaFamily.js.map +1 -1
- package/jms/getJmsPlugin.d.ts +2 -2
- package/jms/getJmsPlugins.d.ts +4 -4
- package/jms/getTaskSchedule.d.ts +114 -0
- package/jms/getTaskSchedule.js +58 -0
- package/jms/getTaskSchedule.js.map +1 -0
- package/jms/getTaskSchedules.d.ts +124 -0
- package/jms/getTaskSchedules.js +72 -0
- package/jms/getTaskSchedules.js.map +1 -0
- package/jms/getUtilsAnalyzeApplicationsConfiguration.d.ts +87 -0
- package/jms/getUtilsAnalyzeApplicationsConfiguration.js +58 -0
- package/jms/getUtilsAnalyzeApplicationsConfiguration.js.map +1 -0
- package/jms/getUtilsJavaMigrationAnalysi.d.ts +128 -0
- package/jms/getUtilsJavaMigrationAnalysi.js +56 -0
- package/jms/getUtilsJavaMigrationAnalysi.js.map +1 -0
- package/jms/getUtilsJavaMigrationAnalysis.d.ts +99 -0
- package/jms/getUtilsJavaMigrationAnalysis.js +66 -0
- package/jms/getUtilsJavaMigrationAnalysis.js.map +1 -0
- package/jms/getUtilsPerformanceTuningAnalysi.d.ts +116 -0
- package/jms/getUtilsPerformanceTuningAnalysi.js +56 -0
- package/jms/getUtilsPerformanceTuningAnalysi.js.map +1 -0
- package/jms/getUtilsPerformanceTuningAnalysis.d.ts +110 -0
- package/jms/getUtilsPerformanceTuningAnalysis.js +70 -0
- package/jms/getUtilsPerformanceTuningAnalysis.js.map +1 -0
- package/jms/getUtilsSubscriptionAcknowledgmentConfiguration.d.ts +83 -0
- package/jms/getUtilsSubscriptionAcknowledgmentConfiguration.js +58 -0
- package/jms/getUtilsSubscriptionAcknowledgmentConfiguration.js.map +1 -0
- package/jms/index.d.ts +48 -0
- package/jms/index.js +53 -2
- package/jms/index.js.map +1 -1
- package/jms/jmsPlugin.d.ts +11 -6
- package/jms/jmsPlugin.js +2 -1
- package/jms/jmsPlugin.js.map +1 -1
- package/jms/taskSchedule.d.ts +240 -0
- package/jms/taskSchedule.js +186 -0
- package/jms/taskSchedule.js.map +1 -0
- package/marketplace/getMarketplaceMetadataPublicKeys.d.ts +72 -0
- package/marketplace/getMarketplaceMetadataPublicKeys.js +58 -0
- package/marketplace/getMarketplaceMetadataPublicKeys.js.map +1 -0
- package/marketplace/index.d.ts +6 -0
- package/marketplace/index.js +9 -1
- package/marketplace/index.js.map +1 -1
- package/marketplace/marketplaceExternalAttestedMetadata.d.ts +105 -0
- package/marketplace/marketplaceExternalAttestedMetadata.js +84 -0
- package/marketplace/marketplaceExternalAttestedMetadata.js.map +1 -0
- package/package.json +2 -2
- package/redis/getRedisCluster.d.ts +8 -0
- package/redis/getRedisCluster.js.map +1 -1
- package/redis/redisCluster.d.ts +16 -0
- package/redis/redisCluster.js +4 -0
- package/redis/redisCluster.js.map +1 -1
- package/types/input.d.ts +534 -0
- package/types/output.d.ts +1664 -14
|
@@ -0,0 +1,66 @@
|
|
|
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.getUtilsJavaMigrationAnalysisOutput = exports.getUtilsJavaMigrationAnalysis = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This data source provides the list of Java Migration Analysis in Oracle Cloud Infrastructure Jms Utils service.
|
|
10
|
+
*
|
|
11
|
+
* Gets a list of Java Migration Analysis.
|
|
12
|
+
*
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as oci from "@pulumi/oci";
|
|
18
|
+
*
|
|
19
|
+
* const testJavaMigrationAnalysis = oci.Jms.getUtilsJavaMigrationAnalysis({
|
|
20
|
+
* analysisProjectName: testProject.name,
|
|
21
|
+
* compartmentId: compartmentId,
|
|
22
|
+
* id: javaMigrationAnalysiId,
|
|
23
|
+
* });
|
|
24
|
+
* ```
|
|
25
|
+
*/
|
|
26
|
+
function getUtilsJavaMigrationAnalysis(args, opts) {
|
|
27
|
+
args = args || {};
|
|
28
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
29
|
+
return pulumi.runtime.invoke("oci:Jms/getUtilsJavaMigrationAnalysis:getUtilsJavaMigrationAnalysis", {
|
|
30
|
+
"analysisProjectName": args.analysisProjectName,
|
|
31
|
+
"compartmentId": args.compartmentId,
|
|
32
|
+
"filters": args.filters,
|
|
33
|
+
"id": args.id,
|
|
34
|
+
}, opts);
|
|
35
|
+
}
|
|
36
|
+
exports.getUtilsJavaMigrationAnalysis = getUtilsJavaMigrationAnalysis;
|
|
37
|
+
/**
|
|
38
|
+
* This data source provides the list of Java Migration Analysis in Oracle Cloud Infrastructure Jms Utils service.
|
|
39
|
+
*
|
|
40
|
+
* Gets a list of Java Migration Analysis.
|
|
41
|
+
*
|
|
42
|
+
* ## Example Usage
|
|
43
|
+
*
|
|
44
|
+
* ```typescript
|
|
45
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
46
|
+
* import * as oci from "@pulumi/oci";
|
|
47
|
+
*
|
|
48
|
+
* const testJavaMigrationAnalysis = oci.Jms.getUtilsJavaMigrationAnalysis({
|
|
49
|
+
* analysisProjectName: testProject.name,
|
|
50
|
+
* compartmentId: compartmentId,
|
|
51
|
+
* id: javaMigrationAnalysiId,
|
|
52
|
+
* });
|
|
53
|
+
* ```
|
|
54
|
+
*/
|
|
55
|
+
function getUtilsJavaMigrationAnalysisOutput(args, opts) {
|
|
56
|
+
args = args || {};
|
|
57
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
58
|
+
return pulumi.runtime.invokeOutput("oci:Jms/getUtilsJavaMigrationAnalysis:getUtilsJavaMigrationAnalysis", {
|
|
59
|
+
"analysisProjectName": args.analysisProjectName,
|
|
60
|
+
"compartmentId": args.compartmentId,
|
|
61
|
+
"filters": args.filters,
|
|
62
|
+
"id": args.id,
|
|
63
|
+
}, opts);
|
|
64
|
+
}
|
|
65
|
+
exports.getUtilsJavaMigrationAnalysisOutput = getUtilsJavaMigrationAnalysisOutput;
|
|
66
|
+
//# sourceMappingURL=getUtilsJavaMigrationAnalysis.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getUtilsJavaMigrationAnalysis.js","sourceRoot":"","sources":["../../jms/getUtilsJavaMigrationAnalysis.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,6BAA6B,CAAC,IAAwC,EAAE,IAA2B;IAC/G,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,qEAAqE,EAAE;QAChG,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;QAC/C,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,sEASC;AA2CD;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,mCAAmC,CAAC,IAA8C,EAAE,IAAiC;IACjI,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,qEAAqE,EAAE;QACtG,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;QAC/C,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,kFASC"}
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* This data source provides details about a specific Performance Tuning Analysi resource in Oracle Cloud Infrastructure Jms Utils service.
|
|
5
|
+
*
|
|
6
|
+
* Gets information about a Performance Tuning Analysis.
|
|
7
|
+
*
|
|
8
|
+
* ## Example Usage
|
|
9
|
+
*
|
|
10
|
+
* ```typescript
|
|
11
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
12
|
+
* import * as oci from "@pulumi/oci";
|
|
13
|
+
*
|
|
14
|
+
* const testPerformanceTuningAnalysi = oci.Jms.getUtilsPerformanceTuningAnalysi({
|
|
15
|
+
* performanceTuningAnalysisId: testPerformanceTuningAnalysiOciJmsUtilsPerformanceTuningAnalysi.id,
|
|
16
|
+
* });
|
|
17
|
+
* ```
|
|
18
|
+
*/
|
|
19
|
+
export declare function getUtilsPerformanceTuningAnalysi(args: GetUtilsPerformanceTuningAnalysiArgs, opts?: pulumi.InvokeOptions): Promise<GetUtilsPerformanceTuningAnalysiResult>;
|
|
20
|
+
/**
|
|
21
|
+
* A collection of arguments for invoking getUtilsPerformanceTuningAnalysi.
|
|
22
|
+
*/
|
|
23
|
+
export interface GetUtilsPerformanceTuningAnalysiArgs {
|
|
24
|
+
/**
|
|
25
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
26
|
+
*/
|
|
27
|
+
compartmentId?: string;
|
|
28
|
+
/**
|
|
29
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Performance Tuning Analysis.
|
|
30
|
+
*/
|
|
31
|
+
performanceTuningAnalysisId: string;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* A collection of values returned by getUtilsPerformanceTuningAnalysi.
|
|
35
|
+
*/
|
|
36
|
+
export interface GetUtilsPerformanceTuningAnalysiResult {
|
|
37
|
+
/**
|
|
38
|
+
* Name of the analysis project.
|
|
39
|
+
*/
|
|
40
|
+
readonly analysisProjectName: string;
|
|
41
|
+
/**
|
|
42
|
+
* Object storage path to the artifact.
|
|
43
|
+
*/
|
|
44
|
+
readonly artifactObjectStoragePath: string;
|
|
45
|
+
/**
|
|
46
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
47
|
+
*/
|
|
48
|
+
readonly compartmentId?: string;
|
|
49
|
+
/**
|
|
50
|
+
* An authorized principal.
|
|
51
|
+
*/
|
|
52
|
+
readonly createdBies: outputs.Jms.GetUtilsPerformanceTuningAnalysiCreatedBy[];
|
|
53
|
+
/**
|
|
54
|
+
* The provider-assigned unique ID for this managed resource.
|
|
55
|
+
*/
|
|
56
|
+
readonly id: string;
|
|
57
|
+
readonly performanceTuningAnalysisId: string;
|
|
58
|
+
/**
|
|
59
|
+
* Possible Performance Tuning Result statuses.
|
|
60
|
+
*/
|
|
61
|
+
readonly result: string;
|
|
62
|
+
/**
|
|
63
|
+
* Object storage path to the analysis.
|
|
64
|
+
*/
|
|
65
|
+
readonly resultObjectStoragePath: string;
|
|
66
|
+
/**
|
|
67
|
+
* The date and time the Performance Tuning Analysis was created, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z`
|
|
68
|
+
*/
|
|
69
|
+
readonly timeCreated: string;
|
|
70
|
+
/**
|
|
71
|
+
* The date and time the Performance Tuning Analysis was finished, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z`
|
|
72
|
+
*/
|
|
73
|
+
readonly timeFinished: string;
|
|
74
|
+
/**
|
|
75
|
+
* The date and time the Performance Tuning Analysis was started, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z`
|
|
76
|
+
*/
|
|
77
|
+
readonly timeStarted: string;
|
|
78
|
+
/**
|
|
79
|
+
* Number of warnings in the Performance Tuning Analysis.
|
|
80
|
+
*/
|
|
81
|
+
readonly warningCount: number;
|
|
82
|
+
/**
|
|
83
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Work Request.
|
|
84
|
+
*/
|
|
85
|
+
readonly workRequestId: string;
|
|
86
|
+
}
|
|
87
|
+
/**
|
|
88
|
+
* This data source provides details about a specific Performance Tuning Analysi resource in Oracle Cloud Infrastructure Jms Utils service.
|
|
89
|
+
*
|
|
90
|
+
* Gets information about a Performance Tuning Analysis.
|
|
91
|
+
*
|
|
92
|
+
* ## Example Usage
|
|
93
|
+
*
|
|
94
|
+
* ```typescript
|
|
95
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
96
|
+
* import * as oci from "@pulumi/oci";
|
|
97
|
+
*
|
|
98
|
+
* const testPerformanceTuningAnalysi = oci.Jms.getUtilsPerformanceTuningAnalysi({
|
|
99
|
+
* performanceTuningAnalysisId: testPerformanceTuningAnalysiOciJmsUtilsPerformanceTuningAnalysi.id,
|
|
100
|
+
* });
|
|
101
|
+
* ```
|
|
102
|
+
*/
|
|
103
|
+
export declare function getUtilsPerformanceTuningAnalysiOutput(args: GetUtilsPerformanceTuningAnalysiOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetUtilsPerformanceTuningAnalysiResult>;
|
|
104
|
+
/**
|
|
105
|
+
* A collection of arguments for invoking getUtilsPerformanceTuningAnalysi.
|
|
106
|
+
*/
|
|
107
|
+
export interface GetUtilsPerformanceTuningAnalysiOutputArgs {
|
|
108
|
+
/**
|
|
109
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
110
|
+
*/
|
|
111
|
+
compartmentId?: pulumi.Input<string>;
|
|
112
|
+
/**
|
|
113
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Performance Tuning Analysis.
|
|
114
|
+
*/
|
|
115
|
+
performanceTuningAnalysisId: pulumi.Input<string>;
|
|
116
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
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.getUtilsPerformanceTuningAnalysiOutput = exports.getUtilsPerformanceTuningAnalysi = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This data source provides details about a specific Performance Tuning Analysi resource in Oracle Cloud Infrastructure Jms Utils service.
|
|
10
|
+
*
|
|
11
|
+
* Gets information about a Performance Tuning Analysis.
|
|
12
|
+
*
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as oci from "@pulumi/oci";
|
|
18
|
+
*
|
|
19
|
+
* const testPerformanceTuningAnalysi = oci.Jms.getUtilsPerformanceTuningAnalysi({
|
|
20
|
+
* performanceTuningAnalysisId: testPerformanceTuningAnalysiOciJmsUtilsPerformanceTuningAnalysi.id,
|
|
21
|
+
* });
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
function getUtilsPerformanceTuningAnalysi(args, opts) {
|
|
25
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
26
|
+
return pulumi.runtime.invoke("oci:Jms/getUtilsPerformanceTuningAnalysi:getUtilsPerformanceTuningAnalysi", {
|
|
27
|
+
"compartmentId": args.compartmentId,
|
|
28
|
+
"performanceTuningAnalysisId": args.performanceTuningAnalysisId,
|
|
29
|
+
}, opts);
|
|
30
|
+
}
|
|
31
|
+
exports.getUtilsPerformanceTuningAnalysi = getUtilsPerformanceTuningAnalysi;
|
|
32
|
+
/**
|
|
33
|
+
* This data source provides details about a specific Performance Tuning Analysi resource in Oracle Cloud Infrastructure Jms Utils service.
|
|
34
|
+
*
|
|
35
|
+
* Gets information about a Performance Tuning Analysis.
|
|
36
|
+
*
|
|
37
|
+
* ## Example Usage
|
|
38
|
+
*
|
|
39
|
+
* ```typescript
|
|
40
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
41
|
+
* import * as oci from "@pulumi/oci";
|
|
42
|
+
*
|
|
43
|
+
* const testPerformanceTuningAnalysi = oci.Jms.getUtilsPerformanceTuningAnalysi({
|
|
44
|
+
* performanceTuningAnalysisId: testPerformanceTuningAnalysiOciJmsUtilsPerformanceTuningAnalysi.id,
|
|
45
|
+
* });
|
|
46
|
+
* ```
|
|
47
|
+
*/
|
|
48
|
+
function getUtilsPerformanceTuningAnalysiOutput(args, opts) {
|
|
49
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
50
|
+
return pulumi.runtime.invokeOutput("oci:Jms/getUtilsPerformanceTuningAnalysi:getUtilsPerformanceTuningAnalysi", {
|
|
51
|
+
"compartmentId": args.compartmentId,
|
|
52
|
+
"performanceTuningAnalysisId": args.performanceTuningAnalysisId,
|
|
53
|
+
}, opts);
|
|
54
|
+
}
|
|
55
|
+
exports.getUtilsPerformanceTuningAnalysiOutput = getUtilsPerformanceTuningAnalysiOutput;
|
|
56
|
+
//# sourceMappingURL=getUtilsPerformanceTuningAnalysi.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getUtilsPerformanceTuningAnalysi.js","sourceRoot":"","sources":["../../jms/getUtilsPerformanceTuningAnalysi.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,gCAAgC,CAAC,IAA0C,EAAE,IAA2B;IACpH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,2EAA2E,EAAE;QACtG,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,6BAA6B,EAAE,IAAI,CAAC,2BAA2B;KAClE,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,4EAMC;AAsED;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,sCAAsC,CAAC,IAAgD,EAAE,IAAiC;IACtI,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,2EAA2E,EAAE;QAC5G,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,6BAA6B,EAAE,IAAI,CAAC,2BAA2B;KAClE,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,wFAMC"}
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* This data source provides the list of Performance Tuning Analysis in Oracle Cloud Infrastructure Jms Utils service.
|
|
6
|
+
*
|
|
7
|
+
* Gets a list of Performance tuning Analysis.
|
|
8
|
+
*
|
|
9
|
+
* ## Example Usage
|
|
10
|
+
*
|
|
11
|
+
* ```typescript
|
|
12
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
13
|
+
* import * as oci from "@pulumi/oci";
|
|
14
|
+
*
|
|
15
|
+
* const testPerformanceTuningAnalysis = oci.Jms.getUtilsPerformanceTuningAnalysis({
|
|
16
|
+
* analysisProjectName: testProject.name,
|
|
17
|
+
* compartmentId: compartmentId,
|
|
18
|
+
* id: performanceTuningAnalysiId,
|
|
19
|
+
* performanceTuningAnalysisResult: performanceTuningAnalysiPerformanceTuningAnalysisResult,
|
|
20
|
+
* });
|
|
21
|
+
* ```
|
|
22
|
+
*/
|
|
23
|
+
export declare function getUtilsPerformanceTuningAnalysis(args?: GetUtilsPerformanceTuningAnalysisArgs, opts?: pulumi.InvokeOptions): Promise<GetUtilsPerformanceTuningAnalysisResult>;
|
|
24
|
+
/**
|
|
25
|
+
* A collection of arguments for invoking getUtilsPerformanceTuningAnalysis.
|
|
26
|
+
*/
|
|
27
|
+
export interface GetUtilsPerformanceTuningAnalysisArgs {
|
|
28
|
+
/**
|
|
29
|
+
* The project name of the Performance Tuning Analysis to query for.
|
|
30
|
+
*/
|
|
31
|
+
analysisProjectName?: string;
|
|
32
|
+
/**
|
|
33
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
|
|
34
|
+
*/
|
|
35
|
+
compartmentId?: string;
|
|
36
|
+
filters?: inputs.Jms.GetUtilsPerformanceTuningAnalysisFilter[];
|
|
37
|
+
/**
|
|
38
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Performance Tuning Analysis.
|
|
39
|
+
*/
|
|
40
|
+
id?: string;
|
|
41
|
+
/**
|
|
42
|
+
* The result of the Performance Tuning Analysis to query for.
|
|
43
|
+
*/
|
|
44
|
+
performanceTuningAnalysisResult?: string;
|
|
45
|
+
}
|
|
46
|
+
/**
|
|
47
|
+
* A collection of values returned by getUtilsPerformanceTuningAnalysis.
|
|
48
|
+
*/
|
|
49
|
+
export interface GetUtilsPerformanceTuningAnalysisResult {
|
|
50
|
+
/**
|
|
51
|
+
* Name of the analysis project.
|
|
52
|
+
*/
|
|
53
|
+
readonly analysisProjectName?: string;
|
|
54
|
+
/**
|
|
55
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
56
|
+
*/
|
|
57
|
+
readonly compartmentId?: string;
|
|
58
|
+
readonly filters?: outputs.Jms.GetUtilsPerformanceTuningAnalysisFilter[];
|
|
59
|
+
/**
|
|
60
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Performance Tuning Analysis.
|
|
61
|
+
*/
|
|
62
|
+
readonly id?: string;
|
|
63
|
+
/**
|
|
64
|
+
* The list of performance_tuning_analysis_collection.
|
|
65
|
+
*/
|
|
66
|
+
readonly performanceTuningAnalysisCollections: outputs.Jms.GetUtilsPerformanceTuningAnalysisPerformanceTuningAnalysisCollection[];
|
|
67
|
+
readonly performanceTuningAnalysisResult?: string;
|
|
68
|
+
}
|
|
69
|
+
/**
|
|
70
|
+
* This data source provides the list of Performance Tuning Analysis in Oracle Cloud Infrastructure Jms Utils service.
|
|
71
|
+
*
|
|
72
|
+
* Gets a list of Performance tuning Analysis.
|
|
73
|
+
*
|
|
74
|
+
* ## Example Usage
|
|
75
|
+
*
|
|
76
|
+
* ```typescript
|
|
77
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
78
|
+
* import * as oci from "@pulumi/oci";
|
|
79
|
+
*
|
|
80
|
+
* const testPerformanceTuningAnalysis = oci.Jms.getUtilsPerformanceTuningAnalysis({
|
|
81
|
+
* analysisProjectName: testProject.name,
|
|
82
|
+
* compartmentId: compartmentId,
|
|
83
|
+
* id: performanceTuningAnalysiId,
|
|
84
|
+
* performanceTuningAnalysisResult: performanceTuningAnalysiPerformanceTuningAnalysisResult,
|
|
85
|
+
* });
|
|
86
|
+
* ```
|
|
87
|
+
*/
|
|
88
|
+
export declare function getUtilsPerformanceTuningAnalysisOutput(args?: GetUtilsPerformanceTuningAnalysisOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetUtilsPerformanceTuningAnalysisResult>;
|
|
89
|
+
/**
|
|
90
|
+
* A collection of arguments for invoking getUtilsPerformanceTuningAnalysis.
|
|
91
|
+
*/
|
|
92
|
+
export interface GetUtilsPerformanceTuningAnalysisOutputArgs {
|
|
93
|
+
/**
|
|
94
|
+
* The project name of the Performance Tuning Analysis to query for.
|
|
95
|
+
*/
|
|
96
|
+
analysisProjectName?: pulumi.Input<string>;
|
|
97
|
+
/**
|
|
98
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
|
|
99
|
+
*/
|
|
100
|
+
compartmentId?: pulumi.Input<string>;
|
|
101
|
+
filters?: pulumi.Input<pulumi.Input<inputs.Jms.GetUtilsPerformanceTuningAnalysisFilterArgs>[]>;
|
|
102
|
+
/**
|
|
103
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Performance Tuning Analysis.
|
|
104
|
+
*/
|
|
105
|
+
id?: pulumi.Input<string>;
|
|
106
|
+
/**
|
|
107
|
+
* The result of the Performance Tuning Analysis to query for.
|
|
108
|
+
*/
|
|
109
|
+
performanceTuningAnalysisResult?: pulumi.Input<string>;
|
|
110
|
+
}
|
|
@@ -0,0 +1,70 @@
|
|
|
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.getUtilsPerformanceTuningAnalysisOutput = exports.getUtilsPerformanceTuningAnalysis = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This data source provides the list of Performance Tuning Analysis in Oracle Cloud Infrastructure Jms Utils service.
|
|
10
|
+
*
|
|
11
|
+
* Gets a list of Performance tuning Analysis.
|
|
12
|
+
*
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as oci from "@pulumi/oci";
|
|
18
|
+
*
|
|
19
|
+
* const testPerformanceTuningAnalysis = oci.Jms.getUtilsPerformanceTuningAnalysis({
|
|
20
|
+
* analysisProjectName: testProject.name,
|
|
21
|
+
* compartmentId: compartmentId,
|
|
22
|
+
* id: performanceTuningAnalysiId,
|
|
23
|
+
* performanceTuningAnalysisResult: performanceTuningAnalysiPerformanceTuningAnalysisResult,
|
|
24
|
+
* });
|
|
25
|
+
* ```
|
|
26
|
+
*/
|
|
27
|
+
function getUtilsPerformanceTuningAnalysis(args, opts) {
|
|
28
|
+
args = args || {};
|
|
29
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
30
|
+
return pulumi.runtime.invoke("oci:Jms/getUtilsPerformanceTuningAnalysis:getUtilsPerformanceTuningAnalysis", {
|
|
31
|
+
"analysisProjectName": args.analysisProjectName,
|
|
32
|
+
"compartmentId": args.compartmentId,
|
|
33
|
+
"filters": args.filters,
|
|
34
|
+
"id": args.id,
|
|
35
|
+
"performanceTuningAnalysisResult": args.performanceTuningAnalysisResult,
|
|
36
|
+
}, opts);
|
|
37
|
+
}
|
|
38
|
+
exports.getUtilsPerformanceTuningAnalysis = getUtilsPerformanceTuningAnalysis;
|
|
39
|
+
/**
|
|
40
|
+
* This data source provides the list of Performance Tuning Analysis in Oracle Cloud Infrastructure Jms Utils service.
|
|
41
|
+
*
|
|
42
|
+
* Gets a list of Performance tuning Analysis.
|
|
43
|
+
*
|
|
44
|
+
* ## Example Usage
|
|
45
|
+
*
|
|
46
|
+
* ```typescript
|
|
47
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
48
|
+
* import * as oci from "@pulumi/oci";
|
|
49
|
+
*
|
|
50
|
+
* const testPerformanceTuningAnalysis = oci.Jms.getUtilsPerformanceTuningAnalysis({
|
|
51
|
+
* analysisProjectName: testProject.name,
|
|
52
|
+
* compartmentId: compartmentId,
|
|
53
|
+
* id: performanceTuningAnalysiId,
|
|
54
|
+
* performanceTuningAnalysisResult: performanceTuningAnalysiPerformanceTuningAnalysisResult,
|
|
55
|
+
* });
|
|
56
|
+
* ```
|
|
57
|
+
*/
|
|
58
|
+
function getUtilsPerformanceTuningAnalysisOutput(args, opts) {
|
|
59
|
+
args = args || {};
|
|
60
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
61
|
+
return pulumi.runtime.invokeOutput("oci:Jms/getUtilsPerformanceTuningAnalysis:getUtilsPerformanceTuningAnalysis", {
|
|
62
|
+
"analysisProjectName": args.analysisProjectName,
|
|
63
|
+
"compartmentId": args.compartmentId,
|
|
64
|
+
"filters": args.filters,
|
|
65
|
+
"id": args.id,
|
|
66
|
+
"performanceTuningAnalysisResult": args.performanceTuningAnalysisResult,
|
|
67
|
+
}, opts);
|
|
68
|
+
}
|
|
69
|
+
exports.getUtilsPerformanceTuningAnalysisOutput = getUtilsPerformanceTuningAnalysisOutput;
|
|
70
|
+
//# sourceMappingURL=getUtilsPerformanceTuningAnalysis.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getUtilsPerformanceTuningAnalysis.js","sourceRoot":"","sources":["../../jms/getUtilsPerformanceTuningAnalysis.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,iCAAiC,CAAC,IAA4C,EAAE,IAA2B;IACvH,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,6EAA6E,EAAE;QACxG,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;QAC/C,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,iCAAiC,EAAE,IAAI,CAAC,+BAA+B;KAC1E,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,8EAUC;AAgDD;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,uCAAuC,CAAC,IAAkD,EAAE,IAAiC;IACzI,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,6EAA6E,EAAE;QAC9G,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;QAC/C,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,iCAAiC,EAAE,IAAI,CAAC,+BAA+B;KAC1E,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,0FAUC"}
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* This data source provides details about a specific Subscription Acknowledgment Configuration resource in Oracle Cloud Infrastructure Jms Utils service.
|
|
4
|
+
*
|
|
5
|
+
* Returns the configuration for subscription acknowledgment.
|
|
6
|
+
*
|
|
7
|
+
* ## Example Usage
|
|
8
|
+
*
|
|
9
|
+
* ```typescript
|
|
10
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
11
|
+
* import * as oci from "@pulumi/oci";
|
|
12
|
+
*
|
|
13
|
+
* const testSubscriptionAcknowledgmentConfiguration = oci.Jms.getUtilsSubscriptionAcknowledgmentConfiguration({
|
|
14
|
+
* compartmentId: compartmentId,
|
|
15
|
+
* });
|
|
16
|
+
* ```
|
|
17
|
+
*/
|
|
18
|
+
export declare function getUtilsSubscriptionAcknowledgmentConfiguration(args?: GetUtilsSubscriptionAcknowledgmentConfigurationArgs, opts?: pulumi.InvokeOptions): Promise<GetUtilsSubscriptionAcknowledgmentConfigurationResult>;
|
|
19
|
+
/**
|
|
20
|
+
* A collection of arguments for invoking getUtilsSubscriptionAcknowledgmentConfiguration.
|
|
21
|
+
*/
|
|
22
|
+
export interface GetUtilsSubscriptionAcknowledgmentConfigurationArgs {
|
|
23
|
+
/**
|
|
24
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
|
|
25
|
+
*/
|
|
26
|
+
compartmentId?: string;
|
|
27
|
+
/**
|
|
28
|
+
* Flag to determine whether the subscription was acknowledged or not.
|
|
29
|
+
*/
|
|
30
|
+
isAcknowledged?: boolean;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* A collection of values returned by getUtilsSubscriptionAcknowledgmentConfiguration.
|
|
34
|
+
*/
|
|
35
|
+
export interface GetUtilsSubscriptionAcknowledgmentConfigurationResult {
|
|
36
|
+
/**
|
|
37
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the principal that ackwnoledged the subscription.
|
|
38
|
+
*/
|
|
39
|
+
readonly acknowledgedBy: string;
|
|
40
|
+
readonly compartmentId: string;
|
|
41
|
+
/**
|
|
42
|
+
* The provider-assigned unique ID for this managed resource.
|
|
43
|
+
*/
|
|
44
|
+
readonly id: string;
|
|
45
|
+
/**
|
|
46
|
+
* Flag to determine whether the subscription was acknowledged or not.
|
|
47
|
+
*/
|
|
48
|
+
readonly isAcknowledged: boolean;
|
|
49
|
+
/**
|
|
50
|
+
* The date and time the subscription was acknowledged (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
|
51
|
+
*/
|
|
52
|
+
readonly timeAcknowledged: string;
|
|
53
|
+
}
|
|
54
|
+
/**
|
|
55
|
+
* This data source provides details about a specific Subscription Acknowledgment Configuration resource in Oracle Cloud Infrastructure Jms Utils service.
|
|
56
|
+
*
|
|
57
|
+
* Returns the configuration for subscription acknowledgment.
|
|
58
|
+
*
|
|
59
|
+
* ## Example Usage
|
|
60
|
+
*
|
|
61
|
+
* ```typescript
|
|
62
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
63
|
+
* import * as oci from "@pulumi/oci";
|
|
64
|
+
*
|
|
65
|
+
* const testSubscriptionAcknowledgmentConfiguration = oci.Jms.getUtilsSubscriptionAcknowledgmentConfiguration({
|
|
66
|
+
* compartmentId: compartmentId,
|
|
67
|
+
* });
|
|
68
|
+
* ```
|
|
69
|
+
*/
|
|
70
|
+
export declare function getUtilsSubscriptionAcknowledgmentConfigurationOutput(args?: GetUtilsSubscriptionAcknowledgmentConfigurationOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetUtilsSubscriptionAcknowledgmentConfigurationResult>;
|
|
71
|
+
/**
|
|
72
|
+
* A collection of arguments for invoking getUtilsSubscriptionAcknowledgmentConfiguration.
|
|
73
|
+
*/
|
|
74
|
+
export interface GetUtilsSubscriptionAcknowledgmentConfigurationOutputArgs {
|
|
75
|
+
/**
|
|
76
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
|
|
77
|
+
*/
|
|
78
|
+
compartmentId?: pulumi.Input<string>;
|
|
79
|
+
/**
|
|
80
|
+
* Flag to determine whether the subscription was acknowledged or not.
|
|
81
|
+
*/
|
|
82
|
+
isAcknowledged?: pulumi.Input<boolean>;
|
|
83
|
+
}
|
|
@@ -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.getUtilsSubscriptionAcknowledgmentConfigurationOutput = exports.getUtilsSubscriptionAcknowledgmentConfiguration = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This data source provides details about a specific Subscription Acknowledgment Configuration resource in Oracle Cloud Infrastructure Jms Utils service.
|
|
10
|
+
*
|
|
11
|
+
* Returns the configuration for subscription acknowledgment.
|
|
12
|
+
*
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as oci from "@pulumi/oci";
|
|
18
|
+
*
|
|
19
|
+
* const testSubscriptionAcknowledgmentConfiguration = oci.Jms.getUtilsSubscriptionAcknowledgmentConfiguration({
|
|
20
|
+
* compartmentId: compartmentId,
|
|
21
|
+
* });
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
function getUtilsSubscriptionAcknowledgmentConfiguration(args, opts) {
|
|
25
|
+
args = args || {};
|
|
26
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
27
|
+
return pulumi.runtime.invoke("oci:Jms/getUtilsSubscriptionAcknowledgmentConfiguration:getUtilsSubscriptionAcknowledgmentConfiguration", {
|
|
28
|
+
"compartmentId": args.compartmentId,
|
|
29
|
+
"isAcknowledged": args.isAcknowledged,
|
|
30
|
+
}, opts);
|
|
31
|
+
}
|
|
32
|
+
exports.getUtilsSubscriptionAcknowledgmentConfiguration = getUtilsSubscriptionAcknowledgmentConfiguration;
|
|
33
|
+
/**
|
|
34
|
+
* This data source provides details about a specific Subscription Acknowledgment Configuration resource in Oracle Cloud Infrastructure Jms Utils service.
|
|
35
|
+
*
|
|
36
|
+
* Returns the configuration for subscription acknowledgment.
|
|
37
|
+
*
|
|
38
|
+
* ## Example Usage
|
|
39
|
+
*
|
|
40
|
+
* ```typescript
|
|
41
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
42
|
+
* import * as oci from "@pulumi/oci";
|
|
43
|
+
*
|
|
44
|
+
* const testSubscriptionAcknowledgmentConfiguration = oci.Jms.getUtilsSubscriptionAcknowledgmentConfiguration({
|
|
45
|
+
* compartmentId: compartmentId,
|
|
46
|
+
* });
|
|
47
|
+
* ```
|
|
48
|
+
*/
|
|
49
|
+
function getUtilsSubscriptionAcknowledgmentConfigurationOutput(args, opts) {
|
|
50
|
+
args = args || {};
|
|
51
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
52
|
+
return pulumi.runtime.invokeOutput("oci:Jms/getUtilsSubscriptionAcknowledgmentConfiguration:getUtilsSubscriptionAcknowledgmentConfiguration", {
|
|
53
|
+
"compartmentId": args.compartmentId,
|
|
54
|
+
"isAcknowledged": args.isAcknowledged,
|
|
55
|
+
}, opts);
|
|
56
|
+
}
|
|
57
|
+
exports.getUtilsSubscriptionAcknowledgmentConfigurationOutput = getUtilsSubscriptionAcknowledgmentConfigurationOutput;
|
|
58
|
+
//# sourceMappingURL=getUtilsSubscriptionAcknowledgmentConfiguration.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getUtilsSubscriptionAcknowledgmentConfiguration.js","sourceRoot":"","sources":["../../jms/getUtilsSubscriptionAcknowledgmentConfiguration.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,+CAA+C,CAAC,IAA0D,EAAE,IAA2B;IACnJ,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,yGAAyG,EAAE;QACpI,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,0GAOC;AAsCD;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,qDAAqD,CAAC,IAAgE,EAAE,IAAiC;IACrK,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,yGAAyG,EAAE;QAC1I,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,sHAOC"}
|