@pulumi/oci 3.12.0-alpha.1763190269 → 3.12.0-alpha.1763698704

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 (126) hide show
  1. package/apigateway/gateway.d.ts +44 -0
  2. package/apigateway/gateway.js +14 -0
  3. package/apigateway/gateway.js.map +1 -1
  4. package/apigateway/getGateway.d.ts +12 -0
  5. package/apigateway/getGateway.js.map +1 -1
  6. package/bastion/bastion.d.ts +19 -0
  7. package/bastion/bastion.js +3 -0
  8. package/bastion/bastion.js.map +1 -1
  9. package/bastion/getBastion.d.ts +6 -0
  10. package/bastion/getBastion.js.map +1 -1
  11. package/config/vars.d.ts +4 -0
  12. package/config/vars.js +6 -0
  13. package/config/vars.js.map +1 -1
  14. package/core/computeGpuMemoryFabric.d.ts +62 -12
  15. package/core/computeGpuMemoryFabric.js +14 -0
  16. package/core/computeGpuMemoryFabric.js.map +1 -1
  17. package/core/getComputeGpuMemoryFabric.d.ts +29 -0
  18. package/core/getComputeGpuMemoryFabric.js.map +1 -1
  19. package/database/database.d.ts +3 -1
  20. package/database/database.js +3 -1
  21. package/database/database.js.map +1 -1
  22. package/database/databaseSnapshotStandby.d.ts +7 -0
  23. package/database/databaseSnapshotStandby.js +7 -0
  24. package/database/databaseSnapshotStandby.js.map +1 -1
  25. package/datacatalog/catalogPrivateEndpoint.d.ts +19 -0
  26. package/datacatalog/catalogPrivateEndpoint.js +3 -0
  27. package/datacatalog/catalogPrivateEndpoint.js.map +1 -1
  28. package/datacatalog/getCatalogPrivateEndpoint.d.ts +6 -0
  29. package/datacatalog/getCatalogPrivateEndpoint.js.map +1 -1
  30. package/goldengate/connection.d.ts +28 -35
  31. package/goldengate/connection.js +1 -2
  32. package/goldengate/connection.js.map +1 -1
  33. package/goldengate/deployment.d.ts +21 -0
  34. package/goldengate/deployment.js.map +1 -1
  35. package/goldengate/getPipeline.d.ts +8 -0
  36. package/goldengate/getPipeline.js.map +1 -1
  37. package/goldengate/pipeline.d.ts +21 -0
  38. package/goldengate/pipeline.js +5 -0
  39. package/goldengate/pipeline.js.map +1 -1
  40. package/oci/dbmulticloudOracleDbAwsIdentityConnector.d.ts +264 -0
  41. package/oci/dbmulticloudOracleDbAwsIdentityConnector.js +138 -0
  42. package/oci/dbmulticloudOracleDbAwsIdentityConnector.js.map +1 -0
  43. package/oci/dbmulticloudOracleDbAwsKey.d.ts +276 -0
  44. package/oci/dbmulticloudOracleDbAwsKey.js +122 -0
  45. package/oci/dbmulticloudOracleDbAwsKey.js.map +1 -0
  46. package/oci/getDbmulticloudOracleDbAwsIdentityConnector.d.ts +134 -0
  47. package/oci/getDbmulticloudOracleDbAwsIdentityConnector.js +54 -0
  48. package/oci/getDbmulticloudOracleDbAwsIdentityConnector.js.map +1 -0
  49. package/oci/getDbmulticloudOracleDbAwsIdentityConnectors.d.ts +117 -0
  50. package/oci/getDbmulticloudOracleDbAwsIdentityConnectors.js +68 -0
  51. package/oci/getDbmulticloudOracleDbAwsIdentityConnectors.js.map +1 -0
  52. package/oci/getDbmulticloudOracleDbAwsKey.d.ts +135 -0
  53. package/oci/getDbmulticloudOracleDbAwsKey.js +54 -0
  54. package/oci/getDbmulticloudOracleDbAwsKey.js.map +1 -0
  55. package/oci/getDbmulticloudOracleDbAwsKeys.d.ts +125 -0
  56. package/oci/getDbmulticloudOracleDbAwsKeys.js +72 -0
  57. package/oci/getDbmulticloudOracleDbAwsKeys.js.map +1 -0
  58. package/oci/getDbmulticloudOracleDbGcpIdentityConnectors.d.ts +2 -2
  59. package/oci/getPsaPrivateServiceAccess.d.ts +145 -0
  60. package/oci/getPsaPrivateServiceAccess.js +66 -0
  61. package/oci/getPsaPrivateServiceAccess.js.map +1 -0
  62. package/oci/getPsaPrivateServiceAccesses.d.ts +42 -0
  63. package/oci/getPsaPrivateServiceAccesses.js +36 -0
  64. package/oci/getPsaPrivateServiceAccesses.js.map +1 -0
  65. package/oci/getPsaPsaServices.d.ts +86 -0
  66. package/oci/getPsaPsaServices.js +62 -0
  67. package/oci/getPsaPsaServices.js.map +1 -0
  68. package/oci/getPsaPsaWorkRequest.d.ts +100 -0
  69. package/oci/getPsaPsaWorkRequest.js +54 -0
  70. package/oci/getPsaPsaWorkRequest.js.map +1 -0
  71. package/oci/getPsaPsaWorkRequestErrors.d.ts +31 -0
  72. package/oci/getPsaPsaWorkRequestErrors.js +24 -0
  73. package/oci/getPsaPsaWorkRequestErrors.js.map +1 -0
  74. package/oci/getPsaPsaWorkRequestLogs.d.ts +31 -0
  75. package/oci/getPsaPsaWorkRequestLogs.js +24 -0
  76. package/oci/getPsaPsaWorkRequestLogs.js.map +1 -0
  77. package/oci/getPsaPsaWorkRequests.d.ts +111 -0
  78. package/oci/getPsaPsaWorkRequests.js +70 -0
  79. package/oci/getPsaPsaWorkRequests.js.map +1 -0
  80. package/oci/index.d.ts +54 -0
  81. package/oci/index.js +73 -4
  82. package/oci/index.js.map +1 -1
  83. package/oci/iotDigitalTwinInstance.d.ts +6 -6
  84. package/oci/iotDigitalTwinInstanceInvokeRawCommand.d.ts +167 -0
  85. package/oci/iotDigitalTwinInstanceInvokeRawCommand.js +95 -0
  86. package/oci/iotDigitalTwinInstanceInvokeRawCommand.js.map +1 -0
  87. package/oci/iotIotDomainChangeDataRetentionPeriod.d.ts +102 -0
  88. package/oci/iotIotDomainChangeDataRetentionPeriod.js +80 -0
  89. package/oci/iotIotDomainChangeDataRetentionPeriod.js.map +1 -0
  90. package/oci/iotIotDomainConfigureDataAccess.d.ts +128 -0
  91. package/oci/iotIotDomainConfigureDataAccess.js +85 -0
  92. package/oci/iotIotDomainConfigureDataAccess.js.map +1 -0
  93. package/oci/iotIotDomainGroupConfigureDataAccess.d.ts +89 -0
  94. package/oci/iotIotDomainGroupConfigureDataAccess.js +74 -0
  95. package/oci/iotIotDomainGroupConfigureDataAccess.js.map +1 -0
  96. package/oci/psaPrivateServiceAccess.d.ts +102 -0
  97. package/oci/psaPrivateServiceAccess.js +90 -0
  98. package/oci/psaPrivateServiceAccess.js.map +1 -0
  99. package/package.json +2 -2
  100. package/provider.d.ts +8 -0
  101. package/provider.js +1 -0
  102. package/provider.js.map +1 -1
  103. package/servicecatalog/catalog.d.ts +36 -11
  104. package/servicecatalog/catalog.js +5 -0
  105. package/servicecatalog/catalog.js.map +1 -1
  106. package/servicecatalog/getAllApplications.d.ts +166 -0
  107. package/servicecatalog/getAllApplications.js +88 -0
  108. package/servicecatalog/getAllApplications.js.map +1 -0
  109. package/servicecatalog/getConfiguration.d.ts +67 -0
  110. package/servicecatalog/getConfiguration.js +54 -0
  111. package/servicecatalog/getConfiguration.js.map +1 -0
  112. package/servicecatalog/getPrivateApplication.d.ts +6 -0
  113. package/servicecatalog/getPrivateApplication.js.map +1 -1
  114. package/servicecatalog/getServiceCatalog.d.ts +10 -0
  115. package/servicecatalog/getServiceCatalog.js.map +1 -1
  116. package/servicecatalog/getServiceCatalogs.d.ts +14 -0
  117. package/servicecatalog/getServiceCatalogs.js +4 -0
  118. package/servicecatalog/getServiceCatalogs.js.map +1 -1
  119. package/servicecatalog/index.d.ts +6 -0
  120. package/servicecatalog/index.js +7 -1
  121. package/servicecatalog/index.js.map +1 -1
  122. package/servicecatalog/privateApplication.d.ts +12 -0
  123. package/servicecatalog/privateApplication.js +2 -0
  124. package/servicecatalog/privateApplication.js.map +1 -1
  125. package/types/input.d.ts +245 -11
  126. package/types/output.d.ts +923 -18
@@ -2,13 +2,19 @@
2
2
  // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
3
  // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
- exports.PrivateApplication = exports.getServiceCatalogsOutput = exports.getServiceCatalogs = exports.getServiceCatalogAssociationsOutput = exports.getServiceCatalogAssociations = exports.getServiceCatalogAssociationOutput = exports.getServiceCatalogAssociation = exports.getServiceCatalogOutput = exports.getServiceCatalog = exports.getPrivateApplicationsOutput = exports.getPrivateApplications = exports.getPrivateApplicationPackagesOutput = exports.getPrivateApplicationPackages = exports.getPrivateApplicationPackageOutput = exports.getPrivateApplicationPackage = exports.getPrivateApplicationOutput = exports.getPrivateApplication = exports.CatalogAssociation = exports.Catalog = void 0;
5
+ exports.PrivateApplication = exports.getServiceCatalogsOutput = exports.getServiceCatalogs = exports.getServiceCatalogAssociationsOutput = exports.getServiceCatalogAssociations = exports.getServiceCatalogAssociationOutput = exports.getServiceCatalogAssociation = exports.getServiceCatalogOutput = exports.getServiceCatalog = exports.getPrivateApplicationsOutput = exports.getPrivateApplications = exports.getPrivateApplicationPackagesOutput = exports.getPrivateApplicationPackages = exports.getPrivateApplicationPackageOutput = exports.getPrivateApplicationPackage = exports.getPrivateApplicationOutput = exports.getPrivateApplication = exports.getConfigurationOutput = exports.getConfiguration = exports.getAllApplicationsOutput = exports.getAllApplications = exports.CatalogAssociation = exports.Catalog = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("../utilities");
8
8
  exports.Catalog = null;
9
9
  utilities.lazyLoad(exports, ["Catalog"], () => require("./catalog"));
10
10
  exports.CatalogAssociation = null;
11
11
  utilities.lazyLoad(exports, ["CatalogAssociation"], () => require("./catalogAssociation"));
12
+ exports.getAllApplications = null;
13
+ exports.getAllApplicationsOutput = null;
14
+ utilities.lazyLoad(exports, ["getAllApplications", "getAllApplicationsOutput"], () => require("./getAllApplications"));
15
+ exports.getConfiguration = null;
16
+ exports.getConfigurationOutput = null;
17
+ utilities.lazyLoad(exports, ["getConfiguration", "getConfigurationOutput"], () => require("./getConfiguration"));
12
18
  exports.getPrivateApplication = null;
13
19
  exports.getPrivateApplicationOutput = null;
14
20
  utilities.lazyLoad(exports, ["getPrivateApplication", "getPrivateApplicationOutput"], () => require("./getPrivateApplication"));
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../servicecatalog/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../servicecatalog/index.ts"],"names":[],"mappings":"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"}
@@ -104,6 +104,12 @@ export declare class PrivateApplication extends pulumi.CustomResource {
104
104
  * The lifecycle state of the private application.
105
105
  */
106
106
  readonly state: pulumi.Output<string>;
107
+ /**
108
+ * Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
109
+ */
110
+ readonly systemTags: pulumi.Output<{
111
+ [key: string]: string;
112
+ }>;
107
113
  /**
108
114
  * The date and time the private application was created, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2021-05-26T21:10:29.600Z`
109
115
  */
@@ -177,6 +183,12 @@ export interface PrivateApplicationState {
177
183
  * The lifecycle state of the private application.
178
184
  */
179
185
  state?: pulumi.Input<string>;
186
+ /**
187
+ * Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
188
+ */
189
+ systemTags?: pulumi.Input<{
190
+ [key: string]: pulumi.Input<string>;
191
+ }>;
180
192
  /**
181
193
  * The date and time the private application was created, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2021-05-26T21:10:29.600Z`
182
194
  */
@@ -79,6 +79,7 @@ class PrivateApplication extends pulumi.CustomResource {
79
79
  resourceInputs["packageType"] = state?.packageType;
80
80
  resourceInputs["shortDescription"] = state?.shortDescription;
81
81
  resourceInputs["state"] = state?.state;
82
+ resourceInputs["systemTags"] = state?.systemTags;
82
83
  resourceInputs["timeCreated"] = state?.timeCreated;
83
84
  resourceInputs["timeUpdated"] = state?.timeUpdated;
84
85
  }
@@ -107,6 +108,7 @@ class PrivateApplication extends pulumi.CustomResource {
107
108
  resourceInputs["logos"] = undefined /*out*/;
108
109
  resourceInputs["packageType"] = undefined /*out*/;
109
110
  resourceInputs["state"] = undefined /*out*/;
111
+ resourceInputs["systemTags"] = undefined /*out*/;
110
112
  resourceInputs["timeCreated"] = undefined /*out*/;
111
113
  resourceInputs["timeUpdated"] = undefined /*out*/;
112
114
  }
@@ -1 +1 @@
1
- {"version":3,"file":"privateApplication.js","sourceRoot":"","sources":["../../servicecatalog/privateApplication.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkCG;AACH,MAAa,kBAAmB,SAAQ,MAAM,CAAC,cAAc;IACzD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA+B,EAAE,IAAmC;QAC7H,OAAO,IAAI,kBAAkB,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACzE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,kBAAkB,CAAC,YAAY,CAAC;IACnE,CAAC;IAmED,YAAY,IAAY,EAAE,WAA8D,EAAE,IAAmC;QACzH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAkD,CAAC;YACjE,cAAc,CAAC,eAAe,CAAC,GAAG,KAAK,EAAE,aAAa,CAAC;YACvD,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,EAAE,YAAY,CAAC;YACrD,cAAc,CAAC,uBAAuB,CAAC,GAAG,KAAK,EAAE,qBAAqB,CAAC;YACvE,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,EAAE,KAAK,CAAC;YACvC,cAAc,CAAC,iBAAiB,CAAC,GAAG,KAAK,EAAE,eAAe,CAAC;YAC3D,cAAc,CAAC,gBAAgB,CAAC,GAAG,KAAK,EAAE,cAAc,CAAC;YACzD,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,kBAAkB,CAAC,GAAG,KAAK,EAAE,gBAAgB,CAAC;YAC7D,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,EAAE,KAAK,CAAC;YACvC,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;SACtD;aAAM;YACH,MAAM,IAAI,GAAG,WAAiD,CAAC;YAC/D,IAAI,IAAI,EAAE,aAAa,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAChD,MAAM,IAAI,KAAK,CAAC,2CAA2C,CAAC,CAAC;aAChE;YACD,IAAI,IAAI,EAAE,WAAW,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC9C,MAAM,IAAI,KAAK,CAAC,yCAAyC,CAAC,CAAC;aAC9D;YACD,IAAI,IAAI,EAAE,cAAc,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACjD,MAAM,IAAI,KAAK,CAAC,4CAA4C,CAAC,CAAC;aACjE;YACD,IAAI,IAAI,EAAE,gBAAgB,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACnD,MAAM,IAAI,KAAK,CAAC,8CAA8C,CAAC,CAAC;aACnE;YACD,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,EAAE,aAAa,CAAC;YACtD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,EAAE,YAAY,CAAC;YACpD,cAAc,CAAC,uBAAuB,CAAC,GAAG,IAAI,EAAE,qBAAqB,CAAC;YACtE,cAAc,CAAC,iBAAiB,CAAC,GAAG,IAAI,EAAE,eAAe,CAAC;YAC1D,cAAc,CAAC,gBAAgB,CAAC,GAAG,IAAI,EAAE,cAAc,CAAC;YACxD,cAAc,CAAC,kBAAkB,CAAC,GAAG,IAAI,EAAE,gBAAgB,CAAC;YAC5D,cAAc,CAAC,OAAO,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC5C,cAAc,CAAC,aAAa,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAClD,cAAc,CAAC,OAAO,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC5C,cAAc,CAAC,aAAa,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAClD,cAAc,CAAC,aAAa,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACrD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,kBAAkB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACvE,CAAC;;AA7IL,gDA8IC;AAhIG,gBAAgB;AACO,+BAAY,GAAG,0DAA0D,CAAC"}
1
+ {"version":3,"file":"privateApplication.js","sourceRoot":"","sources":["../../servicecatalog/privateApplication.ts"],"names":[],"mappings":"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"}
package/types/input.d.ts CHANGED
@@ -3233,6 +3233,22 @@ export declare namespace ApiGateway {
3233
3233
  */
3234
3234
  ipAddress?: pulumi.Input<string>;
3235
3235
  }
3236
+ interface GatewayIpv4addressConfiguration {
3237
+ /**
3238
+ * List of Reserved IP OCIDs created in VCN service.
3239
+ */
3240
+ reservedIpIds?: pulumi.Input<pulumi.Input<string>[]>;
3241
+ }
3242
+ interface GatewayIpv6addressConfiguration {
3243
+ /**
3244
+ * List of IPv6 addresses that will be assigned to the gateway during creation.
3245
+ */
3246
+ addresses?: pulumi.Input<pulumi.Input<string>[]>;
3247
+ /**
3248
+ * List of IPv6 prefixes from which to provision IPv6 addresses from. This is required if more than one prefix exists on the subnet.
3249
+ */
3250
+ subnetCidrs?: pulumi.Input<pulumi.Input<string>[]>;
3251
+ }
3236
3252
  interface GatewayLock {
3237
3253
  /**
3238
3254
  * A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
@@ -12725,6 +12741,20 @@ export declare namespace Core {
12725
12741
  */
12726
12742
  compartmentId?: pulumi.Input<string>;
12727
12743
  }
12744
+ interface ComputeGpuMemoryFabricMemoryFabricPreferences {
12745
+ /**
12746
+ * (Updatable) The desired firmware bundle id on the GPU memory fabric.
12747
+ */
12748
+ customerDesiredFirmwareBundleId?: pulumi.Input<string>;
12749
+ /**
12750
+ * (Updatable) The recycle level of GPU memory fabric.
12751
+ *
12752
+ *
12753
+ * ** IMPORTANT **
12754
+ * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
12755
+ */
12756
+ fabricRecycleLevel?: pulumi.Input<string>;
12757
+ }
12728
12758
  interface ComputeHostConfigurationData {
12729
12759
  /**
12730
12760
  * Compute Host Group Configuration Details Check
@@ -27294,7 +27324,7 @@ export declare namespace Database {
27294
27324
  */
27295
27325
  autonomousContainerDatabaseName?: pulumi.Input<string>;
27296
27326
  /**
27297
- * Customer Contacts for the Autonomous database.
27327
+ * Customer Contacts for the Autonomous Database.
27298
27328
  */
27299
27329
  autonomousDatabaseCustomerContacts?: pulumi.Input<pulumi.Input<inputs.Database.AutonomousDatabaseBackupSourceDatabaseDetailAutonomousDatabaseCustomerContact>[]>;
27300
27330
  /**
@@ -28110,15 +28140,23 @@ export declare namespace Database {
28110
28140
  }
28111
28141
  interface BackupEncryptionKeyLocationDetail {
28112
28142
  /**
28113
- * The key OCID of a registered Azure key.
28143
+ * Provide the key OCID of a registered AWS key.
28144
+ */
28145
+ awsEncryptionKeyId?: pulumi.Input<string>;
28146
+ /**
28147
+ * Provide the key OCID of a registered Azure key.
28114
28148
  */
28115
28149
  azureEncryptionKeyId?: pulumi.Input<string>;
28150
+ /**
28151
+ * Provide the key OCID of a registered GCP key.
28152
+ */
28153
+ googleCloudProviderEncryptionKeyId?: pulumi.Input<string>;
28116
28154
  /**
28117
28155
  * Provide the HSM password as you would in RDBMS for External HSM.
28118
28156
  */
28119
28157
  hsmPassword?: pulumi.Input<string>;
28120
28158
  /**
28121
- * Use 'EXTERNAL' for creating a new database or migrating a database key to an External HSM. Use 'AZURE' for creating a new database or migrating a database key to Azure.
28159
+ * Use 'EXTERNAL' for creating a new database or migrating a database key to an External HSM. Use 'AZURE' for creating a new database or migrating a database key to Azure. Use 'AWS' for creating a new database or migrating a database key to Aws. Use 'GCP' for creating a new database or migrating a database key to Gcp.
28122
28160
  */
28123
28161
  providerType?: pulumi.Input<string>;
28124
28162
  }
@@ -28607,6 +28645,10 @@ export declare namespace Database {
28607
28645
  * The rate at which redo logs are synced between the associated databases. Example: `102.96 MByte/s`
28608
28646
  */
28609
28647
  applyRate?: pulumi.Input<string>;
28648
+ /**
28649
+ * The Data loss exposure is the redo transport lag between the primary and standby databases. Example: `2 seconds`
28650
+ */
28651
+ dataLossExposure?: pulumi.Input<string>;
28610
28652
  /**
28611
28653
  * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Database.
28612
28654
  */
@@ -28615,6 +28657,14 @@ export declare namespace Database {
28615
28657
  * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DB system.
28616
28658
  */
28617
28659
  dbSystemId?: pulumi.Input<string>;
28660
+ /**
28661
+ * The failover readiness status of the Data Guard member.
28662
+ */
28663
+ failoverReadiness?: pulumi.Input<string>;
28664
+ /**
28665
+ * The message explaining failover readiness status. Example: `This standby database is not failover ready.`
28666
+ */
28667
+ failoverReadinessMessage?: pulumi.Input<string>;
28618
28668
  /**
28619
28669
  * True if active Data Guard is enabled.
28620
28670
  */
@@ -28623,6 +28673,18 @@ export declare namespace Database {
28623
28673
  * The role of the reporting database in this Data Guard association.
28624
28674
  */
28625
28675
  role?: pulumi.Input<string>;
28676
+ /**
28677
+ * The switchover readiness status of the Data Guard member.
28678
+ */
28679
+ switchoverReadiness?: pulumi.Input<string>;
28680
+ /**
28681
+ * The message explaining switchover readiness status. Example: `Address failed checks to avoid extended downtime.`
28682
+ */
28683
+ switchoverReadinessMessage?: pulumi.Input<string>;
28684
+ /**
28685
+ * The date and time when the last successful Data Guard refresh occurred.
28686
+ */
28687
+ timeUpdated?: pulumi.Input<string>;
28626
28688
  /**
28627
28689
  * The rate at which redo logs are transported between the associated databases. Example: `1 second`
28628
28690
  */
@@ -28837,16 +28899,24 @@ export declare namespace Database {
28837
28899
  vpcUser?: pulumi.Input<string>;
28838
28900
  }
28839
28901
  interface DatabaseDatabaseEncryptionKeyLocationDetails {
28902
+ /**
28903
+ * Provide the key OCID of a registered AWS key.
28904
+ */
28905
+ awsEncryptionKeyId?: pulumi.Input<string>;
28840
28906
  /**
28841
28907
  * Provide the key OCID of a registered Azure key.
28842
28908
  */
28843
28909
  azureEncryptionKeyId?: pulumi.Input<string>;
28910
+ /**
28911
+ * Provide the key OCID of a registered GCP key.
28912
+ */
28913
+ googleCloudProviderEncryptionKeyId?: pulumi.Input<string>;
28844
28914
  /**
28845
28915
  * Provide the HSM password as you would in RDBMS for External HSM.
28846
28916
  */
28847
28917
  hsmPassword?: pulumi.Input<string>;
28848
28918
  /**
28849
- * Use 'EXTERNAL' for creating a new database or migrating a database key to an External HSM. Use 'AZURE' for creating a new database or migrating a database key to Azure.
28919
+ * Use 'EXTERNAL' for creating a new database or migrating a database key to an External HSM. Use 'AZURE' for creating a new database or migrating a database key to Azure. Use 'AWS' for creating a new database or migrating a database key to Aws. Use 'GCP' for creating a new database or migrating a database key to Gcp.
28850
28920
  */
28851
28921
  providerType: pulumi.Input<string>;
28852
28922
  }
@@ -28864,19 +28934,19 @@ export declare namespace Database {
28864
28934
  /**
28865
28935
  * Provide the HSM password as you would in RDBMS for External HSM.
28866
28936
  */
28867
- hsmPassword: pulumi.Input<string>;
28937
+ hsmPassword?: pulumi.Input<string>;
28868
28938
  /**
28869
- * Use 'EXTERNAL' for creating a new database or migrating a database key to an External HSM. Use 'AZURE' for creating a new database or migrating a database key to Azure.
28939
+ * Use 'EXTERNAL' for creating a new database or migrating a database key to an External HSM. Use 'AZURE' for creating a new database or migrating a database key to Azure. Use 'AWS' for creating a new database or migrating a database key to Aws. Use 'GCP' for creating a new database or migrating a database key to Gcp.
28870
28940
  */
28871
28941
  providerType: pulumi.Input<string>;
28872
28942
  }
28873
28943
  interface DatabaseDatabaseStorageSizeDetails {
28874
28944
  /**
28875
- * (Updatable) The DATA storage size, in gigabytes, that is applicable for the database.
28945
+ * The DATA storage size, in gigabytes, that is applicable for the database.
28876
28946
  */
28877
28947
  dataStorageSizeInGb: pulumi.Input<number>;
28878
28948
  /**
28879
- * (Updatable) The RECO storage size, in gigabytes, that is applicable for the database.
28949
+ * The RECO storage size, in gigabytes, that is applicable for the database.
28880
28950
  */
28881
28951
  recoStorageSizeInGbs: pulumi.Input<number>;
28882
28952
  /**
@@ -29045,7 +29115,7 @@ export declare namespace Database {
29045
29115
  */
29046
29116
  autoFullBackupWindow?: pulumi.Input<string>;
29047
29117
  /**
29048
- * This defines when the backups will be deleted. - IMMEDIATE option keep the backup for predefined time i.e 72 hours and then delete permanently... - RETAIN will keep the backups as per the policy defined for database backups.
29118
+ * This defines when the backups will be deleted. - DELETE_IMMEDIATELY option keep the backup for predefined time i.e 72 hours and then delete permanently... - DELETE_AFTER_RETENTION_PERIOD will keep the backups as per the policy defined for database backups.
29049
29119
  */
29050
29120
  backupDeletionPolicy?: pulumi.Input<string>;
29051
29121
  /**
@@ -29136,6 +29206,10 @@ export declare namespace Database {
29136
29206
  * The rate at which redo logs are synced between the associated databases. Example: `102.96 MByte/s`
29137
29207
  */
29138
29208
  applyRate?: pulumi.Input<string>;
29209
+ /**
29210
+ * The Data loss exposure is the redo transport lag between the primary and standby databases. Example: `2 seconds`
29211
+ */
29212
+ dataLossExposure?: pulumi.Input<string>;
29139
29213
  /**
29140
29214
  * The database [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
29141
29215
  */
@@ -29144,6 +29218,14 @@ export declare namespace Database {
29144
29218
  * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DB system.
29145
29219
  */
29146
29220
  dbSystemId?: pulumi.Input<string>;
29221
+ /**
29222
+ * The failover readiness status of the Data Guard member.
29223
+ */
29224
+ failoverReadiness?: pulumi.Input<string>;
29225
+ /**
29226
+ * The message explaining failover readiness status. Example: `This standby database is not failover ready.`
29227
+ */
29228
+ failoverReadinessMessage?: pulumi.Input<string>;
29147
29229
  /**
29148
29230
  * True if active Data Guard is enabled.
29149
29231
  */
@@ -29152,6 +29234,18 @@ export declare namespace Database {
29152
29234
  * The role of the reporting database in this Data Guard association.
29153
29235
  */
29154
29236
  role?: pulumi.Input<string>;
29237
+ /**
29238
+ * The switchover readiness status of the Data Guard member.
29239
+ */
29240
+ switchoverReadiness?: pulumi.Input<string>;
29241
+ /**
29242
+ * The message explaining switchover readiness status. Example: `Address failed checks to avoid extended downtime.`
29243
+ */
29244
+ switchoverReadinessMessage?: pulumi.Input<string>;
29245
+ /**
29246
+ * The date and time when the last successful Data Guard refresh occurred.
29247
+ */
29248
+ timeUpdated?: pulumi.Input<string>;
29155
29249
  /**
29156
29250
  * The rate at which redo logs are transported between the associated databases. Example: `1 second`
29157
29251
  */
@@ -29468,10 +29562,12 @@ export declare namespace Database {
29468
29562
  vpcUser?: pulumi.Input<string>;
29469
29563
  }
29470
29564
  interface DbHomeDatabaseEncryptionKeyLocationDetails {
29565
+ awsEncryptionKeyId?: pulumi.Input<string>;
29471
29566
  /**
29472
29567
  * Provide the key OCID of a registered Azure key.
29473
29568
  */
29474
29569
  azureEncryptionKeyId?: pulumi.Input<string>;
29570
+ googleCloudProviderEncryptionKeyId?: pulumi.Input<string>;
29475
29571
  /**
29476
29572
  * Provide the HSM password as you would in RDBMS for External HSM.
29477
29573
  */
@@ -45533,7 +45629,7 @@ export declare namespace GoldenGate {
45533
45629
  }
45534
45630
  interface DeploymentOggData {
45535
45631
  /**
45536
- * (Updatable) The password associated with the GoldenGate deployment console username. The password must be 8 to 30 characters long and must contain at least 1 uppercase, 1 lowercase, 1 numeric, and 1 special character. Special characters such as ‘$’, ‘^’, or ‘?’ are not allowed. This field will be deprecated and replaced by "passwordSecretId".
45632
+ * (Updatable) The password associated with the GoldenGate deployment console username. The password must be 8 to 30 characters long and must contain at least 1 uppercase, 1 lowercase, 1 numeric, and 1 special character. Special characters such as '$', '^', or '?' are not allowed. This field will be deprecated and replaced by "passwordSecretId".
45537
45633
  */
45538
45634
  adminPassword?: pulumi.Input<string>;
45539
45635
  /**
@@ -45815,11 +45911,25 @@ export declare namespace GoldenGate {
45815
45911
  regex?: pulumi.Input<boolean>;
45816
45912
  values: pulumi.Input<pulumi.Input<string>[]>;
45817
45913
  }
45914
+ interface PipelineIngressIp {
45915
+ /**
45916
+ * A Private Endpoint IPv4 or IPv6 Address created in the customer's subnet.
45917
+ */
45918
+ ingressIp?: pulumi.Input<string>;
45919
+ }
45818
45920
  interface PipelineLock {
45819
45921
  /**
45820
45922
  * A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
45821
45923
  */
45822
45924
  message?: pulumi.Input<string>;
45925
+ /**
45926
+ * The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
45927
+ */
45928
+ relatedResourceId?: pulumi.Input<string>;
45929
+ /**
45930
+ * When the lock was created.
45931
+ */
45932
+ timeCreated?: pulumi.Input<string>;
45823
45933
  /**
45824
45934
  * Type of the lock.
45825
45935
  */
@@ -87143,6 +87253,16 @@ export declare namespace SecurityAttribute {
87143
87253
  }
87144
87254
  }
87145
87255
  export declare namespace ServiceCatalog {
87256
+ interface GetAllApplicationsFilter {
87257
+ name: string;
87258
+ regex?: boolean;
87259
+ values: string[];
87260
+ }
87261
+ interface GetAllApplicationsFilterArgs {
87262
+ name: pulumi.Input<string>;
87263
+ regex?: pulumi.Input<boolean>;
87264
+ values: pulumi.Input<pulumi.Input<string>[]>;
87265
+ }
87146
87266
  interface GetPrivateApplicationPackagesFilter {
87147
87267
  name: string;
87148
87268
  regex?: boolean;
@@ -87206,7 +87326,7 @@ export declare namespace ServiceCatalog {
87206
87326
  * The package version.
87207
87327
  */
87208
87328
  version: pulumi.Input<string>;
87209
- zipFileBase64encoded?: pulumi.Input<string>;
87329
+ zipFileBase64encoded: pulumi.Input<string>;
87210
87330
  }
87211
87331
  }
87212
87332
  export declare namespace ServiceManagerProxy {
@@ -91479,6 +91599,50 @@ export declare namespace oci {
91479
91599
  */
91480
91600
  type?: pulumi.Input<string>;
91481
91601
  }
91602
+ interface DbmulticloudOracleDbAwsIdentityConnectorServiceRoleDetail {
91603
+ /**
91604
+ * Assume role status.
91605
+ */
91606
+ assumeRoleStatus?: pulumi.Input<string>;
91607
+ /**
91608
+ * List of all VMs where AWS Identity Connector is configured for Oracle DB Cloud VM Cluster.
91609
+ */
91610
+ awsNodes?: pulumi.Input<pulumi.Input<inputs.oci.DbmulticloudOracleDbAwsIdentityConnectorServiceRoleDetailAwsNode>[]>;
91611
+ /**
91612
+ * (Updatable) Amazon resource name AWSof the IAM role.
91613
+ */
91614
+ roleArn: pulumi.Input<string>;
91615
+ /**
91616
+ * (Updatable) Private endpoint of the AWS service.
91617
+ */
91618
+ servicePrivateEndpoint: pulumi.Input<string>;
91619
+ /**
91620
+ * (Updatable) Type of service.
91621
+ *
91622
+ *
91623
+ * ** IMPORTANT **
91624
+ * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
91625
+ */
91626
+ serviceType: pulumi.Input<string>;
91627
+ }
91628
+ interface DbmulticloudOracleDbAwsIdentityConnectorServiceRoleDetailAwsNode {
91629
+ /**
91630
+ * AWS host ID.
91631
+ */
91632
+ hostId?: pulumi.Input<string>;
91633
+ /**
91634
+ * AWS Host name or Identity Connector name.
91635
+ */
91636
+ hostName?: pulumi.Input<string>;
91637
+ /**
91638
+ * The current status of the AWS Identity Connector resource.
91639
+ */
91640
+ status?: pulumi.Input<string>;
91641
+ /**
91642
+ * Time when the AWS Identity Connector's status was checked [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'.
91643
+ */
91644
+ timeLastChecked?: pulumi.Input<string>;
91645
+ }
91482
91646
  interface DbmulticloudOracleDbAzureConnectorArcAgentNode {
91483
91647
  /**
91484
91648
  * Current Arc Agent Version installed on this node of Oracle Cloud VM Cluster.
@@ -92019,6 +92183,26 @@ export declare namespace oci {
92019
92183
  regex?: pulumi.Input<boolean>;
92020
92184
  values: pulumi.Input<pulumi.Input<string>[]>;
92021
92185
  }
92186
+ interface GetDbmulticloudOracleDbAwsIdentityConnectorsFilter {
92187
+ name: string;
92188
+ regex?: boolean;
92189
+ values: string[];
92190
+ }
92191
+ interface GetDbmulticloudOracleDbAwsIdentityConnectorsFilterArgs {
92192
+ name: pulumi.Input<string>;
92193
+ regex?: pulumi.Input<boolean>;
92194
+ values: pulumi.Input<pulumi.Input<string>[]>;
92195
+ }
92196
+ interface GetDbmulticloudOracleDbAwsKeysFilter {
92197
+ name: string;
92198
+ regex?: boolean;
92199
+ values: string[];
92200
+ }
92201
+ interface GetDbmulticloudOracleDbAwsKeysFilterArgs {
92202
+ name: pulumi.Input<string>;
92203
+ regex?: pulumi.Input<boolean>;
92204
+ values: pulumi.Input<pulumi.Input<string>[]>;
92205
+ }
92022
92206
  interface GetDbmulticloudOracleDbAzureBlobContainersFilter {
92023
92207
  name: string;
92024
92208
  regex?: boolean;
@@ -92255,6 +92439,56 @@ export declare namespace oci {
92255
92439
  regex?: pulumi.Input<boolean>;
92256
92440
  values: pulumi.Input<pulumi.Input<string>[]>;
92257
92441
  }
92442
+ interface GetPsaPrivateServiceAccessesFilter {
92443
+ name: string;
92444
+ regex?: boolean;
92445
+ values: string[];
92446
+ }
92447
+ interface GetPsaPrivateServiceAccessesFilterArgs {
92448
+ name: pulumi.Input<string>;
92449
+ regex?: pulumi.Input<boolean>;
92450
+ values: pulumi.Input<pulumi.Input<string>[]>;
92451
+ }
92452
+ interface GetPsaPsaServicesFilter {
92453
+ name: string;
92454
+ regex?: boolean;
92455
+ values: string[];
92456
+ }
92457
+ interface GetPsaPsaServicesFilterArgs {
92458
+ name: pulumi.Input<string>;
92459
+ regex?: pulumi.Input<boolean>;
92460
+ values: pulumi.Input<pulumi.Input<string>[]>;
92461
+ }
92462
+ interface GetPsaPsaWorkRequestErrorsFilter {
92463
+ name: string;
92464
+ regex?: boolean;
92465
+ values: string[];
92466
+ }
92467
+ interface GetPsaPsaWorkRequestErrorsFilterArgs {
92468
+ name: pulumi.Input<string>;
92469
+ regex?: pulumi.Input<boolean>;
92470
+ values: pulumi.Input<pulumi.Input<string>[]>;
92471
+ }
92472
+ interface GetPsaPsaWorkRequestLogsFilter {
92473
+ name: string;
92474
+ regex?: boolean;
92475
+ values: string[];
92476
+ }
92477
+ interface GetPsaPsaWorkRequestLogsFilterArgs {
92478
+ name: pulumi.Input<string>;
92479
+ regex?: pulumi.Input<boolean>;
92480
+ values: pulumi.Input<pulumi.Input<string>[]>;
92481
+ }
92482
+ interface GetPsaPsaWorkRequestsFilter {
92483
+ name: string;
92484
+ regex?: boolean;
92485
+ values: string[];
92486
+ }
92487
+ interface GetPsaPsaWorkRequestsFilterArgs {
92488
+ name: pulumi.Input<string>;
92489
+ regex?: pulumi.Input<boolean>;
92490
+ values: pulumi.Input<pulumi.Input<string>[]>;
92491
+ }
92258
92492
  interface GetResourceAnalyticsMonitoredRegionsFilter {
92259
92493
  name: string;
92260
92494
  regex?: boolean;