pulumi-oci 2.16.0a1731504509__py3-none-any.whl → 2.17.0__py3-none-any.whl

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 (38) hide show
  1. pulumi_oci/__init__.py +40 -0
  2. pulumi_oci/core/_inputs.py +3 -3
  3. pulumi_oci/core/compute_capacity_reservation.py +7 -7
  4. pulumi_oci/core/get_boot_volume.py +1 -1
  5. pulumi_oci/core/get_volume.py +1 -1
  6. pulumi_oci/core/instance_pool.py +7 -7
  7. pulumi_oci/core/outputs.py +46 -46
  8. pulumi_oci/generativeai/__init__.py +16 -0
  9. pulumi_oci/generativeai/_inputs.py +1090 -0
  10. pulumi_oci/generativeai/agent_agent.py +665 -0
  11. pulumi_oci/generativeai/agent_agent_endpoint.py +888 -0
  12. pulumi_oci/generativeai/agent_data_ingestion_job.py +647 -0
  13. pulumi_oci/generativeai/agent_data_source.py +697 -0
  14. pulumi_oci/generativeai/agent_knowledge_base.py +659 -0
  15. pulumi_oci/generativeai/get_agent_agent.py +285 -0
  16. pulumi_oci/generativeai/get_agent_agent_endpoint.py +342 -0
  17. pulumi_oci/generativeai/get_agent_agent_endpoints.py +217 -0
  18. pulumi_oci/generativeai/get_agent_agents.py +195 -0
  19. pulumi_oci/generativeai/get_agent_data_ingestion_job.py +286 -0
  20. pulumi_oci/generativeai/get_agent_data_ingestion_job_log_content.py +117 -0
  21. pulumi_oci/generativeai/get_agent_data_ingestion_jobs.py +217 -0
  22. pulumi_oci/generativeai/get_agent_data_source.py +286 -0
  23. pulumi_oci/generativeai/get_agent_data_sources.py +217 -0
  24. pulumi_oci/generativeai/get_agent_knowledge_base.py +272 -0
  25. pulumi_oci/generativeai/get_agent_knowledge_bases.py +195 -0
  26. pulumi_oci/generativeai/outputs.py +2840 -268
  27. pulumi_oci/goldengate/connection.py +1065 -78
  28. pulumi_oci/goldengate/deployment.py +7 -7
  29. pulumi_oci/goldengate/deployment_backup.py +49 -0
  30. pulumi_oci/goldengate/get_connection.py +288 -7
  31. pulumi_oci/goldengate/get_deployment.py +1 -1
  32. pulumi_oci/goldengate/get_deployment_backup.py +15 -1
  33. pulumi_oci/goldengate/outputs.py +240 -3
  34. pulumi_oci/pulumi-plugin.json +1 -1
  35. {pulumi_oci-2.16.0a1731504509.dist-info → pulumi_oci-2.17.0.dist-info}/METADATA +1 -1
  36. {pulumi_oci-2.16.0a1731504509.dist-info → pulumi_oci-2.17.0.dist-info}/RECORD +38 -22
  37. {pulumi_oci-2.16.0a1731504509.dist-info → pulumi_oci-2.17.0.dist-info}/WHEEL +0 -0
  38. {pulumi_oci-2.16.0a1731504509.dist-info → pulumi_oci-2.17.0.dist-info}/top_level.txt +0 -0
@@ -1263,6 +1263,7 @@ class GetConnectionsConnectionCollectionItemResult(dict):
1263
1263
  def __init__(__self__, *,
1264
1264
  access_key_id: str,
1265
1265
  account_key: str,
1266
+ account_key_secret_id: str,
1266
1267
  account_name: str,
1267
1268
  additional_attributes: Sequence['outputs.GetConnectionsConnectionCollectionItemAdditionalAttributeResult'],
1268
1269
  authentication_mode: str,
@@ -1271,6 +1272,7 @@ class GetConnectionsConnectionCollectionItemResult(dict):
1271
1272
  bootstrap_servers: Sequence['outputs.GetConnectionsConnectionCollectionItemBootstrapServerResult'],
1272
1273
  client_id: str,
1273
1274
  client_secret: str,
1275
+ client_secret_secret_id: str,
1274
1276
  compartment_id: str,
1275
1277
  connection_factory: str,
1276
1278
  connection_string: str,
@@ -1285,6 +1287,7 @@ class GetConnectionsConnectionCollectionItemResult(dict):
1285
1287
  deployment_id: str,
1286
1288
  description: str,
1287
1289
  display_name: str,
1290
+ does_use_secret_ids: bool,
1288
1291
  endpoint: str,
1289
1292
  fingerprint: str,
1290
1293
  freeform_tags: Mapping[str, str],
@@ -1296,38 +1299,51 @@ class GetConnectionsConnectionCollectionItemResult(dict):
1296
1299
  jndi_initial_context_factory: str,
1297
1300
  jndi_provider_url: str,
1298
1301
  jndi_security_credentials: str,
1302
+ jndi_security_credentials_secret_id: str,
1299
1303
  jndi_security_principal: str,
1300
1304
  key_id: str,
1301
1305
  key_store: str,
1302
1306
  key_store_password: str,
1307
+ key_store_password_secret_id: str,
1308
+ key_store_secret_id: str,
1303
1309
  lifecycle_details: str,
1304
1310
  locks: Sequence['outputs.GetConnectionsConnectionCollectionItemLockResult'],
1305
1311
  nsg_ids: Sequence[str],
1306
1312
  password: str,
1313
+ password_secret_id: str,
1307
1314
  port: int,
1308
1315
  private_ip: str,
1309
1316
  private_key_file: str,
1317
+ private_key_file_secret_id: str,
1310
1318
  private_key_passphrase: str,
1319
+ private_key_passphrase_secret_id: str,
1311
1320
  producer_properties: str,
1312
1321
  public_key_fingerprint: str,
1313
1322
  redis_cluster_id: str,
1314
1323
  region: str,
1315
1324
  routing_method: str,
1316
1325
  sas_token: str,
1326
+ sas_token_secret_id: str,
1317
1327
  secret_access_key: str,
1328
+ secret_access_key_secret_id: str,
1318
1329
  security_protocol: str,
1319
1330
  servers: str,
1320
1331
  service_account_key_file: str,
1332
+ service_account_key_file_secret_id: str,
1321
1333
  session_mode: str,
1322
1334
  should_use_jndi: bool,
1323
1335
  should_validate_server_certificate: bool,
1324
1336
  ssl_ca: str,
1325
1337
  ssl_cert: str,
1326
1338
  ssl_client_keystash: str,
1339
+ ssl_client_keystash_secret_id: str,
1327
1340
  ssl_client_keystoredb: str,
1341
+ ssl_client_keystoredb_secret_id: str,
1328
1342
  ssl_crl: str,
1329
1343
  ssl_key: str,
1330
1344
  ssl_key_password: str,
1345
+ ssl_key_password_secret_id: str,
1346
+ ssl_key_secret_id: str,
1331
1347
  ssl_mode: str,
1332
1348
  ssl_server_certificate: str,
1333
1349
  state: str,
@@ -1338,15 +1354,20 @@ class GetConnectionsConnectionCollectionItemResult(dict):
1338
1354
  tenancy_id: str,
1339
1355
  time_created: str,
1340
1356
  time_updated: str,
1357
+ trigger_refresh: bool,
1341
1358
  trust_store: str,
1342
1359
  trust_store_password: str,
1360
+ trust_store_password_secret_id: str,
1361
+ trust_store_secret_id: str,
1343
1362
  url: str,
1344
1363
  user_id: str,
1345
1364
  username: str,
1346
1365
  vault_id: str,
1347
- wallet: str):
1366
+ wallet: str,
1367
+ wallet_secret_id: str):
1348
1368
  """
1349
1369
  :param str access_key_id: Access key ID to access the Amazon S3 bucket. e.g.: "this-is-not-the-secret"
1370
+ :param str account_key_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the account key is stored. Note: When provided, 'accountKey' field must not be provided.
1350
1371
  :param str account_name: Sets the Azure storage account name.
1351
1372
  :param Sequence['GetConnectionsConnectionCollectionItemAdditionalAttributeArgs'] additional_attributes: An array of name-value pair attribute entries. Used as additional parameters in connection string.
1352
1373
  :param str authentication_mode: Authentication mode. It can be provided at creation of Oracle Autonomous Database Serverless connections, when a databaseId is provided. The default value is MTLS.
@@ -1356,6 +1377,7 @@ class GetConnectionsConnectionCollectionItemResult(dict):
1356
1377
  :param str azure_tenant_id: Azure tenant ID of the application. This property is required when 'authenticationType' is set to 'AZURE_ACTIVE_DIRECTORY'. e.g.: 14593954-d337-4a61-a364-9f758c64f97f
1357
1378
  :param Sequence['GetConnectionsConnectionCollectionItemBootstrapServerArgs'] bootstrap_servers: Kafka bootstrap. Equivalent of bootstrap.servers configuration property in Kafka: list of KafkaBootstrapServer objects specified by host/port. Used for establishing the initial connection to the Kafka cluster. Example: `"server1.example.com:9092,server2.example.com:9092"`
1358
1379
  :param str client_id: Azure client ID of the application. This property is required when 'authenticationType' is set to 'AZURE_ACTIVE_DIRECTORY'. e.g.: 06ecaabf-8b80-4ec8-a0ec-20cbf463703d
1380
+ :param str client_secret_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the client secret is stored. Note: When provided, 'clientSecret' field must not be provided.
1359
1381
  :param str compartment_id: The OCID of the compartment that contains the work request. Work requests should be scoped to the same compartment as the resource the work request affects. If the work request concerns multiple resources, and those resources are not in the same compartment, it is up to the service team to pick the primary resource whose compartment should be used.
1360
1382
  :param str connection_factory: The of Java class implementing javax.jms.ConnectionFactory interface supplied by the Java Message Service provider. e.g.: 'com.stc.jmsjca.core.JConnectionFactoryXA'
1361
1383
  :param str connection_string: * ORACLE: Connect descriptor or Easy Connect Naming method used to connect to a database.
@@ -1365,6 +1387,7 @@ class GetConnectionsConnectionCollectionItemResult(dict):
1365
1387
  :param str connection_url: * JAVA_MESSAGE_SERVICE: Connection URL of the Java Message Service, specifying the protocol, host, and port. e.g.: 'mq://myjms.host.domain:7676'
1366
1388
  * SNOWFLAKE: JDBC connection URL. e.g.: 'jdbc:snowflake://<account_name>.snowflakecomputing.com/?warehouse=<warehouse-name>&db=<db-name>'
1367
1389
  * AMAZON_REDSHIFT: Connection URL. e.g.: 'jdbc:redshift://aws-redshift-instance.aaaaaaaaaaaa.us-east-2.redshift.amazonaws.com:5439/mydb'
1390
+ :param str consumer_properties: The base64 encoded content of the consumer.properties file.
1368
1391
  :param str database_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the database being referenced.
1369
1392
  :param str database_name: The name of the database.
1370
1393
  :param str db_system_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the database system being referenced.
@@ -1372,6 +1395,7 @@ class GetConnectionsConnectionCollectionItemResult(dict):
1372
1395
  :param str deployment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the deployment being referenced.
1373
1396
  :param str description: Metadata about this specific object.
1374
1397
  :param str display_name: A filter to return only the resources that match the entire 'displayName' given.
1398
+ :param bool does_use_secret_ids: Indicates that sensitive attributes are provided via Secrets.
1375
1399
  :param str endpoint: Azure Storage service endpoint. e.g: https://test.blob.core.windows.net
1376
1400
  :param Mapping[str, str] freeform_tags: A simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
1377
1401
  :param str host: The name or address of a host.
@@ -1382,26 +1406,41 @@ class GetConnectionsConnectionCollectionItemResult(dict):
1382
1406
  :param str jndi_connection_factory: The Connection Factory can be looked up using this name. e.g.: 'ConnectionFactory'
1383
1407
  :param str jndi_initial_context_factory: The implementation of javax.naming.spi.InitialContextFactory interface that the client uses to obtain initial naming context. e.g.: 'org.apache.activemq.jndi.ActiveMQInitialContextFactory'
1384
1408
  :param str jndi_provider_url: The URL that Java Message Service will use to contact the JNDI provider. e.g.: 'tcp://myjms.host.domain:61616?jms.prefetchPolicy.all=1000'
1409
+ :param str jndi_security_credentials_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the security credentials are stored associated to the principal. Note: When provided, 'jndiSecurityCredentials' field must not be provided.
1385
1410
  :param str jndi_security_principal: Specifies the identity of the principal (user) to be authenticated. e.g.: 'admin2'
1386
1411
  :param str key_id: Refers to the customer's master key OCID. If provided, it references a key to manage secrets. Customers must add policies to permit GoldenGate to use this key.
1412
+ :param str key_store_password_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the kafka Ssl KeyStore password is stored. Note: When provided, 'keyStorePassword' field must not be provided.
1413
+ :param str key_store_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the content of the KeyStore file is stored. Note: When provided, 'keyStore' field must not be provided.
1387
1414
  :param str lifecycle_details: Describes the object's current state in detail. For example, it can be used to provide actionable information for a resource in a Failed state.
1388
1415
  :param Sequence['GetConnectionsConnectionCollectionItemLockArgs'] locks: Locks associated with this resource.
1389
1416
  :param Sequence[str] nsg_ids: An array of Network Security Group OCIDs used to define network access for either Deployments or Connections.
1417
+ :param str password_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the password is stored. The password Oracle GoldenGate uses to connect the associated system of the given technology. It must conform to the specific security requirements including length, case sensitivity, and so on. Note: When provided, 'password' field must not be provided.
1390
1418
  :param int port: The port of an endpoint usually specified for a connection.
1391
1419
  :param str private_ip: Deprecated: this field will be removed in future versions. Either specify the private IP in the connectionString or host field, or make sure the host name is resolvable in the target VCN.
1392
1420
  The private IP address of the connection's endpoint in the customer's VCN, typically a database endpoint or a big data endpoint (e.g. Kafka bootstrap server). In case the privateIp is provided, the subnetId must also be provided. In case the privateIp (and the subnetId) is not provided it is assumed the datasource is publicly accessible. In case the connection is accessible only privately, the lack of privateIp will result in not being able to access the connection.
1421
+ :param str private_key_file_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret that stores the content of the private key file (PEM file) corresponding to the API key of the fingerprint. See documentation: https://docs.oracle.com/en-us/iaas/Content/Identity/Tasks/managingcredentials.htm Note: When provided, 'privateKeyFile' field must not be provided.
1422
+ :param str private_key_passphrase_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret that stores the password for the private key file. Note: When provided, 'privateKeyPassphrase' field must not be provided.
1423
+ :param str producer_properties: The base64 encoded content of the producer.properties file.
1393
1424
  :param str redis_cluster_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Redis cluster.
1394
1425
  :param str region: The name of the region. e.g.: us-ashburn-1
1395
1426
  :param str routing_method: Controls the network traffic direction to the target: SHARED_SERVICE_ENDPOINT: Traffic flows through the Goldengate Service's network to public hosts. Cannot be used for private targets. SHARED_DEPLOYMENT_ENDPOINT: Network traffic flows from the assigned deployment's private endpoint through the deployment's subnet. DEDICATED_ENDPOINT: A dedicated private endpoint is created in the target VCN subnet for the connection. The subnetId is required when DEDICATED_ENDPOINT networking is selected.
1427
+ :param str sas_token_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the sas token is stored. Note: When provided, 'sasToken' field must not be provided.
1428
+ :param str secret_access_key_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the secret access key is stored. Note: When provided, 'secretAccessKey' field must not be provided.
1396
1429
  :param str security_protocol: Security Protocol to be provided for the following connection types:
1397
1430
  * ELASTICSEARCH, KAFKA, MICROSOFT_SQLSERVER, MYSQL, POSTGRESQL, REDIS
1398
1431
  * JAVA_MESSAGE_SERVICE - If not provided, default is NONE. Optional until 2024-06-27, in the release after it will be made required.
1399
1432
  :param str servers: Comma separated list of server addresses, specified as host:port entries, where :port is optional. Example: `"server1.example.com:4000,server2.example.com:4000"`
1400
1433
  If port is not specified, a default value is set, in case of ELASTICSEARCH: 9200, for REDIS 6379.
1434
+ :param str service_account_key_file_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the content of the service account key file is stored, which containing the credentials required to use Google Cloud Storage. Note: When provided, 'serviceAccountKeyFile' field must not be provided.
1401
1435
  :param str session_mode: The mode of the database connection session to be established by the data client. 'REDIRECT' - for a RAC database, 'DIRECT' - for a non-RAC database. Connection to a RAC database involves a redirection received from the SCAN listeners to the database node to connect to. By default the mode would be DIRECT.
1402
1436
  :param bool should_use_jndi: If set to true, Java Naming and Directory Interface (JNDI) properties should be provided.
1403
1437
  :param bool should_validate_server_certificate: If set to true, the driver validates the certificate that is sent by the database server.
1404
1438
  :param str ssl_ca: Database Certificate - The base64 encoded content of pem file containing the server public key (for 1-way SSL).
1439
+ :param str ssl_client_keystash_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the keystash file is stored, which contains the encrypted password to the key database file. Note: When provided, 'sslClientKeystash' field must not be provided.
1440
+ :param str ssl_client_keystoredb_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the keystore file stored, which created at the client containing the server certificate / CA root certificate. Note: When provided, 'sslClientKeystoredb' field must not be provided.
1441
+ :param str ssl_key_password_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the password is stored for the cert inside of the Keystore. In case it differs from the KeyStore password, it should be provided. Note: When provided, 'sslKeyPassword' field must not be provided.
1442
+ :param str ssl_key_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret that stores the Client Key
1443
+ * The content of a .pem or .crt file containing the client private key (for 2-way SSL). Note: When provided, 'sslKey' field must not be provided.
1405
1444
  :param str ssl_mode: SSL mode to be provided for the following connection types: MYSQL, POSTGRESQL.
1406
1445
  :param str state: A filter to return only connections having the 'lifecycleState' given.
1407
1446
  :param str stream_pool_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the stream pool being referenced.
@@ -1411,13 +1450,17 @@ class GetConnectionsConnectionCollectionItemResult(dict):
1411
1450
  :param str tenancy_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the related Oracle Cloud Infrastructure tenancy.
1412
1451
  :param str time_created: The time the resource was created. The format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339), such as `2016-08-25T21:10:29.600Z`.
1413
1452
  :param str time_updated: The time the resource was last updated. The format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339), such as `2016-08-25T21:10:29.600Z`.
1453
+ :param str trust_store_password_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the kafka Ssl TrustStore password is stored. Note: When provided, 'trustStorePassword' field must not be provided.
1454
+ :param str trust_store_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the content of the TrustStore file is stored. Note: When provided, 'trustStore' field must not be provided.
1414
1455
  :param str url: Kafka Schema Registry URL. e.g.: 'https://server1.us.oracle.com:8081'
1415
1456
  :param str user_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure user who will access the Oracle NoSQL database/Object Storage. The user must have write access to the table they want to connect to.
1416
1457
  :param str username: The username Oracle GoldenGate uses to connect the associated system of the given technology. This username must already exist and be available by the system/application to be connected to and must conform to the case sensitivity requirements defined in it.
1417
1458
  :param str vault_id: Refers to the customer's vault OCID. If provided, it references a vault where GoldenGate can manage secrets. Customers must add policies to permit GoldenGate to manage secrets contained within this vault.
1459
+ :param str wallet_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the wallet file is stored. The wallet contents Oracle GoldenGate uses to make connections to a database. Note: When provided, 'wallet' field must not be provided.
1418
1460
  """
1419
1461
  pulumi.set(__self__, "access_key_id", access_key_id)
1420
1462
  pulumi.set(__self__, "account_key", account_key)
1463
+ pulumi.set(__self__, "account_key_secret_id", account_key_secret_id)
1421
1464
  pulumi.set(__self__, "account_name", account_name)
1422
1465
  pulumi.set(__self__, "additional_attributes", additional_attributes)
1423
1466
  pulumi.set(__self__, "authentication_mode", authentication_mode)
@@ -1426,6 +1469,7 @@ class GetConnectionsConnectionCollectionItemResult(dict):
1426
1469
  pulumi.set(__self__, "bootstrap_servers", bootstrap_servers)
1427
1470
  pulumi.set(__self__, "client_id", client_id)
1428
1471
  pulumi.set(__self__, "client_secret", client_secret)
1472
+ pulumi.set(__self__, "client_secret_secret_id", client_secret_secret_id)
1429
1473
  pulumi.set(__self__, "compartment_id", compartment_id)
1430
1474
  pulumi.set(__self__, "connection_factory", connection_factory)
1431
1475
  pulumi.set(__self__, "connection_string", connection_string)
@@ -1440,6 +1484,7 @@ class GetConnectionsConnectionCollectionItemResult(dict):
1440
1484
  pulumi.set(__self__, "deployment_id", deployment_id)
1441
1485
  pulumi.set(__self__, "description", description)
1442
1486
  pulumi.set(__self__, "display_name", display_name)
1487
+ pulumi.set(__self__, "does_use_secret_ids", does_use_secret_ids)
1443
1488
  pulumi.set(__self__, "endpoint", endpoint)
1444
1489
  pulumi.set(__self__, "fingerprint", fingerprint)
1445
1490
  pulumi.set(__self__, "freeform_tags", freeform_tags)
@@ -1451,38 +1496,51 @@ class GetConnectionsConnectionCollectionItemResult(dict):
1451
1496
  pulumi.set(__self__, "jndi_initial_context_factory", jndi_initial_context_factory)
1452
1497
  pulumi.set(__self__, "jndi_provider_url", jndi_provider_url)
1453
1498
  pulumi.set(__self__, "jndi_security_credentials", jndi_security_credentials)
1499
+ pulumi.set(__self__, "jndi_security_credentials_secret_id", jndi_security_credentials_secret_id)
1454
1500
  pulumi.set(__self__, "jndi_security_principal", jndi_security_principal)
1455
1501
  pulumi.set(__self__, "key_id", key_id)
1456
1502
  pulumi.set(__self__, "key_store", key_store)
1457
1503
  pulumi.set(__self__, "key_store_password", key_store_password)
1504
+ pulumi.set(__self__, "key_store_password_secret_id", key_store_password_secret_id)
1505
+ pulumi.set(__self__, "key_store_secret_id", key_store_secret_id)
1458
1506
  pulumi.set(__self__, "lifecycle_details", lifecycle_details)
1459
1507
  pulumi.set(__self__, "locks", locks)
1460
1508
  pulumi.set(__self__, "nsg_ids", nsg_ids)
1461
1509
  pulumi.set(__self__, "password", password)
1510
+ pulumi.set(__self__, "password_secret_id", password_secret_id)
1462
1511
  pulumi.set(__self__, "port", port)
1463
1512
  pulumi.set(__self__, "private_ip", private_ip)
1464
1513
  pulumi.set(__self__, "private_key_file", private_key_file)
1514
+ pulumi.set(__self__, "private_key_file_secret_id", private_key_file_secret_id)
1465
1515
  pulumi.set(__self__, "private_key_passphrase", private_key_passphrase)
1516
+ pulumi.set(__self__, "private_key_passphrase_secret_id", private_key_passphrase_secret_id)
1466
1517
  pulumi.set(__self__, "producer_properties", producer_properties)
1467
1518
  pulumi.set(__self__, "public_key_fingerprint", public_key_fingerprint)
1468
1519
  pulumi.set(__self__, "redis_cluster_id", redis_cluster_id)
1469
1520
  pulumi.set(__self__, "region", region)
1470
1521
  pulumi.set(__self__, "routing_method", routing_method)
1471
1522
  pulumi.set(__self__, "sas_token", sas_token)
1523
+ pulumi.set(__self__, "sas_token_secret_id", sas_token_secret_id)
1472
1524
  pulumi.set(__self__, "secret_access_key", secret_access_key)
1525
+ pulumi.set(__self__, "secret_access_key_secret_id", secret_access_key_secret_id)
1473
1526
  pulumi.set(__self__, "security_protocol", security_protocol)
1474
1527
  pulumi.set(__self__, "servers", servers)
1475
1528
  pulumi.set(__self__, "service_account_key_file", service_account_key_file)
1529
+ pulumi.set(__self__, "service_account_key_file_secret_id", service_account_key_file_secret_id)
1476
1530
  pulumi.set(__self__, "session_mode", session_mode)
1477
1531
  pulumi.set(__self__, "should_use_jndi", should_use_jndi)
1478
1532
  pulumi.set(__self__, "should_validate_server_certificate", should_validate_server_certificate)
1479
1533
  pulumi.set(__self__, "ssl_ca", ssl_ca)
1480
1534
  pulumi.set(__self__, "ssl_cert", ssl_cert)
1481
1535
  pulumi.set(__self__, "ssl_client_keystash", ssl_client_keystash)
1536
+ pulumi.set(__self__, "ssl_client_keystash_secret_id", ssl_client_keystash_secret_id)
1482
1537
  pulumi.set(__self__, "ssl_client_keystoredb", ssl_client_keystoredb)
1538
+ pulumi.set(__self__, "ssl_client_keystoredb_secret_id", ssl_client_keystoredb_secret_id)
1483
1539
  pulumi.set(__self__, "ssl_crl", ssl_crl)
1484
1540
  pulumi.set(__self__, "ssl_key", ssl_key)
1485
1541
  pulumi.set(__self__, "ssl_key_password", ssl_key_password)
1542
+ pulumi.set(__self__, "ssl_key_password_secret_id", ssl_key_password_secret_id)
1543
+ pulumi.set(__self__, "ssl_key_secret_id", ssl_key_secret_id)
1486
1544
  pulumi.set(__self__, "ssl_mode", ssl_mode)
1487
1545
  pulumi.set(__self__, "ssl_server_certificate", ssl_server_certificate)
1488
1546
  pulumi.set(__self__, "state", state)
@@ -1493,13 +1551,17 @@ class GetConnectionsConnectionCollectionItemResult(dict):
1493
1551
  pulumi.set(__self__, "tenancy_id", tenancy_id)
1494
1552
  pulumi.set(__self__, "time_created", time_created)
1495
1553
  pulumi.set(__self__, "time_updated", time_updated)
1554
+ pulumi.set(__self__, "trigger_refresh", trigger_refresh)
1496
1555
  pulumi.set(__self__, "trust_store", trust_store)
1497
1556
  pulumi.set(__self__, "trust_store_password", trust_store_password)
1557
+ pulumi.set(__self__, "trust_store_password_secret_id", trust_store_password_secret_id)
1558
+ pulumi.set(__self__, "trust_store_secret_id", trust_store_secret_id)
1498
1559
  pulumi.set(__self__, "url", url)
1499
1560
  pulumi.set(__self__, "user_id", user_id)
1500
1561
  pulumi.set(__self__, "username", username)
1501
1562
  pulumi.set(__self__, "vault_id", vault_id)
1502
1563
  pulumi.set(__self__, "wallet", wallet)
1564
+ pulumi.set(__self__, "wallet_secret_id", wallet_secret_id)
1503
1565
 
1504
1566
  @property
1505
1567
  @pulumi.getter(name="accessKeyId")
@@ -1514,6 +1576,14 @@ class GetConnectionsConnectionCollectionItemResult(dict):
1514
1576
  def account_key(self) -> str:
1515
1577
  return pulumi.get(self, "account_key")
1516
1578
 
1579
+ @property
1580
+ @pulumi.getter(name="accountKeySecretId")
1581
+ def account_key_secret_id(self) -> str:
1582
+ """
1583
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the account key is stored. Note: When provided, 'accountKey' field must not be provided.
1584
+ """
1585
+ return pulumi.get(self, "account_key_secret_id")
1586
+
1517
1587
  @property
1518
1588
  @pulumi.getter(name="accountName")
1519
1589
  def account_name(self) -> str:
@@ -1577,6 +1647,14 @@ class GetConnectionsConnectionCollectionItemResult(dict):
1577
1647
  def client_secret(self) -> str:
1578
1648
  return pulumi.get(self, "client_secret")
1579
1649
 
1650
+ @property
1651
+ @pulumi.getter(name="clientSecretSecretId")
1652
+ def client_secret_secret_id(self) -> str:
1653
+ """
1654
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the client secret is stored. Note: When provided, 'clientSecret' field must not be provided.
1655
+ """
1656
+ return pulumi.get(self, "client_secret_secret_id")
1657
+
1580
1658
  @property
1581
1659
  @pulumi.getter(name="compartmentId")
1582
1660
  def compartment_id(self) -> str:
@@ -1624,6 +1702,9 @@ class GetConnectionsConnectionCollectionItemResult(dict):
1624
1702
  @property
1625
1703
  @pulumi.getter(name="consumerProperties")
1626
1704
  def consumer_properties(self) -> str:
1705
+ """
1706
+ The base64 encoded content of the consumer.properties file.
1707
+ """
1627
1708
  return pulumi.get(self, "consumer_properties")
1628
1709
 
1629
1710
  @property
@@ -1687,6 +1768,14 @@ class GetConnectionsConnectionCollectionItemResult(dict):
1687
1768
  """
1688
1769
  return pulumi.get(self, "display_name")
1689
1770
 
1771
+ @property
1772
+ @pulumi.getter(name="doesUseSecretIds")
1773
+ def does_use_secret_ids(self) -> bool:
1774
+ """
1775
+ Indicates that sensitive attributes are provided via Secrets.
1776
+ """
1777
+ return pulumi.get(self, "does_use_secret_ids")
1778
+
1690
1779
  @property
1691
1780
  @pulumi.getter
1692
1781
  def endpoint(self) -> str:
@@ -1768,6 +1857,14 @@ class GetConnectionsConnectionCollectionItemResult(dict):
1768
1857
  def jndi_security_credentials(self) -> str:
1769
1858
  return pulumi.get(self, "jndi_security_credentials")
1770
1859
 
1860
+ @property
1861
+ @pulumi.getter(name="jndiSecurityCredentialsSecretId")
1862
+ def jndi_security_credentials_secret_id(self) -> str:
1863
+ """
1864
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the security credentials are stored associated to the principal. Note: When provided, 'jndiSecurityCredentials' field must not be provided.
1865
+ """
1866
+ return pulumi.get(self, "jndi_security_credentials_secret_id")
1867
+
1771
1868
  @property
1772
1869
  @pulumi.getter(name="jndiSecurityPrincipal")
1773
1870
  def jndi_security_principal(self) -> str:
@@ -1794,6 +1891,22 @@ class GetConnectionsConnectionCollectionItemResult(dict):
1794
1891
  def key_store_password(self) -> str:
1795
1892
  return pulumi.get(self, "key_store_password")
1796
1893
 
1894
+ @property
1895
+ @pulumi.getter(name="keyStorePasswordSecretId")
1896
+ def key_store_password_secret_id(self) -> str:
1897
+ """
1898
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the kafka Ssl KeyStore password is stored. Note: When provided, 'keyStorePassword' field must not be provided.
1899
+ """
1900
+ return pulumi.get(self, "key_store_password_secret_id")
1901
+
1902
+ @property
1903
+ @pulumi.getter(name="keyStoreSecretId")
1904
+ def key_store_secret_id(self) -> str:
1905
+ """
1906
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the content of the KeyStore file is stored. Note: When provided, 'keyStore' field must not be provided.
1907
+ """
1908
+ return pulumi.get(self, "key_store_secret_id")
1909
+
1797
1910
  @property
1798
1911
  @pulumi.getter(name="lifecycleDetails")
1799
1912
  def lifecycle_details(self) -> str:
@@ -1823,6 +1936,14 @@ class GetConnectionsConnectionCollectionItemResult(dict):
1823
1936
  def password(self) -> str:
1824
1937
  return pulumi.get(self, "password")
1825
1938
 
1939
+ @property
1940
+ @pulumi.getter(name="passwordSecretId")
1941
+ def password_secret_id(self) -> str:
1942
+ """
1943
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the password is stored. The password Oracle GoldenGate uses to connect the associated system of the given technology. It must conform to the specific security requirements including length, case sensitivity, and so on. Note: When provided, 'password' field must not be provided.
1944
+ """
1945
+ return pulumi.get(self, "password_secret_id")
1946
+
1826
1947
  @property
1827
1948
  @pulumi.getter
1828
1949
  def port(self) -> int:
@@ -1845,14 +1966,33 @@ class GetConnectionsConnectionCollectionItemResult(dict):
1845
1966
  def private_key_file(self) -> str:
1846
1967
  return pulumi.get(self, "private_key_file")
1847
1968
 
1969
+ @property
1970
+ @pulumi.getter(name="privateKeyFileSecretId")
1971
+ def private_key_file_secret_id(self) -> str:
1972
+ """
1973
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret that stores the content of the private key file (PEM file) corresponding to the API key of the fingerprint. See documentation: https://docs.oracle.com/en-us/iaas/Content/Identity/Tasks/managingcredentials.htm Note: When provided, 'privateKeyFile' field must not be provided.
1974
+ """
1975
+ return pulumi.get(self, "private_key_file_secret_id")
1976
+
1848
1977
  @property
1849
1978
  @pulumi.getter(name="privateKeyPassphrase")
1850
1979
  def private_key_passphrase(self) -> str:
1851
1980
  return pulumi.get(self, "private_key_passphrase")
1852
1981
 
1982
+ @property
1983
+ @pulumi.getter(name="privateKeyPassphraseSecretId")
1984
+ def private_key_passphrase_secret_id(self) -> str:
1985
+ """
1986
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret that stores the password for the private key file. Note: When provided, 'privateKeyPassphrase' field must not be provided.
1987
+ """
1988
+ return pulumi.get(self, "private_key_passphrase_secret_id")
1989
+
1853
1990
  @property
1854
1991
  @pulumi.getter(name="producerProperties")
1855
1992
  def producer_properties(self) -> str:
1993
+ """
1994
+ The base64 encoded content of the producer.properties file.
1995
+ """
1856
1996
  return pulumi.get(self, "producer_properties")
1857
1997
 
1858
1998
  @property
@@ -1889,11 +2029,27 @@ class GetConnectionsConnectionCollectionItemResult(dict):
1889
2029
  def sas_token(self) -> str:
1890
2030
  return pulumi.get(self, "sas_token")
1891
2031
 
2032
+ @property
2033
+ @pulumi.getter(name="sasTokenSecretId")
2034
+ def sas_token_secret_id(self) -> str:
2035
+ """
2036
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the sas token is stored. Note: When provided, 'sasToken' field must not be provided.
2037
+ """
2038
+ return pulumi.get(self, "sas_token_secret_id")
2039
+
1892
2040
  @property
1893
2041
  @pulumi.getter(name="secretAccessKey")
1894
2042
  def secret_access_key(self) -> str:
1895
2043
  return pulumi.get(self, "secret_access_key")
1896
2044
 
2045
+ @property
2046
+ @pulumi.getter(name="secretAccessKeySecretId")
2047
+ def secret_access_key_secret_id(self) -> str:
2048
+ """
2049
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the secret access key is stored. Note: When provided, 'secretAccessKey' field must not be provided.
2050
+ """
2051
+ return pulumi.get(self, "secret_access_key_secret_id")
2052
+
1897
2053
  @property
1898
2054
  @pulumi.getter(name="securityProtocol")
1899
2055
  def security_protocol(self) -> str:
@@ -1918,6 +2074,14 @@ class GetConnectionsConnectionCollectionItemResult(dict):
1918
2074
  def service_account_key_file(self) -> str:
1919
2075
  return pulumi.get(self, "service_account_key_file")
1920
2076
 
2077
+ @property
2078
+ @pulumi.getter(name="serviceAccountKeyFileSecretId")
2079
+ def service_account_key_file_secret_id(self) -> str:
2080
+ """
2081
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the content of the service account key file is stored, which containing the credentials required to use Google Cloud Storage. Note: When provided, 'serviceAccountKeyFile' field must not be provided.
2082
+ """
2083
+ return pulumi.get(self, "service_account_key_file_secret_id")
2084
+
1921
2085
  @property
1922
2086
  @pulumi.getter(name="sessionMode")
1923
2087
  def session_mode(self) -> str:
@@ -1960,11 +2124,27 @@ class GetConnectionsConnectionCollectionItemResult(dict):
1960
2124
  def ssl_client_keystash(self) -> str:
1961
2125
  return pulumi.get(self, "ssl_client_keystash")
1962
2126
 
2127
+ @property
2128
+ @pulumi.getter(name="sslClientKeystashSecretId")
2129
+ def ssl_client_keystash_secret_id(self) -> str:
2130
+ """
2131
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the keystash file is stored, which contains the encrypted password to the key database file. Note: When provided, 'sslClientKeystash' field must not be provided.
2132
+ """
2133
+ return pulumi.get(self, "ssl_client_keystash_secret_id")
2134
+
1963
2135
  @property
1964
2136
  @pulumi.getter(name="sslClientKeystoredb")
1965
2137
  def ssl_client_keystoredb(self) -> str:
1966
2138
  return pulumi.get(self, "ssl_client_keystoredb")
1967
2139
 
2140
+ @property
2141
+ @pulumi.getter(name="sslClientKeystoredbSecretId")
2142
+ def ssl_client_keystoredb_secret_id(self) -> str:
2143
+ """
2144
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the keystore file stored, which created at the client containing the server certificate / CA root certificate. Note: When provided, 'sslClientKeystoredb' field must not be provided.
2145
+ """
2146
+ return pulumi.get(self, "ssl_client_keystoredb_secret_id")
2147
+
1968
2148
  @property
1969
2149
  @pulumi.getter(name="sslCrl")
1970
2150
  def ssl_crl(self) -> str:
@@ -1980,6 +2160,23 @@ class GetConnectionsConnectionCollectionItemResult(dict):
1980
2160
  def ssl_key_password(self) -> str:
1981
2161
  return pulumi.get(self, "ssl_key_password")
1982
2162
 
2163
+ @property
2164
+ @pulumi.getter(name="sslKeyPasswordSecretId")
2165
+ def ssl_key_password_secret_id(self) -> str:
2166
+ """
2167
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the password is stored for the cert inside of the Keystore. In case it differs from the KeyStore password, it should be provided. Note: When provided, 'sslKeyPassword' field must not be provided.
2168
+ """
2169
+ return pulumi.get(self, "ssl_key_password_secret_id")
2170
+
2171
+ @property
2172
+ @pulumi.getter(name="sslKeySecretId")
2173
+ def ssl_key_secret_id(self) -> str:
2174
+ """
2175
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret that stores the Client Key
2176
+ * The content of a .pem or .crt file containing the client private key (for 2-way SSL). Note: When provided, 'sslKey' field must not be provided.
2177
+ """
2178
+ return pulumi.get(self, "ssl_key_secret_id")
2179
+
1983
2180
  @property
1984
2181
  @pulumi.getter(name="sslMode")
1985
2182
  def ssl_mode(self) -> str:
@@ -2057,6 +2254,11 @@ class GetConnectionsConnectionCollectionItemResult(dict):
2057
2254
  """
2058
2255
  return pulumi.get(self, "time_updated")
2059
2256
 
2257
+ @property
2258
+ @pulumi.getter(name="triggerRefresh")
2259
+ def trigger_refresh(self) -> bool:
2260
+ return pulumi.get(self, "trigger_refresh")
2261
+
2060
2262
  @property
2061
2263
  @pulumi.getter(name="trustStore")
2062
2264
  def trust_store(self) -> str:
@@ -2067,6 +2269,22 @@ class GetConnectionsConnectionCollectionItemResult(dict):
2067
2269
  def trust_store_password(self) -> str:
2068
2270
  return pulumi.get(self, "trust_store_password")
2069
2271
 
2272
+ @property
2273
+ @pulumi.getter(name="trustStorePasswordSecretId")
2274
+ def trust_store_password_secret_id(self) -> str:
2275
+ """
2276
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the kafka Ssl TrustStore password is stored. Note: When provided, 'trustStorePassword' field must not be provided.
2277
+ """
2278
+ return pulumi.get(self, "trust_store_password_secret_id")
2279
+
2280
+ @property
2281
+ @pulumi.getter(name="trustStoreSecretId")
2282
+ def trust_store_secret_id(self) -> str:
2283
+ """
2284
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the content of the TrustStore file is stored. Note: When provided, 'trustStore' field must not be provided.
2285
+ """
2286
+ return pulumi.get(self, "trust_store_secret_id")
2287
+
2070
2288
  @property
2071
2289
  @pulumi.getter
2072
2290
  def url(self) -> str:
@@ -2104,6 +2322,14 @@ class GetConnectionsConnectionCollectionItemResult(dict):
2104
2322
  def wallet(self) -> str:
2105
2323
  return pulumi.get(self, "wallet")
2106
2324
 
2325
+ @property
2326
+ @pulumi.getter(name="walletSecretId")
2327
+ def wallet_secret_id(self) -> str:
2328
+ """
2329
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the wallet file is stored. The wallet contents Oracle GoldenGate uses to make connections to a database. Note: When provided, 'wallet' field must not be provided.
2330
+ """
2331
+ return pulumi.get(self, "wallet_secret_id")
2332
+
2107
2333
 
2108
2334
  @pulumi.output_type
2109
2335
  class GetConnectionsConnectionCollectionItemAdditionalAttributeResult(dict):
@@ -2683,6 +2909,7 @@ class GetDeploymentBackupsDeploymentBackupCollectionItemResult(dict):
2683
2909
  id: str,
2684
2910
  is_automatic: bool,
2685
2911
  is_lock_override: bool,
2912
+ is_metadata_only: bool,
2686
2913
  lifecycle_details: str,
2687
2914
  locks: Sequence['outputs.GetDeploymentBackupsDeploymentBackupCollectionItemLockResult'],
2688
2915
  namespace: str,
@@ -2706,6 +2933,7 @@ class GetDeploymentBackupsDeploymentBackupCollectionItemResult(dict):
2706
2933
  :param Mapping[str, str] freeform_tags: A simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
2707
2934
  :param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup being referenced.
2708
2935
  :param bool is_automatic: True if this object is automatically created
2936
+ :param bool is_metadata_only: Parameter to allow users to create backup without trails
2709
2937
  :param str lifecycle_details: Describes the object's current state in detail. For example, it can be used to provide actionable information for a resource in a Failed state.
2710
2938
  :param Sequence['GetDeploymentBackupsDeploymentBackupCollectionItemLockArgs'] locks: Locks associated with this resource.
2711
2939
  :param str namespace: Name of namespace that serves as a container for all of your buckets
@@ -2730,6 +2958,7 @@ class GetDeploymentBackupsDeploymentBackupCollectionItemResult(dict):
2730
2958
  pulumi.set(__self__, "id", id)
2731
2959
  pulumi.set(__self__, "is_automatic", is_automatic)
2732
2960
  pulumi.set(__self__, "is_lock_override", is_lock_override)
2961
+ pulumi.set(__self__, "is_metadata_only", is_metadata_only)
2733
2962
  pulumi.set(__self__, "lifecycle_details", lifecycle_details)
2734
2963
  pulumi.set(__self__, "locks", locks)
2735
2964
  pulumi.set(__self__, "namespace", namespace)
@@ -2828,6 +3057,14 @@ class GetDeploymentBackupsDeploymentBackupCollectionItemResult(dict):
2828
3057
  def is_lock_override(self) -> bool:
2829
3058
  return pulumi.get(self, "is_lock_override")
2830
3059
 
3060
+ @property
3061
+ @pulumi.getter(name="isMetadataOnly")
3062
+ def is_metadata_only(self) -> bool:
3063
+ """
3064
+ Parameter to allow users to create backup without trails
3065
+ """
3066
+ return pulumi.get(self, "is_metadata_only")
3067
+
2831
3068
  @property
2832
3069
  @pulumi.getter(name="lifecycleDetails")
2833
3070
  def lifecycle_details(self) -> str:
@@ -4626,7 +4863,7 @@ class GetDeploymentsDeploymentCollectionItemResult(dict):
4626
4863
  :param str lifecycle_details: Describes the object's current state in detail. For example, it can be used to provide actionable information for a resource in a Failed state.
4627
4864
  :param str lifecycle_sub_state: A filter to return only the resources that match the 'lifecycleSubState' given.
4628
4865
  :param str load_balancer_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the loadbalancer in the customer's subnet. The loadbalancer of the public deployment created in the customer subnet.
4629
- :param str load_balancer_subnet_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of a public subnet in the customer tenancy. Can be provided only for public deployments. If provided, the loadbalancer will be created in this subnet instead of the service tenancy. For backward compatiblity this is an optional property for now, but it will become mandatory (for public deployments only) after October 1, 2024.
4866
+ :param str load_balancer_subnet_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of a public subnet in the customer tenancy. Can be provided only for public deployments. If provided, the loadbalancer will be created in this subnet instead of the service tenancy. For backward compatibility, this is an optional property. It will become mandatory for public deployments after October 1, 2024.
4630
4867
  :param Sequence['GetDeploymentsDeploymentCollectionItemLockArgs'] locks: Locks associated with this resource.
4631
4868
  :param Sequence['GetDeploymentsDeploymentCollectionItemMaintenanceConfigurationArgs'] maintenance_configurations: Attributes for configuring automatic deployment maintenance.
4632
4869
  :param Sequence['GetDeploymentsDeploymentCollectionItemMaintenanceWindowArgs'] maintenance_windows: Defines the maintenance window, when automatic actions can be performed.
@@ -4892,7 +5129,7 @@ class GetDeploymentsDeploymentCollectionItemResult(dict):
4892
5129
  @pulumi.getter(name="loadBalancerSubnetId")
4893
5130
  def load_balancer_subnet_id(self) -> str:
4894
5131
  """
4895
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of a public subnet in the customer tenancy. Can be provided only for public deployments. If provided, the loadbalancer will be created in this subnet instead of the service tenancy. For backward compatiblity this is an optional property for now, but it will become mandatory (for public deployments only) after October 1, 2024.
5132
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of a public subnet in the customer tenancy. Can be provided only for public deployments. If provided, the loadbalancer will be created in this subnet instead of the service tenancy. For backward compatibility, this is an optional property. It will become mandatory for public deployments after October 1, 2024.
4896
5133
  """
4897
5134
  return pulumi.get(self, "load_balancer_subnet_id")
4898
5135
 
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "oci",
4
- "version": "2.16.0-alpha.1731504509"
4
+ "version": "2.17.0"
5
5
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulumi_oci
3
- Version: 2.16.0a1731504509
3
+ Version: 2.17.0
4
4
  Summary: A Pulumi package for creating and managing Oracle Cloud Infrastructure resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://www.pulumi.com