pulumi-oci 2.17.0__py3-none-any.whl → 2.17.0a1731653778__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.
- pulumi_oci/__init__.py +0 -40
- pulumi_oci/core/_inputs.py +3 -3
- pulumi_oci/core/compute_capacity_reservation.py +7 -7
- pulumi_oci/core/get_boot_volume.py +1 -1
- pulumi_oci/core/get_volume.py +1 -1
- pulumi_oci/core/instance_pool.py +7 -7
- pulumi_oci/core/outputs.py +46 -46
- pulumi_oci/generativeai/__init__.py +0 -16
- pulumi_oci/generativeai/_inputs.py +0 -1090
- pulumi_oci/generativeai/outputs.py +268 -2840
- pulumi_oci/goldengate/connection.py +78 -1065
- pulumi_oci/goldengate/deployment.py +7 -7
- pulumi_oci/goldengate/deployment_backup.py +0 -49
- pulumi_oci/goldengate/get_connection.py +7 -288
- pulumi_oci/goldengate/get_deployment.py +1 -1
- pulumi_oci/goldengate/get_deployment_backup.py +1 -15
- pulumi_oci/goldengate/outputs.py +3 -240
- pulumi_oci/pulumi-plugin.json +1 -1
- {pulumi_oci-2.17.0.dist-info → pulumi_oci-2.17.0a1731653778.dist-info}/METADATA +1 -1
- {pulumi_oci-2.17.0.dist-info → pulumi_oci-2.17.0a1731653778.dist-info}/RECORD +22 -38
- pulumi_oci/generativeai/agent_agent.py +0 -665
- pulumi_oci/generativeai/agent_agent_endpoint.py +0 -888
- pulumi_oci/generativeai/agent_data_ingestion_job.py +0 -647
- pulumi_oci/generativeai/agent_data_source.py +0 -697
- pulumi_oci/generativeai/agent_knowledge_base.py +0 -659
- pulumi_oci/generativeai/get_agent_agent.py +0 -285
- pulumi_oci/generativeai/get_agent_agent_endpoint.py +0 -342
- pulumi_oci/generativeai/get_agent_agent_endpoints.py +0 -217
- pulumi_oci/generativeai/get_agent_agents.py +0 -195
- pulumi_oci/generativeai/get_agent_data_ingestion_job.py +0 -286
- pulumi_oci/generativeai/get_agent_data_ingestion_job_log_content.py +0 -117
- pulumi_oci/generativeai/get_agent_data_ingestion_jobs.py +0 -217
- pulumi_oci/generativeai/get_agent_data_source.py +0 -286
- pulumi_oci/generativeai/get_agent_data_sources.py +0 -217
- pulumi_oci/generativeai/get_agent_knowledge_base.py +0 -272
- pulumi_oci/generativeai/get_agent_knowledge_bases.py +0 -195
- {pulumi_oci-2.17.0.dist-info → pulumi_oci-2.17.0a1731653778.dist-info}/WHEEL +0 -0
- {pulumi_oci-2.17.0.dist-info → pulumi_oci-2.17.0a1731653778.dist-info}/top_level.txt +0 -0
@@ -27,16 +27,13 @@ class GetConnectionResult:
|
|
27
27
|
"""
|
28
28
|
A collection of values returned by getConnection.
|
29
29
|
"""
|
30
|
-
def __init__(__self__, access_key_id=None, account_key=None,
|
30
|
+
def __init__(__self__, access_key_id=None, account_key=None, account_name=None, additional_attributes=None, authentication_mode=None, authentication_type=None, azure_tenant_id=None, bootstrap_servers=None, client_id=None, client_secret=None, compartment_id=None, connection_factory=None, connection_id=None, connection_string=None, connection_type=None, connection_url=None, consumer_properties=None, core_site_xml=None, database_id=None, database_name=None, db_system_id=None, defined_tags=None, deployment_id=None, description=None, display_name=None, endpoint=None, fingerprint=None, freeform_tags=None, host=None, id=None, ingress_ips=None, is_lock_override=None, jndi_connection_factory=None, jndi_initial_context_factory=None, jndi_provider_url=None, jndi_security_credentials=None, jndi_security_principal=None, key_id=None, key_store=None, key_store_password=None, lifecycle_details=None, locks=None, nsg_ids=None, password=None, port=None, private_ip=None, private_key_file=None, private_key_passphrase=None, producer_properties=None, public_key_fingerprint=None, redis_cluster_id=None, region=None, routing_method=None, sas_token=None, secret_access_key=None, security_protocol=None, servers=None, service_account_key_file=None, session_mode=None, should_use_jndi=None, should_validate_server_certificate=None, ssl_ca=None, ssl_cert=None, ssl_client_keystash=None, ssl_client_keystoredb=None, ssl_crl=None, ssl_key=None, ssl_key_password=None, ssl_mode=None, ssl_server_certificate=None, state=None, stream_pool_id=None, subnet_id=None, system_tags=None, technology_type=None, tenancy_id=None, time_created=None, time_updated=None, trust_store=None, trust_store_password=None, url=None, user_id=None, username=None, vault_id=None, wallet=None):
|
31
31
|
if access_key_id and not isinstance(access_key_id, str):
|
32
32
|
raise TypeError("Expected argument 'access_key_id' to be a str")
|
33
33
|
pulumi.set(__self__, "access_key_id", access_key_id)
|
34
34
|
if account_key and not isinstance(account_key, str):
|
35
35
|
raise TypeError("Expected argument 'account_key' to be a str")
|
36
36
|
pulumi.set(__self__, "account_key", account_key)
|
37
|
-
if account_key_secret_id and not isinstance(account_key_secret_id, str):
|
38
|
-
raise TypeError("Expected argument 'account_key_secret_id' to be a str")
|
39
|
-
pulumi.set(__self__, "account_key_secret_id", account_key_secret_id)
|
40
37
|
if account_name and not isinstance(account_name, str):
|
41
38
|
raise TypeError("Expected argument 'account_name' to be a str")
|
42
39
|
pulumi.set(__self__, "account_name", account_name)
|
@@ -61,9 +58,6 @@ class GetConnectionResult:
|
|
61
58
|
if client_secret and not isinstance(client_secret, str):
|
62
59
|
raise TypeError("Expected argument 'client_secret' to be a str")
|
63
60
|
pulumi.set(__self__, "client_secret", client_secret)
|
64
|
-
if client_secret_secret_id and not isinstance(client_secret_secret_id, str):
|
65
|
-
raise TypeError("Expected argument 'client_secret_secret_id' to be a str")
|
66
|
-
pulumi.set(__self__, "client_secret_secret_id", client_secret_secret_id)
|
67
61
|
if compartment_id and not isinstance(compartment_id, str):
|
68
62
|
raise TypeError("Expected argument 'compartment_id' to be a str")
|
69
63
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
@@ -109,9 +103,6 @@ class GetConnectionResult:
|
|
109
103
|
if display_name and not isinstance(display_name, str):
|
110
104
|
raise TypeError("Expected argument 'display_name' to be a str")
|
111
105
|
pulumi.set(__self__, "display_name", display_name)
|
112
|
-
if does_use_secret_ids and not isinstance(does_use_secret_ids, bool):
|
113
|
-
raise TypeError("Expected argument 'does_use_secret_ids' to be a bool")
|
114
|
-
pulumi.set(__self__, "does_use_secret_ids", does_use_secret_ids)
|
115
106
|
if endpoint and not isinstance(endpoint, str):
|
116
107
|
raise TypeError("Expected argument 'endpoint' to be a str")
|
117
108
|
pulumi.set(__self__, "endpoint", endpoint)
|
@@ -145,9 +136,6 @@ class GetConnectionResult:
|
|
145
136
|
if jndi_security_credentials and not isinstance(jndi_security_credentials, str):
|
146
137
|
raise TypeError("Expected argument 'jndi_security_credentials' to be a str")
|
147
138
|
pulumi.set(__self__, "jndi_security_credentials", jndi_security_credentials)
|
148
|
-
if jndi_security_credentials_secret_id and not isinstance(jndi_security_credentials_secret_id, str):
|
149
|
-
raise TypeError("Expected argument 'jndi_security_credentials_secret_id' to be a str")
|
150
|
-
pulumi.set(__self__, "jndi_security_credentials_secret_id", jndi_security_credentials_secret_id)
|
151
139
|
if jndi_security_principal and not isinstance(jndi_security_principal, str):
|
152
140
|
raise TypeError("Expected argument 'jndi_security_principal' to be a str")
|
153
141
|
pulumi.set(__self__, "jndi_security_principal", jndi_security_principal)
|
@@ -160,12 +148,6 @@ class GetConnectionResult:
|
|
160
148
|
if key_store_password and not isinstance(key_store_password, str):
|
161
149
|
raise TypeError("Expected argument 'key_store_password' to be a str")
|
162
150
|
pulumi.set(__self__, "key_store_password", key_store_password)
|
163
|
-
if key_store_password_secret_id and not isinstance(key_store_password_secret_id, str):
|
164
|
-
raise TypeError("Expected argument 'key_store_password_secret_id' to be a str")
|
165
|
-
pulumi.set(__self__, "key_store_password_secret_id", key_store_password_secret_id)
|
166
|
-
if key_store_secret_id and not isinstance(key_store_secret_id, str):
|
167
|
-
raise TypeError("Expected argument 'key_store_secret_id' to be a str")
|
168
|
-
pulumi.set(__self__, "key_store_secret_id", key_store_secret_id)
|
169
151
|
if lifecycle_details and not isinstance(lifecycle_details, str):
|
170
152
|
raise TypeError("Expected argument 'lifecycle_details' to be a str")
|
171
153
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
@@ -178,9 +160,6 @@ class GetConnectionResult:
|
|
178
160
|
if password and not isinstance(password, str):
|
179
161
|
raise TypeError("Expected argument 'password' to be a str")
|
180
162
|
pulumi.set(__self__, "password", password)
|
181
|
-
if password_secret_id and not isinstance(password_secret_id, str):
|
182
|
-
raise TypeError("Expected argument 'password_secret_id' to be a str")
|
183
|
-
pulumi.set(__self__, "password_secret_id", password_secret_id)
|
184
163
|
if port and not isinstance(port, int):
|
185
164
|
raise TypeError("Expected argument 'port' to be a int")
|
186
165
|
pulumi.set(__self__, "port", port)
|
@@ -190,15 +169,9 @@ class GetConnectionResult:
|
|
190
169
|
if private_key_file and not isinstance(private_key_file, str):
|
191
170
|
raise TypeError("Expected argument 'private_key_file' to be a str")
|
192
171
|
pulumi.set(__self__, "private_key_file", private_key_file)
|
193
|
-
if private_key_file_secret_id and not isinstance(private_key_file_secret_id, str):
|
194
|
-
raise TypeError("Expected argument 'private_key_file_secret_id' to be a str")
|
195
|
-
pulumi.set(__self__, "private_key_file_secret_id", private_key_file_secret_id)
|
196
172
|
if private_key_passphrase and not isinstance(private_key_passphrase, str):
|
197
173
|
raise TypeError("Expected argument 'private_key_passphrase' to be a str")
|
198
174
|
pulumi.set(__self__, "private_key_passphrase", private_key_passphrase)
|
199
|
-
if private_key_passphrase_secret_id and not isinstance(private_key_passphrase_secret_id, str):
|
200
|
-
raise TypeError("Expected argument 'private_key_passphrase_secret_id' to be a str")
|
201
|
-
pulumi.set(__self__, "private_key_passphrase_secret_id", private_key_passphrase_secret_id)
|
202
175
|
if producer_properties and not isinstance(producer_properties, str):
|
203
176
|
raise TypeError("Expected argument 'producer_properties' to be a str")
|
204
177
|
pulumi.set(__self__, "producer_properties", producer_properties)
|
@@ -217,15 +190,9 @@ class GetConnectionResult:
|
|
217
190
|
if sas_token and not isinstance(sas_token, str):
|
218
191
|
raise TypeError("Expected argument 'sas_token' to be a str")
|
219
192
|
pulumi.set(__self__, "sas_token", sas_token)
|
220
|
-
if sas_token_secret_id and not isinstance(sas_token_secret_id, str):
|
221
|
-
raise TypeError("Expected argument 'sas_token_secret_id' to be a str")
|
222
|
-
pulumi.set(__self__, "sas_token_secret_id", sas_token_secret_id)
|
223
193
|
if secret_access_key and not isinstance(secret_access_key, str):
|
224
194
|
raise TypeError("Expected argument 'secret_access_key' to be a str")
|
225
195
|
pulumi.set(__self__, "secret_access_key", secret_access_key)
|
226
|
-
if secret_access_key_secret_id and not isinstance(secret_access_key_secret_id, str):
|
227
|
-
raise TypeError("Expected argument 'secret_access_key_secret_id' to be a str")
|
228
|
-
pulumi.set(__self__, "secret_access_key_secret_id", secret_access_key_secret_id)
|
229
196
|
if security_protocol and not isinstance(security_protocol, str):
|
230
197
|
raise TypeError("Expected argument 'security_protocol' to be a str")
|
231
198
|
pulumi.set(__self__, "security_protocol", security_protocol)
|
@@ -235,9 +202,6 @@ class GetConnectionResult:
|
|
235
202
|
if service_account_key_file and not isinstance(service_account_key_file, str):
|
236
203
|
raise TypeError("Expected argument 'service_account_key_file' to be a str")
|
237
204
|
pulumi.set(__self__, "service_account_key_file", service_account_key_file)
|
238
|
-
if service_account_key_file_secret_id and not isinstance(service_account_key_file_secret_id, str):
|
239
|
-
raise TypeError("Expected argument 'service_account_key_file_secret_id' to be a str")
|
240
|
-
pulumi.set(__self__, "service_account_key_file_secret_id", service_account_key_file_secret_id)
|
241
205
|
if session_mode and not isinstance(session_mode, str):
|
242
206
|
raise TypeError("Expected argument 'session_mode' to be a str")
|
243
207
|
pulumi.set(__self__, "session_mode", session_mode)
|
@@ -256,15 +220,9 @@ class GetConnectionResult:
|
|
256
220
|
if ssl_client_keystash and not isinstance(ssl_client_keystash, str):
|
257
221
|
raise TypeError("Expected argument 'ssl_client_keystash' to be a str")
|
258
222
|
pulumi.set(__self__, "ssl_client_keystash", ssl_client_keystash)
|
259
|
-
if ssl_client_keystash_secret_id and not isinstance(ssl_client_keystash_secret_id, str):
|
260
|
-
raise TypeError("Expected argument 'ssl_client_keystash_secret_id' to be a str")
|
261
|
-
pulumi.set(__self__, "ssl_client_keystash_secret_id", ssl_client_keystash_secret_id)
|
262
223
|
if ssl_client_keystoredb and not isinstance(ssl_client_keystoredb, str):
|
263
224
|
raise TypeError("Expected argument 'ssl_client_keystoredb' to be a str")
|
264
225
|
pulumi.set(__self__, "ssl_client_keystoredb", ssl_client_keystoredb)
|
265
|
-
if ssl_client_keystoredb_secret_id and not isinstance(ssl_client_keystoredb_secret_id, str):
|
266
|
-
raise TypeError("Expected argument 'ssl_client_keystoredb_secret_id' to be a str")
|
267
|
-
pulumi.set(__self__, "ssl_client_keystoredb_secret_id", ssl_client_keystoredb_secret_id)
|
268
226
|
if ssl_crl and not isinstance(ssl_crl, str):
|
269
227
|
raise TypeError("Expected argument 'ssl_crl' to be a str")
|
270
228
|
pulumi.set(__self__, "ssl_crl", ssl_crl)
|
@@ -274,12 +232,6 @@ class GetConnectionResult:
|
|
274
232
|
if ssl_key_password and not isinstance(ssl_key_password, str):
|
275
233
|
raise TypeError("Expected argument 'ssl_key_password' to be a str")
|
276
234
|
pulumi.set(__self__, "ssl_key_password", ssl_key_password)
|
277
|
-
if ssl_key_password_secret_id and not isinstance(ssl_key_password_secret_id, str):
|
278
|
-
raise TypeError("Expected argument 'ssl_key_password_secret_id' to be a str")
|
279
|
-
pulumi.set(__self__, "ssl_key_password_secret_id", ssl_key_password_secret_id)
|
280
|
-
if ssl_key_secret_id and not isinstance(ssl_key_secret_id, str):
|
281
|
-
raise TypeError("Expected argument 'ssl_key_secret_id' to be a str")
|
282
|
-
pulumi.set(__self__, "ssl_key_secret_id", ssl_key_secret_id)
|
283
235
|
if ssl_mode and not isinstance(ssl_mode, str):
|
284
236
|
raise TypeError("Expected argument 'ssl_mode' to be a str")
|
285
237
|
pulumi.set(__self__, "ssl_mode", ssl_mode)
|
@@ -310,21 +262,12 @@ class GetConnectionResult:
|
|
310
262
|
if time_updated and not isinstance(time_updated, str):
|
311
263
|
raise TypeError("Expected argument 'time_updated' to be a str")
|
312
264
|
pulumi.set(__self__, "time_updated", time_updated)
|
313
|
-
if trigger_refresh and not isinstance(trigger_refresh, bool):
|
314
|
-
raise TypeError("Expected argument 'trigger_refresh' to be a bool")
|
315
|
-
pulumi.set(__self__, "trigger_refresh", trigger_refresh)
|
316
265
|
if trust_store and not isinstance(trust_store, str):
|
317
266
|
raise TypeError("Expected argument 'trust_store' to be a str")
|
318
267
|
pulumi.set(__self__, "trust_store", trust_store)
|
319
268
|
if trust_store_password and not isinstance(trust_store_password, str):
|
320
269
|
raise TypeError("Expected argument 'trust_store_password' to be a str")
|
321
270
|
pulumi.set(__self__, "trust_store_password", trust_store_password)
|
322
|
-
if trust_store_password_secret_id and not isinstance(trust_store_password_secret_id, str):
|
323
|
-
raise TypeError("Expected argument 'trust_store_password_secret_id' to be a str")
|
324
|
-
pulumi.set(__self__, "trust_store_password_secret_id", trust_store_password_secret_id)
|
325
|
-
if trust_store_secret_id and not isinstance(trust_store_secret_id, str):
|
326
|
-
raise TypeError("Expected argument 'trust_store_secret_id' to be a str")
|
327
|
-
pulumi.set(__self__, "trust_store_secret_id", trust_store_secret_id)
|
328
271
|
if url and not isinstance(url, str):
|
329
272
|
raise TypeError("Expected argument 'url' to be a str")
|
330
273
|
pulumi.set(__self__, "url", url)
|
@@ -340,9 +283,6 @@ class GetConnectionResult:
|
|
340
283
|
if wallet and not isinstance(wallet, str):
|
341
284
|
raise TypeError("Expected argument 'wallet' to be a str")
|
342
285
|
pulumi.set(__self__, "wallet", wallet)
|
343
|
-
if wallet_secret_id and not isinstance(wallet_secret_id, str):
|
344
|
-
raise TypeError("Expected argument 'wallet_secret_id' to be a str")
|
345
|
-
pulumi.set(__self__, "wallet_secret_id", wallet_secret_id)
|
346
286
|
|
347
287
|
@property
|
348
288
|
@pulumi.getter(name="accessKeyId")
|
@@ -357,14 +297,6 @@ class GetConnectionResult:
|
|
357
297
|
def account_key(self) -> str:
|
358
298
|
return pulumi.get(self, "account_key")
|
359
299
|
|
360
|
-
@property
|
361
|
-
@pulumi.getter(name="accountKeySecretId")
|
362
|
-
def account_key_secret_id(self) -> str:
|
363
|
-
"""
|
364
|
-
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.
|
365
|
-
"""
|
366
|
-
return pulumi.get(self, "account_key_secret_id")
|
367
|
-
|
368
300
|
@property
|
369
301
|
@pulumi.getter(name="accountName")
|
370
302
|
def account_name(self) -> str:
|
@@ -428,14 +360,6 @@ class GetConnectionResult:
|
|
428
360
|
def client_secret(self) -> str:
|
429
361
|
return pulumi.get(self, "client_secret")
|
430
362
|
|
431
|
-
@property
|
432
|
-
@pulumi.getter(name="clientSecretSecretId")
|
433
|
-
def client_secret_secret_id(self) -> str:
|
434
|
-
"""
|
435
|
-
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.
|
436
|
-
"""
|
437
|
-
return pulumi.get(self, "client_secret_secret_id")
|
438
|
-
|
439
363
|
@property
|
440
364
|
@pulumi.getter(name="compartmentId")
|
441
365
|
def compartment_id(self) -> str:
|
@@ -488,9 +412,6 @@ class GetConnectionResult:
|
|
488
412
|
@property
|
489
413
|
@pulumi.getter(name="consumerProperties")
|
490
414
|
def consumer_properties(self) -> str:
|
491
|
-
"""
|
492
|
-
The base64 encoded content of the consumer.properties file.
|
493
|
-
"""
|
494
415
|
return pulumi.get(self, "consumer_properties")
|
495
416
|
|
496
417
|
@property
|
@@ -554,17 +475,12 @@ class GetConnectionResult:
|
|
554
475
|
"""
|
555
476
|
return pulumi.get(self, "display_name")
|
556
477
|
|
557
|
-
@property
|
558
|
-
@pulumi.getter(name="doesUseSecretIds")
|
559
|
-
def does_use_secret_ids(self) -> bool:
|
560
|
-
"""
|
561
|
-
Indicates that sensitive attributes are provided via Secrets.
|
562
|
-
"""
|
563
|
-
return pulumi.get(self, "does_use_secret_ids")
|
564
|
-
|
565
478
|
@property
|
566
479
|
@pulumi.getter
|
567
480
|
def endpoint(self) -> str:
|
481
|
+
"""
|
482
|
+
Azure Storage service endpoint. e.g: https://test.blob.core.windows.net
|
483
|
+
"""
|
568
484
|
return pulumi.get(self, "endpoint")
|
569
485
|
|
570
486
|
@property
|
@@ -640,14 +556,6 @@ class GetConnectionResult:
|
|
640
556
|
def jndi_security_credentials(self) -> str:
|
641
557
|
return pulumi.get(self, "jndi_security_credentials")
|
642
558
|
|
643
|
-
@property
|
644
|
-
@pulumi.getter(name="jndiSecurityCredentialsSecretId")
|
645
|
-
def jndi_security_credentials_secret_id(self) -> str:
|
646
|
-
"""
|
647
|
-
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.
|
648
|
-
"""
|
649
|
-
return pulumi.get(self, "jndi_security_credentials_secret_id")
|
650
|
-
|
651
559
|
@property
|
652
560
|
@pulumi.getter(name="jndiSecurityPrincipal")
|
653
561
|
def jndi_security_principal(self) -> str:
|
@@ -674,22 +582,6 @@ class GetConnectionResult:
|
|
674
582
|
def key_store_password(self) -> str:
|
675
583
|
return pulumi.get(self, "key_store_password")
|
676
584
|
|
677
|
-
@property
|
678
|
-
@pulumi.getter(name="keyStorePasswordSecretId")
|
679
|
-
def key_store_password_secret_id(self) -> str:
|
680
|
-
"""
|
681
|
-
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.
|
682
|
-
"""
|
683
|
-
return pulumi.get(self, "key_store_password_secret_id")
|
684
|
-
|
685
|
-
@property
|
686
|
-
@pulumi.getter(name="keyStoreSecretId")
|
687
|
-
def key_store_secret_id(self) -> str:
|
688
|
-
"""
|
689
|
-
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.
|
690
|
-
"""
|
691
|
-
return pulumi.get(self, "key_store_secret_id")
|
692
|
-
|
693
585
|
@property
|
694
586
|
@pulumi.getter(name="lifecycleDetails")
|
695
587
|
def lifecycle_details(self) -> str:
|
@@ -719,14 +611,6 @@ class GetConnectionResult:
|
|
719
611
|
def password(self) -> str:
|
720
612
|
return pulumi.get(self, "password")
|
721
613
|
|
722
|
-
@property
|
723
|
-
@pulumi.getter(name="passwordSecretId")
|
724
|
-
def password_secret_id(self) -> str:
|
725
|
-
"""
|
726
|
-
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.
|
727
|
-
"""
|
728
|
-
return pulumi.get(self, "password_secret_id")
|
729
|
-
|
730
614
|
@property
|
731
615
|
@pulumi.getter
|
732
616
|
def port(self) -> int:
|
@@ -749,33 +633,14 @@ class GetConnectionResult:
|
|
749
633
|
def private_key_file(self) -> str:
|
750
634
|
return pulumi.get(self, "private_key_file")
|
751
635
|
|
752
|
-
@property
|
753
|
-
@pulumi.getter(name="privateKeyFileSecretId")
|
754
|
-
def private_key_file_secret_id(self) -> str:
|
755
|
-
"""
|
756
|
-
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.
|
757
|
-
"""
|
758
|
-
return pulumi.get(self, "private_key_file_secret_id")
|
759
|
-
|
760
636
|
@property
|
761
637
|
@pulumi.getter(name="privateKeyPassphrase")
|
762
638
|
def private_key_passphrase(self) -> str:
|
763
639
|
return pulumi.get(self, "private_key_passphrase")
|
764
640
|
|
765
|
-
@property
|
766
|
-
@pulumi.getter(name="privateKeyPassphraseSecretId")
|
767
|
-
def private_key_passphrase_secret_id(self) -> str:
|
768
|
-
"""
|
769
|
-
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.
|
770
|
-
"""
|
771
|
-
return pulumi.get(self, "private_key_passphrase_secret_id")
|
772
|
-
|
773
641
|
@property
|
774
642
|
@pulumi.getter(name="producerProperties")
|
775
643
|
def producer_properties(self) -> str:
|
776
|
-
"""
|
777
|
-
The base64 encoded content of the producer.properties file.
|
778
|
-
"""
|
779
644
|
return pulumi.get(self, "producer_properties")
|
780
645
|
|
781
646
|
@property
|
@@ -812,27 +677,11 @@ class GetConnectionResult:
|
|
812
677
|
def sas_token(self) -> str:
|
813
678
|
return pulumi.get(self, "sas_token")
|
814
679
|
|
815
|
-
@property
|
816
|
-
@pulumi.getter(name="sasTokenSecretId")
|
817
|
-
def sas_token_secret_id(self) -> str:
|
818
|
-
"""
|
819
|
-
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.
|
820
|
-
"""
|
821
|
-
return pulumi.get(self, "sas_token_secret_id")
|
822
|
-
|
823
680
|
@property
|
824
681
|
@pulumi.getter(name="secretAccessKey")
|
825
682
|
def secret_access_key(self) -> str:
|
826
683
|
return pulumi.get(self, "secret_access_key")
|
827
684
|
|
828
|
-
@property
|
829
|
-
@pulumi.getter(name="secretAccessKeySecretId")
|
830
|
-
def secret_access_key_secret_id(self) -> str:
|
831
|
-
"""
|
832
|
-
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.
|
833
|
-
"""
|
834
|
-
return pulumi.get(self, "secret_access_key_secret_id")
|
835
|
-
|
836
685
|
@property
|
837
686
|
@pulumi.getter(name="securityProtocol")
|
838
687
|
def security_protocol(self) -> str:
|
@@ -857,14 +706,6 @@ class GetConnectionResult:
|
|
857
706
|
def service_account_key_file(self) -> str:
|
858
707
|
return pulumi.get(self, "service_account_key_file")
|
859
708
|
|
860
|
-
@property
|
861
|
-
@pulumi.getter(name="serviceAccountKeyFileSecretId")
|
862
|
-
def service_account_key_file_secret_id(self) -> str:
|
863
|
-
"""
|
864
|
-
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.
|
865
|
-
"""
|
866
|
-
return pulumi.get(self, "service_account_key_file_secret_id")
|
867
|
-
|
868
709
|
@property
|
869
710
|
@pulumi.getter(name="sessionMode")
|
870
711
|
def session_mode(self) -> str:
|
@@ -907,27 +748,11 @@ class GetConnectionResult:
|
|
907
748
|
def ssl_client_keystash(self) -> str:
|
908
749
|
return pulumi.get(self, "ssl_client_keystash")
|
909
750
|
|
910
|
-
@property
|
911
|
-
@pulumi.getter(name="sslClientKeystashSecretId")
|
912
|
-
def ssl_client_keystash_secret_id(self) -> str:
|
913
|
-
"""
|
914
|
-
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.
|
915
|
-
"""
|
916
|
-
return pulumi.get(self, "ssl_client_keystash_secret_id")
|
917
|
-
|
918
751
|
@property
|
919
752
|
@pulumi.getter(name="sslClientKeystoredb")
|
920
753
|
def ssl_client_keystoredb(self) -> str:
|
921
754
|
return pulumi.get(self, "ssl_client_keystoredb")
|
922
755
|
|
923
|
-
@property
|
924
|
-
@pulumi.getter(name="sslClientKeystoredbSecretId")
|
925
|
-
def ssl_client_keystoredb_secret_id(self) -> str:
|
926
|
-
"""
|
927
|
-
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.
|
928
|
-
"""
|
929
|
-
return pulumi.get(self, "ssl_client_keystoredb_secret_id")
|
930
|
-
|
931
756
|
@property
|
932
757
|
@pulumi.getter(name="sslCrl")
|
933
758
|
def ssl_crl(self) -> str:
|
@@ -943,23 +768,6 @@ class GetConnectionResult:
|
|
943
768
|
def ssl_key_password(self) -> str:
|
944
769
|
return pulumi.get(self, "ssl_key_password")
|
945
770
|
|
946
|
-
@property
|
947
|
-
@pulumi.getter(name="sslKeyPasswordSecretId")
|
948
|
-
def ssl_key_password_secret_id(self) -> str:
|
949
|
-
"""
|
950
|
-
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.
|
951
|
-
"""
|
952
|
-
return pulumi.get(self, "ssl_key_password_secret_id")
|
953
|
-
|
954
|
-
@property
|
955
|
-
@pulumi.getter(name="sslKeySecretId")
|
956
|
-
def ssl_key_secret_id(self) -> str:
|
957
|
-
"""
|
958
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret that stores the Client Key
|
959
|
-
* 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.
|
960
|
-
"""
|
961
|
-
return pulumi.get(self, "ssl_key_secret_id")
|
962
|
-
|
963
771
|
@property
|
964
772
|
@pulumi.getter(name="sslMode")
|
965
773
|
def ssl_mode(self) -> str:
|
@@ -1037,11 +845,6 @@ class GetConnectionResult:
|
|
1037
845
|
"""
|
1038
846
|
return pulumi.get(self, "time_updated")
|
1039
847
|
|
1040
|
-
@property
|
1041
|
-
@pulumi.getter(name="triggerRefresh")
|
1042
|
-
def trigger_refresh(self) -> bool:
|
1043
|
-
return pulumi.get(self, "trigger_refresh")
|
1044
|
-
|
1045
848
|
@property
|
1046
849
|
@pulumi.getter(name="trustStore")
|
1047
850
|
def trust_store(self) -> str:
|
@@ -1052,22 +855,6 @@ class GetConnectionResult:
|
|
1052
855
|
def trust_store_password(self) -> str:
|
1053
856
|
return pulumi.get(self, "trust_store_password")
|
1054
857
|
|
1055
|
-
@property
|
1056
|
-
@pulumi.getter(name="trustStorePasswordSecretId")
|
1057
|
-
def trust_store_password_secret_id(self) -> str:
|
1058
|
-
"""
|
1059
|
-
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.
|
1060
|
-
"""
|
1061
|
-
return pulumi.get(self, "trust_store_password_secret_id")
|
1062
|
-
|
1063
|
-
@property
|
1064
|
-
@pulumi.getter(name="trustStoreSecretId")
|
1065
|
-
def trust_store_secret_id(self) -> str:
|
1066
|
-
"""
|
1067
|
-
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
|
1068
|
-
"""
|
1069
|
-
return pulumi.get(self, "trust_store_secret_id")
|
1070
|
-
|
1071
858
|
@property
|
1072
859
|
@pulumi.getter
|
1073
860
|
def url(self) -> str:
|
@@ -1105,14 +892,6 @@ class GetConnectionResult:
|
|
1105
892
|
def wallet(self) -> str:
|
1106
893
|
return pulumi.get(self, "wallet")
|
1107
894
|
|
1108
|
-
@property
|
1109
|
-
@pulumi.getter(name="walletSecretId")
|
1110
|
-
def wallet_secret_id(self) -> str:
|
1111
|
-
"""
|
1112
|
-
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.
|
1113
|
-
"""
|
1114
|
-
return pulumi.get(self, "wallet_secret_id")
|
1115
|
-
|
1116
895
|
|
1117
896
|
class AwaitableGetConnectionResult(GetConnectionResult):
|
1118
897
|
# pylint: disable=using-constant-test
|
@@ -1122,7 +901,6 @@ class AwaitableGetConnectionResult(GetConnectionResult):
|
|
1122
901
|
return GetConnectionResult(
|
1123
902
|
access_key_id=self.access_key_id,
|
1124
903
|
account_key=self.account_key,
|
1125
|
-
account_key_secret_id=self.account_key_secret_id,
|
1126
904
|
account_name=self.account_name,
|
1127
905
|
additional_attributes=self.additional_attributes,
|
1128
906
|
authentication_mode=self.authentication_mode,
|
@@ -1131,7 +909,6 @@ class AwaitableGetConnectionResult(GetConnectionResult):
|
|
1131
909
|
bootstrap_servers=self.bootstrap_servers,
|
1132
910
|
client_id=self.client_id,
|
1133
911
|
client_secret=self.client_secret,
|
1134
|
-
client_secret_secret_id=self.client_secret_secret_id,
|
1135
912
|
compartment_id=self.compartment_id,
|
1136
913
|
connection_factory=self.connection_factory,
|
1137
914
|
connection_id=self.connection_id,
|
@@ -1147,7 +924,6 @@ class AwaitableGetConnectionResult(GetConnectionResult):
|
|
1147
924
|
deployment_id=self.deployment_id,
|
1148
925
|
description=self.description,
|
1149
926
|
display_name=self.display_name,
|
1150
|
-
does_use_secret_ids=self.does_use_secret_ids,
|
1151
927
|
endpoint=self.endpoint,
|
1152
928
|
fingerprint=self.fingerprint,
|
1153
929
|
freeform_tags=self.freeform_tags,
|
@@ -1159,51 +935,38 @@ class AwaitableGetConnectionResult(GetConnectionResult):
|
|
1159
935
|
jndi_initial_context_factory=self.jndi_initial_context_factory,
|
1160
936
|
jndi_provider_url=self.jndi_provider_url,
|
1161
937
|
jndi_security_credentials=self.jndi_security_credentials,
|
1162
|
-
jndi_security_credentials_secret_id=self.jndi_security_credentials_secret_id,
|
1163
938
|
jndi_security_principal=self.jndi_security_principal,
|
1164
939
|
key_id=self.key_id,
|
1165
940
|
key_store=self.key_store,
|
1166
941
|
key_store_password=self.key_store_password,
|
1167
|
-
key_store_password_secret_id=self.key_store_password_secret_id,
|
1168
|
-
key_store_secret_id=self.key_store_secret_id,
|
1169
942
|
lifecycle_details=self.lifecycle_details,
|
1170
943
|
locks=self.locks,
|
1171
944
|
nsg_ids=self.nsg_ids,
|
1172
945
|
password=self.password,
|
1173
|
-
password_secret_id=self.password_secret_id,
|
1174
946
|
port=self.port,
|
1175
947
|
private_ip=self.private_ip,
|
1176
948
|
private_key_file=self.private_key_file,
|
1177
|
-
private_key_file_secret_id=self.private_key_file_secret_id,
|
1178
949
|
private_key_passphrase=self.private_key_passphrase,
|
1179
|
-
private_key_passphrase_secret_id=self.private_key_passphrase_secret_id,
|
1180
950
|
producer_properties=self.producer_properties,
|
1181
951
|
public_key_fingerprint=self.public_key_fingerprint,
|
1182
952
|
redis_cluster_id=self.redis_cluster_id,
|
1183
953
|
region=self.region,
|
1184
954
|
routing_method=self.routing_method,
|
1185
955
|
sas_token=self.sas_token,
|
1186
|
-
sas_token_secret_id=self.sas_token_secret_id,
|
1187
956
|
secret_access_key=self.secret_access_key,
|
1188
|
-
secret_access_key_secret_id=self.secret_access_key_secret_id,
|
1189
957
|
security_protocol=self.security_protocol,
|
1190
958
|
servers=self.servers,
|
1191
959
|
service_account_key_file=self.service_account_key_file,
|
1192
|
-
service_account_key_file_secret_id=self.service_account_key_file_secret_id,
|
1193
960
|
session_mode=self.session_mode,
|
1194
961
|
should_use_jndi=self.should_use_jndi,
|
1195
962
|
should_validate_server_certificate=self.should_validate_server_certificate,
|
1196
963
|
ssl_ca=self.ssl_ca,
|
1197
964
|
ssl_cert=self.ssl_cert,
|
1198
965
|
ssl_client_keystash=self.ssl_client_keystash,
|
1199
|
-
ssl_client_keystash_secret_id=self.ssl_client_keystash_secret_id,
|
1200
966
|
ssl_client_keystoredb=self.ssl_client_keystoredb,
|
1201
|
-
ssl_client_keystoredb_secret_id=self.ssl_client_keystoredb_secret_id,
|
1202
967
|
ssl_crl=self.ssl_crl,
|
1203
968
|
ssl_key=self.ssl_key,
|
1204
969
|
ssl_key_password=self.ssl_key_password,
|
1205
|
-
ssl_key_password_secret_id=self.ssl_key_password_secret_id,
|
1206
|
-
ssl_key_secret_id=self.ssl_key_secret_id,
|
1207
970
|
ssl_mode=self.ssl_mode,
|
1208
971
|
ssl_server_certificate=self.ssl_server_certificate,
|
1209
972
|
state=self.state,
|
@@ -1214,17 +977,13 @@ class AwaitableGetConnectionResult(GetConnectionResult):
|
|
1214
977
|
tenancy_id=self.tenancy_id,
|
1215
978
|
time_created=self.time_created,
|
1216
979
|
time_updated=self.time_updated,
|
1217
|
-
trigger_refresh=self.trigger_refresh,
|
1218
980
|
trust_store=self.trust_store,
|
1219
981
|
trust_store_password=self.trust_store_password,
|
1220
|
-
trust_store_password_secret_id=self.trust_store_password_secret_id,
|
1221
|
-
trust_store_secret_id=self.trust_store_secret_id,
|
1222
982
|
url=self.url,
|
1223
983
|
user_id=self.user_id,
|
1224
984
|
username=self.username,
|
1225
985
|
vault_id=self.vault_id,
|
1226
|
-
wallet=self.wallet
|
1227
|
-
wallet_secret_id=self.wallet_secret_id)
|
986
|
+
wallet=self.wallet)
|
1228
987
|
|
1229
988
|
|
1230
989
|
def get_connection(connection_id: Optional[str] = None,
|
@@ -1254,7 +1013,6 @@ def get_connection(connection_id: Optional[str] = None,
|
|
1254
1013
|
return AwaitableGetConnectionResult(
|
1255
1014
|
access_key_id=pulumi.get(__ret__, 'access_key_id'),
|
1256
1015
|
account_key=pulumi.get(__ret__, 'account_key'),
|
1257
|
-
account_key_secret_id=pulumi.get(__ret__, 'account_key_secret_id'),
|
1258
1016
|
account_name=pulumi.get(__ret__, 'account_name'),
|
1259
1017
|
additional_attributes=pulumi.get(__ret__, 'additional_attributes'),
|
1260
1018
|
authentication_mode=pulumi.get(__ret__, 'authentication_mode'),
|
@@ -1263,7 +1021,6 @@ def get_connection(connection_id: Optional[str] = None,
|
|
1263
1021
|
bootstrap_servers=pulumi.get(__ret__, 'bootstrap_servers'),
|
1264
1022
|
client_id=pulumi.get(__ret__, 'client_id'),
|
1265
1023
|
client_secret=pulumi.get(__ret__, 'client_secret'),
|
1266
|
-
client_secret_secret_id=pulumi.get(__ret__, 'client_secret_secret_id'),
|
1267
1024
|
compartment_id=pulumi.get(__ret__, 'compartment_id'),
|
1268
1025
|
connection_factory=pulumi.get(__ret__, 'connection_factory'),
|
1269
1026
|
connection_id=pulumi.get(__ret__, 'connection_id'),
|
@@ -1279,7 +1036,6 @@ def get_connection(connection_id: Optional[str] = None,
|
|
1279
1036
|
deployment_id=pulumi.get(__ret__, 'deployment_id'),
|
1280
1037
|
description=pulumi.get(__ret__, 'description'),
|
1281
1038
|
display_name=pulumi.get(__ret__, 'display_name'),
|
1282
|
-
does_use_secret_ids=pulumi.get(__ret__, 'does_use_secret_ids'),
|
1283
1039
|
endpoint=pulumi.get(__ret__, 'endpoint'),
|
1284
1040
|
fingerprint=pulumi.get(__ret__, 'fingerprint'),
|
1285
1041
|
freeform_tags=pulumi.get(__ret__, 'freeform_tags'),
|
@@ -1291,51 +1047,38 @@ def get_connection(connection_id: Optional[str] = None,
|
|
1291
1047
|
jndi_initial_context_factory=pulumi.get(__ret__, 'jndi_initial_context_factory'),
|
1292
1048
|
jndi_provider_url=pulumi.get(__ret__, 'jndi_provider_url'),
|
1293
1049
|
jndi_security_credentials=pulumi.get(__ret__, 'jndi_security_credentials'),
|
1294
|
-
jndi_security_credentials_secret_id=pulumi.get(__ret__, 'jndi_security_credentials_secret_id'),
|
1295
1050
|
jndi_security_principal=pulumi.get(__ret__, 'jndi_security_principal'),
|
1296
1051
|
key_id=pulumi.get(__ret__, 'key_id'),
|
1297
1052
|
key_store=pulumi.get(__ret__, 'key_store'),
|
1298
1053
|
key_store_password=pulumi.get(__ret__, 'key_store_password'),
|
1299
|
-
key_store_password_secret_id=pulumi.get(__ret__, 'key_store_password_secret_id'),
|
1300
|
-
key_store_secret_id=pulumi.get(__ret__, 'key_store_secret_id'),
|
1301
1054
|
lifecycle_details=pulumi.get(__ret__, 'lifecycle_details'),
|
1302
1055
|
locks=pulumi.get(__ret__, 'locks'),
|
1303
1056
|
nsg_ids=pulumi.get(__ret__, 'nsg_ids'),
|
1304
1057
|
password=pulumi.get(__ret__, 'password'),
|
1305
|
-
password_secret_id=pulumi.get(__ret__, 'password_secret_id'),
|
1306
1058
|
port=pulumi.get(__ret__, 'port'),
|
1307
1059
|
private_ip=pulumi.get(__ret__, 'private_ip'),
|
1308
1060
|
private_key_file=pulumi.get(__ret__, 'private_key_file'),
|
1309
|
-
private_key_file_secret_id=pulumi.get(__ret__, 'private_key_file_secret_id'),
|
1310
1061
|
private_key_passphrase=pulumi.get(__ret__, 'private_key_passphrase'),
|
1311
|
-
private_key_passphrase_secret_id=pulumi.get(__ret__, 'private_key_passphrase_secret_id'),
|
1312
1062
|
producer_properties=pulumi.get(__ret__, 'producer_properties'),
|
1313
1063
|
public_key_fingerprint=pulumi.get(__ret__, 'public_key_fingerprint'),
|
1314
1064
|
redis_cluster_id=pulumi.get(__ret__, 'redis_cluster_id'),
|
1315
1065
|
region=pulumi.get(__ret__, 'region'),
|
1316
1066
|
routing_method=pulumi.get(__ret__, 'routing_method'),
|
1317
1067
|
sas_token=pulumi.get(__ret__, 'sas_token'),
|
1318
|
-
sas_token_secret_id=pulumi.get(__ret__, 'sas_token_secret_id'),
|
1319
1068
|
secret_access_key=pulumi.get(__ret__, 'secret_access_key'),
|
1320
|
-
secret_access_key_secret_id=pulumi.get(__ret__, 'secret_access_key_secret_id'),
|
1321
1069
|
security_protocol=pulumi.get(__ret__, 'security_protocol'),
|
1322
1070
|
servers=pulumi.get(__ret__, 'servers'),
|
1323
1071
|
service_account_key_file=pulumi.get(__ret__, 'service_account_key_file'),
|
1324
|
-
service_account_key_file_secret_id=pulumi.get(__ret__, 'service_account_key_file_secret_id'),
|
1325
1072
|
session_mode=pulumi.get(__ret__, 'session_mode'),
|
1326
1073
|
should_use_jndi=pulumi.get(__ret__, 'should_use_jndi'),
|
1327
1074
|
should_validate_server_certificate=pulumi.get(__ret__, 'should_validate_server_certificate'),
|
1328
1075
|
ssl_ca=pulumi.get(__ret__, 'ssl_ca'),
|
1329
1076
|
ssl_cert=pulumi.get(__ret__, 'ssl_cert'),
|
1330
1077
|
ssl_client_keystash=pulumi.get(__ret__, 'ssl_client_keystash'),
|
1331
|
-
ssl_client_keystash_secret_id=pulumi.get(__ret__, 'ssl_client_keystash_secret_id'),
|
1332
1078
|
ssl_client_keystoredb=pulumi.get(__ret__, 'ssl_client_keystoredb'),
|
1333
|
-
ssl_client_keystoredb_secret_id=pulumi.get(__ret__, 'ssl_client_keystoredb_secret_id'),
|
1334
1079
|
ssl_crl=pulumi.get(__ret__, 'ssl_crl'),
|
1335
1080
|
ssl_key=pulumi.get(__ret__, 'ssl_key'),
|
1336
1081
|
ssl_key_password=pulumi.get(__ret__, 'ssl_key_password'),
|
1337
|
-
ssl_key_password_secret_id=pulumi.get(__ret__, 'ssl_key_password_secret_id'),
|
1338
|
-
ssl_key_secret_id=pulumi.get(__ret__, 'ssl_key_secret_id'),
|
1339
1082
|
ssl_mode=pulumi.get(__ret__, 'ssl_mode'),
|
1340
1083
|
ssl_server_certificate=pulumi.get(__ret__, 'ssl_server_certificate'),
|
1341
1084
|
state=pulumi.get(__ret__, 'state'),
|
@@ -1346,17 +1089,13 @@ def get_connection(connection_id: Optional[str] = None,
|
|
1346
1089
|
tenancy_id=pulumi.get(__ret__, 'tenancy_id'),
|
1347
1090
|
time_created=pulumi.get(__ret__, 'time_created'),
|
1348
1091
|
time_updated=pulumi.get(__ret__, 'time_updated'),
|
1349
|
-
trigger_refresh=pulumi.get(__ret__, 'trigger_refresh'),
|
1350
1092
|
trust_store=pulumi.get(__ret__, 'trust_store'),
|
1351
1093
|
trust_store_password=pulumi.get(__ret__, 'trust_store_password'),
|
1352
|
-
trust_store_password_secret_id=pulumi.get(__ret__, 'trust_store_password_secret_id'),
|
1353
|
-
trust_store_secret_id=pulumi.get(__ret__, 'trust_store_secret_id'),
|
1354
1094
|
url=pulumi.get(__ret__, 'url'),
|
1355
1095
|
user_id=pulumi.get(__ret__, 'user_id'),
|
1356
1096
|
username=pulumi.get(__ret__, 'username'),
|
1357
1097
|
vault_id=pulumi.get(__ret__, 'vault_id'),
|
1358
|
-
wallet=pulumi.get(__ret__, 'wallet')
|
1359
|
-
wallet_secret_id=pulumi.get(__ret__, 'wallet_secret_id'))
|
1098
|
+
wallet=pulumi.get(__ret__, 'wallet'))
|
1360
1099
|
def get_connection_output(connection_id: Optional[pulumi.Input[str]] = None,
|
1361
1100
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetConnectionResult]:
|
1362
1101
|
"""
|
@@ -1383,7 +1122,6 @@ def get_connection_output(connection_id: Optional[pulumi.Input[str]] = None,
|
|
1383
1122
|
return __ret__.apply(lambda __response__: GetConnectionResult(
|
1384
1123
|
access_key_id=pulumi.get(__response__, 'access_key_id'),
|
1385
1124
|
account_key=pulumi.get(__response__, 'account_key'),
|
1386
|
-
account_key_secret_id=pulumi.get(__response__, 'account_key_secret_id'),
|
1387
1125
|
account_name=pulumi.get(__response__, 'account_name'),
|
1388
1126
|
additional_attributes=pulumi.get(__response__, 'additional_attributes'),
|
1389
1127
|
authentication_mode=pulumi.get(__response__, 'authentication_mode'),
|
@@ -1392,7 +1130,6 @@ def get_connection_output(connection_id: Optional[pulumi.Input[str]] = None,
|
|
1392
1130
|
bootstrap_servers=pulumi.get(__response__, 'bootstrap_servers'),
|
1393
1131
|
client_id=pulumi.get(__response__, 'client_id'),
|
1394
1132
|
client_secret=pulumi.get(__response__, 'client_secret'),
|
1395
|
-
client_secret_secret_id=pulumi.get(__response__, 'client_secret_secret_id'),
|
1396
1133
|
compartment_id=pulumi.get(__response__, 'compartment_id'),
|
1397
1134
|
connection_factory=pulumi.get(__response__, 'connection_factory'),
|
1398
1135
|
connection_id=pulumi.get(__response__, 'connection_id'),
|
@@ -1408,7 +1145,6 @@ def get_connection_output(connection_id: Optional[pulumi.Input[str]] = None,
|
|
1408
1145
|
deployment_id=pulumi.get(__response__, 'deployment_id'),
|
1409
1146
|
description=pulumi.get(__response__, 'description'),
|
1410
1147
|
display_name=pulumi.get(__response__, 'display_name'),
|
1411
|
-
does_use_secret_ids=pulumi.get(__response__, 'does_use_secret_ids'),
|
1412
1148
|
endpoint=pulumi.get(__response__, 'endpoint'),
|
1413
1149
|
fingerprint=pulumi.get(__response__, 'fingerprint'),
|
1414
1150
|
freeform_tags=pulumi.get(__response__, 'freeform_tags'),
|
@@ -1420,51 +1156,38 @@ def get_connection_output(connection_id: Optional[pulumi.Input[str]] = None,
|
|
1420
1156
|
jndi_initial_context_factory=pulumi.get(__response__, 'jndi_initial_context_factory'),
|
1421
1157
|
jndi_provider_url=pulumi.get(__response__, 'jndi_provider_url'),
|
1422
1158
|
jndi_security_credentials=pulumi.get(__response__, 'jndi_security_credentials'),
|
1423
|
-
jndi_security_credentials_secret_id=pulumi.get(__response__, 'jndi_security_credentials_secret_id'),
|
1424
1159
|
jndi_security_principal=pulumi.get(__response__, 'jndi_security_principal'),
|
1425
1160
|
key_id=pulumi.get(__response__, 'key_id'),
|
1426
1161
|
key_store=pulumi.get(__response__, 'key_store'),
|
1427
1162
|
key_store_password=pulumi.get(__response__, 'key_store_password'),
|
1428
|
-
key_store_password_secret_id=pulumi.get(__response__, 'key_store_password_secret_id'),
|
1429
|
-
key_store_secret_id=pulumi.get(__response__, 'key_store_secret_id'),
|
1430
1163
|
lifecycle_details=pulumi.get(__response__, 'lifecycle_details'),
|
1431
1164
|
locks=pulumi.get(__response__, 'locks'),
|
1432
1165
|
nsg_ids=pulumi.get(__response__, 'nsg_ids'),
|
1433
1166
|
password=pulumi.get(__response__, 'password'),
|
1434
|
-
password_secret_id=pulumi.get(__response__, 'password_secret_id'),
|
1435
1167
|
port=pulumi.get(__response__, 'port'),
|
1436
1168
|
private_ip=pulumi.get(__response__, 'private_ip'),
|
1437
1169
|
private_key_file=pulumi.get(__response__, 'private_key_file'),
|
1438
|
-
private_key_file_secret_id=pulumi.get(__response__, 'private_key_file_secret_id'),
|
1439
1170
|
private_key_passphrase=pulumi.get(__response__, 'private_key_passphrase'),
|
1440
|
-
private_key_passphrase_secret_id=pulumi.get(__response__, 'private_key_passphrase_secret_id'),
|
1441
1171
|
producer_properties=pulumi.get(__response__, 'producer_properties'),
|
1442
1172
|
public_key_fingerprint=pulumi.get(__response__, 'public_key_fingerprint'),
|
1443
1173
|
redis_cluster_id=pulumi.get(__response__, 'redis_cluster_id'),
|
1444
1174
|
region=pulumi.get(__response__, 'region'),
|
1445
1175
|
routing_method=pulumi.get(__response__, 'routing_method'),
|
1446
1176
|
sas_token=pulumi.get(__response__, 'sas_token'),
|
1447
|
-
sas_token_secret_id=pulumi.get(__response__, 'sas_token_secret_id'),
|
1448
1177
|
secret_access_key=pulumi.get(__response__, 'secret_access_key'),
|
1449
|
-
secret_access_key_secret_id=pulumi.get(__response__, 'secret_access_key_secret_id'),
|
1450
1178
|
security_protocol=pulumi.get(__response__, 'security_protocol'),
|
1451
1179
|
servers=pulumi.get(__response__, 'servers'),
|
1452
1180
|
service_account_key_file=pulumi.get(__response__, 'service_account_key_file'),
|
1453
|
-
service_account_key_file_secret_id=pulumi.get(__response__, 'service_account_key_file_secret_id'),
|
1454
1181
|
session_mode=pulumi.get(__response__, 'session_mode'),
|
1455
1182
|
should_use_jndi=pulumi.get(__response__, 'should_use_jndi'),
|
1456
1183
|
should_validate_server_certificate=pulumi.get(__response__, 'should_validate_server_certificate'),
|
1457
1184
|
ssl_ca=pulumi.get(__response__, 'ssl_ca'),
|
1458
1185
|
ssl_cert=pulumi.get(__response__, 'ssl_cert'),
|
1459
1186
|
ssl_client_keystash=pulumi.get(__response__, 'ssl_client_keystash'),
|
1460
|
-
ssl_client_keystash_secret_id=pulumi.get(__response__, 'ssl_client_keystash_secret_id'),
|
1461
1187
|
ssl_client_keystoredb=pulumi.get(__response__, 'ssl_client_keystoredb'),
|
1462
|
-
ssl_client_keystoredb_secret_id=pulumi.get(__response__, 'ssl_client_keystoredb_secret_id'),
|
1463
1188
|
ssl_crl=pulumi.get(__response__, 'ssl_crl'),
|
1464
1189
|
ssl_key=pulumi.get(__response__, 'ssl_key'),
|
1465
1190
|
ssl_key_password=pulumi.get(__response__, 'ssl_key_password'),
|
1466
|
-
ssl_key_password_secret_id=pulumi.get(__response__, 'ssl_key_password_secret_id'),
|
1467
|
-
ssl_key_secret_id=pulumi.get(__response__, 'ssl_key_secret_id'),
|
1468
1191
|
ssl_mode=pulumi.get(__response__, 'ssl_mode'),
|
1469
1192
|
ssl_server_certificate=pulumi.get(__response__, 'ssl_server_certificate'),
|
1470
1193
|
state=pulumi.get(__response__, 'state'),
|
@@ -1475,14 +1198,10 @@ def get_connection_output(connection_id: Optional[pulumi.Input[str]] = None,
|
|
1475
1198
|
tenancy_id=pulumi.get(__response__, 'tenancy_id'),
|
1476
1199
|
time_created=pulumi.get(__response__, 'time_created'),
|
1477
1200
|
time_updated=pulumi.get(__response__, 'time_updated'),
|
1478
|
-
trigger_refresh=pulumi.get(__response__, 'trigger_refresh'),
|
1479
1201
|
trust_store=pulumi.get(__response__, 'trust_store'),
|
1480
1202
|
trust_store_password=pulumi.get(__response__, 'trust_store_password'),
|
1481
|
-
trust_store_password_secret_id=pulumi.get(__response__, 'trust_store_password_secret_id'),
|
1482
|
-
trust_store_secret_id=pulumi.get(__response__, 'trust_store_secret_id'),
|
1483
1203
|
url=pulumi.get(__response__, 'url'),
|
1484
1204
|
user_id=pulumi.get(__response__, 'user_id'),
|
1485
1205
|
username=pulumi.get(__response__, 'username'),
|
1486
1206
|
vault_id=pulumi.get(__response__, 'vault_id'),
|
1487
|
-
wallet=pulumi.get(__response__, 'wallet')
|
1488
|
-
wallet_secret_id=pulumi.get(__response__, 'wallet_secret_id')))
|
1207
|
+
wallet=pulumi.get(__response__, 'wallet')))
|