@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
package/types/input.d.ts CHANGED
@@ -425,6 +425,10 @@ export declare namespace Analytics {
425
425
  * The type of network endpoint.
426
426
  */
427
427
  networkEndpointType: pulumi.Input<string>;
428
+ /**
429
+ * Network Security Group OCIDs for an Analytics instance.
430
+ */
431
+ networkSecurityGroupIds?: pulumi.Input<pulumi.Input<string>[]>;
428
432
  /**
429
433
  * The subnet OCID for the private endpoint.
430
434
  */
@@ -434,9 +438,13 @@ export declare namespace Analytics {
434
438
  */
435
439
  vcnId?: pulumi.Input<string>;
436
440
  /**
437
- * Source IP addresses or IP address ranges igress rules.
441
+ * Source IP addresses or IP address ranges in ingress rules.
438
442
  */
439
443
  whitelistedIps?: pulumi.Input<pulumi.Input<string>[]>;
444
+ /**
445
+ * Oracle Cloud Services that are allowed to access this Analytics instance.
446
+ */
447
+ whitelistedServices?: pulumi.Input<pulumi.Input<string>[]>;
440
448
  /**
441
449
  * Virtual Cloud Networks allowed to access this network endpoint.
442
450
  */
@@ -448,13 +456,13 @@ export declare namespace Analytics {
448
456
  */
449
457
  id?: pulumi.Input<string>;
450
458
  /**
451
- * Source IP addresses or IP address ranges igress rules.
459
+ * Source IP addresses or IP address ranges in ingress rules.
452
460
  */
453
461
  whitelistedIps?: pulumi.Input<pulumi.Input<string>[]>;
454
462
  }
455
463
  interface AnalyticsInstancePrivateAccessChannelPrivateSourceDnsZone {
456
464
  /**
457
- * (Updatable) Description of private source dns zone.
465
+ * (Updatable) Description of private source scan host zone.
458
466
  */
459
467
  description?: pulumi.Input<string>;
460
468
  /**
@@ -462,6 +470,20 @@ export declare namespace Analytics {
462
470
  */
463
471
  dnsZone: pulumi.Input<string>;
464
472
  }
473
+ interface AnalyticsInstancePrivateAccessChannelPrivateSourceScanHost {
474
+ /**
475
+ * (Updatable) Description of private source scan host zone.
476
+ */
477
+ description?: pulumi.Input<string>;
478
+ /**
479
+ * (Updatable) Private Source Scan hostname. Ex: db01-scan.corp.example.com, prd-db01-scan.mycompany.com.
480
+ */
481
+ scanHostname: pulumi.Input<string>;
482
+ /**
483
+ * (Updatable) Private Source Scan host port. This is the source port where SCAN protocol will get connected (e.g. 1521).
484
+ */
485
+ scanPort: pulumi.Input<number>;
486
+ }
465
487
  interface GetAnalyticsInstancesFilter {
466
488
  /**
467
489
  * A filter to return only resources that match the given name exactly.
@@ -3731,6 +3753,88 @@ export declare namespace CertificatesManagement {
3731
3753
  }
3732
3754
  }
3733
3755
  export declare namespace CloudGuard {
3756
+ interface CloudGuardDataSourceDataSourceDetails {
3757
+ /**
3758
+ * (Updatable) The additional entities count used for data source query.
3759
+ */
3760
+ additionalEntitiesCount?: pulumi.Input<number>;
3761
+ /**
3762
+ * Possible type of dataSourceFeed Provider(LoggingQuery)
3763
+ */
3764
+ dataSourceFeedProvider: pulumi.Input<string>;
3765
+ /**
3766
+ * (Updatable) Interval in minutes that query is run periodically.
3767
+ */
3768
+ intervalInMinutes?: pulumi.Input<number>;
3769
+ /**
3770
+ * (Updatable) Additional details specific to the data source type (Sighting/Insight).
3771
+ */
3772
+ loggingQueryDetails?: pulumi.Input<inputs.CloudGuard.CloudGuardDataSourceDataSourceDetailsLoggingQueryDetails>;
3773
+ /**
3774
+ * (Updatable) Logging query type for data source (Sighting/Insight)
3775
+ */
3776
+ loggingQueryType?: pulumi.Input<string>;
3777
+ /**
3778
+ * (Updatable) Operator used in Data Soruce
3779
+ */
3780
+ operator?: pulumi.Input<string>;
3781
+ /**
3782
+ * (Updatable) The continuous query expression that is run periodically.
3783
+ */
3784
+ query?: pulumi.Input<string>;
3785
+ /**
3786
+ * (Updatable) Time when the query can start, if not specified it can start immediately.
3787
+ */
3788
+ queryStartTime?: pulumi.Input<inputs.CloudGuard.CloudGuardDataSourceDataSourceDetailsQueryStartTime>;
3789
+ /**
3790
+ * (Updatable) Logging Query regions
3791
+ */
3792
+ regions?: pulumi.Input<pulumi.Input<string>[]>;
3793
+ /**
3794
+ * (Updatable) The integer value that must be exceeded, fall below or equal to (depending on the operator), the query result to trigger an event.
3795
+ */
3796
+ threshold?: pulumi.Input<number>;
3797
+ }
3798
+ interface CloudGuardDataSourceDataSourceDetailsLoggingQueryDetails {
3799
+ /**
3800
+ * (Updatable) The key entities count used for data source query
3801
+ */
3802
+ keyEntitiesCount?: pulumi.Input<number>;
3803
+ /**
3804
+ * (Updatable) Logging query type for data source (Sighting/Insight)
3805
+ */
3806
+ loggingQueryType: pulumi.Input<string>;
3807
+ }
3808
+ interface CloudGuardDataSourceDataSourceDetailsQueryStartTime {
3809
+ /**
3810
+ * (Updatable) Time when the query can start, if not specified it can start immediately.
3811
+ */
3812
+ queryStartTime?: pulumi.Input<string>;
3813
+ /**
3814
+ * (Updatable) policy used for deciding the query start time
3815
+ */
3816
+ startPolicyType: pulumi.Input<string>;
3817
+ }
3818
+ interface CloudGuardDataSourceDataSourceDetectorMappingInfo {
3819
+ /**
3820
+ * Id of the attached detectorRecipeId to the Data Source.
3821
+ */
3822
+ detectorRecipeId?: pulumi.Input<string>;
3823
+ /**
3824
+ * Id of the attached detectorRuleId to the Data Source.
3825
+ */
3826
+ detectorRuleId?: pulumi.Input<string>;
3827
+ }
3828
+ interface CloudGuardDataSourceRegionStatusDetail {
3829
+ /**
3830
+ * Data Source replication region.
3831
+ */
3832
+ region?: pulumi.Input<string>;
3833
+ /**
3834
+ * Status of data Source
3835
+ */
3836
+ status?: pulumi.Input<string>;
3837
+ }
3734
3838
  interface DataMaskRuleTargetSelected {
3735
3839
  /**
3736
3840
  * (Updatable) Target selection.
@@ -3747,7 +3851,11 @@ export declare namespace CloudGuard {
3747
3851
  */
3748
3852
  candidateResponderRules?: pulumi.Input<pulumi.Input<inputs.CloudGuard.DetectorRecipeDetectorRuleCandidateResponderRule>[]>;
3749
3853
  /**
3750
- * (Updatable) Detector recipe description.
3854
+ * (Updatable) The id of the attached DataSource.
3855
+ */
3856
+ dataSourceId?: pulumi.Input<string>;
3857
+ /**
3858
+ * (Updatable) Description for DetectorRecipeDetectorRule.
3751
3859
  */
3752
3860
  description?: pulumi.Input<string>;
3753
3861
  /**
@@ -3766,6 +3874,10 @@ export declare namespace CloudGuard {
3766
3874
  * (Updatable) Detector recipe display name.
3767
3875
  */
3768
3876
  displayName?: pulumi.Input<string>;
3877
+ /**
3878
+ * (Updatable) Data Source entities mapping for a Detector Rule
3879
+ */
3880
+ entitiesMappings?: pulumi.Input<pulumi.Input<inputs.CloudGuard.DetectorRecipeDetectorRuleEntitiesMapping>[]>;
3769
3881
  /**
3770
3882
  * A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
3771
3883
  */
@@ -3775,7 +3887,7 @@ export declare namespace CloudGuard {
3775
3887
  */
3776
3888
  managedListTypes?: pulumi.Input<pulumi.Input<string>[]>;
3777
3889
  /**
3778
- * Recommendation for DetectorRecipeDetectorRule
3890
+ * (Updatable) Recommendation for DetectorRecipeDetectorRule
3779
3891
  */
3780
3892
  recommendation?: pulumi.Input<string>;
3781
3893
  /**
@@ -3822,6 +3934,18 @@ export declare namespace CloudGuard {
3822
3934
  * (Updatable) Configuration details
3823
3935
  */
3824
3936
  configurations?: pulumi.Input<pulumi.Input<inputs.CloudGuard.DetectorRecipeDetectorRuleDetailsConfiguration>[]>;
3937
+ /**
3938
+ * (Updatable) The id of the attached DataSource.
3939
+ */
3940
+ dataSourceId?: pulumi.Input<string>;
3941
+ /**
3942
+ * (Updatable) Description for DetectorRecipeDetectorRule.
3943
+ */
3944
+ description?: pulumi.Input<string>;
3945
+ /**
3946
+ * (Updatable) Data Source entities mapping for a Detector Rule
3947
+ */
3948
+ entitiesMappings?: pulumi.Input<pulumi.Input<inputs.CloudGuard.DetectorRecipeDetectorRuleDetailsEntitiesMapping>[]>;
3825
3949
  /**
3826
3950
  * configuration allowed or not
3827
3951
  */
@@ -3834,6 +3958,10 @@ export declare namespace CloudGuard {
3834
3958
  * (Updatable) user defined labels for a detector rule
3835
3959
  */
3836
3960
  labels?: pulumi.Input<pulumi.Input<string>[]>;
3961
+ /**
3962
+ * (Updatable) Recommendation for DetectorRecipeDetectorRule
3963
+ */
3964
+ recommendation?: pulumi.Input<string>;
3837
3965
  /**
3838
3966
  * (Updatable) The Risk Level
3839
3967
  */
@@ -3875,13 +4003,45 @@ export declare namespace CloudGuard {
3875
4003
  */
3876
4004
  value: pulumi.Input<string>;
3877
4005
  }
4006
+ interface DetectorRecipeDetectorRuleDetailsEntitiesMapping {
4007
+ /**
4008
+ * (Updatable) Detector recipe display name.
4009
+ */
4010
+ displayName?: pulumi.Input<string>;
4011
+ /**
4012
+ * (Updatable) Possible type of entity
4013
+ */
4014
+ entityType?: pulumi.Input<string>;
4015
+ /**
4016
+ * (Updatable) The entity value mapped to a data source query
4017
+ */
4018
+ queryField: pulumi.Input<string>;
4019
+ }
4020
+ interface DetectorRecipeDetectorRuleEntitiesMapping {
4021
+ /**
4022
+ * (Updatable) Detector recipe display name.
4023
+ */
4024
+ displayName?: pulumi.Input<string>;
4025
+ /**
4026
+ * (Updatable) Possible type of entity
4027
+ */
4028
+ entityType?: pulumi.Input<string>;
4029
+ /**
4030
+ * (Updatable) The entity value mapped to a data source query
4031
+ */
4032
+ queryField?: pulumi.Input<string>;
4033
+ }
3878
4034
  interface DetectorRecipeEffectiveDetectorRule {
3879
4035
  /**
3880
4036
  * List of CandidateResponderRule related to this rule
3881
4037
  */
3882
4038
  candidateResponderRules?: pulumi.Input<pulumi.Input<inputs.CloudGuard.DetectorRecipeEffectiveDetectorRuleCandidateResponderRule>[]>;
3883
4039
  /**
3884
- * (Updatable) Detector recipe description.
4040
+ * (Updatable) The id of the attached DataSource.
4041
+ */
4042
+ dataSourceId?: pulumi.Input<string>;
4043
+ /**
4044
+ * (Updatable) Description for DetectorRecipeDetectorRule.
3885
4045
  */
3886
4046
  description?: pulumi.Input<string>;
3887
4047
  /**
@@ -3900,6 +4060,10 @@ export declare namespace CloudGuard {
3900
4060
  * (Updatable) Detector recipe display name.
3901
4061
  */
3902
4062
  displayName?: pulumi.Input<string>;
4063
+ /**
4064
+ * (Updatable) Data Source entities mapping for a Detector Rule
4065
+ */
4066
+ entitiesMappings?: pulumi.Input<pulumi.Input<inputs.CloudGuard.DetectorRecipeEffectiveDetectorRuleEntitiesMapping>[]>;
3903
4067
  /**
3904
4068
  * A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
3905
4069
  */
@@ -3909,7 +4073,7 @@ export declare namespace CloudGuard {
3909
4073
  */
3910
4074
  managedListTypes?: pulumi.Input<pulumi.Input<string>[]>;
3911
4075
  /**
3912
- * Recommendation for DetectorRecipeDetectorRule
4076
+ * (Updatable) Recommendation for DetectorRecipeDetectorRule
3913
4077
  */
3914
4078
  recommendation?: pulumi.Input<string>;
3915
4079
  /**
@@ -4009,6 +4173,28 @@ export declare namespace CloudGuard {
4009
4173
  */
4010
4174
  value?: pulumi.Input<string>;
4011
4175
  }
4176
+ interface DetectorRecipeEffectiveDetectorRuleEntitiesMapping {
4177
+ /**
4178
+ * (Updatable) Detector recipe display name.
4179
+ */
4180
+ displayName?: pulumi.Input<string>;
4181
+ /**
4182
+ * (Updatable) Possible type of entity
4183
+ */
4184
+ entityType?: pulumi.Input<string>;
4185
+ /**
4186
+ * (Updatable) The entity value mapped to a data source query
4187
+ */
4188
+ queryField?: pulumi.Input<string>;
4189
+ }
4190
+ interface GetDataMaskRulesFilterArgs {
4191
+ name: pulumi.Input<string>;
4192
+ regex?: pulumi.Input<boolean>;
4193
+ /**
4194
+ * Types of Targets
4195
+ */
4196
+ values: pulumi.Input<pulumi.Input<string>[]>;
4197
+ }
4012
4198
  interface GetDataMaskRulesFilter {
4013
4199
  name: string;
4014
4200
  regex?: boolean;
@@ -4017,12 +4203,24 @@ export declare namespace CloudGuard {
4017
4203
  */
4018
4204
  values: string[];
4019
4205
  }
4020
- interface GetDataMaskRulesFilterArgs {
4206
+ interface GetDataSourceEventsFilter {
4207
+ name: string;
4208
+ regex?: boolean;
4209
+ values: string[];
4210
+ }
4211
+ interface GetDataSourceEventsFilterArgs {
4212
+ name: pulumi.Input<string>;
4213
+ regex?: pulumi.Input<boolean>;
4214
+ values: pulumi.Input<pulumi.Input<string>[]>;
4215
+ }
4216
+ interface GetDataSourcesFilter {
4217
+ name: string;
4218
+ regex?: boolean;
4219
+ values: string[];
4220
+ }
4221
+ interface GetDataSourcesFilterArgs {
4021
4222
  name: pulumi.Input<string>;
4022
4223
  regex?: pulumi.Input<boolean>;
4023
- /**
4024
- * Types of Targets
4025
- */
4026
4224
  values: pulumi.Input<pulumi.Input<string>[]>;
4027
4225
  }
4028
4226
  interface GetDetectorRecipesFilter {
@@ -4047,46 +4245,48 @@ export declare namespace CloudGuard {
4047
4245
  */
4048
4246
  values: pulumi.Input<pulumi.Input<string>[]>;
4049
4247
  }
4050
- interface GetGuardTargetsFilterArgs {
4248
+ interface GetGuardTargetsFilter {
4051
4249
  /**
4052
4250
  * configuration name
4053
4251
  */
4054
- name: pulumi.Input<string>;
4055
- regex?: pulumi.Input<boolean>;
4252
+ name: string;
4253
+ regex?: boolean;
4056
4254
  /**
4057
4255
  * List of configuration values
4058
4256
  */
4059
- values: pulumi.Input<pulumi.Input<string>[]>;
4257
+ values: string[];
4060
4258
  }
4061
- interface GetGuardTargetsFilter {
4259
+ interface GetGuardTargetsFilterArgs {
4062
4260
  /**
4063
4261
  * configuration name
4064
4262
  */
4065
- name: string;
4066
- regex?: boolean;
4263
+ name: pulumi.Input<string>;
4264
+ regex?: pulumi.Input<boolean>;
4067
4265
  /**
4068
4266
  * List of configuration values
4069
4267
  */
4070
- values: string[];
4071
- }
4072
- interface GetManagedListsFilter {
4073
- name: string;
4074
- regex?: boolean;
4075
- values: string[];
4268
+ values: pulumi.Input<pulumi.Input<string>[]>;
4076
4269
  }
4077
4270
  interface GetManagedListsFilterArgs {
4078
4271
  name: pulumi.Input<string>;
4079
4272
  regex?: pulumi.Input<boolean>;
4080
4273
  values: pulumi.Input<pulumi.Input<string>[]>;
4081
4274
  }
4082
- interface GetResponderRecipesFilter {
4083
- /**
4084
- * configuration name
4085
- */
4275
+ interface GetManagedListsFilter {
4276
+ name: string;
4277
+ regex?: boolean;
4278
+ values: string[];
4279
+ }
4280
+ interface GetProblemEntitiesFilter {
4086
4281
  name: string;
4087
4282
  regex?: boolean;
4088
4283
  values: string[];
4089
4284
  }
4285
+ interface GetProblemEntitiesFilterArgs {
4286
+ name: pulumi.Input<string>;
4287
+ regex?: pulumi.Input<boolean>;
4288
+ values: pulumi.Input<pulumi.Input<string>[]>;
4289
+ }
4090
4290
  interface GetResponderRecipesFilterArgs {
4091
4291
  /**
4092
4292
  * configuration name
@@ -4095,6 +4295,14 @@ export declare namespace CloudGuard {
4095
4295
  regex?: pulumi.Input<boolean>;
4096
4296
  values: pulumi.Input<pulumi.Input<string>[]>;
4097
4297
  }
4298
+ interface GetResponderRecipesFilter {
4299
+ /**
4300
+ * configuration name
4301
+ */
4302
+ name: string;
4303
+ regex?: boolean;
4304
+ values: string[];
4305
+ }
4098
4306
  interface GetSecurityPoliciesFilter {
4099
4307
  name: string;
4100
4308
  regex?: boolean;
@@ -4299,7 +4507,7 @@ export declare namespace CloudGuard {
4299
4507
  */
4300
4508
  securityZoneId?: pulumi.Input<string>;
4301
4509
  /**
4302
- * possible type of targets(compartment/HCMCloud/ERPCloud)
4510
+ * possible type of targets(COMPARTMENT/FACLOUD)
4303
4511
  */
4304
4512
  targetResourceType?: pulumi.Input<string>;
4305
4513
  /**
@@ -4418,6 +4626,10 @@ export declare namespace CloudGuard {
4418
4626
  timeUpdated?: pulumi.Input<string>;
4419
4627
  }
4420
4628
  interface TargetTargetDetectorRecipeDetectorRule {
4629
+ /**
4630
+ * The id of the attached DataSource.
4631
+ */
4632
+ dataSourceId?: pulumi.Input<string>;
4421
4633
  /**
4422
4634
  * The target description.
4423
4635
  */
@@ -4438,6 +4650,10 @@ export declare namespace CloudGuard {
4438
4650
  * (Updatable) DetectorTemplate identifier.
4439
4651
  */
4440
4652
  displayName?: pulumi.Input<string>;
4653
+ /**
4654
+ * Data Source entities mapping for a Detector Rule
4655
+ */
4656
+ entitiesMappings?: pulumi.Input<pulumi.Input<inputs.CloudGuard.TargetTargetDetectorRecipeDetectorRuleEntitiesMapping>[]>;
4441
4657
  /**
4442
4658
  * A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
4443
4659
  */
@@ -4543,7 +4759,25 @@ export declare namespace CloudGuard {
4543
4759
  */
4544
4760
  value?: pulumi.Input<string>;
4545
4761
  }
4762
+ interface TargetTargetDetectorRecipeDetectorRuleEntitiesMapping {
4763
+ /**
4764
+ * (Updatable) DetectorTemplate identifier.
4765
+ */
4766
+ displayName?: pulumi.Input<string>;
4767
+ /**
4768
+ * Possible type of entity
4769
+ */
4770
+ entityType?: pulumi.Input<string>;
4771
+ /**
4772
+ * The entity value mapped to a data source query
4773
+ */
4774
+ queryField?: pulumi.Input<string>;
4775
+ }
4546
4776
  interface TargetTargetDetectorRecipeEffectiveDetectorRule {
4777
+ /**
4778
+ * The id of the attached DataSource.
4779
+ */
4780
+ dataSourceId?: pulumi.Input<string>;
4547
4781
  /**
4548
4782
  * The target description.
4549
4783
  */
@@ -4564,6 +4798,10 @@ export declare namespace CloudGuard {
4564
4798
  * (Updatable) DetectorTemplate identifier.
4565
4799
  */
4566
4800
  displayName?: pulumi.Input<string>;
4801
+ /**
4802
+ * Data Source entities mapping for a Detector Rule
4803
+ */
4804
+ entitiesMappings?: pulumi.Input<pulumi.Input<inputs.CloudGuard.TargetTargetDetectorRecipeEffectiveDetectorRuleEntitiesMapping>[]>;
4567
4805
  /**
4568
4806
  * A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
4569
4807
  */
@@ -4669,6 +4907,20 @@ export declare namespace CloudGuard {
4669
4907
  */
4670
4908
  value?: pulumi.Input<string>;
4671
4909
  }
4910
+ interface TargetTargetDetectorRecipeEffectiveDetectorRuleEntitiesMapping {
4911
+ /**
4912
+ * (Updatable) DetectorTemplate identifier.
4913
+ */
4914
+ displayName?: pulumi.Input<string>;
4915
+ /**
4916
+ * Possible type of entity
4917
+ */
4918
+ entityType?: pulumi.Input<string>;
4919
+ /**
4920
+ * The entity value mapped to a data source query
4921
+ */
4922
+ queryField?: pulumi.Input<string>;
4923
+ }
4672
4924
  interface TargetTargetResponderRecipe {
4673
4925
  /**
4674
4926
  * (Updatable) compartment associated with condition
@@ -5355,6 +5607,16 @@ export declare namespace ContainerEngine {
5355
5607
  }
5356
5608
  }
5357
5609
  export declare namespace Core {
5610
+ interface BootVolumeAutotunePolicy {
5611
+ /**
5612
+ * (Updatable) This specifies the type of autotunes supported by OCI.
5613
+ */
5614
+ autotuneType: pulumi.Input<string>;
5615
+ /**
5616
+ * (Updatable) This will be the maximum VPUs/GB performance level that the volume will be auto-tuned temporarily based on performance monitoring.
5617
+ */
5618
+ maxVpusPerGb?: pulumi.Input<string>;
5619
+ }
5358
5620
  interface BootVolumeBackupSourceDetails {
5359
5621
  bootVolumeBackupId: pulumi.Input<string>;
5360
5622
  /**
@@ -5938,16 +6200,16 @@ export declare namespace Core {
5938
6200
  regex?: pulumi.Input<boolean>;
5939
6201
  values: pulumi.Input<pulumi.Input<string>[]>;
5940
6202
  }
5941
- interface GetBlockVolumeReplicasFilter {
5942
- name: string;
5943
- regex?: boolean;
5944
- values: string[];
5945
- }
5946
6203
  interface GetBlockVolumeReplicasFilterArgs {
5947
6204
  name: pulumi.Input<string>;
5948
6205
  regex?: pulumi.Input<boolean>;
5949
6206
  values: pulumi.Input<pulumi.Input<string>[]>;
5950
6207
  }
6208
+ interface GetBlockVolumeReplicasFilter {
6209
+ name: string;
6210
+ regex?: boolean;
6211
+ values: string[];
6212
+ }
5951
6213
  interface GetBootVolumeAttachmentsFilter {
5952
6214
  name: string;
5953
6215
  regex?: boolean;
@@ -5968,16 +6230,16 @@ export declare namespace Core {
5968
6230
  regex?: pulumi.Input<boolean>;
5969
6231
  values: pulumi.Input<pulumi.Input<string>[]>;
5970
6232
  }
5971
- interface GetBootVolumeReplicasFilterArgs {
5972
- name: pulumi.Input<string>;
5973
- regex?: pulumi.Input<boolean>;
5974
- values: pulumi.Input<pulumi.Input<string>[]>;
5975
- }
5976
6233
  interface GetBootVolumeReplicasFilter {
5977
6234
  name: string;
5978
6235
  regex?: boolean;
5979
6236
  values: string[];
5980
6237
  }
6238
+ interface GetBootVolumeReplicasFilterArgs {
6239
+ name: pulumi.Input<string>;
6240
+ regex?: pulumi.Input<boolean>;
6241
+ values: pulumi.Input<pulumi.Input<string>[]>;
6242
+ }
5981
6243
  interface GetBootVolumesFilter {
5982
6244
  name: string;
5983
6245
  regex?: boolean;
@@ -5988,16 +6250,16 @@ export declare namespace Core {
5988
6250
  regex?: pulumi.Input<boolean>;
5989
6251
  values: pulumi.Input<pulumi.Input<string>[]>;
5990
6252
  }
5991
- interface GetByoipAllocatedRangesFilter {
5992
- name: string;
5993
- regex?: boolean;
5994
- values: string[];
5995
- }
5996
6253
  interface GetByoipAllocatedRangesFilterArgs {
5997
6254
  name: pulumi.Input<string>;
5998
6255
  regex?: pulumi.Input<boolean>;
5999
6256
  values: pulumi.Input<pulumi.Input<string>[]>;
6000
6257
  }
6258
+ interface GetByoipAllocatedRangesFilter {
6259
+ name: string;
6260
+ regex?: boolean;
6261
+ values: string[];
6262
+ }
6001
6263
  interface GetByoipRangesFilter {
6002
6264
  name: string;
6003
6265
  regex?: boolean;
@@ -6038,16 +6300,16 @@ export declare namespace Core {
6038
6300
  regex?: boolean;
6039
6301
  values: string[];
6040
6302
  }
6041
- interface GetComputeCapacityReservationInstanceShapesFilter {
6042
- name: string;
6043
- regex?: boolean;
6044
- values: string[];
6045
- }
6046
6303
  interface GetComputeCapacityReservationInstanceShapesFilterArgs {
6047
6304
  name: pulumi.Input<string>;
6048
6305
  regex?: pulumi.Input<boolean>;
6049
6306
  values: pulumi.Input<pulumi.Input<string>[]>;
6050
6307
  }
6308
+ interface GetComputeCapacityReservationInstanceShapesFilter {
6309
+ name: string;
6310
+ regex?: boolean;
6311
+ values: string[];
6312
+ }
6051
6313
  interface GetComputeCapacityReservationInstancesFilterArgs {
6052
6314
  name: pulumi.Input<string>;
6053
6315
  regex?: pulumi.Input<boolean>;
@@ -6078,17 +6340,6 @@ export declare namespace Core {
6078
6340
  regex?: pulumi.Input<boolean>;
6079
6341
  values: pulumi.Input<pulumi.Input<string>[]>;
6080
6342
  }
6081
- interface GetComputeGlobalImageCapabilitySchemasVersionsFilter {
6082
- /**
6083
- * The name of the compute global image capability schema version
6084
- */
6085
- name: string;
6086
- regex?: boolean;
6087
- /**
6088
- * the list of values for the enum
6089
- */
6090
- values: string[];
6091
- }
6092
6343
  interface GetComputeGlobalImageCapabilitySchemasVersionsFilterArgs {
6093
6344
  /**
6094
6345
  * The name of the compute global image capability schema version
@@ -6100,6 +6351,17 @@ export declare namespace Core {
6100
6351
  */
6101
6352
  values: pulumi.Input<pulumi.Input<string>[]>;
6102
6353
  }
6354
+ interface GetComputeGlobalImageCapabilitySchemasVersionsFilter {
6355
+ /**
6356
+ * The name of the compute global image capability schema version
6357
+ */
6358
+ name: string;
6359
+ regex?: boolean;
6360
+ /**
6361
+ * the list of values for the enum
6362
+ */
6363
+ values: string[];
6364
+ }
6103
6365
  interface GetComputeImageCapabilitySchemasFilter {
6104
6366
  name: string;
6105
6367
  regex?: boolean;
@@ -6126,16 +6388,16 @@ export declare namespace Core {
6126
6388
  regex?: pulumi.Input<boolean>;
6127
6389
  values: pulumi.Input<pulumi.Input<string>[]>;
6128
6390
  }
6129
- interface GetCpeDeviceShapesFilter {
6130
- name: string;
6131
- regex?: boolean;
6132
- values: string[];
6133
- }
6134
6391
  interface GetCpeDeviceShapesFilterArgs {
6135
6392
  name: pulumi.Input<string>;
6136
6393
  regex?: pulumi.Input<boolean>;
6137
6394
  values: pulumi.Input<pulumi.Input<string>[]>;
6138
6395
  }
6396
+ interface GetCpeDeviceShapesFilter {
6397
+ name: string;
6398
+ regex?: boolean;
6399
+ values: string[];
6400
+ }
6139
6401
  interface GetCpesFilter {
6140
6402
  name: string;
6141
6403
  regex?: boolean;
@@ -6146,16 +6408,16 @@ export declare namespace Core {
6146
6408
  regex?: pulumi.Input<boolean>;
6147
6409
  values: pulumi.Input<pulumi.Input<string>[]>;
6148
6410
  }
6149
- interface GetCrossConnectGroupsFilter {
6150
- name: string;
6151
- regex?: boolean;
6152
- values: string[];
6153
- }
6154
6411
  interface GetCrossConnectGroupsFilterArgs {
6155
6412
  name: pulumi.Input<string>;
6156
6413
  regex?: pulumi.Input<boolean>;
6157
6414
  values: pulumi.Input<pulumi.Input<string>[]>;
6158
6415
  }
6416
+ interface GetCrossConnectGroupsFilter {
6417
+ name: string;
6418
+ regex?: boolean;
6419
+ values: string[];
6420
+ }
6159
6421
  interface GetCrossConnectLocationsFilter {
6160
6422
  /**
6161
6423
  * The name of the location. Example: `CyrusOne, Chandler, AZ`
@@ -6208,16 +6470,16 @@ export declare namespace Core {
6208
6470
  regex?: pulumi.Input<boolean>;
6209
6471
  values: pulumi.Input<pulumi.Input<string>[]>;
6210
6472
  }
6211
- interface GetDedicatedVmHostInstancesFilter {
6212
- name: string;
6213
- regex?: boolean;
6214
- values: string[];
6215
- }
6216
6473
  interface GetDedicatedVmHostInstancesFilterArgs {
6217
6474
  name: pulumi.Input<string>;
6218
6475
  regex?: pulumi.Input<boolean>;
6219
6476
  values: pulumi.Input<pulumi.Input<string>[]>;
6220
6477
  }
6478
+ interface GetDedicatedVmHostInstancesFilter {
6479
+ name: string;
6480
+ regex?: boolean;
6481
+ values: string[];
6482
+ }
6221
6483
  interface GetDedicatedVmHostShapesFilter {
6222
6484
  name: string;
6223
6485
  regex?: boolean;
@@ -6228,16 +6490,16 @@ export declare namespace Core {
6228
6490
  regex?: pulumi.Input<boolean>;
6229
6491
  values: pulumi.Input<pulumi.Input<string>[]>;
6230
6492
  }
6231
- interface GetDedicatedVmHostsFilter {
6232
- name: string;
6233
- regex?: boolean;
6234
- values: string[];
6235
- }
6236
6493
  interface GetDedicatedVmHostsFilterArgs {
6237
6494
  name: pulumi.Input<string>;
6238
6495
  regex?: pulumi.Input<boolean>;
6239
6496
  values: pulumi.Input<pulumi.Input<string>[]>;
6240
6497
  }
6498
+ interface GetDedicatedVmHostsFilter {
6499
+ name: string;
6500
+ regex?: boolean;
6501
+ values: string[];
6502
+ }
6241
6503
  interface GetDhcpOptionsFilter {
6242
6504
  name: string;
6243
6505
  regex?: boolean;
@@ -6288,16 +6550,16 @@ export declare namespace Core {
6288
6550
  regex?: pulumi.Input<boolean>;
6289
6551
  values: pulumi.Input<pulumi.Input<string>[]>;
6290
6552
  }
6291
- interface GetDrgRouteTablesFilter {
6292
- name: string;
6293
- regex?: boolean;
6294
- values: string[];
6295
- }
6296
6553
  interface GetDrgRouteTablesFilterArgs {
6297
6554
  name: pulumi.Input<string>;
6298
6555
  regex?: pulumi.Input<boolean>;
6299
6556
  values: pulumi.Input<pulumi.Input<string>[]>;
6300
6557
  }
6558
+ interface GetDrgRouteTablesFilter {
6559
+ name: string;
6560
+ regex?: boolean;
6561
+ values: string[];
6562
+ }
6301
6563
  interface GetDrgsFilter {
6302
6564
  name: string;
6303
6565
  regex?: boolean;
@@ -6308,17 +6570,12 @@ export declare namespace Core {
6308
6570
  regex?: pulumi.Input<boolean>;
6309
6571
  values: pulumi.Input<pulumi.Input<string>[]>;
6310
6572
  }
6311
- interface GetFastConnectProviderServicesFilter {
6312
- name: string;
6313
- regex?: boolean;
6314
- values: string[];
6315
- }
6316
6573
  interface GetFastConnectProviderServicesFilterArgs {
6317
6574
  name: pulumi.Input<string>;
6318
6575
  regex?: pulumi.Input<boolean>;
6319
6576
  values: pulumi.Input<pulumi.Input<string>[]>;
6320
6577
  }
6321
- interface GetImageShapesFilter {
6578
+ interface GetFastConnectProviderServicesFilter {
6322
6579
  name: string;
6323
6580
  regex?: boolean;
6324
6581
  values: string[];
@@ -6328,6 +6585,11 @@ export declare namespace Core {
6328
6585
  regex?: pulumi.Input<boolean>;
6329
6586
  values: pulumi.Input<pulumi.Input<string>[]>;
6330
6587
  }
6588
+ interface GetImageShapesFilter {
6589
+ name: string;
6590
+ regex?: boolean;
6591
+ values: string[];
6592
+ }
6331
6593
  interface GetImagesFilter {
6332
6594
  name: string;
6333
6595
  regex?: boolean;
@@ -6466,16 +6728,16 @@ export declare namespace Core {
6466
6728
  regex?: boolean;
6467
6729
  values: string[];
6468
6730
  }
6469
- interface GetIpsecStatusFilter {
6470
- name: string;
6471
- regex?: boolean;
6472
- values: string[];
6473
- }
6474
6731
  interface GetIpsecStatusFilterArgs {
6475
6732
  name: pulumi.Input<string>;
6476
6733
  regex?: pulumi.Input<boolean>;
6477
6734
  values: pulumi.Input<pulumi.Input<string>[]>;
6478
6735
  }
6736
+ interface GetIpsecStatusFilter {
6737
+ name: string;
6738
+ regex?: boolean;
6739
+ values: string[];
6740
+ }
6479
6741
  interface GetIpv6sFilterArgs {
6480
6742
  name: pulumi.Input<string>;
6481
6743
  regex?: pulumi.Input<boolean>;
@@ -6562,16 +6824,16 @@ export declare namespace Core {
6562
6824
  regex?: pulumi.Input<boolean>;
6563
6825
  values: pulumi.Input<pulumi.Input<string>[]>;
6564
6826
  }
6565
- interface GetPrivateIpsFilterArgs {
6566
- name: pulumi.Input<string>;
6567
- regex?: pulumi.Input<boolean>;
6568
- values: pulumi.Input<pulumi.Input<string>[]>;
6569
- }
6570
6827
  interface GetPrivateIpsFilter {
6571
6828
  name: string;
6572
6829
  regex?: boolean;
6573
6830
  values: string[];
6574
6831
  }
6832
+ interface GetPrivateIpsFilterArgs {
6833
+ name: pulumi.Input<string>;
6834
+ regex?: pulumi.Input<boolean>;
6835
+ values: pulumi.Input<pulumi.Input<string>[]>;
6836
+ }
6575
6837
  interface GetPublicIpPoolsFilter {
6576
6838
  name: string;
6577
6839
  regex?: boolean;
@@ -6582,16 +6844,16 @@ export declare namespace Core {
6582
6844
  regex?: pulumi.Input<boolean>;
6583
6845
  values: pulumi.Input<pulumi.Input<string>[]>;
6584
6846
  }
6585
- interface GetPublicIpsFilter {
6586
- name: string;
6587
- regex?: boolean;
6588
- values: string[];
6589
- }
6590
6847
  interface GetPublicIpsFilterArgs {
6591
6848
  name: pulumi.Input<string>;
6592
6849
  regex?: pulumi.Input<boolean>;
6593
6850
  values: pulumi.Input<pulumi.Input<string>[]>;
6594
6851
  }
6852
+ interface GetPublicIpsFilter {
6853
+ name: string;
6854
+ regex?: boolean;
6855
+ values: string[];
6856
+ }
6595
6857
  interface GetRemotePeeringConnectionsFilter {
6596
6858
  name: string;
6597
6859
  regex?: boolean;
@@ -6760,16 +7022,16 @@ export declare namespace Core {
6760
7022
  regex?: pulumi.Input<boolean>;
6761
7023
  values: pulumi.Input<pulumi.Input<string>[]>;
6762
7024
  }
6763
- interface GetVnicAttachmentsFilterArgs {
6764
- name: pulumi.Input<string>;
6765
- regex?: pulumi.Input<boolean>;
6766
- values: pulumi.Input<pulumi.Input<string>[]>;
6767
- }
6768
7025
  interface GetVnicAttachmentsFilter {
6769
7026
  name: string;
6770
7027
  regex?: boolean;
6771
7028
  values: string[];
6772
7029
  }
7030
+ interface GetVnicAttachmentsFilterArgs {
7031
+ name: pulumi.Input<string>;
7032
+ regex?: pulumi.Input<boolean>;
7033
+ values: pulumi.Input<pulumi.Input<string>[]>;
7034
+ }
6773
7035
  interface GetVolumeAttachmentsFilterArgs {
6774
7036
  name: pulumi.Input<string>;
6775
7037
  regex?: pulumi.Input<boolean>;
@@ -6830,17 +7092,12 @@ export declare namespace Core {
6830
7092
  regex?: pulumi.Input<boolean>;
6831
7093
  values: pulumi.Input<pulumi.Input<string>[]>;
6832
7094
  }
6833
- interface GetVolumeGroupsFilterArgs {
6834
- name: pulumi.Input<string>;
6835
- regex?: pulumi.Input<boolean>;
6836
- values: pulumi.Input<pulumi.Input<string>[]>;
6837
- }
6838
7095
  interface GetVolumeGroupsFilter {
6839
7096
  name: string;
6840
7097
  regex?: boolean;
6841
7098
  values: string[];
6842
7099
  }
6843
- interface GetVolumesFilterArgs {
7100
+ interface GetVolumeGroupsFilterArgs {
6844
7101
  name: pulumi.Input<string>;
6845
7102
  regex?: pulumi.Input<boolean>;
6846
7103
  values: pulumi.Input<pulumi.Input<string>[]>;
@@ -6850,7 +7107,7 @@ export declare namespace Core {
6850
7107
  regex?: boolean;
6851
7108
  values: string[];
6852
7109
  }
6853
- interface GetVtapsFilterArgs {
7110
+ interface GetVolumesFilterArgs {
6854
7111
  name: pulumi.Input<string>;
6855
7112
  regex?: pulumi.Input<boolean>;
6856
7113
  values: pulumi.Input<pulumi.Input<string>[]>;
@@ -6860,6 +7117,11 @@ export declare namespace Core {
6860
7117
  regex?: boolean;
6861
7118
  values: string[];
6862
7119
  }
7120
+ interface GetVtapsFilterArgs {
7121
+ name: pulumi.Input<string>;
7122
+ regex?: pulumi.Input<boolean>;
7123
+ values: pulumi.Input<pulumi.Input<string>[]>;
7124
+ }
6863
7125
  interface ImageAgentFeature {
6864
7126
  /**
6865
7127
  * This attribute is not used.
@@ -7027,6 +7289,10 @@ export declare namespace Core {
7027
7289
  useChap?: pulumi.Input<boolean>;
7028
7290
  }
7029
7291
  interface InstanceConfigurationInstanceDetailsBlockVolumeCreateDetails {
7292
+ /**
7293
+ * The list of autotune policies enabled for this volume.
7294
+ */
7295
+ autotunePolicies?: pulumi.Input<pulumi.Input<inputs.Core.InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsAutotunePolicy>[]>;
7030
7296
  /**
7031
7297
  * The availability domain of the instance. Example: `Uocm:PHX-AD-1`
7032
7298
  */
@@ -7069,6 +7335,16 @@ export declare namespace Core {
7069
7335
  */
7070
7336
  vpusPerGb?: pulumi.Input<string>;
7071
7337
  }
7338
+ interface InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsAutotunePolicy {
7339
+ /**
7340
+ * This specifies the type of autotunes supported by OCI.
7341
+ */
7342
+ autotuneType: pulumi.Input<string>;
7343
+ /**
7344
+ * This will be the maximum VPUs/GB performance level that the volume will be auto-tuned temporarily based on performance monitoring.
7345
+ */
7346
+ maxVpusPerGb?: pulumi.Input<string>;
7347
+ }
7072
7348
  interface InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsSourceDetails {
7073
7349
  /**
7074
7350
  * The OCID of the volume backup.
@@ -8207,6 +8483,16 @@ export declare namespace Core {
8207
8483
  */
8208
8484
  port?: pulumi.Input<number>;
8209
8485
  }
8486
+ interface VolumeAutotunePolicy {
8487
+ /**
8488
+ * (Updatable) This specifies the type of autotunes supported by OCI.
8489
+ */
8490
+ autotuneType: pulumi.Input<string>;
8491
+ /**
8492
+ * (Updatable) This will be the maximum VPUs/GB performance level that the volume will be auto-tuned temporarily based on performance monitoring.
8493
+ */
8494
+ maxVpusPerGb?: pulumi.Input<string>;
8495
+ }
8210
8496
  interface VolumeBackupPolicySchedule {
8211
8497
  /**
8212
8498
  * (Updatable) The type of volume backup to create.
@@ -8492,7 +8778,7 @@ export declare namespace DataConnectivity {
8492
8778
  }
8493
8779
  interface RegistryConnectionConnectionProperty {
8494
8780
  /**
8495
- * (Updatable) Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
8781
+ * (Updatable) Free form text without any restriction on the permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
8496
8782
  */
8497
8783
  name?: pulumi.Input<string>;
8498
8784
  /**
@@ -8502,7 +8788,7 @@ export declare namespace DataConnectivity {
8502
8788
  }
8503
8789
  interface RegistryConnectionMetadata {
8504
8790
  /**
8505
- * (Updatable) A summary type containing information about the object's aggregator including its type, key, name and description.
8791
+ * (Updatable) A summary type containing information about the object's aggregator including its type, key, name, and description.
8506
8792
  */
8507
8793
  aggregator?: pulumi.Input<inputs.DataConnectivity.RegistryConnectionMetadataAggregator>;
8508
8794
  /**
@@ -8518,7 +8804,7 @@ export declare namespace DataConnectivity {
8518
8804
  */
8519
8805
  createdByName?: pulumi.Input<string>;
8520
8806
  /**
8521
- * (Updatable) The full path to identify this object.
8807
+ * (Updatable) The full path to identify the object.
8522
8808
  */
8523
8809
  identifierPath?: pulumi.Input<string>;
8524
8810
  /**
@@ -8528,11 +8814,11 @@ export declare namespace DataConnectivity {
8528
8814
  [key: string]: any;
8529
8815
  }>;
8530
8816
  /**
8531
- * (Updatable) Specifies whether this object is a favorite or not.
8817
+ * (Updatable) Specifies whether the object is a favorite.
8532
8818
  */
8533
8819
  isFavorite?: pulumi.Input<boolean>;
8534
8820
  /**
8535
- * (Updatable) Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
8821
+ * (Updatable) Labels are keywords or labels that you can add to data assets, dataflows, and so on. You can define your own labels and use them to categorize content.
8536
8822
  */
8537
8823
  labels?: pulumi.Input<pulumi.Input<string>[]>;
8538
8824
  /**
@@ -8570,7 +8856,7 @@ export declare namespace DataConnectivity {
8570
8856
  */
8571
8857
  key?: pulumi.Input<string>;
8572
8858
  /**
8573
- * (Updatable) Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
8859
+ * (Updatable) Free form text without any restriction on the permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
8574
8860
  */
8575
8861
  name?: pulumi.Input<string>;
8576
8862
  /**
@@ -8588,7 +8874,7 @@ export declare namespace DataConnectivity {
8588
8874
  */
8589
8875
  description?: pulumi.Input<string>;
8590
8876
  /**
8591
- * (Updatable) The external key for the object.
8877
+ * (Updatable) The external key of the object.
8592
8878
  */
8593
8879
  externalKey?: pulumi.Input<string>;
8594
8880
  /**
@@ -8604,19 +8890,19 @@ export declare namespace DataConnectivity {
8604
8890
  */
8605
8891
  key: pulumi.Input<string>;
8606
8892
  /**
8607
- * (Updatable) A summary type containing information about the object including its key, name and when/who created/updated it.
8893
+ * (Updatable) A summary type containing information about the object including its key, name, the time that it was created or updated, and the user who created or updated it.
8608
8894
  */
8609
8895
  metadata?: pulumi.Input<inputs.DataConnectivity.RegistryConnectionPrimarySchemaMetadata>;
8610
8896
  /**
8611
- * (Updatable) The object's type.
8897
+ * (Updatable) The object type.
8612
8898
  */
8613
8899
  modelType: pulumi.Input<string>;
8614
8900
  /**
8615
- * (Updatable) The object's model version.
8901
+ * (Updatable) The model version of the object.
8616
8902
  */
8617
8903
  modelVersion?: pulumi.Input<string>;
8618
8904
  /**
8619
- * (Updatable) Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
8905
+ * (Updatable) Free form text without any restriction on the permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
8620
8906
  */
8621
8907
  name: pulumi.Input<string>;
8622
8908
  /**
@@ -8628,7 +8914,7 @@ export declare namespace DataConnectivity {
8628
8914
  */
8629
8915
  objectVersion?: pulumi.Input<number>;
8630
8916
  /**
8631
- * (Updatable) A reference to the object's parent.
8917
+ * (Updatable) A reference to the parent object.
8632
8918
  */
8633
8919
  parentRef?: pulumi.Input<inputs.DataConnectivity.RegistryConnectionPrimarySchemaParentRef>;
8634
8920
  /**
@@ -8638,7 +8924,7 @@ export declare namespace DataConnectivity {
8638
8924
  }
8639
8925
  interface RegistryConnectionPrimarySchemaMetadata {
8640
8926
  /**
8641
- * (Updatable) A summary type containing information about the object's aggregator including its type, key, name and description.
8927
+ * (Updatable) A summary type containing information about the object's aggregator including its type, key, name, and description.
8642
8928
  */
8643
8929
  aggregator?: pulumi.Input<inputs.DataConnectivity.RegistryConnectionPrimarySchemaMetadataAggregator>;
8644
8930
  /**
@@ -8654,7 +8940,7 @@ export declare namespace DataConnectivity {
8654
8940
  */
8655
8941
  createdByName?: pulumi.Input<string>;
8656
8942
  /**
8657
- * (Updatable) The full path to identify this object.
8943
+ * (Updatable) The full path to identify the object.
8658
8944
  */
8659
8945
  identifierPath?: pulumi.Input<string>;
8660
8946
  /**
@@ -8664,11 +8950,11 @@ export declare namespace DataConnectivity {
8664
8950
  [key: string]: any;
8665
8951
  }>;
8666
8952
  /**
8667
- * (Updatable) Specifies whether this object is a favorite or not.
8953
+ * (Updatable) Specifies whether the object is a favorite.
8668
8954
  */
8669
8955
  isFavorite?: pulumi.Input<boolean>;
8670
8956
  /**
8671
- * (Updatable) Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
8957
+ * (Updatable) Labels are keywords or labels that you can add to data assets, dataflows, and so on. You can define your own labels and use them to categorize content.
8672
8958
  */
8673
8959
  labels?: pulumi.Input<pulumi.Input<string>[]>;
8674
8960
  /**
@@ -8706,7 +8992,7 @@ export declare namespace DataConnectivity {
8706
8992
  */
8707
8993
  key?: pulumi.Input<string>;
8708
8994
  /**
8709
- * (Updatable) Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
8995
+ * (Updatable) Free form text without any restriction on the permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
8710
8996
  */
8711
8997
  name?: pulumi.Input<string>;
8712
8998
  /**
@@ -8726,7 +9012,7 @@ export declare namespace DataConnectivity {
8726
9012
  */
8727
9013
  aggregatorKey?: pulumi.Input<string>;
8728
9014
  /**
8729
- * (Updatable) The id of the user who created the object.
9015
+ * (Updatable) The ID of the user who created the object.
8730
9016
  */
8731
9017
  createdByUserId?: pulumi.Input<string>;
8732
9018
  /**
@@ -8734,7 +9020,7 @@ export declare namespace DataConnectivity {
8734
9020
  */
8735
9021
  createdByUserName?: pulumi.Input<string>;
8736
9022
  /**
8737
- * (Updatable) Specifies whether this object is a favorite or not.
9023
+ * (Updatable) Specifies whether the object is a favorite.
8738
9024
  */
8739
9025
  isFavorite?: pulumi.Input<boolean>;
8740
9026
  /**
@@ -8742,7 +9028,7 @@ export declare namespace DataConnectivity {
8742
9028
  */
8743
9029
  key?: pulumi.Input<string>;
8744
9030
  /**
8745
- * (Updatable) Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
9031
+ * (Updatable) Labels are keywords or labels that you can add to data assets, dataflows, and so on. You can define your own labels and use them to categorize content.
8746
9032
  */
8747
9033
  labels?: pulumi.Input<pulumi.Input<string>[]>;
8748
9034
  /**
@@ -8758,7 +9044,7 @@ export declare namespace DataConnectivity {
8758
9044
  */
8759
9045
  timeUpdated?: pulumi.Input<string>;
8760
9046
  /**
8761
- * (Updatable) The id of the user who updated the object.
9047
+ * (Updatable) The ID of the user who updated the object.
8762
9048
  */
8763
9049
  updatedByUserId?: pulumi.Input<string>;
8764
9050
  /**
@@ -8768,19 +9054,19 @@ export declare namespace DataConnectivity {
8768
9054
  }
8769
9055
  interface RegistryDataAssetDefaultConnection {
8770
9056
  /**
8771
- * (Updatable) The properties for the connection.
9057
+ * (Updatable) The properties of the connection.
8772
9058
  */
8773
9059
  connectionProperties?: pulumi.Input<pulumi.Input<inputs.DataConnectivity.RegistryDataAssetDefaultConnectionConnectionProperty>[]>;
8774
9060
  /**
8775
- * (Updatable) A user defined description for the object.
9061
+ * (Updatable) A user-defined description for the object.
8776
9062
  */
8777
9063
  description?: pulumi.Input<string>;
8778
9064
  /**
8779
- * (Updatable) Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
9065
+ * (Updatable) Value can only contain upper case letters, underscore, and numbers. It should begin with an upper case letter or underscore. The value can be modified.
8780
9066
  */
8781
9067
  identifier: pulumi.Input<string>;
8782
9068
  /**
8783
- * (Updatable) The default property for the connection.
9069
+ * (Updatable) The default property of the connection.
8784
9070
  */
8785
9071
  isDefault?: pulumi.Input<boolean>;
8786
9072
  /**
@@ -8788,11 +9074,11 @@ export declare namespace DataConnectivity {
8788
9074
  */
8789
9075
  key?: pulumi.Input<string>;
8790
9076
  /**
8791
- * (Updatable) A summary type containing information about the object including its key, name and when/who created/updated it.
9077
+ * (Updatable) A summary type containing information about the object including its key, name, the time that it was created or updated, and the user who created or updated it.
8792
9078
  */
8793
9079
  metadata?: pulumi.Input<inputs.DataConnectivity.RegistryDataAssetDefaultConnectionMetadata>;
8794
9080
  /**
8795
- * (Updatable) The property which disciminates the subtypes.
9081
+ * (Updatable) The property which differentiates the subtypes.
8796
9082
  */
8797
9083
  modelType: pulumi.Input<string>;
8798
9084
  /**
@@ -8800,7 +9086,7 @@ export declare namespace DataConnectivity {
8800
9086
  */
8801
9087
  modelVersion?: pulumi.Input<string>;
8802
9088
  /**
8803
- * (Updatable) Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
9089
+ * (Updatable) Free form text without any restriction on the permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
8804
9090
  */
8805
9091
  name: pulumi.Input<string>;
8806
9092
  /**
@@ -8832,7 +9118,7 @@ export declare namespace DataConnectivity {
8832
9118
  }
8833
9119
  interface RegistryDataAssetDefaultConnectionConnectionProperty {
8834
9120
  /**
8835
- * (Updatable) Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
9121
+ * (Updatable) Free form text without any restriction on the permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
8836
9122
  */
8837
9123
  name?: pulumi.Input<string>;
8838
9124
  /**
@@ -8842,7 +9128,7 @@ export declare namespace DataConnectivity {
8842
9128
  }
8843
9129
  interface RegistryDataAssetDefaultConnectionMetadata {
8844
9130
  /**
8845
- * (Updatable) A summary type containing information about the object's aggregator including its type, key, name and description.
9131
+ * (Updatable) A summary type containing information about the object's aggregator including its type, key, name, and description.
8846
9132
  */
8847
9133
  aggregator?: pulumi.Input<inputs.DataConnectivity.RegistryDataAssetDefaultConnectionMetadataAggregator>;
8848
9134
  /**
@@ -8858,7 +9144,7 @@ export declare namespace DataConnectivity {
8858
9144
  */
8859
9145
  createdByName?: pulumi.Input<string>;
8860
9146
  /**
8861
- * (Updatable) The full path to identify this object.
9147
+ * (Updatable) The full path to identify the object.
8862
9148
  */
8863
9149
  identifierPath?: pulumi.Input<string>;
8864
9150
  /**
@@ -8868,11 +9154,11 @@ export declare namespace DataConnectivity {
8868
9154
  [key: string]: any;
8869
9155
  }>;
8870
9156
  /**
8871
- * (Updatable) Specifies whether this object is a favorite or not.
9157
+ * (Updatable) Specifies whether the object is a favorite.
8872
9158
  */
8873
9159
  isFavorite?: pulumi.Input<boolean>;
8874
9160
  /**
8875
- * (Updatable) Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
9161
+ * (Updatable) Labels are keywords or labels that you can add to data assets, dataflows, and so on. You can define your own labels and use them to categorize content.
8876
9162
  */
8877
9163
  labels?: pulumi.Input<pulumi.Input<string>[]>;
8878
9164
  /**
@@ -8898,11 +9184,11 @@ export declare namespace DataConnectivity {
8898
9184
  }
8899
9185
  interface RegistryDataAssetDefaultConnectionMetadataAggregator {
8900
9186
  /**
8901
- * (Updatable) A user defined description for the object.
9187
+ * (Updatable) A user-defined description for the object.
8902
9188
  */
8903
9189
  description?: pulumi.Input<string>;
8904
9190
  /**
8905
- * (Updatable) Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
9191
+ * (Updatable) Value can only contain upper case letters, underscore, and numbers. It should begin with an upper case letter or underscore. The value can be modified.
8906
9192
  */
8907
9193
  identifier?: pulumi.Input<string>;
8908
9194
  /**
@@ -8910,7 +9196,7 @@ export declare namespace DataConnectivity {
8910
9196
  */
8911
9197
  key?: pulumi.Input<string>;
8912
9198
  /**
8913
- * (Updatable) Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
9199
+ * (Updatable) Free form text without any restriction on the permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
8914
9200
  */
8915
9201
  name?: pulumi.Input<string>;
8916
9202
  /**
@@ -8924,15 +9210,15 @@ export declare namespace DataConnectivity {
8924
9210
  */
8925
9211
  defaultConnection?: pulumi.Input<string>;
8926
9212
  /**
8927
- * (Updatable) A user defined description for the object.
9213
+ * (Updatable) A user-defined description for the object.
8928
9214
  */
8929
9215
  description?: pulumi.Input<string>;
8930
9216
  /**
8931
- * (Updatable) The external key for the object.
9217
+ * (Updatable) The external key of the object.
8932
9218
  */
8933
9219
  externalKey?: pulumi.Input<string>;
8934
9220
  /**
8935
- * (Updatable) Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
9221
+ * (Updatable) Value can only contain upper case letters, underscore, and numbers. It should begin with an upper case letter or underscore. The value can be modified.
8936
9222
  */
8937
9223
  identifier: pulumi.Input<string>;
8938
9224
  /**
@@ -8944,11 +9230,11 @@ export declare namespace DataConnectivity {
8944
9230
  */
8945
9231
  key: pulumi.Input<string>;
8946
9232
  /**
8947
- * (Updatable) A summary type containing information about the object including its key, name and when/who created/updated it.
9233
+ * (Updatable) A summary type containing information about the object including its key, name, the time that it was created or updated, and the user who created or updated it.
8948
9234
  */
8949
9235
  metadata?: pulumi.Input<inputs.DataConnectivity.RegistryDataAssetDefaultConnectionPrimarySchemaMetadata>;
8950
9236
  /**
8951
- * (Updatable) The property which disciminates the subtypes.
9237
+ * (Updatable) The property which differentiates the subtypes.
8952
9238
  */
8953
9239
  modelType: pulumi.Input<string>;
8954
9240
  /**
@@ -8956,7 +9242,7 @@ export declare namespace DataConnectivity {
8956
9242
  */
8957
9243
  modelVersion?: pulumi.Input<string>;
8958
9244
  /**
8959
- * (Updatable) Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
9245
+ * (Updatable) Free form text without any restriction on the permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
8960
9246
  */
8961
9247
  name: pulumi.Input<string>;
8962
9248
  /**
@@ -8968,7 +9254,7 @@ export declare namespace DataConnectivity {
8968
9254
  */
8969
9255
  objectVersion?: pulumi.Input<number>;
8970
9256
  /**
8971
- * (Updatable) A reference to the object's parent.
9257
+ * (Updatable) A reference to the parent object.
8972
9258
  */
8973
9259
  parentRef?: pulumi.Input<inputs.DataConnectivity.RegistryDataAssetDefaultConnectionPrimarySchemaParentRef>;
8974
9260
  /**
@@ -8978,7 +9264,7 @@ export declare namespace DataConnectivity {
8978
9264
  }
8979
9265
  interface RegistryDataAssetDefaultConnectionPrimarySchemaMetadata {
8980
9266
  /**
8981
- * (Updatable) A summary type containing information about the object's aggregator including its type, key, name and description.
9267
+ * (Updatable) A summary type containing information about the object's aggregator including its type, key, name, and description.
8982
9268
  */
8983
9269
  aggregator?: pulumi.Input<inputs.DataConnectivity.RegistryDataAssetDefaultConnectionPrimarySchemaMetadataAggregator>;
8984
9270
  /**
@@ -8994,7 +9280,7 @@ export declare namespace DataConnectivity {
8994
9280
  */
8995
9281
  createdByName?: pulumi.Input<string>;
8996
9282
  /**
8997
- * (Updatable) The full path to identify this object.
9283
+ * (Updatable) The full path to identify the object.
8998
9284
  */
8999
9285
  identifierPath?: pulumi.Input<string>;
9000
9286
  /**
@@ -9004,11 +9290,11 @@ export declare namespace DataConnectivity {
9004
9290
  [key: string]: any;
9005
9291
  }>;
9006
9292
  /**
9007
- * (Updatable) Specifies whether this object is a favorite or not.
9293
+ * (Updatable) Specifies whether the object is a favorite.
9008
9294
  */
9009
9295
  isFavorite?: pulumi.Input<boolean>;
9010
9296
  /**
9011
- * (Updatable) Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
9297
+ * (Updatable) Labels are keywords or labels that you can add to data assets, dataflows, and so on. You can define your own labels and use them to categorize content.
9012
9298
  */
9013
9299
  labels?: pulumi.Input<pulumi.Input<string>[]>;
9014
9300
  /**
@@ -9034,11 +9320,11 @@ export declare namespace DataConnectivity {
9034
9320
  }
9035
9321
  interface RegistryDataAssetDefaultConnectionPrimarySchemaMetadataAggregator {
9036
9322
  /**
9037
- * (Updatable) A user defined description for the object.
9323
+ * (Updatable) A user-defined description for the object.
9038
9324
  */
9039
9325
  description?: pulumi.Input<string>;
9040
9326
  /**
9041
- * (Updatable) Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
9327
+ * (Updatable) Value can only contain upper case letters, underscore, and numbers. It should begin with an upper case letter or underscore. The value can be modified.
9042
9328
  */
9043
9329
  identifier?: pulumi.Input<string>;
9044
9330
  /**
@@ -9046,7 +9332,7 @@ export declare namespace DataConnectivity {
9046
9332
  */
9047
9333
  key?: pulumi.Input<string>;
9048
9334
  /**
9049
- * (Updatable) Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
9335
+ * (Updatable) Free form text without any restriction on the permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
9050
9336
  */
9051
9337
  name?: pulumi.Input<string>;
9052
9338
  /**
@@ -9066,7 +9352,7 @@ export declare namespace DataConnectivity {
9066
9352
  */
9067
9353
  aggregatorKey?: pulumi.Input<string>;
9068
9354
  /**
9069
- * (Updatable) The id of the user who created the object.
9355
+ * (Updatable) The ID of the user who created the object.
9070
9356
  */
9071
9357
  createdByUserId?: pulumi.Input<string>;
9072
9358
  /**
@@ -9074,7 +9360,7 @@ export declare namespace DataConnectivity {
9074
9360
  */
9075
9361
  createdByUserName?: pulumi.Input<string>;
9076
9362
  /**
9077
- * (Updatable) Specifies whether this object is a favorite or not.
9363
+ * (Updatable) Specifies whether the object is a favorite.
9078
9364
  */
9079
9365
  isFavorite?: pulumi.Input<boolean>;
9080
9366
  /**
@@ -9082,7 +9368,7 @@ export declare namespace DataConnectivity {
9082
9368
  */
9083
9369
  key?: pulumi.Input<string>;
9084
9370
  /**
9085
- * (Updatable) Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
9371
+ * (Updatable) Labels are keywords or labels that you can add to data assets, dataflows, and so on. You can define your own labels and use them to categorize content.
9086
9372
  */
9087
9373
  labels?: pulumi.Input<pulumi.Input<string>[]>;
9088
9374
  /**
@@ -9098,7 +9384,7 @@ export declare namespace DataConnectivity {
9098
9384
  */
9099
9385
  timeUpdated?: pulumi.Input<string>;
9100
9386
  /**
9101
- * (Updatable) The id of the user who updated the object.
9387
+ * (Updatable) The ID of the user who updated the object.
9102
9388
  */
9103
9389
  updatedByUserId?: pulumi.Input<string>;
9104
9390
  /**
@@ -9108,7 +9394,7 @@ export declare namespace DataConnectivity {
9108
9394
  }
9109
9395
  interface RegistryDataAssetMetadata {
9110
9396
  /**
9111
- * (Updatable) A summary type containing information about the object's aggregator including its type, key, name and description.
9397
+ * (Updatable) A summary type containing information about the object's aggregator including its type, key, name, and description.
9112
9398
  */
9113
9399
  aggregator?: pulumi.Input<inputs.DataConnectivity.RegistryDataAssetMetadataAggregator>;
9114
9400
  /**
@@ -9124,7 +9410,7 @@ export declare namespace DataConnectivity {
9124
9410
  */
9125
9411
  createdByName?: pulumi.Input<string>;
9126
9412
  /**
9127
- * (Updatable) The full path to identify this object.
9413
+ * (Updatable) The full path to identify the object.
9128
9414
  */
9129
9415
  identifierPath?: pulumi.Input<string>;
9130
9416
  /**
@@ -9134,11 +9420,11 @@ export declare namespace DataConnectivity {
9134
9420
  [key: string]: any;
9135
9421
  }>;
9136
9422
  /**
9137
- * (Updatable) Specifies whether this object is a favorite or not.
9423
+ * (Updatable) Specifies whether the object is a favorite.
9138
9424
  */
9139
9425
  isFavorite?: pulumi.Input<boolean>;
9140
9426
  /**
9141
- * (Updatable) Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
9427
+ * (Updatable) Labels are keywords or labels that you can add to data assets, dataflows, and so on. You can define your own labels and use them to categorize content.
9142
9428
  */
9143
9429
  labels?: pulumi.Input<pulumi.Input<string>[]>;
9144
9430
  /**
@@ -9164,11 +9450,11 @@ export declare namespace DataConnectivity {
9164
9450
  }
9165
9451
  interface RegistryDataAssetMetadataAggregator {
9166
9452
  /**
9167
- * (Updatable) A user defined description for the object.
9453
+ * (Updatable) A user-defined description for the object.
9168
9454
  */
9169
9455
  description?: pulumi.Input<string>;
9170
9456
  /**
9171
- * (Updatable) Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
9457
+ * (Updatable) Value can only contain upper case letters, underscore, and numbers. It should begin with an upper case letter or underscore. The value can be modified.
9172
9458
  */
9173
9459
  identifier?: pulumi.Input<string>;
9174
9460
  /**
@@ -9176,7 +9462,7 @@ export declare namespace DataConnectivity {
9176
9462
  */
9177
9463
  key?: pulumi.Input<string>;
9178
9464
  /**
9179
- * (Updatable) Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
9465
+ * (Updatable) Free form text without any restriction on the permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
9180
9466
  */
9181
9467
  name?: pulumi.Input<string>;
9182
9468
  /**
@@ -9186,11 +9472,11 @@ export declare namespace DataConnectivity {
9186
9472
  }
9187
9473
  interface RegistryDataAssetNativeTypeSystem {
9188
9474
  /**
9189
- * (Updatable) A user defined description for the object.
9475
+ * (Updatable) A user-defined description for the object.
9190
9476
  */
9191
9477
  description?: pulumi.Input<string>;
9192
9478
  /**
9193
- * (Updatable) Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
9479
+ * (Updatable) Value can only contain upper case letters, underscore, and numbers. It should begin with an upper case letter or underscore. The value can be modified.
9194
9480
  */
9195
9481
  identifier?: pulumi.Input<string>;
9196
9482
  /**
@@ -9198,7 +9484,7 @@ export declare namespace DataConnectivity {
9198
9484
  */
9199
9485
  key?: pulumi.Input<string>;
9200
9486
  /**
9201
- * (Updatable) The property which disciminates the subtypes.
9487
+ * (Updatable) The property which differentiates the subtypes.
9202
9488
  */
9203
9489
  modelType?: pulumi.Input<string>;
9204
9490
  /**
@@ -9206,7 +9492,7 @@ export declare namespace DataConnectivity {
9206
9492
  */
9207
9493
  modelVersion?: pulumi.Input<string>;
9208
9494
  /**
9209
- * (Updatable) Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
9495
+ * (Updatable) Free form text without any restriction on the permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
9210
9496
  */
9211
9497
  name?: pulumi.Input<string>;
9212
9498
  /**
@@ -9218,7 +9504,7 @@ export declare namespace DataConnectivity {
9218
9504
  */
9219
9505
  objectVersion?: pulumi.Input<number>;
9220
9506
  /**
9221
- * (Updatable) A reference to the object's parent.
9507
+ * (Updatable) A reference to the parent object.
9222
9508
  */
9223
9509
  parentRef?: pulumi.Input<inputs.DataConnectivity.RegistryDataAssetNativeTypeSystemParentRef>;
9224
9510
  /**
@@ -9250,7 +9536,7 @@ export declare namespace DataConnectivity {
9250
9536
  */
9251
9537
  configDefinition?: pulumi.Input<inputs.DataConnectivity.RegistryDataAssetNativeTypeSystemTypeConfigDefinition>;
9252
9538
  /**
9253
- * (Updatable) A user defined description for the object.
9539
+ * (Updatable) A user-defined description for the object.
9254
9540
  */
9255
9541
  description?: pulumi.Input<string>;
9256
9542
  /**
@@ -9262,7 +9548,7 @@ export declare namespace DataConnectivity {
9262
9548
  */
9263
9549
  key?: pulumi.Input<string>;
9264
9550
  /**
9265
- * (Updatable) The property which disciminates the subtypes.
9551
+ * (Updatable) The property which differentiates the subtypes.
9266
9552
  */
9267
9553
  modelType: pulumi.Input<string>;
9268
9554
  /**
@@ -9270,7 +9556,7 @@ export declare namespace DataConnectivity {
9270
9556
  */
9271
9557
  modelVersion?: pulumi.Input<string>;
9272
9558
  /**
9273
- * (Updatable) Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
9559
+ * (Updatable) Free form text without any restriction on the permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
9274
9560
  */
9275
9561
  name?: pulumi.Input<string>;
9276
9562
  /**
@@ -9278,7 +9564,7 @@ export declare namespace DataConnectivity {
9278
9564
  */
9279
9565
  objectStatus?: pulumi.Input<number>;
9280
9566
  /**
9281
- * (Updatable) A reference to the object's parent.
9567
+ * (Updatable) A reference to the parent object.
9282
9568
  */
9283
9569
  parentRef?: pulumi.Input<inputs.DataConnectivity.RegistryDataAssetNativeTypeSystemTypeParentRef>;
9284
9570
  /**
@@ -9294,7 +9580,7 @@ export declare namespace DataConnectivity {
9294
9580
  [key: string]: any;
9295
9581
  }>;
9296
9582
  /**
9297
- * (Updatable) Specifies whether the configuration is contained or not.
9583
+ * (Updatable) Specifies whether the configuration is contained.
9298
9584
  */
9299
9585
  isContained?: pulumi.Input<boolean>;
9300
9586
  /**
@@ -9302,7 +9588,7 @@ export declare namespace DataConnectivity {
9302
9588
  */
9303
9589
  key?: pulumi.Input<string>;
9304
9590
  /**
9305
- * (Updatable) The property which disciminates the subtypes.
9591
+ * (Updatable) The property which differentiates the subtypes.
9306
9592
  */
9307
9593
  modelType?: pulumi.Input<string>;
9308
9594
  /**
@@ -9310,7 +9596,7 @@ export declare namespace DataConnectivity {
9310
9596
  */
9311
9597
  modelVersion?: pulumi.Input<string>;
9312
9598
  /**
9313
- * (Updatable) Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
9599
+ * (Updatable) Free form text without any restriction on the permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
9314
9600
  */
9315
9601
  name?: pulumi.Input<string>;
9316
9602
  /**
@@ -9318,7 +9604,7 @@ export declare namespace DataConnectivity {
9318
9604
  */
9319
9605
  objectStatus?: pulumi.Input<number>;
9320
9606
  /**
9321
- * (Updatable) A reference to the object's parent.
9607
+ * (Updatable) A reference to the parent object.
9322
9608
  */
9323
9609
  parentRef?: pulumi.Input<inputs.DataConnectivity.RegistryDataAssetNativeTypeSystemTypeConfigDefinitionParentRef>;
9324
9610
  }
@@ -9340,7 +9626,7 @@ export declare namespace DataConnectivity {
9340
9626
  */
9341
9627
  aggregatorKey?: pulumi.Input<string>;
9342
9628
  /**
9343
- * (Updatable) The id of the user who created the object.
9629
+ * (Updatable) The ID of the user who created the object.
9344
9630
  */
9345
9631
  createdByUserId?: pulumi.Input<string>;
9346
9632
  /**
@@ -9348,7 +9634,7 @@ export declare namespace DataConnectivity {
9348
9634
  */
9349
9635
  createdByUserName?: pulumi.Input<string>;
9350
9636
  /**
9351
- * (Updatable) Specifies whether this object is a favorite or not.
9637
+ * (Updatable) Specifies whether the object is a favorite.
9352
9638
  */
9353
9639
  isFavorite?: pulumi.Input<boolean>;
9354
9640
  /**
@@ -9356,7 +9642,7 @@ export declare namespace DataConnectivity {
9356
9642
  */
9357
9643
  key?: pulumi.Input<string>;
9358
9644
  /**
9359
- * (Updatable) Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
9645
+ * (Updatable) Labels are keywords or labels that you can add to data assets, dataflows, and so on. You can define your own labels and use them to categorize content.
9360
9646
  */
9361
9647
  labels?: pulumi.Input<pulumi.Input<string>[]>;
9362
9648
  /**
@@ -9372,7 +9658,7 @@ export declare namespace DataConnectivity {
9372
9658
  */
9373
9659
  timeUpdated?: pulumi.Input<string>;
9374
9660
  /**
9375
- * (Updatable) The id of the user who updated the object.
9661
+ * (Updatable) The ID of the user who updated the object.
9376
9662
  */
9377
9663
  updatedByUserId?: pulumi.Input<string>;
9378
9664
  /**
@@ -9392,23 +9678,23 @@ export declare namespace DataConnectivity {
9392
9678
  */
9393
9679
  defaultConnection?: pulumi.Input<inputs.DataConnectivity.RegistryFolderDataAssetDefaultConnection>;
9394
9680
  /**
9395
- * (Updatable) User-defined description for the folder.
9681
+ * (Updatable) User-defined description of the folder.
9396
9682
  */
9397
9683
  description?: pulumi.Input<string>;
9398
9684
  /**
9399
- * (Updatable) The external key for the object.
9685
+ * (Updatable) The external key of the object.
9400
9686
  */
9401
9687
  externalKey?: pulumi.Input<string>;
9402
9688
  /**
9403
- * (Updatable) Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
9689
+ * (Updatable) Value can only contain upper case letters, underscore, and numbers. It should begin with an upper case letter or underscore. The value can be modified.
9404
9690
  */
9405
9691
  identifier: pulumi.Input<string>;
9406
9692
  /**
9407
- * (Updatable) Generated key that can be used in API calls to identify folder. On scenarios where reference to the folder is needed, a value can be passed in create.
9693
+ * (Updatable) Generated key that can be used in API calls to identify the folder. In scenarios where reference to the folder is required, a value can be passed in create.
9408
9694
  */
9409
9695
  key: pulumi.Input<string>;
9410
9696
  /**
9411
- * (Updatable) A summary type containing information about the object including its key, name and when/who created/updated it.
9697
+ * (Updatable) A summary type containing information about the object including its key, name, the time that it was created or updated, and the user who created or updated it.
9412
9698
  */
9413
9699
  metadata?: pulumi.Input<inputs.DataConnectivity.RegistryFolderDataAssetMetadata>;
9414
9700
  /**
@@ -9420,7 +9706,7 @@ export declare namespace DataConnectivity {
9420
9706
  */
9421
9707
  modelVersion?: pulumi.Input<string>;
9422
9708
  /**
9423
- * (Updatable) Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
9709
+ * (Updatable) Free form text without any restriction on the permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
9424
9710
  */
9425
9711
  name: pulumi.Input<string>;
9426
9712
  /**
@@ -9452,27 +9738,27 @@ export declare namespace DataConnectivity {
9452
9738
  }
9453
9739
  interface RegistryFolderDataAssetDefaultConnection {
9454
9740
  /**
9455
- * (Updatable) The properties for the connection.
9741
+ * (Updatable) The properties of the connection.
9456
9742
  */
9457
9743
  connectionProperties?: pulumi.Input<pulumi.Input<inputs.DataConnectivity.RegistryFolderDataAssetDefaultConnectionConnectionProperty>[]>;
9458
9744
  /**
9459
- * (Updatable) User-defined description for the folder.
9745
+ * (Updatable) User-defined description of the folder.
9460
9746
  */
9461
9747
  description?: pulumi.Input<string>;
9462
9748
  /**
9463
- * (Updatable) Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
9749
+ * (Updatable) Value can only contain upper case letters, underscore, and numbers. It should begin with an upper case letter or underscore. The value can be modified.
9464
9750
  */
9465
9751
  identifier: pulumi.Input<string>;
9466
9752
  /**
9467
- * (Updatable) The default property for the connection.
9753
+ * (Updatable) The default property of the connection.
9468
9754
  */
9469
9755
  isDefault?: pulumi.Input<boolean>;
9470
9756
  /**
9471
- * (Updatable) Generated key that can be used in API calls to identify folder. On scenarios where reference to the folder is needed, a value can be passed in create.
9757
+ * (Updatable) Generated key that can be used in API calls to identify the folder. In scenarios where reference to the folder is required, a value can be passed in create.
9472
9758
  */
9473
9759
  key: pulumi.Input<string>;
9474
9760
  /**
9475
- * (Updatable) A summary type containing information about the object including its key, name and when/who created/updated it.
9761
+ * (Updatable) A summary type containing information about the object including its key, name, the time that it was created or updated, and the user who created or updated it.
9476
9762
  */
9477
9763
  metadata?: pulumi.Input<inputs.DataConnectivity.RegistryFolderDataAssetDefaultConnectionMetadata>;
9478
9764
  /**
@@ -9484,7 +9770,7 @@ export declare namespace DataConnectivity {
9484
9770
  */
9485
9771
  modelVersion?: pulumi.Input<string>;
9486
9772
  /**
9487
- * (Updatable) Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
9773
+ * (Updatable) Free form text without any restriction on the permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
9488
9774
  */
9489
9775
  name: pulumi.Input<string>;
9490
9776
  /**
@@ -9516,7 +9802,7 @@ export declare namespace DataConnectivity {
9516
9802
  }
9517
9803
  interface RegistryFolderDataAssetDefaultConnectionConnectionProperty {
9518
9804
  /**
9519
- * (Updatable) Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
9805
+ * (Updatable) Free form text without any restriction on the permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
9520
9806
  */
9521
9807
  name?: pulumi.Input<string>;
9522
9808
  /**
@@ -9526,7 +9812,7 @@ export declare namespace DataConnectivity {
9526
9812
  }
9527
9813
  interface RegistryFolderDataAssetDefaultConnectionMetadata {
9528
9814
  /**
9529
- * (Updatable) A summary type containing information about the object's aggregator including its type, key, name and description.
9815
+ * (Updatable) A summary type containing information about the object's aggregator including its type, key, name, and description.
9530
9816
  */
9531
9817
  aggregator?: pulumi.Input<inputs.DataConnectivity.RegistryFolderDataAssetDefaultConnectionMetadataAggregator>;
9532
9818
  /**
@@ -9542,7 +9828,7 @@ export declare namespace DataConnectivity {
9542
9828
  */
9543
9829
  createdByName?: pulumi.Input<string>;
9544
9830
  /**
9545
- * (Updatable) The full path to identify this object.
9831
+ * (Updatable) The full path to identify the object.
9546
9832
  */
9547
9833
  identifierPath?: pulumi.Input<string>;
9548
9834
  /**
@@ -9552,11 +9838,11 @@ export declare namespace DataConnectivity {
9552
9838
  [key: string]: any;
9553
9839
  }>;
9554
9840
  /**
9555
- * (Updatable) Specifies whether this object is a favorite or not.
9841
+ * (Updatable) Specifies whether the object is a favorite.
9556
9842
  */
9557
9843
  isFavorite?: pulumi.Input<boolean>;
9558
9844
  /**
9559
- * (Updatable) Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
9845
+ * (Updatable) Labels are keywords or labels that you can add to data assets, dataflows, and so on. You can define your own labels and use them to categorize content.
9560
9846
  */
9561
9847
  labels?: pulumi.Input<pulumi.Input<string>[]>;
9562
9848
  /**
@@ -9582,19 +9868,19 @@ export declare namespace DataConnectivity {
9582
9868
  }
9583
9869
  interface RegistryFolderDataAssetDefaultConnectionMetadataAggregator {
9584
9870
  /**
9585
- * (Updatable) User-defined description for the folder.
9871
+ * (Updatable) User-defined description of the folder.
9586
9872
  */
9587
9873
  description?: pulumi.Input<string>;
9588
9874
  /**
9589
- * (Updatable) Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
9875
+ * (Updatable) Value can only contain upper case letters, underscore, and numbers. It should begin with an upper case letter or underscore. The value can be modified.
9590
9876
  */
9591
9877
  identifier?: pulumi.Input<string>;
9592
9878
  /**
9593
- * (Updatable) Generated key that can be used in API calls to identify folder. On scenarios where reference to the folder is needed, a value can be passed in create.
9879
+ * (Updatable) Generated key that can be used in API calls to identify the folder. In scenarios where reference to the folder is required, a value can be passed in create.
9594
9880
  */
9595
9881
  key?: pulumi.Input<string>;
9596
9882
  /**
9597
- * (Updatable) Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
9883
+ * (Updatable) Free form text without any restriction on the permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
9598
9884
  */
9599
9885
  name?: pulumi.Input<string>;
9600
9886
  /**
@@ -9608,15 +9894,15 @@ export declare namespace DataConnectivity {
9608
9894
  */
9609
9895
  defaultConnection?: pulumi.Input<string>;
9610
9896
  /**
9611
- * (Updatable) User-defined description for the folder.
9897
+ * (Updatable) User-defined description of the folder.
9612
9898
  */
9613
9899
  description?: pulumi.Input<string>;
9614
9900
  /**
9615
- * (Updatable) The external key for the object.
9901
+ * (Updatable) The external key of the object.
9616
9902
  */
9617
9903
  externalKey?: pulumi.Input<string>;
9618
9904
  /**
9619
- * (Updatable) Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
9905
+ * (Updatable) Value can only contain upper case letters, underscore, and numbers. It should begin with an upper case letter or underscore. The value can be modified.
9620
9906
  */
9621
9907
  identifier: pulumi.Input<string>;
9622
9908
  /**
@@ -9624,11 +9910,11 @@ export declare namespace DataConnectivity {
9624
9910
  */
9625
9911
  isHasContainers?: pulumi.Input<boolean>;
9626
9912
  /**
9627
- * (Updatable) Generated key that can be used in API calls to identify folder. On scenarios where reference to the folder is needed, a value can be passed in create.
9913
+ * (Updatable) Generated key that can be used in API calls to identify the folder. In scenarios where reference to the folder is required, a value can be passed in create.
9628
9914
  */
9629
9915
  key: pulumi.Input<string>;
9630
9916
  /**
9631
- * (Updatable) A summary type containing information about the object including its key, name and when/who created/updated it.
9917
+ * (Updatable) A summary type containing information about the object including its key, name, the time that it was created or updated, and the user who created or updated it.
9632
9918
  */
9633
9919
  metadata?: pulumi.Input<inputs.DataConnectivity.RegistryFolderDataAssetDefaultConnectionPrimarySchemaMetadata>;
9634
9920
  /**
@@ -9640,7 +9926,7 @@ export declare namespace DataConnectivity {
9640
9926
  */
9641
9927
  modelVersion?: pulumi.Input<string>;
9642
9928
  /**
9643
- * (Updatable) Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
9929
+ * (Updatable) Free form text without any restriction on the permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
9644
9930
  */
9645
9931
  name: pulumi.Input<string>;
9646
9932
  /**
@@ -9652,7 +9938,7 @@ export declare namespace DataConnectivity {
9652
9938
  */
9653
9939
  objectVersion?: pulumi.Input<number>;
9654
9940
  /**
9655
- * (Updatable) A reference to the object's parent.
9941
+ * (Updatable) A reference to the parent object.
9656
9942
  */
9657
9943
  parentRef?: pulumi.Input<inputs.DataConnectivity.RegistryFolderDataAssetDefaultConnectionPrimarySchemaParentRef>;
9658
9944
  /**
@@ -9662,7 +9948,7 @@ export declare namespace DataConnectivity {
9662
9948
  }
9663
9949
  interface RegistryFolderDataAssetDefaultConnectionPrimarySchemaMetadata {
9664
9950
  /**
9665
- * (Updatable) A summary type containing information about the object's aggregator including its type, key, name and description.
9951
+ * (Updatable) A summary type containing information about the object's aggregator including its type, key, name, and description.
9666
9952
  */
9667
9953
  aggregator?: pulumi.Input<inputs.DataConnectivity.RegistryFolderDataAssetDefaultConnectionPrimarySchemaMetadataAggregator>;
9668
9954
  /**
@@ -9678,7 +9964,7 @@ export declare namespace DataConnectivity {
9678
9964
  */
9679
9965
  createdByName?: pulumi.Input<string>;
9680
9966
  /**
9681
- * (Updatable) The full path to identify this object.
9967
+ * (Updatable) The full path to identify the object.
9682
9968
  */
9683
9969
  identifierPath?: pulumi.Input<string>;
9684
9970
  /**
@@ -9688,11 +9974,11 @@ export declare namespace DataConnectivity {
9688
9974
  [key: string]: any;
9689
9975
  }>;
9690
9976
  /**
9691
- * (Updatable) Specifies whether this object is a favorite or not.
9977
+ * (Updatable) Specifies whether the object is a favorite.
9692
9978
  */
9693
9979
  isFavorite?: pulumi.Input<boolean>;
9694
9980
  /**
9695
- * (Updatable) Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
9981
+ * (Updatable) Labels are keywords or labels that you can add to data assets, dataflows, and so on. You can define your own labels and use them to categorize content.
9696
9982
  */
9697
9983
  labels?: pulumi.Input<pulumi.Input<string>[]>;
9698
9984
  /**
@@ -9718,19 +10004,19 @@ export declare namespace DataConnectivity {
9718
10004
  }
9719
10005
  interface RegistryFolderDataAssetDefaultConnectionPrimarySchemaMetadataAggregator {
9720
10006
  /**
9721
- * (Updatable) User-defined description for the folder.
10007
+ * (Updatable) User-defined description of the folder.
9722
10008
  */
9723
10009
  description?: pulumi.Input<string>;
9724
10010
  /**
9725
- * (Updatable) Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
10011
+ * (Updatable) Value can only contain upper case letters, underscore, and numbers. It should begin with an upper case letter or underscore. The value can be modified.
9726
10012
  */
9727
10013
  identifier?: pulumi.Input<string>;
9728
10014
  /**
9729
- * (Updatable) Generated key that can be used in API calls to identify folder. On scenarios where reference to the folder is needed, a value can be passed in create.
10015
+ * (Updatable) Generated key that can be used in API calls to identify the folder. In scenarios where reference to the folder is required, a value can be passed in create.
9730
10016
  */
9731
10017
  key?: pulumi.Input<string>;
9732
10018
  /**
9733
- * (Updatable) Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
10019
+ * (Updatable) Free form text without any restriction on the permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
9734
10020
  */
9735
10021
  name?: pulumi.Input<string>;
9736
10022
  /**
@@ -9750,7 +10036,7 @@ export declare namespace DataConnectivity {
9750
10036
  */
9751
10037
  aggregatorKey?: pulumi.Input<string>;
9752
10038
  /**
9753
- * (Updatable) The id of the user who created the object.
10039
+ * (Updatable) The ID of the user who created the object.
9754
10040
  */
9755
10041
  createdByUserId?: pulumi.Input<string>;
9756
10042
  /**
@@ -9758,15 +10044,15 @@ export declare namespace DataConnectivity {
9758
10044
  */
9759
10045
  createdByUserName?: pulumi.Input<string>;
9760
10046
  /**
9761
- * (Updatable) Specifies whether this object is a favorite or not.
10047
+ * (Updatable) Specifies whether the object is a favorite.
9762
10048
  */
9763
10049
  isFavorite?: pulumi.Input<boolean>;
9764
10050
  /**
9765
- * (Updatable) Generated key that can be used in API calls to identify folder. On scenarios where reference to the folder is needed, a value can be passed in create.
10051
+ * (Updatable) Generated key that can be used in API calls to identify the folder. In scenarios where reference to the folder is required, a value can be passed in create.
9766
10052
  */
9767
10053
  key?: pulumi.Input<string>;
9768
10054
  /**
9769
- * (Updatable) Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
10055
+ * (Updatable) Labels are keywords or labels that you can add to data assets, dataflows, and so on. You can define your own labels and use them to categorize content.
9770
10056
  */
9771
10057
  labels?: pulumi.Input<pulumi.Input<string>[]>;
9772
10058
  /**
@@ -9782,7 +10068,7 @@ export declare namespace DataConnectivity {
9782
10068
  */
9783
10069
  timeUpdated?: pulumi.Input<string>;
9784
10070
  /**
9785
- * (Updatable) The id of the user who updated the object.
10071
+ * (Updatable) The ID of the user who updated the object.
9786
10072
  */
9787
10073
  updatedByUserId?: pulumi.Input<string>;
9788
10074
  /**
@@ -9792,7 +10078,7 @@ export declare namespace DataConnectivity {
9792
10078
  }
9793
10079
  interface RegistryFolderDataAssetMetadata {
9794
10080
  /**
9795
- * (Updatable) A summary type containing information about the object's aggregator including its type, key, name and description.
10081
+ * (Updatable) A summary type containing information about the object's aggregator including its type, key, name, and description.
9796
10082
  */
9797
10083
  aggregator?: pulumi.Input<inputs.DataConnectivity.RegistryFolderDataAssetMetadataAggregator>;
9798
10084
  /**
@@ -9808,7 +10094,7 @@ export declare namespace DataConnectivity {
9808
10094
  */
9809
10095
  createdByName?: pulumi.Input<string>;
9810
10096
  /**
9811
- * (Updatable) The full path to identify this object.
10097
+ * (Updatable) The full path to identify the object.
9812
10098
  */
9813
10099
  identifierPath?: pulumi.Input<string>;
9814
10100
  /**
@@ -9818,11 +10104,11 @@ export declare namespace DataConnectivity {
9818
10104
  [key: string]: any;
9819
10105
  }>;
9820
10106
  /**
9821
- * (Updatable) Specifies whether this object is a favorite or not.
10107
+ * (Updatable) Specifies whether the object is a favorite.
9822
10108
  */
9823
10109
  isFavorite?: pulumi.Input<boolean>;
9824
10110
  /**
9825
- * (Updatable) Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
10111
+ * (Updatable) Labels are keywords or labels that you can add to data assets, dataflows, and so on. You can define your own labels and use them to categorize content.
9826
10112
  */
9827
10113
  labels?: pulumi.Input<pulumi.Input<string>[]>;
9828
10114
  /**
@@ -9848,19 +10134,19 @@ export declare namespace DataConnectivity {
9848
10134
  }
9849
10135
  interface RegistryFolderDataAssetMetadataAggregator {
9850
10136
  /**
9851
- * (Updatable) User-defined description for the folder.
10137
+ * (Updatable) User-defined description of the folder.
9852
10138
  */
9853
10139
  description?: pulumi.Input<string>;
9854
10140
  /**
9855
- * (Updatable) Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
10141
+ * (Updatable) Value can only contain upper case letters, underscore, and numbers. It should begin with an upper case letter or underscore. The value can be modified.
9856
10142
  */
9857
10143
  identifier?: pulumi.Input<string>;
9858
10144
  /**
9859
- * (Updatable) Generated key that can be used in API calls to identify folder. On scenarios where reference to the folder is needed, a value can be passed in create.
10145
+ * (Updatable) Generated key that can be used in API calls to identify the folder. In scenarios where reference to the folder is required, a value can be passed in create.
9860
10146
  */
9861
10147
  key?: pulumi.Input<string>;
9862
10148
  /**
9863
- * (Updatable) Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
10149
+ * (Updatable) Free form text without any restriction on the permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
9864
10150
  */
9865
10151
  name?: pulumi.Input<string>;
9866
10152
  /**
@@ -9870,15 +10156,15 @@ export declare namespace DataConnectivity {
9870
10156
  }
9871
10157
  interface RegistryFolderDataAssetNativeTypeSystem {
9872
10158
  /**
9873
- * (Updatable) User-defined description for the folder.
10159
+ * (Updatable) User-defined description of the folder.
9874
10160
  */
9875
10161
  description?: pulumi.Input<string>;
9876
10162
  /**
9877
- * (Updatable) Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
10163
+ * (Updatable) Value can only contain upper case letters, underscore, and numbers. It should begin with an upper case letter or underscore. The value can be modified.
9878
10164
  */
9879
10165
  identifier?: pulumi.Input<string>;
9880
10166
  /**
9881
- * (Updatable) Generated key that can be used in API calls to identify folder. On scenarios where reference to the folder is needed, a value can be passed in create.
10167
+ * (Updatable) Generated key that can be used in API calls to identify the folder. In scenarios where reference to the folder is required, a value can be passed in create.
9882
10168
  */
9883
10169
  key?: pulumi.Input<string>;
9884
10170
  /**
@@ -9890,7 +10176,7 @@ export declare namespace DataConnectivity {
9890
10176
  */
9891
10177
  modelVersion?: pulumi.Input<string>;
9892
10178
  /**
9893
- * (Updatable) Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
10179
+ * (Updatable) Free form text without any restriction on the permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
9894
10180
  */
9895
10181
  name?: pulumi.Input<string>;
9896
10182
  /**
@@ -9902,7 +10188,7 @@ export declare namespace DataConnectivity {
9902
10188
  */
9903
10189
  objectVersion?: pulumi.Input<number>;
9904
10190
  /**
9905
- * (Updatable) A reference to the object's parent.
10191
+ * (Updatable) A reference to the parent object.
9906
10192
  */
9907
10193
  parentRef?: pulumi.Input<inputs.DataConnectivity.RegistryFolderDataAssetNativeTypeSystemParentRef>;
9908
10194
  /**
@@ -9934,7 +10220,7 @@ export declare namespace DataConnectivity {
9934
10220
  */
9935
10221
  configDefinition?: pulumi.Input<inputs.DataConnectivity.RegistryFolderDataAssetNativeTypeSystemTypeConfigDefinition>;
9936
10222
  /**
9937
- * (Updatable) User-defined description for the folder.
10223
+ * (Updatable) User-defined description of the folder.
9938
10224
  */
9939
10225
  description?: pulumi.Input<string>;
9940
10226
  /**
@@ -9942,7 +10228,7 @@ export declare namespace DataConnectivity {
9942
10228
  */
9943
10229
  dtType?: pulumi.Input<string>;
9944
10230
  /**
9945
- * (Updatable) Generated key that can be used in API calls to identify folder. On scenarios where reference to the folder is needed, a value can be passed in create.
10231
+ * (Updatable) Generated key that can be used in API calls to identify the folder. In scenarios where reference to the folder is required, a value can be passed in create.
9946
10232
  */
9947
10233
  key?: pulumi.Input<string>;
9948
10234
  /**
@@ -9954,7 +10240,7 @@ export declare namespace DataConnectivity {
9954
10240
  */
9955
10241
  modelVersion?: pulumi.Input<string>;
9956
10242
  /**
9957
- * (Updatable) Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
10243
+ * (Updatable) Free form text without any restriction on the permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
9958
10244
  */
9959
10245
  name?: pulumi.Input<string>;
9960
10246
  /**
@@ -9962,7 +10248,7 @@ export declare namespace DataConnectivity {
9962
10248
  */
9963
10249
  objectStatus?: pulumi.Input<number>;
9964
10250
  /**
9965
- * (Updatable) A reference to the object's parent.
10251
+ * (Updatable) A reference to the parent object.
9966
10252
  */
9967
10253
  parentRef?: pulumi.Input<inputs.DataConnectivity.RegistryFolderDataAssetNativeTypeSystemTypeParentRef>;
9968
10254
  /**
@@ -9978,11 +10264,11 @@ export declare namespace DataConnectivity {
9978
10264
  [key: string]: any;
9979
10265
  }>;
9980
10266
  /**
9981
- * (Updatable) Specifies whether the configuration is contained or not.
10267
+ * (Updatable) Specifies whether the configuration is contained.
9982
10268
  */
9983
10269
  isContained?: pulumi.Input<boolean>;
9984
10270
  /**
9985
- * (Updatable) Generated key that can be used in API calls to identify folder. On scenarios where reference to the folder is needed, a value can be passed in create.
10271
+ * (Updatable) Generated key that can be used in API calls to identify the folder. In scenarios where reference to the folder is required, a value can be passed in create.
9986
10272
  */
9987
10273
  key?: pulumi.Input<string>;
9988
10274
  /**
@@ -9994,7 +10280,7 @@ export declare namespace DataConnectivity {
9994
10280
  */
9995
10281
  modelVersion?: pulumi.Input<string>;
9996
10282
  /**
9997
- * (Updatable) Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
10283
+ * (Updatable) Free form text without any restriction on the permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
9998
10284
  */
9999
10285
  name?: pulumi.Input<string>;
10000
10286
  /**
@@ -10002,7 +10288,7 @@ export declare namespace DataConnectivity {
10002
10288
  */
10003
10289
  objectStatus?: pulumi.Input<number>;
10004
10290
  /**
10005
- * (Updatable) A reference to the object's parent.
10291
+ * (Updatable) A reference to the parent object.
10006
10292
  */
10007
10293
  parentRef?: pulumi.Input<inputs.DataConnectivity.RegistryFolderDataAssetNativeTypeSystemTypeConfigDefinitionParentRef>;
10008
10294
  }
@@ -10024,7 +10310,7 @@ export declare namespace DataConnectivity {
10024
10310
  */
10025
10311
  aggregatorKey?: pulumi.Input<string>;
10026
10312
  /**
10027
- * (Updatable) The id of the user who created the object.
10313
+ * (Updatable) The ID of the user who created the object.
10028
10314
  */
10029
10315
  createdByUserId?: pulumi.Input<string>;
10030
10316
  /**
@@ -10032,15 +10318,15 @@ export declare namespace DataConnectivity {
10032
10318
  */
10033
10319
  createdByUserName?: pulumi.Input<string>;
10034
10320
  /**
10035
- * (Updatable) Specifies whether this object is a favorite or not.
10321
+ * (Updatable) Specifies whether the object is a favorite.
10036
10322
  */
10037
10323
  isFavorite?: pulumi.Input<boolean>;
10038
10324
  /**
10039
- * (Updatable) Generated key that can be used in API calls to identify folder. On scenarios where reference to the folder is needed, a value can be passed in create.
10325
+ * (Updatable) Generated key that can be used in API calls to identify the folder. In scenarios where reference to the folder is required, a value can be passed in create.
10040
10326
  */
10041
10327
  key?: pulumi.Input<string>;
10042
10328
  /**
10043
- * (Updatable) Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
10329
+ * (Updatable) Labels are keywords or labels that you can add to data assets, dataflows, and so on. You can define your own labels and use them to categorize content.
10044
10330
  */
10045
10331
  labels?: pulumi.Input<pulumi.Input<string>[]>;
10046
10332
  /**
@@ -10056,7 +10342,7 @@ export declare namespace DataConnectivity {
10056
10342
  */
10057
10343
  timeUpdated?: pulumi.Input<string>;
10058
10344
  /**
10059
- * (Updatable) The id of the user who updated the object.
10345
+ * (Updatable) The ID of the user who updated the object.
10060
10346
  */
10061
10347
  updatedByUserId?: pulumi.Input<string>;
10062
10348
  /**
@@ -12098,6 +12384,10 @@ export declare namespace Database {
12098
12384
  * (Updatable) If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
12099
12385
  */
12100
12386
  isCustomActionTimeoutEnabled?: pulumi.Input<boolean>;
12387
+ /**
12388
+ * (Updatable) If true, enables the monthly patching option.
12389
+ */
12390
+ isMonthlyPatchingEnabled?: pulumi.Input<boolean>;
12101
12391
  /**
12102
12392
  * (Updatable) Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
12103
12393
  */
@@ -12143,6 +12433,10 @@ export declare namespace Database {
12143
12433
  * (Updatable) If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
12144
12434
  */
12145
12435
  isCustomActionTimeoutEnabled?: pulumi.Input<boolean>;
12436
+ /**
12437
+ * (Updatable) If true, enables the monthly patching option.
12438
+ */
12439
+ isMonthlyPatchingEnabled?: pulumi.Input<boolean>;
12146
12440
  /**
12147
12441
  * (Updatable) Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
12148
12442
  */
@@ -12412,6 +12706,10 @@ export declare namespace Database {
12412
12706
  * (Updatable) If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
12413
12707
  */
12414
12708
  isCustomActionTimeoutEnabled?: pulumi.Input<boolean>;
12709
+ /**
12710
+ * (Updatable) If true, enables the monthly patching option.
12711
+ */
12712
+ isMonthlyPatchingEnabled?: pulumi.Input<boolean>;
12415
12713
  /**
12416
12714
  * (Updatable) Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
12417
12715
  */
@@ -12457,6 +12755,10 @@ export declare namespace Database {
12457
12755
  * (Updatable) If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
12458
12756
  */
12459
12757
  isCustomActionTimeoutEnabled?: pulumi.Input<boolean>;
12758
+ /**
12759
+ * (Updatable) If true, enables the monthly patching option.
12760
+ */
12761
+ isMonthlyPatchingEnabled?: pulumi.Input<boolean>;
12460
12762
  /**
12461
12763
  * (Updatable) Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
12462
12764
  */
@@ -12508,6 +12810,7 @@ export declare namespace Database {
12508
12810
  */
12509
12811
  hoursOfDays?: pulumi.Input<pulumi.Input<number>[]>;
12510
12812
  isCustomActionTimeoutEnabled?: pulumi.Input<boolean>;
12813
+ isMonthlyPatchingEnabled?: pulumi.Input<boolean>;
12511
12814
  /**
12512
12815
  * (Updatable) Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
12513
12816
  */
@@ -12544,6 +12847,7 @@ export declare namespace Database {
12544
12847
  */
12545
12848
  hoursOfDays?: pulumi.Input<pulumi.Input<number>[]>;
12546
12849
  isCustomActionTimeoutEnabled?: pulumi.Input<boolean>;
12850
+ isMonthlyPatchingEnabled?: pulumi.Input<boolean>;
12547
12851
  /**
12548
12852
  * (Updatable) Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
12549
12853
  */
@@ -12642,6 +12946,10 @@ export declare namespace Database {
12642
12946
  * (Updatable) If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
12643
12947
  */
12644
12948
  isCustomActionTimeoutEnabled?: pulumi.Input<boolean>;
12949
+ /**
12950
+ * (Updatable) If true, enables the monthly patching option.
12951
+ */
12952
+ isMonthlyPatchingEnabled?: pulumi.Input<boolean>;
12645
12953
  /**
12646
12954
  * (Updatable) Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
12647
12955
  */
@@ -12680,6 +12988,14 @@ export declare namespace Database {
12680
12988
  * (Updatable) Indicates whether diagnostic collection is enabled for the VM cluster/Cloud VM cluster/VMBM DBCS. Enabling diagnostic collection allows you to receive Events service notifications for guest VM issues. Diagnostic collection also allows Oracle to provide enhanced service and proactive support for your Exadata system. You can enable diagnostic collection during VM cluster/Cloud VM cluster provisioning. You can also disable or enable it at any time using the `UpdateVmCluster` or `updateCloudVmCluster` API.
12681
12989
  */
12682
12990
  isDiagnosticsEventsEnabled?: pulumi.Input<boolean>;
12991
+ /**
12992
+ * (Updatable) Indicates whether health monitoring is enabled for the VM cluster / Cloud VM cluster / VMBM DBCS. Enabling health monitoring allows Oracle to collect diagnostic data and share it with its operations and support personnel. You may also receive notifications for some events. Collecting health diagnostics enables Oracle to provide proactive support and enhanced service for your system. Optionally enable health monitoring while provisioning a system. You can also disable or enable health monitoring anytime using the `UpdateVmCluster`, `UpdateCloudVmCluster` or `updateDbsystem` API.
12993
+ */
12994
+ isHealthMonitoringEnabled?: pulumi.Input<boolean>;
12995
+ /**
12996
+ * (Updatable) Indicates whether incident logs and trace collection are enabled for the VM cluster / Cloud VM cluster / VMBM DBCS. Enabling incident logs collection allows Oracle to receive Events service notifications for guest VM issues, collect incident logs and traces, and use them to diagnose issues and resolve them. Optionally enable incident logs collection while provisioning a system. You can also disable or enable incident logs collection anytime using the `UpdateVmCluster`, `updateCloudVmCluster` or `updateDbsystem` API.
12997
+ */
12998
+ isIncidentLogsEnabled?: pulumi.Input<boolean>;
12683
12999
  }
12684
13000
  interface CloudVmClusterIormConfigCach {
12685
13001
  /**
@@ -12727,6 +13043,20 @@ export declare namespace Database {
12727
13043
  */
12728
13044
  share: pulumi.Input<number>;
12729
13045
  }
13046
+ interface DataGuardAssociationDataCollectionOptions {
13047
+ /**
13048
+ * Indicates whether diagnostic collection is enabled for the VM cluster/Cloud VM cluster/VMBM DBCS. Enabling diagnostic collection allows you to receive Events service notifications for guest VM issues. Diagnostic collection also allows Oracle to provide enhanced service and proactive support for your Exadata system. You can enable diagnostic collection during VM cluster/Cloud VM cluster provisioning. You can also disable or enable it at any time using the `UpdateVmCluster` or `updateCloudVmCluster` API.
13049
+ */
13050
+ isDiagnosticsEventsEnabled?: pulumi.Input<boolean>;
13051
+ /**
13052
+ * Indicates whether health monitoring is enabled for the VM cluster / Cloud VM cluster / VMBM DBCS. Enabling health monitoring allows Oracle to collect diagnostic data and share it with its operations and support personnel. You may also receive notifications for some events. Collecting health diagnostics enables Oracle to provide proactive support and enhanced service for your system. Optionally enable health monitoring while provisioning a system. You can also disable or enable health monitoring anytime using the `UpdateVmCluster`, `UpdateCloudVmCluster` or `updateDbsystem` API.
13053
+ */
13054
+ isHealthMonitoringEnabled?: pulumi.Input<boolean>;
13055
+ /**
13056
+ * Indicates whether incident logs and trace collection are enabled for the VM cluster / Cloud VM cluster / VMBM DBCS. Enabling incident logs collection allows Oracle to receive Events service notifications for guest VM issues, collect incident logs and traces, and use them to diagnose issues and resolve them. Optionally enable incident logs collection while provisioning a system. You can also disable or enable incident logs collection anytime using the `UpdateVmCluster`, `updateCloudVmCluster` or `updateDbsystem` API.
13057
+ */
13058
+ isIncidentLogsEnabled?: pulumi.Input<boolean>;
13059
+ }
12730
13060
  interface DatabaseConnectionString {
12731
13061
  /**
12732
13062
  * All connection strings to use to connect to the Database.
@@ -13104,6 +13434,20 @@ export declare namespace Database {
13104
13434
  */
13105
13435
  type?: pulumi.Input<string>;
13106
13436
  }
13437
+ interface DbSystemDataCollectionOptions {
13438
+ /**
13439
+ * (Updatable) Indicates whether diagnostic collection is enabled for the VM cluster/Cloud VM cluster/VMBM DBCS. Enabling diagnostic collection allows you to receive Events service notifications for guest VM issues. Diagnostic collection also allows Oracle to provide enhanced service and proactive support for your Exadata system. You can enable diagnostic collection during VM cluster/Cloud VM cluster provisioning. You can also disable or enable it at any time using the `UpdateVmCluster` or `updateCloudVmCluster` API.
13440
+ */
13441
+ isDiagnosticsEventsEnabled?: pulumi.Input<boolean>;
13442
+ /**
13443
+ * (Updatable) Indicates whether health monitoring is enabled for the VM cluster / Cloud VM cluster / VMBM DBCS. Enabling health monitoring allows Oracle to collect diagnostic data and share it with its operations and support personnel. You may also receive notifications for some events. Collecting health diagnostics enables Oracle to provide proactive support and enhanced service for your system. Optionally enable health monitoring while provisioning a system. You can also disable or enable health monitoring anytime using the `UpdateVmCluster`, `UpdateCloudVmCluster` or `updateDbsystem` API.
13444
+ */
13445
+ isHealthMonitoringEnabled?: pulumi.Input<boolean>;
13446
+ /**
13447
+ * (Updatable) Indicates whether incident logs and trace collection are enabled for the VM cluster / Cloud VM cluster / VMBM DBCS. Enabling incident logs collection allows Oracle to receive Events service notifications for guest VM issues, collect incident logs and traces, and use them to diagnose issues and resolve them. Optionally enable incident logs collection while provisioning a system. You can also disable or enable incident logs collection anytime using the `UpdateVmCluster`, `updateCloudVmCluster` or `updateDbsystem` API.
13448
+ */
13449
+ isIncidentLogsEnabled?: pulumi.Input<boolean>;
13450
+ }
13107
13451
  interface DbSystemDbHome {
13108
13452
  createAsync?: pulumi.Input<boolean>;
13109
13453
  /**
@@ -13348,6 +13692,10 @@ export declare namespace Database {
13348
13692
  * (Updatable) If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
13349
13693
  */
13350
13694
  isCustomActionTimeoutEnabled?: pulumi.Input<boolean>;
13695
+ /**
13696
+ * (Updatable) If true, enables the monthly patching option.
13697
+ */
13698
+ isMonthlyPatchingEnabled?: pulumi.Input<boolean>;
13351
13699
  /**
13352
13700
  * (Updatable) Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
13353
13701
  */
@@ -13393,6 +13741,10 @@ export declare namespace Database {
13393
13741
  * (Updatable) If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
13394
13742
  */
13395
13743
  isCustomActionTimeoutEnabled?: pulumi.Input<boolean>;
13744
+ /**
13745
+ * (Updatable) If true, enables the monthly patching option.
13746
+ */
13747
+ isMonthlyPatchingEnabled?: pulumi.Input<boolean>;
13396
13748
  /**
13397
13749
  * (Updatable) Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
13398
13750
  */
@@ -13549,6 +13901,10 @@ export declare namespace Database {
13549
13901
  * (Updatable) If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
13550
13902
  */
13551
13903
  isCustomActionTimeoutEnabled?: pulumi.Input<boolean>;
13904
+ /**
13905
+ * (Updatable) If true, enables the monthly patching option.
13906
+ */
13907
+ isMonthlyPatchingEnabled?: pulumi.Input<boolean>;
13552
13908
  /**
13553
13909
  * (Updatable) Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
13554
13910
  */
@@ -13795,17 +14151,12 @@ export declare namespace Database {
13795
14151
  regex?: pulumi.Input<boolean>;
13796
14152
  values: pulumi.Input<pulumi.Input<string>[]>;
13797
14153
  }
13798
- interface GetAutonomousContainerPatchesFilter {
13799
- name: string;
13800
- regex?: boolean;
13801
- values: string[];
13802
- }
13803
14154
  interface GetAutonomousContainerPatchesFilterArgs {
13804
14155
  name: pulumi.Input<string>;
13805
14156
  regex?: pulumi.Input<boolean>;
13806
14157
  values: pulumi.Input<pulumi.Input<string>[]>;
13807
14158
  }
13808
- interface GetAutonomousDatabaseBackupsFilter {
14159
+ interface GetAutonomousContainerPatchesFilter {
13809
14160
  name: string;
13810
14161
  regex?: boolean;
13811
14162
  values: string[];
@@ -13815,6 +14166,11 @@ export declare namespace Database {
13815
14166
  regex?: pulumi.Input<boolean>;
13816
14167
  values: pulumi.Input<pulumi.Input<string>[]>;
13817
14168
  }
14169
+ interface GetAutonomousDatabaseBackupsFilter {
14170
+ name: string;
14171
+ regex?: boolean;
14172
+ values: string[];
14173
+ }
13818
14174
  interface GetAutonomousDatabaseDataguardAssociationsFilter {
13819
14175
  name: string;
13820
14176
  regex?: boolean;
@@ -13841,14 +14197,6 @@ export declare namespace Database {
13841
14197
  regex?: pulumi.Input<boolean>;
13842
14198
  values: pulumi.Input<pulumi.Input<string>[]>;
13843
14199
  }
13844
- interface GetAutonomousDatabasesFilter {
13845
- /**
13846
- * Name of the day of the week.
13847
- */
13848
- name: string;
13849
- regex?: boolean;
13850
- values: string[];
13851
- }
13852
14200
  interface GetAutonomousDatabasesFilterArgs {
13853
14201
  /**
13854
14202
  * Name of the day of the week.
@@ -13857,6 +14205,14 @@ export declare namespace Database {
13857
14205
  regex?: pulumi.Input<boolean>;
13858
14206
  values: pulumi.Input<pulumi.Input<string>[]>;
13859
14207
  }
14208
+ interface GetAutonomousDatabasesFilter {
14209
+ /**
14210
+ * Name of the day of the week.
14211
+ */
14212
+ name: string;
14213
+ regex?: boolean;
14214
+ values: string[];
14215
+ }
13860
14216
  interface GetAutonomousDbPreviewVersionsFilter {
13861
14217
  name: string;
13862
14218
  regex?: boolean;
@@ -13935,16 +14291,16 @@ export declare namespace Database {
13935
14291
  regex?: boolean;
13936
14292
  values: string[];
13937
14293
  }
13938
- interface GetBackupsFilter {
13939
- name: string;
13940
- regex?: boolean;
13941
- values: string[];
13942
- }
13943
14294
  interface GetBackupsFilterArgs {
13944
14295
  name: pulumi.Input<string>;
13945
14296
  regex?: pulumi.Input<boolean>;
13946
14297
  values: pulumi.Input<pulumi.Input<string>[]>;
13947
14298
  }
14299
+ interface GetBackupsFilter {
14300
+ name: string;
14301
+ regex?: boolean;
14302
+ values: string[];
14303
+ }
13948
14304
  interface GetCloudAutonomousVmClustersFilter {
13949
14305
  name: string;
13950
14306
  regex?: boolean;
@@ -13991,16 +14347,16 @@ export declare namespace Database {
13991
14347
  regex?: boolean;
13992
14348
  values: string[];
13993
14349
  }
13994
- interface GetDatabaseMaintenanceRunHistoriesFilterArgs {
13995
- name: pulumi.Input<string>;
13996
- regex?: pulumi.Input<boolean>;
13997
- values: pulumi.Input<pulumi.Input<string>[]>;
13998
- }
13999
14350
  interface GetDatabaseMaintenanceRunHistoriesFilter {
14000
14351
  name: string;
14001
14352
  regex?: boolean;
14002
14353
  values: string[];
14003
14354
  }
14355
+ interface GetDatabaseMaintenanceRunHistoriesFilterArgs {
14356
+ name: pulumi.Input<string>;
14357
+ regex?: pulumi.Input<boolean>;
14358
+ values: pulumi.Input<pulumi.Input<string>[]>;
14359
+ }
14004
14360
  interface GetDatabasePdbConversionHistoryEntriesFilter {
14005
14361
  name: string;
14006
14362
  regex?: boolean;
@@ -14011,17 +14367,12 @@ export declare namespace Database {
14011
14367
  regex?: pulumi.Input<boolean>;
14012
14368
  values: pulumi.Input<pulumi.Input<string>[]>;
14013
14369
  }
14014
- interface GetDatabaseSoftwareImagesFilterArgs {
14015
- name: pulumi.Input<string>;
14016
- regex?: pulumi.Input<boolean>;
14017
- values: pulumi.Input<pulumi.Input<string>[]>;
14018
- }
14019
14370
  interface GetDatabaseSoftwareImagesFilter {
14020
14371
  name: string;
14021
14372
  regex?: boolean;
14022
14373
  values: string[];
14023
14374
  }
14024
- interface GetDatabaseUpgradeHistoryEntriesFilterArgs {
14375
+ interface GetDatabaseSoftwareImagesFilterArgs {
14025
14376
  name: pulumi.Input<string>;
14026
14377
  regex?: pulumi.Input<boolean>;
14027
14378
  values: pulumi.Input<pulumi.Input<string>[]>;
@@ -14031,16 +14382,21 @@ export declare namespace Database {
14031
14382
  regex?: boolean;
14032
14383
  values: string[];
14033
14384
  }
14034
- interface GetDatabasesFilter {
14035
- name: string;
14036
- regex?: boolean;
14037
- values: string[];
14385
+ interface GetDatabaseUpgradeHistoryEntriesFilterArgs {
14386
+ name: pulumi.Input<string>;
14387
+ regex?: pulumi.Input<boolean>;
14388
+ values: pulumi.Input<pulumi.Input<string>[]>;
14038
14389
  }
14039
14390
  interface GetDatabasesFilterArgs {
14040
14391
  name: pulumi.Input<string>;
14041
14392
  regex?: pulumi.Input<boolean>;
14042
14393
  values: pulumi.Input<pulumi.Input<string>[]>;
14043
14394
  }
14395
+ interface GetDatabasesFilter {
14396
+ name: string;
14397
+ regex?: boolean;
14398
+ values: string[];
14399
+ }
14044
14400
  interface GetDbHomePatchHistoryEntriesFilter {
14045
14401
  name: string;
14046
14402
  regex?: boolean;
@@ -14081,16 +14437,16 @@ export declare namespace Database {
14081
14437
  regex?: pulumi.Input<boolean>;
14082
14438
  values: pulumi.Input<pulumi.Input<string>[]>;
14083
14439
  }
14084
- interface GetDbNodesFilterArgs {
14085
- name: pulumi.Input<string>;
14086
- regex?: pulumi.Input<boolean>;
14087
- values: pulumi.Input<pulumi.Input<string>[]>;
14088
- }
14089
14440
  interface GetDbNodesFilter {
14090
14441
  name: string;
14091
14442
  regex?: boolean;
14092
14443
  values: string[];
14093
14444
  }
14445
+ interface GetDbNodesFilterArgs {
14446
+ name: pulumi.Input<string>;
14447
+ regex?: pulumi.Input<boolean>;
14448
+ values: pulumi.Input<pulumi.Input<string>[]>;
14449
+ }
14094
14450
  interface GetDbServersFilter {
14095
14451
  name: string;
14096
14452
  regex?: boolean;
@@ -14131,21 +14487,21 @@ export declare namespace Database {
14131
14487
  regex?: pulumi.Input<boolean>;
14132
14488
  values: pulumi.Input<pulumi.Input<string>[]>;
14133
14489
  }
14134
- interface GetDbSystemShapesFilterArgs {
14490
+ interface GetDbSystemShapesFilter {
14135
14491
  /**
14136
14492
  * The name of the shape used for the DB system.
14137
14493
  */
14138
- name: pulumi.Input<string>;
14139
- regex?: pulumi.Input<boolean>;
14140
- values: pulumi.Input<pulumi.Input<string>[]>;
14494
+ name: string;
14495
+ regex?: boolean;
14496
+ values: string[];
14141
14497
  }
14142
- interface GetDbSystemShapesFilter {
14498
+ interface GetDbSystemShapesFilterArgs {
14143
14499
  /**
14144
14500
  * The name of the shape used for the DB system.
14145
14501
  */
14146
- name: string;
14147
- regex?: boolean;
14148
- values: string[];
14502
+ name: pulumi.Input<string>;
14503
+ regex?: pulumi.Input<boolean>;
14504
+ values: pulumi.Input<pulumi.Input<string>[]>;
14149
14505
  }
14150
14506
  interface GetDbSystemStoragePerformancesFilter {
14151
14507
  name: string;
@@ -14157,14 +14513,6 @@ export declare namespace Database {
14157
14513
  regex?: pulumi.Input<boolean>;
14158
14514
  values: pulumi.Input<pulumi.Input<string>[]>;
14159
14515
  }
14160
- interface GetDbSystemsFilterArgs {
14161
- /**
14162
- * Name of the month of the year.
14163
- */
14164
- name: pulumi.Input<string>;
14165
- regex?: pulumi.Input<boolean>;
14166
- values: pulumi.Input<pulumi.Input<string>[]>;
14167
- }
14168
14516
  interface GetDbSystemsFilter {
14169
14517
  /**
14170
14518
  * Name of the month of the year.
@@ -14173,16 +14521,24 @@ export declare namespace Database {
14173
14521
  regex?: boolean;
14174
14522
  values: string[];
14175
14523
  }
14176
- interface GetDbSystemsUpgradeHistoryEntriesFilter {
14177
- name: string;
14178
- regex?: boolean;
14179
- values: string[];
14524
+ interface GetDbSystemsFilterArgs {
14525
+ /**
14526
+ * Name of the month of the year.
14527
+ */
14528
+ name: pulumi.Input<string>;
14529
+ regex?: pulumi.Input<boolean>;
14530
+ values: pulumi.Input<pulumi.Input<string>[]>;
14180
14531
  }
14181
14532
  interface GetDbSystemsUpgradeHistoryEntriesFilterArgs {
14182
14533
  name: pulumi.Input<string>;
14183
14534
  regex?: pulumi.Input<boolean>;
14184
14535
  values: pulumi.Input<pulumi.Input<string>[]>;
14185
14536
  }
14537
+ interface GetDbSystemsUpgradeHistoryEntriesFilter {
14538
+ name: string;
14539
+ regex?: boolean;
14540
+ values: string[];
14541
+ }
14186
14542
  interface GetDbVersionsFilter {
14187
14543
  name: string;
14188
14544
  regex?: boolean;
@@ -14229,16 +14585,16 @@ export declare namespace Database {
14229
14585
  regex?: pulumi.Input<boolean>;
14230
14586
  values: pulumi.Input<pulumi.Input<string>[]>;
14231
14587
  }
14232
- interface GetExternalNonContainerDatabasesFilterArgs {
14233
- name: pulumi.Input<string>;
14234
- regex?: pulumi.Input<boolean>;
14235
- values: pulumi.Input<pulumi.Input<string>[]>;
14236
- }
14237
14588
  interface GetExternalNonContainerDatabasesFilter {
14238
14589
  name: string;
14239
14590
  regex?: boolean;
14240
14591
  values: string[];
14241
14592
  }
14593
+ interface GetExternalNonContainerDatabasesFilterArgs {
14594
+ name: pulumi.Input<string>;
14595
+ regex?: pulumi.Input<boolean>;
14596
+ values: pulumi.Input<pulumi.Input<string>[]>;
14597
+ }
14242
14598
  interface GetExternalPluggableDatabasesFilter {
14243
14599
  name: string;
14244
14600
  regex?: boolean;
@@ -14249,6 +14605,14 @@ export declare namespace Database {
14249
14605
  regex?: pulumi.Input<boolean>;
14250
14606
  values: pulumi.Input<pulumi.Input<string>[]>;
14251
14607
  }
14608
+ interface GetFlexComponentsFilterArgs {
14609
+ /**
14610
+ * A filter to return only resources that match the entire name given. The match is not case sensitive.
14611
+ */
14612
+ name: pulumi.Input<string>;
14613
+ regex?: pulumi.Input<boolean>;
14614
+ values: pulumi.Input<pulumi.Input<string>[]>;
14615
+ }
14252
14616
  interface GetFlexComponentsFilter {
14253
14617
  /**
14254
14618
  * A filter to return only resources that match the entire name given. The match is not case sensitive.
@@ -14257,10 +14621,7 @@ export declare namespace Database {
14257
14621
  regex?: boolean;
14258
14622
  values: string[];
14259
14623
  }
14260
- interface GetFlexComponentsFilterArgs {
14261
- /**
14262
- * A filter to return only resources that match the entire name given. The match is not case sensitive.
14263
- */
14624
+ interface GetGiVersionsFilterArgs {
14264
14625
  name: pulumi.Input<string>;
14265
14626
  regex?: pulumi.Input<boolean>;
14266
14627
  values: pulumi.Input<pulumi.Input<string>[]>;
@@ -14270,27 +14631,32 @@ export declare namespace Database {
14270
14631
  regex?: boolean;
14271
14632
  values: string[];
14272
14633
  }
14273
- interface GetGiVersionsFilterArgs {
14634
+ interface GetKeyStoresFilter {
14635
+ name: string;
14636
+ regex?: boolean;
14637
+ values: string[];
14638
+ }
14639
+ interface GetKeyStoresFilterArgs {
14274
14640
  name: pulumi.Input<string>;
14275
14641
  regex?: pulumi.Input<boolean>;
14276
14642
  values: pulumi.Input<pulumi.Input<string>[]>;
14277
14643
  }
14278
- interface GetKeyStoresFilter {
14644
+ interface GetMaintenanceRunsFilter {
14279
14645
  name: string;
14280
14646
  regex?: boolean;
14281
14647
  values: string[];
14282
14648
  }
14283
- interface GetKeyStoresFilterArgs {
14649
+ interface GetMaintenanceRunsFilterArgs {
14284
14650
  name: pulumi.Input<string>;
14285
14651
  regex?: pulumi.Input<boolean>;
14286
14652
  values: pulumi.Input<pulumi.Input<string>[]>;
14287
14653
  }
14288
- interface GetMaintenanceRunsFilterArgs {
14654
+ interface GetManagedPreferredCredentialsFilterArgs {
14289
14655
  name: pulumi.Input<string>;
14290
14656
  regex?: pulumi.Input<boolean>;
14291
14657
  values: pulumi.Input<pulumi.Input<string>[]>;
14292
14658
  }
14293
- interface GetMaintenanceRunsFilter {
14659
+ interface GetManagedPreferredCredentialsFilter {
14294
14660
  name: string;
14295
14661
  regex?: boolean;
14296
14662
  values: string[];
@@ -14525,9 +14891,17 @@ export declare namespace Database {
14525
14891
  }
14526
14892
  interface VmClusterAddVirtualNetworkDataCollectionOption {
14527
14893
  /**
14528
- * Indicates whether diagnostic collection is enabled for the VM cluster. Enabling diagnostic collection allows you to receive Events service notifications for guest VM issues. Diagnostic collection also allows Oracle to provide enhanced service and proactive support for your Exadata system. You can enable diagnostic collection during VM cluster provisioning. You can also disable or enable it at any time using the `UpdateVmCluster` API.
14894
+ * Indicates whether diagnostic collection is enabled for the VM cluster/Cloud VM cluster/VMBM DBCS. Enabling diagnostic collection allows you to receive Events service notifications for guest VM issues. Diagnostic collection also allows Oracle to provide enhanced service and proactive support for your Exadata system. You can enable diagnostic collection during VM cluster/Cloud VM cluster provisioning. You can also disable or enable it at any time using the `UpdateVmCluster` or `updateCloudVmCluster` API.
14529
14895
  */
14530
14896
  isDiagnosticsEventsEnabled?: pulumi.Input<boolean>;
14897
+ /**
14898
+ * Indicates whether health monitoring is enabled for the VM cluster / Cloud VM cluster / VMBM DBCS. Enabling health monitoring allows Oracle to collect diagnostic data and share it with its operations and support personnel. You may also receive notifications for some events. Collecting health diagnostics enables Oracle to provide proactive support and enhanced service for your system. Optionally enable health monitoring while provisioning a system. You can also disable or enable health monitoring anytime using the `UpdateVmCluster`, `UpdateCloudVmCluster` or `updateDbsystem` API.
14899
+ */
14900
+ isHealthMonitoringEnabled?: pulumi.Input<boolean>;
14901
+ /**
14902
+ * Indicates whether incident logs and trace collection are enabled for the VM cluster / Cloud VM cluster / VMBM DBCS. Enabling incident logs collection allows Oracle to receive Events service notifications for guest VM issues, collect incident logs and traces, and use them to diagnose issues and resolve them. Optionally enable incident logs collection while provisioning a system. You can also disable or enable incident logs collection anytime using the `UpdateVmCluster`, `updateCloudVmCluster` or `updateDbsystem` API.
14903
+ */
14904
+ isIncidentLogsEnabled?: pulumi.Input<boolean>;
14531
14905
  }
14532
14906
  interface VmClusterAddVirtualNetworkDbServer {
14533
14907
  /**
@@ -14537,9 +14911,17 @@ export declare namespace Database {
14537
14911
  }
14538
14912
  interface VmClusterDataCollectionOptions {
14539
14913
  /**
14540
- * (Updatable) Indicates whether diagnostic collection is enabled for the VM cluster. Enabling diagnostic collection allows you to receive Events service notifications for guest VM issues. Diagnostic collection also allows Oracle to provide enhanced service and proactive support for your Exadata system. You can enable diagnostic collection during VM cluster provisioning. You can also disable or enable it at any time using the `UpdateVmCluster` API.
14914
+ * (Updatable) Indicates whether diagnostic collection is enabled for the VM cluster/Cloud VM cluster/VMBM DBCS. Enabling diagnostic collection allows you to receive Events service notifications for guest VM issues. Diagnostic collection also allows Oracle to provide enhanced service and proactive support for your Exadata system. You can enable diagnostic collection during VM cluster/Cloud VM cluster provisioning. You can also disable or enable it at any time using the `UpdateVmCluster` or `updateCloudVmCluster` API.
14541
14915
  */
14542
14916
  isDiagnosticsEventsEnabled?: pulumi.Input<boolean>;
14917
+ /**
14918
+ * (Updatable) Indicates whether health monitoring is enabled for the VM cluster / Cloud VM cluster / VMBM DBCS. Enabling health monitoring allows Oracle to collect diagnostic data and share it with its operations and support personnel. You may also receive notifications for some events. Collecting health diagnostics enables Oracle to provide proactive support and enhanced service for your system. Optionally enable health monitoring while provisioning a system. You can also disable or enable health monitoring anytime using the `UpdateVmCluster`, `UpdateCloudVmCluster` or `updateDbsystem` API.
14919
+ */
14920
+ isHealthMonitoringEnabled?: pulumi.Input<boolean>;
14921
+ /**
14922
+ * (Updatable) Indicates whether incident logs and trace collection are enabled for the VM cluster / Cloud VM cluster / VMBM DBCS. Enabling incident logs collection allows Oracle to receive Events service notifications for guest VM issues, collect incident logs and traces, and use them to diagnose issues and resolve them. Optionally enable incident logs collection while provisioning a system. You can also disable or enable incident logs collection anytime using the `UpdateVmCluster`, `updateCloudVmCluster` or `updateDbsystem` API.
14923
+ */
14924
+ isIncidentLogsEnabled?: pulumi.Input<boolean>;
14543
14925
  }
14544
14926
  interface VmClusterNetworkScan {
14545
14927
  /**
@@ -14609,9 +14991,17 @@ export declare namespace Database {
14609
14991
  }
14610
14992
  interface VmClusterRemoveVirtualMachineDataCollectionOption {
14611
14993
  /**
14612
- * Indicates whether diagnostic collection is enabled for the VM cluster. Enabling diagnostic collection allows you to receive Events service notifications for guest VM issues. Diagnostic collection also allows Oracle to provide enhanced service and proactive support for your Exadata system. You can enable diagnostic collection during VM cluster provisioning. You can also disable or enable it at any time using the `UpdateVmCluster` API.
14994
+ * Indicates whether diagnostic collection is enabled for the VM cluster/Cloud VM cluster/VMBM DBCS. Enabling diagnostic collection allows you to receive Events service notifications for guest VM issues. Diagnostic collection also allows Oracle to provide enhanced service and proactive support for your Exadata system. You can enable diagnostic collection during VM cluster/Cloud VM cluster provisioning. You can also disable or enable it at any time using the `UpdateVmCluster` or `updateCloudVmCluster` API.
14613
14995
  */
14614
14996
  isDiagnosticsEventsEnabled?: pulumi.Input<boolean>;
14997
+ /**
14998
+ * Indicates whether health monitoring is enabled for the VM cluster / Cloud VM cluster / VMBM DBCS. Enabling health monitoring allows Oracle to collect diagnostic data and share it with its operations and support personnel. You may also receive notifications for some events. Collecting health diagnostics enables Oracle to provide proactive support and enhanced service for your system. Optionally enable health monitoring while provisioning a system. You can also disable or enable health monitoring anytime using the `UpdateVmCluster`, `UpdateCloudVmCluster` or `updateDbsystem` API.
14999
+ */
15000
+ isHealthMonitoringEnabled?: pulumi.Input<boolean>;
15001
+ /**
15002
+ * Indicates whether incident logs and trace collection are enabled for the VM cluster / Cloud VM cluster / VMBM DBCS. Enabling incident logs collection allows Oracle to receive Events service notifications for guest VM issues, collect incident logs and traces, and use them to diagnose issues and resolve them. Optionally enable incident logs collection while provisioning a system. You can also disable or enable incident logs collection anytime using the `UpdateVmCluster`, `updateCloudVmCluster` or `updateDbsystem` API.
15003
+ */
15004
+ isIncidentLogsEnabled?: pulumi.Input<boolean>;
14615
15005
  }
14616
15006
  interface VmClusterRemoveVirtualMachineDbServer {
14617
15007
  /**
@@ -16036,6 +16426,7 @@ export declare namespace DevOps {
16036
16426
  * The events, for example, PUSH, PULL_REQUEST_MERGE.
16037
16427
  */
16038
16428
  events?: pulumi.Input<pulumi.Input<string>[]>;
16429
+ excludes?: pulumi.Input<pulumi.Input<inputs.DevOps.BuildRunBuildRunSourceTriggerInfoActionFilterExclude>[]>;
16039
16430
  /**
16040
16431
  * Attributes to filter GitLab self-hosted server events.
16041
16432
  */
@@ -16045,16 +16436,26 @@ export declare namespace DevOps {
16045
16436
  */
16046
16437
  triggerSource?: pulumi.Input<string>;
16047
16438
  }
16439
+ interface BuildRunBuildRunSourceTriggerInfoActionFilterExclude {
16440
+ fileFilters?: pulumi.Input<pulumi.Input<inputs.DevOps.BuildRunBuildRunSourceTriggerInfoActionFilterExcludeFileFilter>[]>;
16441
+ }
16442
+ interface BuildRunBuildRunSourceTriggerInfoActionFilterExcludeFileFilter {
16443
+ filePaths?: pulumi.Input<pulumi.Input<string>[]>;
16444
+ }
16048
16445
  interface BuildRunBuildRunSourceTriggerInfoActionFilterInclude {
16049
16446
  /**
16050
16447
  * The target branch for pull requests; not applicable for push requests.
16051
16448
  */
16052
16449
  baseRef?: pulumi.Input<string>;
16450
+ fileFilters?: pulumi.Input<pulumi.Input<inputs.DevOps.BuildRunBuildRunSourceTriggerInfoActionFilterIncludeFileFilter>[]>;
16053
16451
  /**
16054
16452
  * Branch for push event; source branch for pull requests.
16055
16453
  */
16056
16454
  headRef?: pulumi.Input<string>;
16057
16455
  }
16456
+ interface BuildRunBuildRunSourceTriggerInfoActionFilterIncludeFileFilter {
16457
+ filePaths?: pulumi.Input<pulumi.Input<string>[]>;
16458
+ }
16058
16459
  interface BuildRunCommitInfo {
16059
16460
  /**
16060
16461
  * Commit hash pertinent to the repository URL and the specified branch.
@@ -16539,14 +16940,6 @@ export declare namespace DevOps {
16539
16940
  */
16540
16941
  timeStarted?: pulumi.Input<string>;
16541
16942
  }
16542
- interface GetBuildPipelineStagesFilterArgs {
16543
- /**
16544
- * Name of the build source. This must be unique within a build source collection. The name can be used by customers to locate the working directory pertinent to this repository.
16545
- */
16546
- name: pulumi.Input<string>;
16547
- regex?: pulumi.Input<boolean>;
16548
- values: pulumi.Input<pulumi.Input<string>[]>;
16549
- }
16550
16943
  interface GetBuildPipelineStagesFilter {
16551
16944
  /**
16552
16945
  * Name of the build source. This must be unique within a build source collection. The name can be used by customers to locate the working directory pertinent to this repository.
@@ -16555,13 +16948,13 @@ export declare namespace DevOps {
16555
16948
  regex?: boolean;
16556
16949
  values: string[];
16557
16950
  }
16558
- interface GetBuildPipelinesFilter {
16951
+ interface GetBuildPipelineStagesFilterArgs {
16559
16952
  /**
16560
- * Name of the parameter (case-sensitive). Parameter name must be ^[a-zA-Z][a-zA-Z_0-9]*$. Example: 'Build_Pipeline_param' is not same as 'build_pipeline_Param'
16953
+ * Name of the build source. This must be unique within a build source collection. The name can be used by customers to locate the working directory pertinent to this repository.
16561
16954
  */
16562
- name: string;
16563
- regex?: boolean;
16564
- values: string[];
16955
+ name: pulumi.Input<string>;
16956
+ regex?: pulumi.Input<boolean>;
16957
+ values: pulumi.Input<pulumi.Input<string>[]>;
16565
16958
  }
16566
16959
  interface GetBuildPipelinesFilterArgs {
16567
16960
  /**
@@ -16571,6 +16964,14 @@ export declare namespace DevOps {
16571
16964
  regex?: pulumi.Input<boolean>;
16572
16965
  values: pulumi.Input<pulumi.Input<string>[]>;
16573
16966
  }
16967
+ interface GetBuildPipelinesFilter {
16968
+ /**
16969
+ * Name of the parameter (case-sensitive). Parameter name must be ^[a-zA-Z][a-zA-Z_0-9]*$. Example: 'Build_Pipeline_param' is not same as 'build_pipeline_Param'
16970
+ */
16971
+ name: string;
16972
+ regex?: boolean;
16973
+ values: string[];
16974
+ }
16574
16975
  interface GetBuildRunsFilter {
16575
16976
  /**
16576
16977
  * Name of the step.
@@ -16607,23 +17008,15 @@ export declare namespace DevOps {
16607
17008
  regex?: boolean;
16608
17009
  values: string[];
16609
17010
  }
16610
- interface GetDeployEnvironmentsFilterArgs {
16611
- name: pulumi.Input<string>;
16612
- regex?: pulumi.Input<boolean>;
16613
- values: pulumi.Input<pulumi.Input<string>[]>;
16614
- }
16615
17011
  interface GetDeployEnvironmentsFilter {
16616
17012
  name: string;
16617
17013
  regex?: boolean;
16618
17014
  values: string[];
16619
17015
  }
16620
- interface GetDeployPipelinesFilter {
16621
- /**
16622
- * Name of the parameter (case-sensitive). Parameter name must be ^[a-zA-Z][a-zA-Z_0-9]*$.
16623
- */
16624
- name: string;
16625
- regex?: boolean;
16626
- values: string[];
17016
+ interface GetDeployEnvironmentsFilterArgs {
17017
+ name: pulumi.Input<string>;
17018
+ regex?: pulumi.Input<boolean>;
17019
+ values: pulumi.Input<pulumi.Input<string>[]>;
16627
17020
  }
16628
17021
  interface GetDeployPipelinesFilterArgs {
16629
17022
  /**
@@ -16633,7 +17026,10 @@ export declare namespace DevOps {
16633
17026
  regex?: pulumi.Input<boolean>;
16634
17027
  values: pulumi.Input<pulumi.Input<string>[]>;
16635
17028
  }
16636
- interface GetDeployStagesFilter {
17029
+ interface GetDeployPipelinesFilter {
17030
+ /**
17031
+ * Name of the parameter (case-sensitive). Parameter name must be ^[a-zA-Z][a-zA-Z_0-9]*$.
17032
+ */
16637
17033
  name: string;
16638
17034
  regex?: boolean;
16639
17035
  values: string[];
@@ -16643,6 +17039,11 @@ export declare namespace DevOps {
16643
17039
  regex?: pulumi.Input<boolean>;
16644
17040
  values: pulumi.Input<pulumi.Input<string>[]>;
16645
17041
  }
17042
+ interface GetDeployStagesFilter {
17043
+ name: string;
17044
+ regex?: boolean;
17045
+ values: string[];
17046
+ }
16646
17047
  interface GetDeploymentsFilter {
16647
17048
  /**
16648
17049
  * Name of the step.
@@ -16691,26 +17092,26 @@ export declare namespace DevOps {
16691
17092
  regex?: pulumi.Input<boolean>;
16692
17093
  values: pulumi.Input<pulumi.Input<string>[]>;
16693
17094
  }
16694
- interface GetRepositoryAuthorsFilterArgs {
16695
- name: pulumi.Input<string>;
16696
- regex?: pulumi.Input<boolean>;
16697
- values: pulumi.Input<pulumi.Input<string>[]>;
16698
- }
16699
17095
  interface GetRepositoryAuthorsFilter {
16700
17096
  name: string;
16701
17097
  regex?: boolean;
16702
17098
  values: string[];
16703
17099
  }
16704
- interface GetRepositoryCommitsFilter {
16705
- name: string;
16706
- regex?: boolean;
16707
- values: string[];
17100
+ interface GetRepositoryAuthorsFilterArgs {
17101
+ name: pulumi.Input<string>;
17102
+ regex?: pulumi.Input<boolean>;
17103
+ values: pulumi.Input<pulumi.Input<string>[]>;
16708
17104
  }
16709
17105
  interface GetRepositoryCommitsFilterArgs {
16710
17106
  name: pulumi.Input<string>;
16711
17107
  regex?: pulumi.Input<boolean>;
16712
17108
  values: pulumi.Input<pulumi.Input<string>[]>;
16713
17109
  }
17110
+ interface GetRepositoryCommitsFilter {
17111
+ name: string;
17112
+ regex?: boolean;
17113
+ values: string[];
17114
+ }
16714
17115
  interface GetRepositoryDiffsFilter {
16715
17116
  name: string;
16716
17117
  regex?: boolean;
@@ -16721,20 +17122,12 @@ export declare namespace DevOps {
16721
17122
  regex?: pulumi.Input<boolean>;
16722
17123
  values: pulumi.Input<pulumi.Input<string>[]>;
16723
17124
  }
16724
- interface GetRepositoryMirrorRecordsFilter {
16725
- name: string;
16726
- regex?: boolean;
16727
- values: string[];
16728
- }
16729
17125
  interface GetRepositoryMirrorRecordsFilterArgs {
16730
17126
  name: pulumi.Input<string>;
16731
17127
  regex?: pulumi.Input<boolean>;
16732
17128
  values: pulumi.Input<pulumi.Input<string>[]>;
16733
17129
  }
16734
- interface GetRepositoryPathsFilter {
16735
- /**
16736
- * Name of file or directory.
16737
- */
17130
+ interface GetRepositoryMirrorRecordsFilter {
16738
17131
  name: string;
16739
17132
  regex?: boolean;
16740
17133
  values: string[];
@@ -16747,7 +17140,10 @@ export declare namespace DevOps {
16747
17140
  regex?: pulumi.Input<boolean>;
16748
17141
  values: pulumi.Input<pulumi.Input<string>[]>;
16749
17142
  }
16750
- interface GetRepositoryRefsFilter {
17143
+ interface GetRepositoryPathsFilter {
17144
+ /**
17145
+ * Name of file or directory.
17146
+ */
16751
17147
  name: string;
16752
17148
  regex?: boolean;
16753
17149
  values: string[];
@@ -16757,7 +17153,7 @@ export declare namespace DevOps {
16757
17153
  regex?: pulumi.Input<boolean>;
16758
17154
  values: pulumi.Input<pulumi.Input<string>[]>;
16759
17155
  }
16760
- interface GetTriggersFilter {
17156
+ interface GetRepositoryRefsFilter {
16761
17157
  name: string;
16762
17158
  regex?: boolean;
16763
17159
  values: string[];
@@ -16767,6 +17163,11 @@ export declare namespace DevOps {
16767
17163
  regex?: pulumi.Input<boolean>;
16768
17164
  values: pulumi.Input<pulumi.Input<string>[]>;
16769
17165
  }
17166
+ interface GetTriggersFilter {
17167
+ name: string;
17168
+ regex?: boolean;
17169
+ values: string[];
17170
+ }
16770
17171
  interface ProjectNotificationConfig {
16771
17172
  /**
16772
17173
  * (Updatable) The topic ID for notifications.
@@ -16816,6 +17217,7 @@ export declare namespace DevOps {
16816
17217
  * (Updatable) The events, for example, PUSH, PULL_REQUEST_MERGE.
16817
17218
  */
16818
17219
  events?: pulumi.Input<pulumi.Input<string>[]>;
17220
+ exclude?: pulumi.Input<inputs.DevOps.TriggerActionFilterExclude>;
16819
17221
  /**
16820
17222
  * (Updatable) Attributes to filter GitLab self-hosted server events.
16821
17223
  */
@@ -16825,16 +17227,26 @@ export declare namespace DevOps {
16825
17227
  */
16826
17228
  triggerSource: pulumi.Input<string>;
16827
17229
  }
17230
+ interface TriggerActionFilterExclude {
17231
+ fileFilter?: pulumi.Input<inputs.DevOps.TriggerActionFilterExcludeFileFilter>;
17232
+ }
17233
+ interface TriggerActionFilterExcludeFileFilter {
17234
+ filePaths?: pulumi.Input<pulumi.Input<string>[]>;
17235
+ }
16828
17236
  interface TriggerActionFilterInclude {
16829
17237
  /**
16830
17238
  * (Updatable) The target branch for pull requests; not applicable for push requests.
16831
17239
  */
16832
17240
  baseRef?: pulumi.Input<string>;
17241
+ fileFilter?: pulumi.Input<inputs.DevOps.TriggerActionFilterIncludeFileFilter>;
16833
17242
  /**
16834
17243
  * (Updatable) Branch for push event; source branch for pull requests.
16835
17244
  */
16836
17245
  headRef?: pulumi.Input<string>;
16837
17246
  }
17247
+ interface TriggerActionFilterIncludeFileFilter {
17248
+ filePaths?: pulumi.Input<pulumi.Input<string>[]>;
17249
+ }
16838
17250
  }
16839
17251
  export declare namespace Dns {
16840
17252
  interface GetRecordsFilterArgs {
@@ -17438,15 +17850,213 @@ export declare namespace Functions {
17438
17850
  regex?: pulumi.Input<boolean>;
17439
17851
  values: pulumi.Input<pulumi.Input<string>[]>;
17440
17852
  }
17441
- interface GetFunctionsFilter {
17442
- name: string;
17443
- regex?: boolean;
17444
- values: string[];
17853
+ interface GetFunctionsFilter {
17854
+ name: string;
17855
+ regex?: boolean;
17856
+ values: string[];
17857
+ }
17858
+ interface GetFunctionsFilterArgs {
17859
+ name: pulumi.Input<string>;
17860
+ regex?: pulumi.Input<boolean>;
17861
+ values: pulumi.Input<pulumi.Input<string>[]>;
17862
+ }
17863
+ interface GetFusionEnvironmentAdminUsersFilter {
17864
+ name: string;
17865
+ regex?: boolean;
17866
+ values: string[];
17867
+ }
17868
+ interface GetFusionEnvironmentAdminUsersFilterArgs {
17869
+ name: pulumi.Input<string>;
17870
+ regex?: pulumi.Input<boolean>;
17871
+ values: pulumi.Input<pulumi.Input<string>[]>;
17872
+ }
17873
+ interface GetFusionEnvironmentDataMaskingActivitiesFilter {
17874
+ name: string;
17875
+ regex?: boolean;
17876
+ values: string[];
17877
+ }
17878
+ interface GetFusionEnvironmentDataMaskingActivitiesFilterArgs {
17879
+ name: pulumi.Input<string>;
17880
+ regex?: pulumi.Input<boolean>;
17881
+ values: pulumi.Input<pulumi.Input<string>[]>;
17882
+ }
17883
+ interface GetFusionEnvironmentFamiliesFilter {
17884
+ name: string;
17885
+ regex?: boolean;
17886
+ values: string[];
17887
+ }
17888
+ interface GetFusionEnvironmentFamiliesFilterArgs {
17889
+ name: pulumi.Input<string>;
17890
+ regex?: pulumi.Input<boolean>;
17891
+ values: pulumi.Input<pulumi.Input<string>[]>;
17892
+ }
17893
+ interface GetFusionEnvironmentRefreshActivitiesFilter {
17894
+ name: string;
17895
+ regex?: boolean;
17896
+ values: string[];
17897
+ }
17898
+ interface GetFusionEnvironmentRefreshActivitiesFilterArgs {
17899
+ name: pulumi.Input<string>;
17900
+ regex?: pulumi.Input<boolean>;
17901
+ values: pulumi.Input<pulumi.Input<string>[]>;
17902
+ }
17903
+ interface GetFusionEnvironmentScheduledActivitiesFilter {
17904
+ name: string;
17905
+ regex?: boolean;
17906
+ values: string[];
17907
+ }
17908
+ interface GetFusionEnvironmentScheduledActivitiesFilterArgs {
17909
+ name: pulumi.Input<string>;
17910
+ regex?: pulumi.Input<boolean>;
17911
+ values: pulumi.Input<pulumi.Input<string>[]>;
17912
+ }
17913
+ interface GetFusionEnvironmentServiceAttachmentsFilter {
17914
+ name: string;
17915
+ regex?: boolean;
17916
+ values: string[];
17917
+ }
17918
+ interface GetFusionEnvironmentServiceAttachmentsFilterArgs {
17919
+ name: pulumi.Input<string>;
17920
+ regex?: pulumi.Input<boolean>;
17921
+ values: pulumi.Input<pulumi.Input<string>[]>;
17922
+ }
17923
+ interface GetFusionEnvironmentTimeAvailableForRefreshsFilter {
17924
+ name: string;
17925
+ regex?: boolean;
17926
+ values: string[];
17927
+ }
17928
+ interface GetFusionEnvironmentTimeAvailableForRefreshsFilterArgs {
17929
+ name: pulumi.Input<string>;
17930
+ regex?: pulumi.Input<boolean>;
17931
+ values: pulumi.Input<pulumi.Input<string>[]>;
17932
+ }
17933
+ interface GetFusionEnvironmentsFilter {
17934
+ name: string;
17935
+ regex?: boolean;
17936
+ values: string[];
17937
+ }
17938
+ interface GetFusionEnvironmentsFilterArgs {
17939
+ name: pulumi.Input<string>;
17940
+ regex?: pulumi.Input<boolean>;
17941
+ values: pulumi.Input<pulumi.Input<string>[]>;
17942
+ }
17943
+ }
17944
+ export declare namespace FusionApps {
17945
+ interface FusionEnvironmentAdminUserItem {
17946
+ /**
17947
+ * The email address for the administrator.
17948
+ */
17949
+ emailAddress?: pulumi.Input<string>;
17950
+ /**
17951
+ * The administrator's first name.
17952
+ */
17953
+ firstName?: pulumi.Input<string>;
17954
+ /**
17955
+ * The administrator's last name.
17956
+ */
17957
+ lastName?: pulumi.Input<string>;
17958
+ /**
17959
+ * The username for the administrator.
17960
+ */
17961
+ username?: pulumi.Input<string>;
17962
+ }
17963
+ interface FusionEnvironmentCreateFusionEnvironmentAdminUserDetails {
17964
+ /**
17965
+ * The email address for the administrator.
17966
+ */
17967
+ emailAddress: pulumi.Input<string>;
17968
+ /**
17969
+ * The administrator's first name.
17970
+ */
17971
+ firstName: pulumi.Input<string>;
17972
+ /**
17973
+ * The administrator's last name.
17974
+ */
17975
+ lastName: pulumi.Input<string>;
17976
+ /**
17977
+ * The password for the administrator.
17978
+ */
17979
+ password: pulumi.Input<string>;
17980
+ /**
17981
+ * The username for the administrator.
17982
+ */
17983
+ username: pulumi.Input<string>;
17984
+ }
17985
+ interface FusionEnvironmentFamilyFamilyMaintenancePolicy {
17986
+ /**
17987
+ * (Updatable) Option to upgrade both production and non-production environments at the same time. When set to PROD both types of environnments are upgraded on the production schedule. When set to NON_PROD both types of environments are upgraded on the non-production schedule.
17988
+ */
17989
+ concurrentMaintenance?: pulumi.Input<string>;
17990
+ /**
17991
+ * (Updatable) When True, monthly patching is enabled for the environment family.
17992
+ */
17993
+ isMonthlyPatchingEnabled?: pulumi.Input<boolean>;
17994
+ /**
17995
+ * The quarterly maintenance month group schedule of the Fusion environment family.
17996
+ */
17997
+ quarterlyUpgradeBeginTimes?: pulumi.Input<string>;
17998
+ }
17999
+ interface FusionEnvironmentMaintenancePolicy {
18000
+ /**
18001
+ * (Updatable) User choice to upgrade both test and prod pods at the same time. Overrides fusion environment families'.
18002
+ */
18003
+ environmentMaintenanceOverride?: pulumi.Input<string>;
18004
+ /**
18005
+ * (Updatable) When "ENABLED", the Fusion environment is patched monthly. When "DISABLED", the Fusion environment is not patched monthly. This setting overrides the environment family setting. When not set, the environment follows the environment family policy.
18006
+ */
18007
+ monthlyPatchingOverride?: pulumi.Input<string>;
18008
+ /**
18009
+ * Determines the quarterly upgrade begin times (monthly maintenance group schedule ) of the Fusion environment.
18010
+ */
18011
+ quarterlyUpgradeBeginTimes?: pulumi.Input<pulumi.Input<inputs.FusionApps.FusionEnvironmentMaintenancePolicyQuarterlyUpgradeBeginTime>[]>;
18012
+ }
18013
+ interface FusionEnvironmentMaintenancePolicyQuarterlyUpgradeBeginTime {
18014
+ /**
18015
+ * The frequency and month when maintenance occurs for the Fusion environment.
18016
+ */
18017
+ beginTimesValue?: pulumi.Input<string>;
18018
+ /**
18019
+ * Determines if the maintenance schedule of the Fusion environment is inherited from the Fusion environment family.
18020
+ */
18021
+ overrideType?: pulumi.Input<string>;
18022
+ }
18023
+ interface FusionEnvironmentRefresh {
18024
+ /**
18025
+ * The source environment id for the last refresh
18026
+ */
18027
+ sourceFusionEnvironmentId?: pulumi.Input<string>;
18028
+ /**
18029
+ * The time of when the last refresh finish
18030
+ */
18031
+ timeFinished?: pulumi.Input<string>;
18032
+ /**
18033
+ * The point of time of the latest DB backup for the last refresh
18034
+ */
18035
+ timeOfRestorationPoint?: pulumi.Input<string>;
18036
+ }
18037
+ interface FusionEnvironmentRule {
18038
+ /**
18039
+ * (Updatable) Rule type
18040
+ */
18041
+ action: pulumi.Input<string>;
18042
+ /**
18043
+ * (Updatable)
18044
+ */
18045
+ conditions: pulumi.Input<pulumi.Input<inputs.FusionApps.FusionEnvironmentRuleCondition>[]>;
18046
+ /**
18047
+ * (Updatable) A brief description of the access control rule. Avoid entering confidential information. example: `192.168.0.0/16 and 2001:db8::/32 are trusted clients. Whitelist them.`
18048
+ */
18049
+ description?: pulumi.Input<string>;
17445
18050
  }
17446
- interface GetFunctionsFilterArgs {
17447
- name: pulumi.Input<string>;
17448
- regex?: pulumi.Input<boolean>;
17449
- values: pulumi.Input<pulumi.Input<string>[]>;
18051
+ interface FusionEnvironmentRuleCondition {
18052
+ /**
18053
+ * (Updatable) RuleCondition type
18054
+ */
18055
+ attributeName: pulumi.Input<string>;
18056
+ /**
18057
+ * (Updatable) The OCID of the originating VCN that an incoming packet must match. You can use this condition in conjunction with `SourceVcnIpAddressCondition`. **NOTE:** If you define this condition for a rule without a `SourceVcnIpAddressCondition`, this condition matches all incoming traffic in the specified VCN.
18058
+ */
18059
+ attributeValue: pulumi.Input<string>;
17450
18060
  }
17451
18061
  }
17452
18062
  export declare namespace GoldenGate {
@@ -20502,17 +21112,12 @@ export declare namespace Mysql {
20502
21112
  regex?: pulumi.Input<boolean>;
20503
21113
  values: pulumi.Input<pulumi.Input<string>[]>;
20504
21114
  }
20505
- interface GetMysqlDbSystemsFilterArgs {
20506
- name: pulumi.Input<string>;
20507
- regex?: pulumi.Input<boolean>;
20508
- values: pulumi.Input<pulumi.Input<string>[]>;
20509
- }
20510
21115
  interface GetMysqlDbSystemsFilter {
20511
21116
  name: string;
20512
21117
  regex?: boolean;
20513
21118
  values: string[];
20514
21119
  }
20515
- interface GetMysqlVersionFilterArgs {
21120
+ interface GetMysqlDbSystemsFilterArgs {
20516
21121
  name: pulumi.Input<string>;
20517
21122
  regex?: pulumi.Input<boolean>;
20518
21123
  values: pulumi.Input<pulumi.Input<string>[]>;
@@ -20522,6 +21127,11 @@ export declare namespace Mysql {
20522
21127
  regex?: boolean;
20523
21128
  values: string[];
20524
21129
  }
21130
+ interface GetMysqlVersionFilterArgs {
21131
+ name: pulumi.Input<string>;
21132
+ regex?: pulumi.Input<boolean>;
21133
+ values: pulumi.Input<pulumi.Input<string>[]>;
21134
+ }
20525
21135
  interface GetShapesFilter {
20526
21136
  /**
20527
21137
  * Name
@@ -20744,6 +21354,348 @@ export declare namespace Mysql {
20744
21354
  */
20745
21355
  windowStartTime?: pulumi.Input<string>;
20746
21356
  }
21357
+ interface MysqlConfigurationInitVariables {
21358
+ /**
21359
+ * Represents the MySQL server system variable lowerCaseTableNames (https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_lower_case_table_names).
21360
+ */
21361
+ lowerCaseTableNames?: pulumi.Input<string>;
21362
+ }
21363
+ interface MysqlConfigurationVariables {
21364
+ /**
21365
+ * ("autocommit")
21366
+ */
21367
+ autocommit?: pulumi.Input<boolean>;
21368
+ /**
21369
+ * If enabled, the server stores all temporary tables on disk rather than in memory.
21370
+ */
21371
+ bigTables?: pulumi.Input<boolean>;
21372
+ /**
21373
+ * Sets the binary log expiration period in seconds. binlogExpireLogsSeconds corresponds to the MySQL binary logging system variable [binlogExpireLogsSeconds](https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html#sysvar_binlog_expire_logs_seconds).
21374
+ */
21375
+ binlogExpireLogsSeconds?: pulumi.Input<number>;
21376
+ /**
21377
+ * Configures the amount of table metadata added to the binary log when using row-based logging. binlogRowMetadata corresponds to the MySQL binary logging system variable [binlogRowMetadata](https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html#sysvar_binlog_row_metadata).
21378
+ */
21379
+ binlogRowMetadata?: pulumi.Input<string>;
21380
+ /**
21381
+ * When set to PARTIAL_JSON, this enables use of a space-efficient binary log format for updates that modify only a small portion of a JSON document. binlogRowValueOptions corresponds to the MySQL binary logging system variable [binlogRowValueOptions](https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html#sysvar_binlog_row_value_options).
21382
+ */
21383
+ binlogRowValueOptions?: pulumi.Input<string>;
21384
+ /**
21385
+ * Enables compression for transactions that are written to binary log files on this server. binlogTransactionCompression corresponds to the MySQL binary logging system variable [binlogTransactionCompression](https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html#sysvar_binlog_transaction_compression).
21386
+ */
21387
+ binlogTransactionCompression?: pulumi.Input<boolean>;
21388
+ /**
21389
+ * ("completionType")
21390
+ */
21391
+ completionType?: pulumi.Input<string>;
21392
+ /**
21393
+ * The number of seconds that the mysqld server waits for a connect packet before responding with Bad handshake.
21394
+ */
21395
+ connectTimeout?: pulumi.Input<number>;
21396
+ /**
21397
+ * Set the chunking size for updates to the global memory usage counter Global_connection_memory.
21398
+ */
21399
+ connectionMemoryChunkSize?: pulumi.Input<number>;
21400
+ /**
21401
+ * Set the maximum amount of memory that can be used by a single user connection.
21402
+ */
21403
+ connectionMemoryLimit?: pulumi.Input<string>;
21404
+ /**
21405
+ * ("cteMaxRecursionDepth")
21406
+ */
21407
+ cteMaxRecursionDepth?: pulumi.Input<string>;
21408
+ /**
21409
+ * ("defaultAuthenticationPlugin")
21410
+ */
21411
+ defaultAuthenticationPlugin?: pulumi.Input<string>;
21412
+ /**
21413
+ * ("foreignKeyChecks")
21414
+ */
21415
+ foreignKeyChecks?: pulumi.Input<boolean>;
21416
+ /**
21417
+ * ("generatedRandomPasswordLength") DEPRECATED -- variable should not be settable and will be ignored
21418
+ *
21419
+ * @deprecated The 'generated_random_password_length' field has been deprecated and may be removed in a future version. Do not use this field.
21420
+ */
21421
+ generatedRandomPasswordLength?: pulumi.Input<number>;
21422
+ /**
21423
+ * Set the total amount of memory that can be used by all user connections.
21424
+ */
21425
+ globalConnectionMemoryLimit?: pulumi.Input<string>;
21426
+ /**
21427
+ * Determines whether the MySQL server calculates Global_connection_memory.
21428
+ */
21429
+ globalConnectionMemoryTracking?: pulumi.Input<boolean>;
21430
+ /**
21431
+ * * EVENTUAL: Both RO and RW transactions do not wait for preceding transactions to be applied before executing. A RW transaction does not wait for other members to apply a transaction. This means that a transaction could be externalized on one member before the others. This also means that in the event of a primary failover, the new primary can accept new RO and RW transactions before the previous primary transactions are all applied. RO transactions could result in outdated values, RW transactions could result in a rollback due to conflicts.
21432
+ * * BEFORE_ON_PRIMARY_FAILOVER: New RO or RW transactions with a newly elected primary that is applying backlog from the old primary are held (not applied) until any backlog has been applied. This ensures that when a primary failover happens, intentionally or not, clients always see the latest value on the primary. This guarantees consistency, but means that clients must be able to handle the delay in the event that a backlog is being applied. Usually this delay should be minimal, but does depend on the size of the backlog.
21433
+ * * BEFORE: A RW transaction waits for all preceding transactions to complete before being applied. A RO transaction waits for all preceding transactions to complete before being executed. This ensures that this transaction reads the latest value by only affecting the latency of the transaction. This reduces the overhead of synchronization on every RW transaction, by ensuring synchronization is used only on RO transactions. This consistency level also includes the consistency guarantees provided by BEFORE_ON_PRIMARY_FAILOVER.
21434
+ * * AFTER: A RW transaction waits until its changes have been applied to all of the other members. This value has no effect on RO transactions. This mode ensures that when a transaction is committed on the local member, any subsequent transaction reads the written value or a more recent value on any group member. Use this mode with a group that is used for predominantly RO operations to ensure that applied RW transactions are applied everywhere once they commit. This could be used by your application to ensure that subsequent reads fetch the latest data which includes the latest writes. This reduces the overhead of synchronization on every RO transaction, by ensuring synchronization is used only on RW transactions. This consistency level also includes the consistency guarantees provided by BEFORE_ON_PRIMARY_FAILOVER.
21435
+ * * BEFORE_AND_AFTER: A RW transaction waits for 1) all preceding transactions to complete before being applied and 2) until its changes have been applied on other members. A RO transaction waits for all preceding transactions to complete before execution takes place. This consistency level also includes the consistency guarantees provided by BEFORE_ON_PRIMARY_FAILOVER.
21436
+ */
21437
+ groupReplicationConsistency?: pulumi.Input<string>;
21438
+ /**
21439
+ * ("informationSchemaStatsExpiry")
21440
+ */
21441
+ informationSchemaStatsExpiry?: pulumi.Input<number>;
21442
+ /**
21443
+ * Specifies the percentage of the most recently used pages for each buffer pool to read out and dump.
21444
+ */
21445
+ innodbBufferPoolDumpPct?: pulumi.Input<number>;
21446
+ /**
21447
+ * ("innodbBufferPoolInstances")
21448
+ */
21449
+ innodbBufferPoolInstances?: pulumi.Input<number>;
21450
+ /**
21451
+ * The size (in bytes) of the buffer pool, that is, the memory area where InnoDB caches table and index data.
21452
+ */
21453
+ innodbBufferPoolSize?: pulumi.Input<string>;
21454
+ /**
21455
+ * innodbDdlBufferSize corresponds to the MySQL system variable [innodbDdlBufferSize] (https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_ddl_buffer_size)
21456
+ */
21457
+ innodbDdlBufferSize?: pulumi.Input<string>;
21458
+ /**
21459
+ * innodbDdlThreads corresponds to the MySQL system variable [innodbDdlThreads] (https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_ddl_threads)
21460
+ */
21461
+ innodbDdlThreads?: pulumi.Input<number>;
21462
+ /**
21463
+ * ("innodbFtEnableStopword")
21464
+ */
21465
+ innodbFtEnableStopword?: pulumi.Input<boolean>;
21466
+ /**
21467
+ * ("innodbFtMaxTokenSize")
21468
+ */
21469
+ innodbFtMaxTokenSize?: pulumi.Input<number>;
21470
+ /**
21471
+ * ("innodbFtMinTokenSize")
21472
+ */
21473
+ innodbFtMinTokenSize?: pulumi.Input<number>;
21474
+ /**
21475
+ * ("innodbFtNumWordOptimize")
21476
+ */
21477
+ innodbFtNumWordOptimize?: pulumi.Input<number>;
21478
+ /**
21479
+ * ("innodbFtResultCacheLimit")
21480
+ */
21481
+ innodbFtResultCacheLimit?: pulumi.Input<string>;
21482
+ /**
21483
+ * ("innodbFtServerStopwordTable")
21484
+ */
21485
+ innodbFtServerStopwordTable?: pulumi.Input<string>;
21486
+ /**
21487
+ * ("innodbLockWaitTimeout")
21488
+ */
21489
+ innodbLockWaitTimeout?: pulumi.Input<number>;
21490
+ /**
21491
+ * Enables dedicated log writer threads for writing redo log records from the log buffer to the system buffers and flushing the system buffers to the redo log files.
21492
+ */
21493
+ innodbLogWriterThreads?: pulumi.Input<boolean>;
21494
+ /**
21495
+ * The desired maximum purge lag in terms of transactions.
21496
+ */
21497
+ innodbMaxPurgeLag?: pulumi.Input<string>;
21498
+ /**
21499
+ * The maximum delay in microseconds for the delay imposed when the innodbMaxPurgeLag threshold is exceeded.
21500
+ */
21501
+ innodbMaxPurgeLagDelay?: pulumi.Input<number>;
21502
+ /**
21503
+ * The number of index pages to sample when estimating cardinality and other statistics for an indexed column, such as those calculated by ANALYZE TABLE.
21504
+ */
21505
+ innodbStatsPersistentSamplePages?: pulumi.Input<string>;
21506
+ /**
21507
+ * The number of index pages to sample when estimating cardinality and other statistics for an indexed column, such as those calculated by [ANALYZE TABLE](https://dev.mysql.com/doc/refman/8.0/en/analyze-table.html).
21508
+ */
21509
+ innodbStatsTransientSamplePages?: pulumi.Input<string>;
21510
+ /**
21511
+ * The number of seconds the server waits for activity on an interactive connection before closing it.
21512
+ */
21513
+ interactiveTimeout?: pulumi.Input<number>;
21514
+ /**
21515
+ * ("localInfile")
21516
+ */
21517
+ localInfile?: pulumi.Input<boolean>;
21518
+ /**
21519
+ * ("mandatoryRoles")
21520
+ */
21521
+ mandatoryRoles?: pulumi.Input<string>;
21522
+ /**
21523
+ * The maximum size of one packet or any generated/intermediate string.
21524
+ */
21525
+ maxAllowedPacket?: pulumi.Input<number>;
21526
+ /**
21527
+ * Sets the size of the transaction cache.
21528
+ */
21529
+ maxBinlogCacheSize?: pulumi.Input<string>;
21530
+ /**
21531
+ * ("maxConnectErrors")
21532
+ */
21533
+ maxConnectErrors?: pulumi.Input<string>;
21534
+ /**
21535
+ * ("maxConnections")
21536
+ */
21537
+ maxConnections?: pulumi.Input<number>;
21538
+ /**
21539
+ * ("maxExecutionTime")
21540
+ */
21541
+ maxExecutionTime?: pulumi.Input<string>;
21542
+ /**
21543
+ * This variable sets the maximum size to which user-created MEMORY tables are permitted to grow.
21544
+ */
21545
+ maxHeapTableSize?: pulumi.Input<string>;
21546
+ /**
21547
+ * ("maxPreparedStmtCount")
21548
+ */
21549
+ maxPreparedStmtCount?: pulumi.Input<number>;
21550
+ /**
21551
+ * ("mysqlFirewallMode")
21552
+ */
21553
+ mysqlFirewallMode?: pulumi.Input<boolean>;
21554
+ /**
21555
+ * DEPRECATED -- typo of mysqlx_zstd_default_compression_level. variable will be ignored.
21556
+ *
21557
+ * @deprecated The 'mysql_zstd_default_compression_level' field has been deprecated and may be removed in a future version. Do not use this field.
21558
+ */
21559
+ mysqlZstdDefaultCompressionLevel?: pulumi.Input<number>;
21560
+ /**
21561
+ * The number of seconds X Plugin waits for the first packet to be received from newly connected clients.
21562
+ */
21563
+ mysqlxConnectTimeout?: pulumi.Input<number>;
21564
+ /**
21565
+ * Set the default compression level for the deflate algorithm. ("mysqlxDeflateDefaultCompressionLevel")
21566
+ */
21567
+ mysqlxDeflateDefaultCompressionLevel?: pulumi.Input<number>;
21568
+ /**
21569
+ * Limit the upper bound of accepted compression levels for the deflate algorithm. ("mysqlxDeflateMaxClientCompressionLevel")
21570
+ */
21571
+ mysqlxDeflateMaxClientCompressionLevel?: pulumi.Input<number>;
21572
+ /**
21573
+ * ("mysqlxDocumentIdUniquePrefix") DEPRECATED -- variable should not be settable and will be ignored
21574
+ *
21575
+ * @deprecated The 'mysqlx_document_id_unique_prefix' field has been deprecated and may be removed in a future version. Do not use this field.
21576
+ */
21577
+ mysqlxDocumentIdUniquePrefix?: pulumi.Input<number>;
21578
+ /**
21579
+ * ("mysqlxEnableHelloNotice") DEPRECATED -- variable should not be settable and will be ignored
21580
+ */
21581
+ mysqlxEnableHelloNotice?: pulumi.Input<boolean>;
21582
+ /**
21583
+ * ("mysqlxIdleWorkerThreadTimeout") DEPRECATED -- variable should not be settable and will be ignored
21584
+ *
21585
+ * @deprecated The 'mysqlx_idle_worker_thread_timeout' field has been deprecated and may be removed in a future version. Do not use this field.
21586
+ */
21587
+ mysqlxIdleWorkerThreadTimeout?: pulumi.Input<number>;
21588
+ /**
21589
+ * The number of seconds to wait for interactive clients to timeout.
21590
+ */
21591
+ mysqlxInteractiveTimeout?: pulumi.Input<number>;
21592
+ /**
21593
+ * Set the default compression level for the lz4 algorithm. ("mysqlxLz4DefaultCompressionLevel")
21594
+ */
21595
+ mysqlxLz4defaultCompressionLevel?: pulumi.Input<number>;
21596
+ /**
21597
+ * Limit the upper bound of accepted compression levels for the lz4 algorithm. ("mysqlxLz4MaxClientCompressionLevel")
21598
+ */
21599
+ mysqlxLz4maxClientCompressionLevel?: pulumi.Input<number>;
21600
+ /**
21601
+ * The maximum size of network packets that can be received by X Plugin.
21602
+ */
21603
+ mysqlxMaxAllowedPacket?: pulumi.Input<number>;
21604
+ /**
21605
+ * ("mysqlxMinWorkerThreads") DEPRECATED -- variable should not be settable and will be ignored
21606
+ *
21607
+ * @deprecated The 'mysqlx_min_worker_threads' field has been deprecated and may be removed in a future version. Do not use this field.
21608
+ */
21609
+ mysqlxMinWorkerThreads?: pulumi.Input<number>;
21610
+ /**
21611
+ * The number of seconds that X Plugin waits for blocking read operations to complete. After this time, if the read operation is not successful, X Plugin closes the connection and returns a warning notice with the error code ER_IO_READ_ERROR to the client application.
21612
+ */
21613
+ mysqlxReadTimeout?: pulumi.Input<number>;
21614
+ /**
21615
+ * The number of seconds that X Plugin waits for activity on a connection.
21616
+ */
21617
+ mysqlxWaitTimeout?: pulumi.Input<number>;
21618
+ /**
21619
+ * The number of seconds that X Plugin waits for blocking write operations to complete. After this time, if the write operation is not successful, X Plugin closes the connection.
21620
+ */
21621
+ mysqlxWriteTimeout?: pulumi.Input<number>;
21622
+ /**
21623
+ * Set the default compression level for the zstd algorithm. ("mysqlxZstdDefaultCompressionLevel")
21624
+ */
21625
+ mysqlxZstdDefaultCompressionLevel?: pulumi.Input<number>;
21626
+ /**
21627
+ * Limit the upper bound of accepted compression levels for the zstd algorithm. ("mysqlxZstdMaxClientCompressionLevel")
21628
+ */
21629
+ mysqlxZstdMaxClientCompressionLevel?: pulumi.Input<number>;
21630
+ /**
21631
+ * The number of seconds to wait for more data from a connection before aborting the read.
21632
+ */
21633
+ netReadTimeout?: pulumi.Input<number>;
21634
+ /**
21635
+ * The number of seconds to wait for a block to be written to a connection before aborting the write.
21636
+ */
21637
+ netWriteTimeout?: pulumi.Input<number>;
21638
+ /**
21639
+ * ("parserMaxMemSize")
21640
+ */
21641
+ parserMaxMemSize?: pulumi.Input<string>;
21642
+ /**
21643
+ * ("queryAllocBlockSize") DEPRECATED -- variable should not be settable and will be ignored
21644
+ *
21645
+ * @deprecated The 'query_alloc_block_size' field has been deprecated and may be removed in a future version. Do not use this field.
21646
+ */
21647
+ queryAllocBlockSize?: pulumi.Input<string>;
21648
+ /**
21649
+ * ("queryPreallocSize") DEPRECATED -- variable should not be settable and will be ignored
21650
+ *
21651
+ * @deprecated The 'query_prealloc_size' field has been deprecated and may be removed in a future version. Do not use this field.
21652
+ */
21653
+ queryPreallocSize?: pulumi.Input<string>;
21654
+ /**
21655
+ * regexpTimeLimit corresponds to the MySQL system variable [regexpTimeLimit] (https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_regexp_time_limit)
21656
+ */
21657
+ regexpTimeLimit?: pulumi.Input<number>;
21658
+ /**
21659
+ * Each session that must perform a sort allocates a buffer of this size.
21660
+ */
21661
+ sortBufferSize?: pulumi.Input<string>;
21662
+ /**
21663
+ * ("sqlMode")
21664
+ */
21665
+ sqlMode?: pulumi.Input<string>;
21666
+ /**
21667
+ * ("sqlRequirePrimaryKey")
21668
+ */
21669
+ sqlRequirePrimaryKey?: pulumi.Input<boolean>;
21670
+ /**
21671
+ * ("sqlWarnings")
21672
+ */
21673
+ sqlWarnings?: pulumi.Input<boolean>;
21674
+ /**
21675
+ * Controls whether the thread pool uses dedicated listener threads. If enabled, a listener thread in each thread group is dedicated to the task of listening for network events from clients, ensuring that the maximum number of query worker threads is no more than the value specified by threadPoolMaxTransactionsLimit. threadPoolDedicatedListeners corresponds to the MySQL Database Service-specific system variable thread_pool_dedicated_listeners.
21676
+ */
21677
+ threadPoolDedicatedListeners?: pulumi.Input<boolean>;
21678
+ /**
21679
+ * Limits the maximum number of open transactions to the defined value. The default value is 0, which enforces no limit. threadPoolMaxTransactionsLimit corresponds to the MySQL Database Service-specific system variable thread_pool_max_transactions_limit.
21680
+ */
21681
+ threadPoolMaxTransactionsLimit?: pulumi.Input<number>;
21682
+ /**
21683
+ * Initializes the time zone for each client that connects.
21684
+ */
21685
+ timeZone?: pulumi.Input<string>;
21686
+ /**
21687
+ * The maximum size of internal in-memory temporary tables. This variable does not apply to user-created MEMORY tables.
21688
+ */
21689
+ tmpTableSize?: pulumi.Input<string>;
21690
+ /**
21691
+ * ("transactionIsolation")
21692
+ */
21693
+ transactionIsolation?: pulumi.Input<string>;
21694
+ /**
21695
+ * The number of seconds the server waits for activity on a noninteractive connection before closing it.
21696
+ */
21697
+ waitTimeout?: pulumi.Input<number>;
21698
+ }
20747
21699
  interface MysqlDbSystemAnalyticsCluster {
20748
21700
  /**
20749
21701
  * The number of analytics-processing compute instances, of the specified shape, in the HeatWave cluster.
@@ -21817,20 +22769,12 @@ export declare namespace Ocvp {
21817
22769
  regex?: pulumi.Input<boolean>;
21818
22770
  values: pulumi.Input<pulumi.Input<string>[]>;
21819
22771
  }
21820
- interface GetSddcsFilter {
21821
- name: string;
21822
- regex?: boolean;
21823
- values: string[];
21824
- }
21825
22772
  interface GetSddcsFilterArgs {
21826
22773
  name: pulumi.Input<string>;
21827
22774
  regex?: pulumi.Input<boolean>;
21828
22775
  values: pulumi.Input<pulumi.Input<string>[]>;
21829
22776
  }
21830
- interface GetSupportedHostShapesFilter {
21831
- /**
21832
- * A filter to return only resources that match the given name exactly.
21833
- */
22777
+ interface GetSddcsFilter {
21834
22778
  name: string;
21835
22779
  regex?: boolean;
21836
22780
  values: string[];
@@ -21843,9 +22787,9 @@ export declare namespace Ocvp {
21843
22787
  regex?: pulumi.Input<boolean>;
21844
22788
  values: pulumi.Input<pulumi.Input<string>[]>;
21845
22789
  }
21846
- interface GetSupportedSkusFilter {
22790
+ interface GetSupportedHostShapesFilter {
21847
22791
  /**
21848
- * name of SKU
22792
+ * A filter to return only resources that match the given name exactly.
21849
22793
  */
21850
22794
  name: string;
21851
22795
  regex?: boolean;
@@ -21859,7 +22803,10 @@ export declare namespace Ocvp {
21859
22803
  regex?: pulumi.Input<boolean>;
21860
22804
  values: pulumi.Input<pulumi.Input<string>[]>;
21861
22805
  }
21862
- interface GetSupportedVmwareSoftwareVersionsFilter {
22806
+ interface GetSupportedSkusFilter {
22807
+ /**
22808
+ * name of SKU
22809
+ */
21863
22810
  name: string;
21864
22811
  regex?: boolean;
21865
22812
  values: string[];
@@ -21869,6 +22816,11 @@ export declare namespace Ocvp {
21869
22816
  regex?: pulumi.Input<boolean>;
21870
22817
  values: pulumi.Input<pulumi.Input<string>[]>;
21871
22818
  }
22819
+ interface GetSupportedVmwareSoftwareVersionsFilter {
22820
+ name: string;
22821
+ regex?: boolean;
22822
+ values: string[];
22823
+ }
21872
22824
  interface SddcHcxOnPremLicense {
21873
22825
  /**
21874
22826
  * HCX on-premise license key value.
@@ -21883,6 +22835,26 @@ export declare namespace Ocvp {
21883
22835
  */
21884
22836
  systemName?: pulumi.Input<string>;
21885
22837
  }
22838
+ interface SddcUpgradeLicense {
22839
+ /**
22840
+ * vSphere license key value.
22841
+ */
22842
+ licenseKey?: pulumi.Input<string>;
22843
+ /**
22844
+ * vSphere license type.
22845
+ */
22846
+ licenseType?: pulumi.Input<string>;
22847
+ }
22848
+ interface SddcVsphereUpgradeObject {
22849
+ /**
22850
+ * Binary object download link.
22851
+ */
22852
+ downloadLink?: pulumi.Input<string>;
22853
+ /**
22854
+ * Binary object description.
22855
+ */
22856
+ linkDescription?: pulumi.Input<string>;
22857
+ }
21886
22858
  }
21887
22859
  export declare namespace Oda {
21888
22860
  interface GetOdaInstancesFilter {
@@ -24426,21 +25398,39 @@ export declare namespace UsageProxy {
24426
25398
  regex?: pulumi.Input<boolean>;
24427
25399
  values: pulumi.Input<pulumi.Input<string>[]>;
24428
25400
  }
24429
- interface GetSubscriptionRewardsFilter {
25401
+ interface GetSubscriptionRedemptionsFilter {
24430
25402
  name: string;
24431
25403
  regex?: boolean;
24432
25404
  values: string[];
24433
25405
  }
25406
+ interface GetSubscriptionRedemptionsFilterArgs {
25407
+ name: pulumi.Input<string>;
25408
+ regex?: pulumi.Input<boolean>;
25409
+ values: pulumi.Input<pulumi.Input<string>[]>;
25410
+ }
24434
25411
  interface GetSubscriptionRewardsFilterArgs {
24435
25412
  name: pulumi.Input<string>;
24436
25413
  regex?: pulumi.Input<boolean>;
24437
25414
  values: pulumi.Input<pulumi.Input<string>[]>;
24438
25415
  }
25416
+ interface GetSubscriptionRewardsFilter {
25417
+ name: string;
25418
+ regex?: boolean;
25419
+ values: string[];
25420
+ }
24439
25421
  interface SubscriptionRedeemableUserItem {
24440
25422
  /**
24441
25423
  * The email ID for a user that can redeem rewards.
24442
25424
  */
24443
25425
  emailId: pulumi.Input<string>;
25426
+ /**
25427
+ * The first name of the user that can redeem rewards.
25428
+ */
25429
+ firstName?: pulumi.Input<string>;
25430
+ /**
25431
+ * The last name of the user that can redeem rewards.
25432
+ */
25433
+ lastName?: pulumi.Input<string>;
24444
25434
  }
24445
25435
  }
24446
25436
  export declare namespace Vault {