@pulumi/oci 0.4.0 → 0.5.1-alpha.1663282297

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.
Files changed (282) hide show
  1. package/analytics/analyticsInstance.d.ts +2 -0
  2. package/analytics/analyticsInstance.js +2 -0
  3. package/analytics/analyticsInstance.js.map +1 -1
  4. package/analytics/analyticsInstancePrivateAccessChannel.d.ts +30 -0
  5. package/analytics/analyticsInstancePrivateAccessChannel.js +10 -0
  6. package/analytics/analyticsInstancePrivateAccessChannel.js.map +1 -1
  7. package/analytics/getAnalyticsInstancePrivateAccessChannel.d.ts +8 -0
  8. package/analytics/getAnalyticsInstancePrivateAccessChannel.js.map +1 -1
  9. package/cloudguard/cloudGuardDataSource.d.ts +231 -0
  10. package/cloudguard/cloudGuardDataSource.js +132 -0
  11. package/cloudguard/cloudGuardDataSource.js.map +1 -0
  12. package/cloudguard/detectorRecipe.d.ts +16 -4
  13. package/cloudguard/detectorRecipe.js +3 -4
  14. package/cloudguard/detectorRecipe.js.map +1 -1
  15. package/cloudguard/getDataSource.d.ts +106 -0
  16. package/cloudguard/getDataSource.js +38 -0
  17. package/cloudguard/getDataSource.js.map +1 -0
  18. package/cloudguard/getDataSourceEvent.d.ts +68 -0
  19. package/cloudguard/getDataSourceEvent.js +40 -0
  20. package/cloudguard/getDataSourceEvent.js.map +1 -0
  21. package/cloudguard/getDataSourceEvents.d.ts +71 -0
  22. package/cloudguard/getDataSourceEvents.js +41 -0
  23. package/cloudguard/getDataSourceEvents.js.map +1 -0
  24. package/cloudguard/getDataSources.d.ts +144 -0
  25. package/cloudguard/getDataSources.js +65 -0
  26. package/cloudguard/getDataSources.js.map +1 -0
  27. package/cloudguard/getDetectorRecipe.d.ts +5 -1
  28. package/cloudguard/getDetectorRecipe.js.map +1 -1
  29. package/cloudguard/getDetectorRecipes.d.ts +1 -1
  30. package/cloudguard/getProblemEntities.d.ts +58 -0
  31. package/cloudguard/getProblemEntities.js +39 -0
  32. package/cloudguard/getProblemEntities.js.map +1 -0
  33. package/cloudguard/getProblemEntity.d.ts +55 -0
  34. package/cloudguard/getProblemEntity.js +38 -0
  35. package/cloudguard/getProblemEntity.js.map +1 -0
  36. package/cloudguard/index.d.ts +7 -0
  37. package/cloudguard/index.js +11 -0
  38. package/cloudguard/index.js.map +1 -1
  39. package/cloudguard/target.d.ts +3 -3
  40. package/core/bootVolume.d.ts +21 -5
  41. package/core/bootVolume.js +6 -0
  42. package/core/bootVolume.js.map +1 -1
  43. package/core/getBootVolume.d.ts +6 -2
  44. package/core/getBootVolume.js.map +1 -1
  45. package/core/getVolume.d.ts +6 -1
  46. package/core/getVolume.js.map +1 -1
  47. package/core/instanceConfiguration.d.ts +4 -0
  48. package/core/instanceConfiguration.js +4 -0
  49. package/core/instanceConfiguration.js.map +1 -1
  50. package/core/volume.d.ts +21 -5
  51. package/core/volume.js +6 -0
  52. package/core/volume.js.map +1 -1
  53. package/database/autonomousContainerDatabase.d.ts +1 -0
  54. package/database/autonomousContainerDatabase.js +1 -0
  55. package/database/autonomousContainerDatabase.js.map +1 -1
  56. package/database/autonomousExadataInfrastructure.d.ts +1 -0
  57. package/database/autonomousExadataInfrastructure.js +1 -0
  58. package/database/autonomousExadataInfrastructure.js.map +1 -1
  59. package/database/cloudExadataInfrastructure.d.ts +1 -0
  60. package/database/cloudExadataInfrastructure.js +1 -0
  61. package/database/cloudExadataInfrastructure.js.map +1 -1
  62. package/database/cloudVmCluster.d.ts +2 -0
  63. package/database/cloudVmCluster.js +2 -0
  64. package/database/cloudVmCluster.js.map +1 -1
  65. package/database/dataGuardAssociation.d.ts +18 -0
  66. package/database/dataGuardAssociation.js +7 -0
  67. package/database/dataGuardAssociation.js.map +1 -1
  68. package/database/dbSystem.d.ts +12 -0
  69. package/database/dbSystem.js +2 -0
  70. package/database/dbSystem.js.map +1 -1
  71. package/database/exadataInfrastructure.d.ts +1 -0
  72. package/database/exadataInfrastructure.js +1 -0
  73. package/database/exadataInfrastructure.js.map +1 -1
  74. package/database/getDataGuardAssociation.d.ts +2 -0
  75. package/database/getDataGuardAssociation.js.map +1 -1
  76. package/database/getInfrastructureTargetVersion.d.ts +82 -0
  77. package/database/getInfrastructureTargetVersion.js +43 -0
  78. package/database/getInfrastructureTargetVersion.js.map +1 -0
  79. package/database/getManagedPreferredCredential.d.ts +84 -0
  80. package/database/getManagedPreferredCredential.js +40 -0
  81. package/database/getManagedPreferredCredential.js.map +1 -0
  82. package/database/getManagedPreferredCredentials.d.ts +55 -0
  83. package/database/getManagedPreferredCredentials.js +39 -0
  84. package/database/getManagedPreferredCredentials.js.map +1 -0
  85. package/database/getVmCluster.d.ts +4 -1
  86. package/database/getVmCluster.js.map +1 -1
  87. package/database/index.d.ts +3 -0
  88. package/database/index.js +3 -0
  89. package/database/index.js.map +1 -1
  90. package/database/maintenanceRun.d.ts +12 -4
  91. package/database/maintenanceRun.js +2 -2
  92. package/database/maintenanceRun.js.map +1 -1
  93. package/database/vmCluster.d.ts +14 -3
  94. package/database/vmCluster.js +2 -0
  95. package/database/vmCluster.js.map +1 -1
  96. package/database/vmClusterAddVirtualNetwork.d.ts +8 -2
  97. package/database/vmClusterAddVirtualNetwork.js.map +1 -1
  98. package/database/vmClusterRemoveVirtualMachine.d.ts +2 -2
  99. package/dataconnectivity/getRegistries.d.ts +4 -4
  100. package/dataconnectivity/getRegistries.js +1 -1
  101. package/dataconnectivity/getRegistry.d.ts +10 -10
  102. package/dataconnectivity/getRegistry.js +1 -1
  103. package/dataconnectivity/getRegistryConnection.d.ts +9 -9
  104. package/dataconnectivity/getRegistryConnections.d.ts +3 -3
  105. package/dataconnectivity/getRegistryDataAsset.d.ts +8 -8
  106. package/dataconnectivity/getRegistryDataAssets.d.ts +11 -11
  107. package/dataconnectivity/getRegistryFolder.d.ts +8 -8
  108. package/dataconnectivity/getRegistryFolders.d.ts +4 -4
  109. package/dataconnectivity/getRegistryFolders.js +1 -1
  110. package/dataconnectivity/getRegistryType.d.ts +7 -7
  111. package/dataconnectivity/getRegistryType.js +1 -1
  112. package/dataconnectivity/getRegistryTypes.d.ts +4 -4
  113. package/dataconnectivity/getRegistryTypes.js +1 -1
  114. package/dataconnectivity/registry.d.ts +15 -15
  115. package/dataconnectivity/registry.js +1 -1
  116. package/dataconnectivity/registryConnection.d.ts +24 -24
  117. package/dataconnectivity/registryDataAsset.d.ts +21 -21
  118. package/dataconnectivity/registryFolder.d.ts +22 -22
  119. package/dataconnectivity/registryFolder.js +1 -1
  120. package/devops/getTrigger.d.ts +1 -0
  121. package/devops/getTrigger.js.map +1 -1
  122. package/devops/trigger.d.ts +3 -0
  123. package/devops/trigger.js +2 -0
  124. package/devops/trigger.js.map +1 -1
  125. package/dns/getResolver.d.ts +3 -3
  126. package/dns/getResolverEndpoint.d.ts +3 -3
  127. package/dns/getView.d.ts +8 -8
  128. package/dns/getView.js +1 -0
  129. package/dns/getView.js.map +1 -1
  130. package/dns/getViews.d.ts +3 -3
  131. package/dns/resolver.d.ts +7 -13
  132. package/dns/resolver.js +2 -11
  133. package/dns/resolver.js.map +1 -1
  134. package/dns/resolverEndpoint.d.ts +2 -2
  135. package/dns/resolverEndpoint.js +0 -3
  136. package/dns/resolverEndpoint.js.map +1 -1
  137. package/dns/rrset.d.ts +2 -3
  138. package/dns/rrset.js +2 -3
  139. package/dns/rrset.js.map +1 -1
  140. package/dns/view.d.ts +7 -13
  141. package/dns/view.js +2 -11
  142. package/dns/view.js.map +1 -1
  143. package/dns/zone.d.ts +3 -11
  144. package/dns/zone.js +2 -10
  145. package/dns/zone.js.map +1 -1
  146. package/emwarehouse/getResourceUsage.d.ts +4 -0
  147. package/emwarehouse/getResourceUsage.js.map +1 -1
  148. package/functions/getFusionEnvironment.d.ts +153 -0
  149. package/functions/getFusionEnvironment.js +38 -0
  150. package/functions/getFusionEnvironment.js.map +1 -0
  151. package/functions/getFusionEnvironmentAdminUser.d.ts +66 -0
  152. package/functions/getFusionEnvironmentAdminUser.js +38 -0
  153. package/functions/getFusionEnvironmentAdminUser.js.map +1 -0
  154. package/functions/getFusionEnvironmentAdminUsers.d.ts +55 -0
  155. package/functions/getFusionEnvironmentAdminUsers.js +39 -0
  156. package/functions/getFusionEnvironmentAdminUsers.js.map +1 -0
  157. package/functions/getFusionEnvironmentDataMaskingActivities.d.ts +71 -0
  158. package/functions/getFusionEnvironmentDataMaskingActivities.js +41 -0
  159. package/functions/getFusionEnvironmentDataMaskingActivities.js.map +1 -0
  160. package/functions/getFusionEnvironmentDataMaskingActivity.d.ts +73 -0
  161. package/functions/getFusionEnvironmentDataMaskingActivity.js +40 -0
  162. package/functions/getFusionEnvironmentDataMaskingActivity.js.map +1 -0
  163. package/functions/getFusionEnvironmentFamilies.d.ts +94 -0
  164. package/functions/getFusionEnvironmentFamilies.js +45 -0
  165. package/functions/getFusionEnvironmentFamilies.js.map +1 -0
  166. package/functions/getFusionEnvironmentFamily.d.ts +97 -0
  167. package/functions/getFusionEnvironmentFamily.js +38 -0
  168. package/functions/getFusionEnvironmentFamily.js.map +1 -0
  169. package/functions/getFusionEnvironmentFamilyLimitsAndUsage.d.ts +60 -0
  170. package/functions/getFusionEnvironmentFamilyLimitsAndUsage.js +38 -0
  171. package/functions/getFusionEnvironmentFamilyLimitsAndUsage.js.map +1 -0
  172. package/functions/getFusionEnvironmentFamilySubscriptionDetail.d.ts +52 -0
  173. package/functions/getFusionEnvironmentFamilySubscriptionDetail.js +38 -0
  174. package/functions/getFusionEnvironmentFamilySubscriptionDetail.js.map +1 -0
  175. package/functions/getFusionEnvironmentRefreshActivities.d.ts +101 -0
  176. package/functions/getFusionEnvironmentRefreshActivities.js +47 -0
  177. package/functions/getFusionEnvironmentRefreshActivities.js.map +1 -0
  178. package/functions/getFusionEnvironmentRefreshActivity.d.ts +101 -0
  179. package/functions/getFusionEnvironmentRefreshActivity.js +40 -0
  180. package/functions/getFusionEnvironmentRefreshActivity.js.map +1 -0
  181. package/functions/getFusionEnvironmentScheduledActivities.d.ts +117 -0
  182. package/functions/getFusionEnvironmentScheduledActivities.js +49 -0
  183. package/functions/getFusionEnvironmentScheduledActivities.js.map +1 -0
  184. package/functions/getFusionEnvironmentScheduledActivity.d.ts +109 -0
  185. package/functions/getFusionEnvironmentScheduledActivity.js +40 -0
  186. package/functions/getFusionEnvironmentScheduledActivity.js.map +1 -0
  187. package/functions/getFusionEnvironmentServiceAttachment.d.ts +109 -0
  188. package/functions/getFusionEnvironmentServiceAttachment.js +40 -0
  189. package/functions/getFusionEnvironmentServiceAttachment.js.map +1 -0
  190. package/functions/getFusionEnvironmentServiceAttachments.d.ts +94 -0
  191. package/functions/getFusionEnvironmentServiceAttachments.js +45 -0
  192. package/functions/getFusionEnvironmentServiceAttachments.js.map +1 -0
  193. package/functions/getFusionEnvironmentStatus.d.ts +51 -0
  194. package/functions/getFusionEnvironmentStatus.js +38 -0
  195. package/functions/getFusionEnvironmentStatus.js.map +1 -0
  196. package/functions/getFusionEnvironmentTimeAvailableForRefresh.d.ts +52 -0
  197. package/functions/getFusionEnvironmentTimeAvailableForRefresh.js +38 -0
  198. package/functions/getFusionEnvironmentTimeAvailableForRefresh.js.map +1 -0
  199. package/functions/getFusionEnvironmentTimeAvailableForRefreshs.d.ts +55 -0
  200. package/functions/getFusionEnvironmentTimeAvailableForRefreshs.js +39 -0
  201. package/functions/getFusionEnvironmentTimeAvailableForRefreshs.js.map +1 -0
  202. package/functions/getFusionEnvironments.d.ts +97 -0
  203. package/functions/getFusionEnvironments.js +45 -0
  204. package/functions/getFusionEnvironments.js.map +1 -0
  205. package/functions/index.d.ts +19 -0
  206. package/functions/index.js +19 -0
  207. package/functions/index.js.map +1 -1
  208. package/fusionapps/fusionEnvironment.d.ts +360 -0
  209. package/fusionapps/fusionEnvironment.js +169 -0
  210. package/fusionapps/fusionEnvironment.js.map +1 -0
  211. package/fusionapps/fusionEnvironmentAdminUser.d.ts +146 -0
  212. package/fusionapps/fusionEnvironmentAdminUser.js +108 -0
  213. package/fusionapps/fusionEnvironmentAdminUser.js.map +1 -0
  214. package/fusionapps/fusionEnvironmentDataMaskingActivity.d.ts +109 -0
  215. package/fusionapps/fusionEnvironmentDataMaskingActivity.js +85 -0
  216. package/fusionapps/fusionEnvironmentDataMaskingActivity.js.map +1 -0
  217. package/fusionapps/fusionEnvironmentFamily.d.ts +201 -0
  218. package/fusionapps/fusionEnvironmentFamily.js +117 -0
  219. package/fusionapps/fusionEnvironmentFamily.js.map +1 -0
  220. package/fusionapps/fusionEnvironmentRefreshActivity.d.ts +165 -0
  221. package/fusionapps/fusionEnvironmentRefreshActivity.js +102 -0
  222. package/fusionapps/fusionEnvironmentRefreshActivity.js.map +1 -0
  223. package/fusionapps/index.d.ts +5 -0
  224. package/fusionapps/index.js +57 -0
  225. package/fusionapps/index.js.map +1 -0
  226. package/index.d.ts +2 -1
  227. package/index.js +4 -2
  228. package/index.js.map +1 -1
  229. package/monitoring/alarm.d.ts +13 -0
  230. package/monitoring/alarm.js +3 -0
  231. package/monitoring/alarm.js.map +1 -1
  232. package/monitoring/getAlarm.d.ts +4 -0
  233. package/monitoring/getAlarm.js.map +1 -1
  234. package/mysql/getMysqlConfiguration.d.ts +6 -2
  235. package/mysql/getMysqlConfiguration.js.map +1 -1
  236. package/mysql/index.d.ts +1 -0
  237. package/mysql/index.js +5 -0
  238. package/mysql/index.js.map +1 -1
  239. package/mysql/mysqlConfiguration.d.ts +307 -0
  240. package/mysql/mysqlConfiguration.js +197 -0
  241. package/mysql/mysqlConfiguration.js.map +1 -0
  242. package/ocvp/esxiHost.d.ts +31 -3
  243. package/ocvp/esxiHost.js +6 -0
  244. package/ocvp/esxiHost.js.map +1 -1
  245. package/ocvp/getExsiHost.d.ts +12 -0
  246. package/ocvp/getExsiHost.js.map +1 -1
  247. package/ocvp/getSddc.d.ts +12 -0
  248. package/ocvp/getSddc.js.map +1 -1
  249. package/ocvp/sddc.d.ts +24 -0
  250. package/ocvp/sddc.js +6 -0
  251. package/ocvp/sddc.js.map +1 -1
  252. package/optimizer/getCategories.d.ts +20 -0
  253. package/optimizer/getCategories.js +4 -0
  254. package/optimizer/getCategories.js.map +1 -1
  255. package/optimizer/getCategory.d.ts +4 -0
  256. package/optimizer/getCategory.js.map +1 -1
  257. package/optimizer/getRecommendations.d.ts +35 -5
  258. package/optimizer/getRecommendations.js +8 -2
  259. package/optimizer/getRecommendations.js.map +1 -1
  260. package/optimizer/getResourceActions.d.ts +35 -5
  261. package/optimizer/getResourceActions.js +8 -2
  262. package/optimizer/getResourceActions.js.map +1 -1
  263. package/package.json +2 -2
  264. package/package.json.dev +2 -2
  265. package/types/input.d.ts +1403 -413
  266. package/types/output.d.ts +4251 -1192
  267. package/usageproxy/getSubscriptionRedeemableUser.d.ts +2 -2
  268. package/usageproxy/getSubscriptionRedeemableUser.js +1 -1
  269. package/usageproxy/getSubscriptionRedeemableUsers.d.ts +1 -1
  270. package/usageproxy/getSubscriptionRedeemableUsers.js +1 -1
  271. package/usageproxy/getSubscriptionRedemption.d.ts +82 -0
  272. package/usageproxy/getSubscriptionRedemption.js +44 -0
  273. package/usageproxy/getSubscriptionRedemption.js.map +1 -0
  274. package/usageproxy/getSubscriptionRedemptions.d.ts +85 -0
  275. package/usageproxy/getSubscriptionRedemptions.js +45 -0
  276. package/usageproxy/getSubscriptionRedemptions.js.map +1 -0
  277. package/usageproxy/index.d.ts +2 -0
  278. package/usageproxy/index.js +2 -0
  279. package/usageproxy/index.js.map +1 -1
  280. package/usageproxy/subscriptionRedeemableUser.d.ts +6 -4
  281. package/usageproxy/subscriptionRedeemableUser.js +3 -1
  282. package/usageproxy/subscriptionRedeemableUser.js.map +1 -1
@@ -0,0 +1,109 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import { output as outputs } from "../types";
3
+ /**
4
+ * This data source provides details about a specific Fusion Environment Scheduled Activity resource in Oracle Cloud Infrastructure Fusion Apps service.
5
+ *
6
+ * Gets a ScheduledActivity by identifier
7
+ *
8
+ * ## Example Usage
9
+ *
10
+ * ```typescript
11
+ * import * as pulumi from "@pulumi/pulumi";
12
+ * import * as oci from "@pulumi/oci";
13
+ *
14
+ * const testFusionEnvironmentScheduledActivity = oci.Functions.getFusionEnvironmentScheduledActivity({
15
+ * fusionEnvironmentId: oci_fusion_apps_fusion_environment.test_fusion_environment.id,
16
+ * scheduledActivityId: oci_fusion_apps_scheduled_activity.test_scheduled_activity.id,
17
+ * });
18
+ * ```
19
+ */
20
+ export declare function getFusionEnvironmentScheduledActivity(args: GetFusionEnvironmentScheduledActivityArgs, opts?: pulumi.InvokeOptions): Promise<GetFusionEnvironmentScheduledActivityResult>;
21
+ /**
22
+ * A collection of arguments for invoking getFusionEnvironmentScheduledActivity.
23
+ */
24
+ export interface GetFusionEnvironmentScheduledActivityArgs {
25
+ /**
26
+ * unique FusionEnvironment identifier
27
+ */
28
+ fusionEnvironmentId: string;
29
+ /**
30
+ * Unique ScheduledActivity identifier.
31
+ */
32
+ scheduledActivityId: string;
33
+ }
34
+ /**
35
+ * A collection of values returned by getFusionEnvironmentScheduledActivity.
36
+ */
37
+ export interface GetFusionEnvironmentScheduledActivityResult {
38
+ /**
39
+ * List of actions
40
+ */
41
+ readonly actions: outputs.Functions.GetFusionEnvironmentScheduledActivityAction[];
42
+ /**
43
+ * Cumulative delay hours
44
+ */
45
+ readonly delayInHours: number;
46
+ /**
47
+ * scheduled activity display name, can be renamed.
48
+ */
49
+ readonly displayName: string;
50
+ /**
51
+ * FAaaS Environment Identifier.
52
+ */
53
+ readonly fusionEnvironmentId: string;
54
+ /**
55
+ * The provider-assigned unique ID for this managed resource.
56
+ */
57
+ readonly id: string;
58
+ /**
59
+ * A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
60
+ */
61
+ readonly lifecycleDetails: string;
62
+ /**
63
+ * run cadence.
64
+ */
65
+ readonly runCycle: string;
66
+ readonly scheduledActivityId: string;
67
+ /**
68
+ * Service availability / impact during scheduled activity execution up down
69
+ */
70
+ readonly serviceAvailability: string;
71
+ /**
72
+ * The current state of the scheduledActivity.
73
+ */
74
+ readonly state: string;
75
+ /**
76
+ * The time the scheduled activity record was created. An RFC3339 formatted datetime string.
77
+ */
78
+ readonly timeCreated: string;
79
+ /**
80
+ * Current time the scheduled activity is scheduled to end. An RFC3339 formatted datetime string.
81
+ */
82
+ readonly timeExpectedFinish: string;
83
+ /**
84
+ * The time the scheduled activity actually completed / cancelled / failed. An RFC3339 formatted datetime string.
85
+ */
86
+ readonly timeFinished: string;
87
+ /**
88
+ * Current time the scheduled activity is scheduled to start. An RFC3339 formatted datetime string.
89
+ */
90
+ readonly timeScheduledStart: string;
91
+ /**
92
+ * The time the scheduled activity record was updated. An RFC3339 formatted datetime string.
93
+ */
94
+ readonly timeUpdated: string;
95
+ }
96
+ export declare function getFusionEnvironmentScheduledActivityOutput(args: GetFusionEnvironmentScheduledActivityOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetFusionEnvironmentScheduledActivityResult>;
97
+ /**
98
+ * A collection of arguments for invoking getFusionEnvironmentScheduledActivity.
99
+ */
100
+ export interface GetFusionEnvironmentScheduledActivityOutputArgs {
101
+ /**
102
+ * unique FusionEnvironment identifier
103
+ */
104
+ fusionEnvironmentId: pulumi.Input<string>;
105
+ /**
106
+ * Unique ScheduledActivity identifier.
107
+ */
108
+ scheduledActivityId: pulumi.Input<string>;
109
+ }
@@ -0,0 +1,40 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
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.getFusionEnvironmentScheduledActivityOutput = exports.getFusionEnvironmentScheduledActivity = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * This data source provides details about a specific Fusion Environment Scheduled Activity resource in Oracle Cloud Infrastructure Fusion Apps service.
10
+ *
11
+ * Gets a ScheduledActivity by identifier
12
+ *
13
+ * ## Example Usage
14
+ *
15
+ * ```typescript
16
+ * import * as pulumi from "@pulumi/pulumi";
17
+ * import * as oci from "@pulumi/oci";
18
+ *
19
+ * const testFusionEnvironmentScheduledActivity = oci.Functions.getFusionEnvironmentScheduledActivity({
20
+ * fusionEnvironmentId: oci_fusion_apps_fusion_environment.test_fusion_environment.id,
21
+ * scheduledActivityId: oci_fusion_apps_scheduled_activity.test_scheduled_activity.id,
22
+ * });
23
+ * ```
24
+ */
25
+ function getFusionEnvironmentScheduledActivity(args, opts) {
26
+ if (!opts) {
27
+ opts = {};
28
+ }
29
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
30
+ return pulumi.runtime.invoke("oci:Functions/getFusionEnvironmentScheduledActivity:getFusionEnvironmentScheduledActivity", {
31
+ "fusionEnvironmentId": args.fusionEnvironmentId,
32
+ "scheduledActivityId": args.scheduledActivityId,
33
+ }, opts);
34
+ }
35
+ exports.getFusionEnvironmentScheduledActivity = getFusionEnvironmentScheduledActivity;
36
+ function getFusionEnvironmentScheduledActivityOutput(args, opts) {
37
+ return pulumi.output(args).apply(a => getFusionEnvironmentScheduledActivity(a, opts));
38
+ }
39
+ exports.getFusionEnvironmentScheduledActivityOutput = getFusionEnvironmentScheduledActivityOutput;
40
+ //# sourceMappingURL=getFusionEnvironmentScheduledActivity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getFusionEnvironmentScheduledActivity.js","sourceRoot":"","sources":["../../functions/getFusionEnvironmentScheduledActivity.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,qCAAqC,CAAC,IAA+C,EAAE,IAA2B;IAC9H,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,2FAA2F,EAAE;QACtH,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;QAC/C,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;KAClD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,sFAUC;AA+ED,SAAgB,2CAA2C,CAAC,IAAqD,EAAE,IAA2B;IAC1I,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,qCAAqC,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACzF,CAAC;AAFD,kGAEC"}
@@ -0,0 +1,109 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * This data source provides details about a specific Fusion Environment Service Attachment resource in Oracle Cloud Infrastructure Fusion Apps service.
4
+ *
5
+ * Gets a Service Attachment by identifier
6
+ *
7
+ * ## Example Usage
8
+ *
9
+ * ```typescript
10
+ * import * as pulumi from "@pulumi/pulumi";
11
+ * import * as oci from "@pulumi/oci";
12
+ *
13
+ * const testFusionEnvironmentServiceAttachment = oci.Functions.getFusionEnvironmentServiceAttachment({
14
+ * fusionEnvironmentId: oci_fusion_apps_fusion_environment.test_fusion_environment.id,
15
+ * serviceAttachmentId: oci_fusion_apps_service_attachment.test_service_attachment.id,
16
+ * });
17
+ * ```
18
+ */
19
+ export declare function getFusionEnvironmentServiceAttachment(args: GetFusionEnvironmentServiceAttachmentArgs, opts?: pulumi.InvokeOptions): Promise<GetFusionEnvironmentServiceAttachmentResult>;
20
+ /**
21
+ * A collection of arguments for invoking getFusionEnvironmentServiceAttachment.
22
+ */
23
+ export interface GetFusionEnvironmentServiceAttachmentArgs {
24
+ /**
25
+ * unique FusionEnvironment identifier
26
+ */
27
+ fusionEnvironmentId: string;
28
+ /**
29
+ * OCID of the Service Attachment
30
+ */
31
+ serviceAttachmentId: string;
32
+ }
33
+ /**
34
+ * A collection of values returned by getFusionEnvironmentServiceAttachment.
35
+ */
36
+ export interface GetFusionEnvironmentServiceAttachmentResult {
37
+ /**
38
+ * Action
39
+ */
40
+ readonly action: string;
41
+ /**
42
+ * Compartment Identifier
43
+ */
44
+ readonly compartmentId: string;
45
+ /**
46
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
47
+ */
48
+ readonly definedTags: {
49
+ [key: string]: any;
50
+ };
51
+ /**
52
+ * Service Attachment Display name, can be renamed
53
+ */
54
+ readonly displayName: string;
55
+ /**
56
+ * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
57
+ */
58
+ readonly freeformTags: {
59
+ [key: string]: any;
60
+ };
61
+ readonly fusionEnvironmentId: string;
62
+ /**
63
+ * The provider-assigned unique ID for this managed resource.
64
+ */
65
+ readonly id: string;
66
+ /**
67
+ * Whether this service is provisioned due to the customer being subscribed to a specific SKU
68
+ */
69
+ readonly isSkuBased: boolean;
70
+ readonly serviceAttachmentId: string;
71
+ /**
72
+ * The ID of the service instance created that can be used to identify this on the service control plane
73
+ */
74
+ readonly serviceInstanceId: string;
75
+ /**
76
+ * Type of the serviceInstance.
77
+ */
78
+ readonly serviceInstanceType: string;
79
+ /**
80
+ * Public URL
81
+ */
82
+ readonly serviceUrl: string;
83
+ /**
84
+ * The current state of the ServiceInstance.
85
+ */
86
+ readonly state: string;
87
+ /**
88
+ * The time the the ServiceInstance was created. An RFC3339 formatted datetime string
89
+ */
90
+ readonly timeCreated: string;
91
+ /**
92
+ * The time the ServiceInstance was updated. An RFC3339 formatted datetime string
93
+ */
94
+ readonly timeUpdated: string;
95
+ }
96
+ export declare function getFusionEnvironmentServiceAttachmentOutput(args: GetFusionEnvironmentServiceAttachmentOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetFusionEnvironmentServiceAttachmentResult>;
97
+ /**
98
+ * A collection of arguments for invoking getFusionEnvironmentServiceAttachment.
99
+ */
100
+ export interface GetFusionEnvironmentServiceAttachmentOutputArgs {
101
+ /**
102
+ * unique FusionEnvironment identifier
103
+ */
104
+ fusionEnvironmentId: pulumi.Input<string>;
105
+ /**
106
+ * OCID of the Service Attachment
107
+ */
108
+ serviceAttachmentId: pulumi.Input<string>;
109
+ }
@@ -0,0 +1,40 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
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.getFusionEnvironmentServiceAttachmentOutput = exports.getFusionEnvironmentServiceAttachment = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * This data source provides details about a specific Fusion Environment Service Attachment resource in Oracle Cloud Infrastructure Fusion Apps service.
10
+ *
11
+ * Gets a Service Attachment by identifier
12
+ *
13
+ * ## Example Usage
14
+ *
15
+ * ```typescript
16
+ * import * as pulumi from "@pulumi/pulumi";
17
+ * import * as oci from "@pulumi/oci";
18
+ *
19
+ * const testFusionEnvironmentServiceAttachment = oci.Functions.getFusionEnvironmentServiceAttachment({
20
+ * fusionEnvironmentId: oci_fusion_apps_fusion_environment.test_fusion_environment.id,
21
+ * serviceAttachmentId: oci_fusion_apps_service_attachment.test_service_attachment.id,
22
+ * });
23
+ * ```
24
+ */
25
+ function getFusionEnvironmentServiceAttachment(args, opts) {
26
+ if (!opts) {
27
+ opts = {};
28
+ }
29
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
30
+ return pulumi.runtime.invoke("oci:Functions/getFusionEnvironmentServiceAttachment:getFusionEnvironmentServiceAttachment", {
31
+ "fusionEnvironmentId": args.fusionEnvironmentId,
32
+ "serviceAttachmentId": args.serviceAttachmentId,
33
+ }, opts);
34
+ }
35
+ exports.getFusionEnvironmentServiceAttachment = getFusionEnvironmentServiceAttachment;
36
+ function getFusionEnvironmentServiceAttachmentOutput(args, opts) {
37
+ return pulumi.output(args).apply(a => getFusionEnvironmentServiceAttachment(a, opts));
38
+ }
39
+ exports.getFusionEnvironmentServiceAttachmentOutput = getFusionEnvironmentServiceAttachmentOutput;
40
+ //# sourceMappingURL=getFusionEnvironmentServiceAttachment.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getFusionEnvironmentServiceAttachment.js","sourceRoot":"","sources":["../../functions/getFusionEnvironmentServiceAttachment.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,qCAAqC,CAAC,IAA+C,EAAE,IAA2B;IAC9H,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,2FAA2F,EAAE;QACtH,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;QAC/C,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;KAClD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,sFAUC;AA4ED,SAAgB,2CAA2C,CAAC,IAAqD,EAAE,IAA2B;IAC1I,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,qCAAqC,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACzF,CAAC;AAFD,kGAEC"}
@@ -0,0 +1,94 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import { input as inputs, output as outputs } from "../types";
3
+ /**
4
+ * This data source provides the list of Fusion Environment Service Attachments in Oracle Cloud Infrastructure Fusion Apps service.
5
+ *
6
+ * Returns a list of service attachments.
7
+ *
8
+ * ## Example Usage
9
+ *
10
+ * ```typescript
11
+ * import * as pulumi from "@pulumi/pulumi";
12
+ * import * as oci from "@pulumi/oci";
13
+ *
14
+ * const testFusionEnvironmentServiceAttachments = oci.Functions.getFusionEnvironmentServiceAttachments({
15
+ * fusionEnvironmentId: oci_fusion_apps_fusion_environment.test_fusion_environment.id,
16
+ * displayName: _var.fusion_environment_service_attachment_display_name,
17
+ * serviceInstanceType: _var.fusion_environment_service_attachment_service_instance_type,
18
+ * state: _var.fusion_environment_service_attachment_state,
19
+ * });
20
+ * ```
21
+ */
22
+ export declare function getFusionEnvironmentServiceAttachments(args: GetFusionEnvironmentServiceAttachmentsArgs, opts?: pulumi.InvokeOptions): Promise<GetFusionEnvironmentServiceAttachmentsResult>;
23
+ /**
24
+ * A collection of arguments for invoking getFusionEnvironmentServiceAttachments.
25
+ */
26
+ export interface GetFusionEnvironmentServiceAttachmentsArgs {
27
+ /**
28
+ * A filter to return only resources that match the entire display name given.
29
+ */
30
+ displayName?: string;
31
+ filters?: inputs.Functions.GetFusionEnvironmentServiceAttachmentsFilter[];
32
+ /**
33
+ * unique FusionEnvironment identifier
34
+ */
35
+ fusionEnvironmentId: string;
36
+ /**
37
+ * A filter that returns all resources that match the specified lifecycle state.
38
+ */
39
+ serviceInstanceType?: string;
40
+ /**
41
+ * A filter that returns all resources that match the specified lifecycle state.
42
+ */
43
+ state?: string;
44
+ }
45
+ /**
46
+ * A collection of values returned by getFusionEnvironmentServiceAttachments.
47
+ */
48
+ export interface GetFusionEnvironmentServiceAttachmentsResult {
49
+ /**
50
+ * Service Attachment Display name, can be renamed
51
+ */
52
+ readonly displayName?: string;
53
+ readonly filters?: outputs.Functions.GetFusionEnvironmentServiceAttachmentsFilter[];
54
+ readonly fusionEnvironmentId: string;
55
+ /**
56
+ * The provider-assigned unique ID for this managed resource.
57
+ */
58
+ readonly id: string;
59
+ /**
60
+ * The list of service_attachment_collection.
61
+ */
62
+ readonly serviceAttachmentCollections: outputs.Functions.GetFusionEnvironmentServiceAttachmentsServiceAttachmentCollection[];
63
+ /**
64
+ * Type of the serviceInstance.
65
+ */
66
+ readonly serviceInstanceType?: string;
67
+ /**
68
+ * The current state of the ServiceInstance.
69
+ */
70
+ readonly state?: string;
71
+ }
72
+ export declare function getFusionEnvironmentServiceAttachmentsOutput(args: GetFusionEnvironmentServiceAttachmentsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetFusionEnvironmentServiceAttachmentsResult>;
73
+ /**
74
+ * A collection of arguments for invoking getFusionEnvironmentServiceAttachments.
75
+ */
76
+ export interface GetFusionEnvironmentServiceAttachmentsOutputArgs {
77
+ /**
78
+ * A filter to return only resources that match the entire display name given.
79
+ */
80
+ displayName?: pulumi.Input<string>;
81
+ filters?: pulumi.Input<pulumi.Input<inputs.Functions.GetFusionEnvironmentServiceAttachmentsFilterArgs>[]>;
82
+ /**
83
+ * unique FusionEnvironment identifier
84
+ */
85
+ fusionEnvironmentId: pulumi.Input<string>;
86
+ /**
87
+ * A filter that returns all resources that match the specified lifecycle state.
88
+ */
89
+ serviceInstanceType?: pulumi.Input<string>;
90
+ /**
91
+ * A filter that returns all resources that match the specified lifecycle state.
92
+ */
93
+ state?: pulumi.Input<string>;
94
+ }
@@ -0,0 +1,45 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
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.getFusionEnvironmentServiceAttachmentsOutput = exports.getFusionEnvironmentServiceAttachments = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * This data source provides the list of Fusion Environment Service Attachments in Oracle Cloud Infrastructure Fusion Apps service.
10
+ *
11
+ * Returns a list of service attachments.
12
+ *
13
+ * ## Example Usage
14
+ *
15
+ * ```typescript
16
+ * import * as pulumi from "@pulumi/pulumi";
17
+ * import * as oci from "@pulumi/oci";
18
+ *
19
+ * const testFusionEnvironmentServiceAttachments = oci.Functions.getFusionEnvironmentServiceAttachments({
20
+ * fusionEnvironmentId: oci_fusion_apps_fusion_environment.test_fusion_environment.id,
21
+ * displayName: _var.fusion_environment_service_attachment_display_name,
22
+ * serviceInstanceType: _var.fusion_environment_service_attachment_service_instance_type,
23
+ * state: _var.fusion_environment_service_attachment_state,
24
+ * });
25
+ * ```
26
+ */
27
+ function getFusionEnvironmentServiceAttachments(args, opts) {
28
+ if (!opts) {
29
+ opts = {};
30
+ }
31
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
32
+ return pulumi.runtime.invoke("oci:Functions/getFusionEnvironmentServiceAttachments:getFusionEnvironmentServiceAttachments", {
33
+ "displayName": args.displayName,
34
+ "filters": args.filters,
35
+ "fusionEnvironmentId": args.fusionEnvironmentId,
36
+ "serviceInstanceType": args.serviceInstanceType,
37
+ "state": args.state,
38
+ }, opts);
39
+ }
40
+ exports.getFusionEnvironmentServiceAttachments = getFusionEnvironmentServiceAttachments;
41
+ function getFusionEnvironmentServiceAttachmentsOutput(args, opts) {
42
+ return pulumi.output(args).apply(a => getFusionEnvironmentServiceAttachments(a, opts));
43
+ }
44
+ exports.getFusionEnvironmentServiceAttachmentsOutput = getFusionEnvironmentServiceAttachmentsOutput;
45
+ //# sourceMappingURL=getFusionEnvironmentServiceAttachments.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getFusionEnvironmentServiceAttachments.js","sourceRoot":"","sources":["../../functions/getFusionEnvironmentServiceAttachments.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,sCAAsC,CAAC,IAAgD,EAAE,IAA2B;IAChI,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,6FAA6F,EAAE;QACxH,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;QAC/C,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;QAC/C,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAbD,wFAaC;AAqDD,SAAgB,4CAA4C,CAAC,IAAsD,EAAE,IAA2B;IAC5I,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,sCAAsC,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC1F,CAAC;AAFD,oGAEC"}
@@ -0,0 +1,51 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * This data source provides details about a specific Fusion Environment Status resource in Oracle Cloud Infrastructure Fusion Apps service.
4
+ *
5
+ * Gets the status of a Fusion environment identified by its OCID.
6
+ *
7
+ * ## Example Usage
8
+ *
9
+ * ```typescript
10
+ * import * as pulumi from "@pulumi/pulumi";
11
+ * import * as oci from "@pulumi/oci";
12
+ *
13
+ * const testFusionEnvironmentStatus = oci.Functions.getFusionEnvironmentStatus({
14
+ * fusionEnvironmentId: oci_fusion_apps_fusion_environment.test_fusion_environment.id,
15
+ * });
16
+ * ```
17
+ */
18
+ export declare function getFusionEnvironmentStatus(args: GetFusionEnvironmentStatusArgs, opts?: pulumi.InvokeOptions): Promise<GetFusionEnvironmentStatusResult>;
19
+ /**
20
+ * A collection of arguments for invoking getFusionEnvironmentStatus.
21
+ */
22
+ export interface GetFusionEnvironmentStatusArgs {
23
+ /**
24
+ * unique FusionEnvironment identifier
25
+ */
26
+ fusionEnvironmentId: string;
27
+ }
28
+ /**
29
+ * A collection of values returned by getFusionEnvironmentStatus.
30
+ */
31
+ export interface GetFusionEnvironmentStatusResult {
32
+ readonly fusionEnvironmentId: string;
33
+ /**
34
+ * The provider-assigned unique ID for this managed resource.
35
+ */
36
+ readonly id: string;
37
+ /**
38
+ * The data plane status of FusionEnvironment.
39
+ */
40
+ readonly status: string;
41
+ }
42
+ export declare function getFusionEnvironmentStatusOutput(args: GetFusionEnvironmentStatusOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetFusionEnvironmentStatusResult>;
43
+ /**
44
+ * A collection of arguments for invoking getFusionEnvironmentStatus.
45
+ */
46
+ export interface GetFusionEnvironmentStatusOutputArgs {
47
+ /**
48
+ * unique FusionEnvironment identifier
49
+ */
50
+ fusionEnvironmentId: pulumi.Input<string>;
51
+ }
@@ -0,0 +1,38 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
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.getFusionEnvironmentStatusOutput = exports.getFusionEnvironmentStatus = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * This data source provides details about a specific Fusion Environment Status resource in Oracle Cloud Infrastructure Fusion Apps service.
10
+ *
11
+ * Gets the status of a Fusion environment identified by its OCID.
12
+ *
13
+ * ## Example Usage
14
+ *
15
+ * ```typescript
16
+ * import * as pulumi from "@pulumi/pulumi";
17
+ * import * as oci from "@pulumi/oci";
18
+ *
19
+ * const testFusionEnvironmentStatus = oci.Functions.getFusionEnvironmentStatus({
20
+ * fusionEnvironmentId: oci_fusion_apps_fusion_environment.test_fusion_environment.id,
21
+ * });
22
+ * ```
23
+ */
24
+ function getFusionEnvironmentStatus(args, opts) {
25
+ if (!opts) {
26
+ opts = {};
27
+ }
28
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
29
+ return pulumi.runtime.invoke("oci:Functions/getFusionEnvironmentStatus:getFusionEnvironmentStatus", {
30
+ "fusionEnvironmentId": args.fusionEnvironmentId,
31
+ }, opts);
32
+ }
33
+ exports.getFusionEnvironmentStatus = getFusionEnvironmentStatus;
34
+ function getFusionEnvironmentStatusOutput(args, opts) {
35
+ return pulumi.output(args).apply(a => getFusionEnvironmentStatus(a, opts));
36
+ }
37
+ exports.getFusionEnvironmentStatusOutput = getFusionEnvironmentStatusOutput;
38
+ //# sourceMappingURL=getFusionEnvironmentStatus.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getFusionEnvironmentStatus.js","sourceRoot":"","sources":["../../functions/getFusionEnvironmentStatus.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,0BAA0B,CAAC,IAAoC,EAAE,IAA2B;IACxG,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,qEAAqE,EAAE;QAChG,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;KAClD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,gEASC;AA2BD,SAAgB,gCAAgC,CAAC,IAA0C,EAAE,IAA2B;IACpH,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,0BAA0B,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC9E,CAAC;AAFD,4EAEC"}
@@ -0,0 +1,52 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import { output as outputs } from "../types";
3
+ /**
4
+ * This data source provides details about a specific Fusion Environment Time Available For Refresh resource in Oracle Cloud Infrastructure Fusion Apps service.
5
+ *
6
+ * Gets available refresh time for this fusion environment
7
+ *
8
+ * ## Example Usage
9
+ *
10
+ * ```typescript
11
+ * import * as pulumi from "@pulumi/pulumi";
12
+ * import * as oci from "@pulumi/oci";
13
+ *
14
+ * const testFusionEnvironmentTimeAvailableForRefresh = oci.Functions.getFusionEnvironmentTimeAvailableForRefresh({
15
+ * fusionEnvironmentId: oci_fusion_apps_fusion_environment.test_fusion_environment.id,
16
+ * });
17
+ * ```
18
+ */
19
+ export declare function getFusionEnvironmentTimeAvailableForRefresh(args: GetFusionEnvironmentTimeAvailableForRefreshArgs, opts?: pulumi.InvokeOptions): Promise<GetFusionEnvironmentTimeAvailableForRefreshResult>;
20
+ /**
21
+ * A collection of arguments for invoking getFusionEnvironmentTimeAvailableForRefresh.
22
+ */
23
+ export interface GetFusionEnvironmentTimeAvailableForRefreshArgs {
24
+ /**
25
+ * unique FusionEnvironment identifier
26
+ */
27
+ fusionEnvironmentId: string;
28
+ }
29
+ /**
30
+ * A collection of values returned by getFusionEnvironmentTimeAvailableForRefresh.
31
+ */
32
+ export interface GetFusionEnvironmentTimeAvailableForRefreshResult {
33
+ readonly fusionEnvironmentId: string;
34
+ /**
35
+ * The provider-assigned unique ID for this managed resource.
36
+ */
37
+ readonly id: string;
38
+ /**
39
+ * A list of available refresh time objects.
40
+ */
41
+ readonly items: outputs.Functions.GetFusionEnvironmentTimeAvailableForRefreshItem[];
42
+ }
43
+ export declare function getFusionEnvironmentTimeAvailableForRefreshOutput(args: GetFusionEnvironmentTimeAvailableForRefreshOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetFusionEnvironmentTimeAvailableForRefreshResult>;
44
+ /**
45
+ * A collection of arguments for invoking getFusionEnvironmentTimeAvailableForRefresh.
46
+ */
47
+ export interface GetFusionEnvironmentTimeAvailableForRefreshOutputArgs {
48
+ /**
49
+ * unique FusionEnvironment identifier
50
+ */
51
+ fusionEnvironmentId: pulumi.Input<string>;
52
+ }
@@ -0,0 +1,38 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
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.getFusionEnvironmentTimeAvailableForRefreshOutput = exports.getFusionEnvironmentTimeAvailableForRefresh = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * This data source provides details about a specific Fusion Environment Time Available For Refresh resource in Oracle Cloud Infrastructure Fusion Apps service.
10
+ *
11
+ * Gets available refresh time for this fusion environment
12
+ *
13
+ * ## Example Usage
14
+ *
15
+ * ```typescript
16
+ * import * as pulumi from "@pulumi/pulumi";
17
+ * import * as oci from "@pulumi/oci";
18
+ *
19
+ * const testFusionEnvironmentTimeAvailableForRefresh = oci.Functions.getFusionEnvironmentTimeAvailableForRefresh({
20
+ * fusionEnvironmentId: oci_fusion_apps_fusion_environment.test_fusion_environment.id,
21
+ * });
22
+ * ```
23
+ */
24
+ function getFusionEnvironmentTimeAvailableForRefresh(args, opts) {
25
+ if (!opts) {
26
+ opts = {};
27
+ }
28
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
29
+ return pulumi.runtime.invoke("oci:Functions/getFusionEnvironmentTimeAvailableForRefresh:getFusionEnvironmentTimeAvailableForRefresh", {
30
+ "fusionEnvironmentId": args.fusionEnvironmentId,
31
+ }, opts);
32
+ }
33
+ exports.getFusionEnvironmentTimeAvailableForRefresh = getFusionEnvironmentTimeAvailableForRefresh;
34
+ function getFusionEnvironmentTimeAvailableForRefreshOutput(args, opts) {
35
+ return pulumi.output(args).apply(a => getFusionEnvironmentTimeAvailableForRefresh(a, opts));
36
+ }
37
+ exports.getFusionEnvironmentTimeAvailableForRefreshOutput = getFusionEnvironmentTimeAvailableForRefreshOutput;
38
+ //# sourceMappingURL=getFusionEnvironmentTimeAvailableForRefresh.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getFusionEnvironmentTimeAvailableForRefresh.js","sourceRoot":"","sources":["../../functions/getFusionEnvironmentTimeAvailableForRefresh.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,2CAA2C,CAAC,IAAqD,EAAE,IAA2B;IAC1I,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,uGAAuG,EAAE;QAClI,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;KAClD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,kGASC;AA2BD,SAAgB,iDAAiD,CAAC,IAA2D,EAAE,IAA2B;IACtJ,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,2CAA2C,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC/F,CAAC;AAFD,8GAEC"}