pulumi-oci 2.14.0a1730182164__py3-none-any.whl → 2.14.0a1730198001__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/core/_inputs.py +74 -0
- pulumi_oci/core/get_instance.py +1 -1
- pulumi_oci/core/get_virtual_circuit.py +18 -4
- pulumi_oci/core/instance.py +7 -7
- pulumi_oci/core/outputs.py +165 -7
- pulumi_oci/core/virtual_circuit.py +30 -2
- pulumi_oci/database/_inputs.py +642 -0
- pulumi_oci/database/autonomous_container_database.py +14 -14
- pulumi_oci/database/autonomous_database.py +75 -0
- pulumi_oci/database/get_autonomous_container_database.py +3 -3
- pulumi_oci/database/get_autonomous_database.py +29 -1
- pulumi_oci/database/get_autonomous_databases.py +22 -28
- pulumi_oci/database/outputs.py +1669 -86
- pulumi_oci/datascience/_inputs.py +353 -0
- pulumi_oci/datascience/get_model.py +85 -1
- pulumi_oci/datascience/get_models.py +5 -0
- pulumi_oci/datascience/model.py +206 -66
- pulumi_oci/datascience/outputs.py +759 -0
- pulumi_oci/filestorage/_inputs.py +651 -0
- pulumi_oci/filestorage/export.py +96 -3
- pulumi_oci/filestorage/file_system.py +93 -0
- pulumi_oci/filestorage/filesystem_snapshot_policy.py +93 -0
- pulumi_oci/filestorage/get_filesystem_snapshot_policy.py +26 -1
- pulumi_oci/filestorage/get_outbound_connector.py +26 -1
- pulumi_oci/filestorage/get_replication.py +27 -1
- pulumi_oci/filestorage/get_snapshot.py +27 -1
- pulumi_oci/filestorage/mount_target.py +108 -0
- pulumi_oci/filestorage/outbound_connector.py +93 -0
- pulumi_oci/filestorage/outputs.py +1218 -2
- pulumi_oci/filestorage/replication.py +95 -0
- pulumi_oci/filestorage/snapshot.py +97 -2
- pulumi_oci/networkloadbalancer/get_network_load_balancer.py +15 -1
- pulumi_oci/networkloadbalancer/network_load_balancer.py +47 -0
- pulumi_oci/networkloadbalancer/outputs.py +11 -0
- pulumi_oci/pulumi-plugin.json +1 -1
- {pulumi_oci-2.14.0a1730182164.dist-info → pulumi_oci-2.14.0a1730198001.dist-info}/METADATA +1 -1
- {pulumi_oci-2.14.0a1730182164.dist-info → pulumi_oci-2.14.0a1730198001.dist-info}/RECORD +39 -39
- {pulumi_oci-2.14.0a1730182164.dist-info → pulumi_oci-2.14.0a1730198001.dist-info}/WHEEL +1 -1
- {pulumi_oci-2.14.0a1730182164.dist-info → pulumi_oci-2.14.0a1730198001.dist-info}/top_level.txt +0 -0
pulumi_oci/database/outputs.py
CHANGED
@@ -37,6 +37,9 @@ __all__ = [
|
|
37
37
|
'AutonomousDatabaseConnectionUrl',
|
38
38
|
'AutonomousDatabaseCustomerContact',
|
39
39
|
'AutonomousDatabaseDbToolsDetail',
|
40
|
+
'AutonomousDatabaseEncryptionKey',
|
41
|
+
'AutonomousDatabaseEncryptionKeyHistoryEntry',
|
42
|
+
'AutonomousDatabaseEncryptionKeyHistoryEntryEncryptionKey',
|
40
43
|
'AutonomousDatabaseKeyHistoryEntry',
|
41
44
|
'AutonomousDatabaseLocalStandbyDb',
|
42
45
|
'AutonomousDatabaseLongTermBackupSchedule',
|
@@ -242,6 +245,9 @@ __all__ = [
|
|
242
245
|
'GetAutonomousDatabaseDataguardAssociationsAutonomousDatabaseDataguardAssociationResult',
|
243
246
|
'GetAutonomousDatabaseDataguardAssociationsFilterResult',
|
244
247
|
'GetAutonomousDatabaseDbToolsDetailResult',
|
248
|
+
'GetAutonomousDatabaseEncryptionKeyResult',
|
249
|
+
'GetAutonomousDatabaseEncryptionKeyHistoryEntryResult',
|
250
|
+
'GetAutonomousDatabaseEncryptionKeyHistoryEntryEncryptionKeyResult',
|
245
251
|
'GetAutonomousDatabaseKeyHistoryEntryResult',
|
246
252
|
'GetAutonomousDatabaseLocalStandbyDbResult',
|
247
253
|
'GetAutonomousDatabaseLongTermBackupScheduleResult',
|
@@ -268,6 +274,9 @@ __all__ = [
|
|
268
274
|
'GetAutonomousDatabasesAutonomousDatabaseConnectionUrlResult',
|
269
275
|
'GetAutonomousDatabasesAutonomousDatabaseCustomerContactResult',
|
270
276
|
'GetAutonomousDatabasesAutonomousDatabaseDbToolsDetailResult',
|
277
|
+
'GetAutonomousDatabasesAutonomousDatabaseEncryptionKeyResult',
|
278
|
+
'GetAutonomousDatabasesAutonomousDatabaseEncryptionKeyHistoryEntryResult',
|
279
|
+
'GetAutonomousDatabasesAutonomousDatabaseEncryptionKeyHistoryEntryEncryptionKeyResult',
|
271
280
|
'GetAutonomousDatabasesAutonomousDatabaseKeyHistoryEntryResult',
|
272
281
|
'GetAutonomousDatabasesAutonomousDatabaseLocalStandbyDbResult',
|
273
282
|
'GetAutonomousDatabasesAutonomousDatabaseLongTermBackupScheduleResult',
|
@@ -285,6 +294,9 @@ __all__ = [
|
|
285
294
|
'GetAutonomousDatabasesClonesAutonomousDatabaseConnectionUrlResult',
|
286
295
|
'GetAutonomousDatabasesClonesAutonomousDatabaseCustomerContactResult',
|
287
296
|
'GetAutonomousDatabasesClonesAutonomousDatabaseDbToolsDetailResult',
|
297
|
+
'GetAutonomousDatabasesClonesAutonomousDatabaseEncryptionKeyResult',
|
298
|
+
'GetAutonomousDatabasesClonesAutonomousDatabaseEncryptionKeyHistoryEntryResult',
|
299
|
+
'GetAutonomousDatabasesClonesAutonomousDatabaseEncryptionKeyHistoryEntryEncryptionKeyResult',
|
288
300
|
'GetAutonomousDatabasesClonesAutonomousDatabaseKeyHistoryEntryResult',
|
289
301
|
'GetAutonomousDatabasesClonesAutonomousDatabaseLocalStandbyDbResult',
|
290
302
|
'GetAutonomousDatabasesClonesAutonomousDatabaseLongTermBackupScheduleResult',
|
@@ -2216,6 +2228,492 @@ class AutonomousDatabaseDbToolsDetail(dict):
|
|
2216
2228
|
return pulumi.get(self, "max_idle_time_in_minutes")
|
2217
2229
|
|
2218
2230
|
|
2231
|
+
@pulumi.output_type
|
2232
|
+
class AutonomousDatabaseEncryptionKey(dict):
|
2233
|
+
@staticmethod
|
2234
|
+
def __key_warning(key: str):
|
2235
|
+
suggest = None
|
2236
|
+
if key == "arnRole":
|
2237
|
+
suggest = "arn_role"
|
2238
|
+
elif key == "autonomousDatabaseProvider":
|
2239
|
+
suggest = "autonomous_database_provider"
|
2240
|
+
elif key == "certificateDirectoryName":
|
2241
|
+
suggest = "certificate_directory_name"
|
2242
|
+
elif key == "certificateId":
|
2243
|
+
suggest = "certificate_id"
|
2244
|
+
elif key == "directoryName":
|
2245
|
+
suggest = "directory_name"
|
2246
|
+
elif key == "externalId":
|
2247
|
+
suggest = "external_id"
|
2248
|
+
elif key == "keyArn":
|
2249
|
+
suggest = "key_arn"
|
2250
|
+
elif key == "keyName":
|
2251
|
+
suggest = "key_name"
|
2252
|
+
elif key == "kmsKeyId":
|
2253
|
+
suggest = "kms_key_id"
|
2254
|
+
elif key == "okvKmsKey":
|
2255
|
+
suggest = "okv_kms_key"
|
2256
|
+
elif key == "okvUri":
|
2257
|
+
suggest = "okv_uri"
|
2258
|
+
elif key == "serviceEndpointUri":
|
2259
|
+
suggest = "service_endpoint_uri"
|
2260
|
+
elif key == "vaultId":
|
2261
|
+
suggest = "vault_id"
|
2262
|
+
elif key == "vaultUri":
|
2263
|
+
suggest = "vault_uri"
|
2264
|
+
|
2265
|
+
if suggest:
|
2266
|
+
pulumi.log.warn(f"Key '{key}' not found in AutonomousDatabaseEncryptionKey. Access the value via the '{suggest}' property getter instead.")
|
2267
|
+
|
2268
|
+
def __getitem__(self, key: str) -> Any:
|
2269
|
+
AutonomousDatabaseEncryptionKey.__key_warning(key)
|
2270
|
+
return super().__getitem__(key)
|
2271
|
+
|
2272
|
+
def get(self, key: str, default = None) -> Any:
|
2273
|
+
AutonomousDatabaseEncryptionKey.__key_warning(key)
|
2274
|
+
return super().get(key, default)
|
2275
|
+
|
2276
|
+
def __init__(__self__, *,
|
2277
|
+
arn_role: Optional[str] = None,
|
2278
|
+
autonomous_database_provider: Optional[str] = None,
|
2279
|
+
certificate_directory_name: Optional[str] = None,
|
2280
|
+
certificate_id: Optional[str] = None,
|
2281
|
+
directory_name: Optional[str] = None,
|
2282
|
+
external_id: Optional[str] = None,
|
2283
|
+
key_arn: Optional[str] = None,
|
2284
|
+
key_name: Optional[str] = None,
|
2285
|
+
kms_key_id: Optional[str] = None,
|
2286
|
+
okv_kms_key: Optional[str] = None,
|
2287
|
+
okv_uri: Optional[str] = None,
|
2288
|
+
service_endpoint_uri: Optional[str] = None,
|
2289
|
+
vault_id: Optional[str] = None,
|
2290
|
+
vault_uri: Optional[str] = None):
|
2291
|
+
"""
|
2292
|
+
:param str arn_role: (Updatable) AWS ARN role
|
2293
|
+
:param str autonomous_database_provider: (Updatable) The provider for the Autonomous Database encryption key.
|
2294
|
+
:param str certificate_directory_name: (Updatable) OKV certificate directory name
|
2295
|
+
:param str certificate_id: (Updatable) OKV certificate id
|
2296
|
+
:param str directory_name: (Updatable) OKV wallet directory name
|
2297
|
+
:param str external_id: (Updatable) AWS external ID
|
2298
|
+
:param str key_arn: (Updatable) AWS key ARN
|
2299
|
+
:param str key_name: (Updatable) Azure key name
|
2300
|
+
:param str kms_key_id: (Updatable) The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
|
2301
|
+
:param str okv_kms_key: (Updatable) UUID of OKV KMS Key
|
2302
|
+
:param str okv_uri: (Updatable) URI of OKV server
|
2303
|
+
:param str service_endpoint_uri: (Updatable) AWS key service endpoint URI
|
2304
|
+
:param str vault_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts). This parameter and `secretId` are required for Customer Managed Keys.
|
2305
|
+
:param str vault_uri: (Updatable) Azure vault URI
|
2306
|
+
"""
|
2307
|
+
if arn_role is not None:
|
2308
|
+
pulumi.set(__self__, "arn_role", arn_role)
|
2309
|
+
if autonomous_database_provider is not None:
|
2310
|
+
pulumi.set(__self__, "autonomous_database_provider", autonomous_database_provider)
|
2311
|
+
if certificate_directory_name is not None:
|
2312
|
+
pulumi.set(__self__, "certificate_directory_name", certificate_directory_name)
|
2313
|
+
if certificate_id is not None:
|
2314
|
+
pulumi.set(__self__, "certificate_id", certificate_id)
|
2315
|
+
if directory_name is not None:
|
2316
|
+
pulumi.set(__self__, "directory_name", directory_name)
|
2317
|
+
if external_id is not None:
|
2318
|
+
pulumi.set(__self__, "external_id", external_id)
|
2319
|
+
if key_arn is not None:
|
2320
|
+
pulumi.set(__self__, "key_arn", key_arn)
|
2321
|
+
if key_name is not None:
|
2322
|
+
pulumi.set(__self__, "key_name", key_name)
|
2323
|
+
if kms_key_id is not None:
|
2324
|
+
pulumi.set(__self__, "kms_key_id", kms_key_id)
|
2325
|
+
if okv_kms_key is not None:
|
2326
|
+
pulumi.set(__self__, "okv_kms_key", okv_kms_key)
|
2327
|
+
if okv_uri is not None:
|
2328
|
+
pulumi.set(__self__, "okv_uri", okv_uri)
|
2329
|
+
if service_endpoint_uri is not None:
|
2330
|
+
pulumi.set(__self__, "service_endpoint_uri", service_endpoint_uri)
|
2331
|
+
if vault_id is not None:
|
2332
|
+
pulumi.set(__self__, "vault_id", vault_id)
|
2333
|
+
if vault_uri is not None:
|
2334
|
+
pulumi.set(__self__, "vault_uri", vault_uri)
|
2335
|
+
|
2336
|
+
@property
|
2337
|
+
@pulumi.getter(name="arnRole")
|
2338
|
+
def arn_role(self) -> Optional[str]:
|
2339
|
+
"""
|
2340
|
+
(Updatable) AWS ARN role
|
2341
|
+
"""
|
2342
|
+
return pulumi.get(self, "arn_role")
|
2343
|
+
|
2344
|
+
@property
|
2345
|
+
@pulumi.getter(name="autonomousDatabaseProvider")
|
2346
|
+
def autonomous_database_provider(self) -> Optional[str]:
|
2347
|
+
"""
|
2348
|
+
(Updatable) The provider for the Autonomous Database encryption key.
|
2349
|
+
"""
|
2350
|
+
return pulumi.get(self, "autonomous_database_provider")
|
2351
|
+
|
2352
|
+
@property
|
2353
|
+
@pulumi.getter(name="certificateDirectoryName")
|
2354
|
+
def certificate_directory_name(self) -> Optional[str]:
|
2355
|
+
"""
|
2356
|
+
(Updatable) OKV certificate directory name
|
2357
|
+
"""
|
2358
|
+
return pulumi.get(self, "certificate_directory_name")
|
2359
|
+
|
2360
|
+
@property
|
2361
|
+
@pulumi.getter(name="certificateId")
|
2362
|
+
def certificate_id(self) -> Optional[str]:
|
2363
|
+
"""
|
2364
|
+
(Updatable) OKV certificate id
|
2365
|
+
"""
|
2366
|
+
return pulumi.get(self, "certificate_id")
|
2367
|
+
|
2368
|
+
@property
|
2369
|
+
@pulumi.getter(name="directoryName")
|
2370
|
+
def directory_name(self) -> Optional[str]:
|
2371
|
+
"""
|
2372
|
+
(Updatable) OKV wallet directory name
|
2373
|
+
"""
|
2374
|
+
return pulumi.get(self, "directory_name")
|
2375
|
+
|
2376
|
+
@property
|
2377
|
+
@pulumi.getter(name="externalId")
|
2378
|
+
def external_id(self) -> Optional[str]:
|
2379
|
+
"""
|
2380
|
+
(Updatable) AWS external ID
|
2381
|
+
"""
|
2382
|
+
return pulumi.get(self, "external_id")
|
2383
|
+
|
2384
|
+
@property
|
2385
|
+
@pulumi.getter(name="keyArn")
|
2386
|
+
def key_arn(self) -> Optional[str]:
|
2387
|
+
"""
|
2388
|
+
(Updatable) AWS key ARN
|
2389
|
+
"""
|
2390
|
+
return pulumi.get(self, "key_arn")
|
2391
|
+
|
2392
|
+
@property
|
2393
|
+
@pulumi.getter(name="keyName")
|
2394
|
+
def key_name(self) -> Optional[str]:
|
2395
|
+
"""
|
2396
|
+
(Updatable) Azure key name
|
2397
|
+
"""
|
2398
|
+
return pulumi.get(self, "key_name")
|
2399
|
+
|
2400
|
+
@property
|
2401
|
+
@pulumi.getter(name="kmsKeyId")
|
2402
|
+
def kms_key_id(self) -> Optional[str]:
|
2403
|
+
"""
|
2404
|
+
(Updatable) The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
|
2405
|
+
"""
|
2406
|
+
return pulumi.get(self, "kms_key_id")
|
2407
|
+
|
2408
|
+
@property
|
2409
|
+
@pulumi.getter(name="okvKmsKey")
|
2410
|
+
def okv_kms_key(self) -> Optional[str]:
|
2411
|
+
"""
|
2412
|
+
(Updatable) UUID of OKV KMS Key
|
2413
|
+
"""
|
2414
|
+
return pulumi.get(self, "okv_kms_key")
|
2415
|
+
|
2416
|
+
@property
|
2417
|
+
@pulumi.getter(name="okvUri")
|
2418
|
+
def okv_uri(self) -> Optional[str]:
|
2419
|
+
"""
|
2420
|
+
(Updatable) URI of OKV server
|
2421
|
+
"""
|
2422
|
+
return pulumi.get(self, "okv_uri")
|
2423
|
+
|
2424
|
+
@property
|
2425
|
+
@pulumi.getter(name="serviceEndpointUri")
|
2426
|
+
def service_endpoint_uri(self) -> Optional[str]:
|
2427
|
+
"""
|
2428
|
+
(Updatable) AWS key service endpoint URI
|
2429
|
+
"""
|
2430
|
+
return pulumi.get(self, "service_endpoint_uri")
|
2431
|
+
|
2432
|
+
@property
|
2433
|
+
@pulumi.getter(name="vaultId")
|
2434
|
+
def vault_id(self) -> Optional[str]:
|
2435
|
+
"""
|
2436
|
+
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts). This parameter and `secretId` are required for Customer Managed Keys.
|
2437
|
+
"""
|
2438
|
+
return pulumi.get(self, "vault_id")
|
2439
|
+
|
2440
|
+
@property
|
2441
|
+
@pulumi.getter(name="vaultUri")
|
2442
|
+
def vault_uri(self) -> Optional[str]:
|
2443
|
+
"""
|
2444
|
+
(Updatable) Azure vault URI
|
2445
|
+
"""
|
2446
|
+
return pulumi.get(self, "vault_uri")
|
2447
|
+
|
2448
|
+
|
2449
|
+
@pulumi.output_type
|
2450
|
+
class AutonomousDatabaseEncryptionKeyHistoryEntry(dict):
|
2451
|
+
@staticmethod
|
2452
|
+
def __key_warning(key: str):
|
2453
|
+
suggest = None
|
2454
|
+
if key == "encryptionKeys":
|
2455
|
+
suggest = "encryption_keys"
|
2456
|
+
elif key == "timeActivated":
|
2457
|
+
suggest = "time_activated"
|
2458
|
+
|
2459
|
+
if suggest:
|
2460
|
+
pulumi.log.warn(f"Key '{key}' not found in AutonomousDatabaseEncryptionKeyHistoryEntry. Access the value via the '{suggest}' property getter instead.")
|
2461
|
+
|
2462
|
+
def __getitem__(self, key: str) -> Any:
|
2463
|
+
AutonomousDatabaseEncryptionKeyHistoryEntry.__key_warning(key)
|
2464
|
+
return super().__getitem__(key)
|
2465
|
+
|
2466
|
+
def get(self, key: str, default = None) -> Any:
|
2467
|
+
AutonomousDatabaseEncryptionKeyHistoryEntry.__key_warning(key)
|
2468
|
+
return super().get(key, default)
|
2469
|
+
|
2470
|
+
def __init__(__self__, *,
|
2471
|
+
encryption_keys: Optional[Sequence['outputs.AutonomousDatabaseEncryptionKeyHistoryEntryEncryptionKey']] = None,
|
2472
|
+
time_activated: Optional[str] = None):
|
2473
|
+
"""
|
2474
|
+
:param Sequence['AutonomousDatabaseEncryptionKeyHistoryEntryEncryptionKeyArgs'] encryption_keys: (Updatable) Details of the Autonomous Database encryption key.
|
2475
|
+
:param str time_activated: The date and time the kms key activated.
|
2476
|
+
"""
|
2477
|
+
if encryption_keys is not None:
|
2478
|
+
pulumi.set(__self__, "encryption_keys", encryption_keys)
|
2479
|
+
if time_activated is not None:
|
2480
|
+
pulumi.set(__self__, "time_activated", time_activated)
|
2481
|
+
|
2482
|
+
@property
|
2483
|
+
@pulumi.getter(name="encryptionKeys")
|
2484
|
+
def encryption_keys(self) -> Optional[Sequence['outputs.AutonomousDatabaseEncryptionKeyHistoryEntryEncryptionKey']]:
|
2485
|
+
"""
|
2486
|
+
(Updatable) Details of the Autonomous Database encryption key.
|
2487
|
+
"""
|
2488
|
+
return pulumi.get(self, "encryption_keys")
|
2489
|
+
|
2490
|
+
@property
|
2491
|
+
@pulumi.getter(name="timeActivated")
|
2492
|
+
def time_activated(self) -> Optional[str]:
|
2493
|
+
"""
|
2494
|
+
The date and time the kms key activated.
|
2495
|
+
"""
|
2496
|
+
return pulumi.get(self, "time_activated")
|
2497
|
+
|
2498
|
+
|
2499
|
+
@pulumi.output_type
|
2500
|
+
class AutonomousDatabaseEncryptionKeyHistoryEntryEncryptionKey(dict):
|
2501
|
+
@staticmethod
|
2502
|
+
def __key_warning(key: str):
|
2503
|
+
suggest = None
|
2504
|
+
if key == "arnRole":
|
2505
|
+
suggest = "arn_role"
|
2506
|
+
elif key == "autonomousDatabaseProvider":
|
2507
|
+
suggest = "autonomous_database_provider"
|
2508
|
+
elif key == "certificateDirectoryName":
|
2509
|
+
suggest = "certificate_directory_name"
|
2510
|
+
elif key == "certificateId":
|
2511
|
+
suggest = "certificate_id"
|
2512
|
+
elif key == "directoryName":
|
2513
|
+
suggest = "directory_name"
|
2514
|
+
elif key == "externalId":
|
2515
|
+
suggest = "external_id"
|
2516
|
+
elif key == "keyArn":
|
2517
|
+
suggest = "key_arn"
|
2518
|
+
elif key == "keyName":
|
2519
|
+
suggest = "key_name"
|
2520
|
+
elif key == "kmsKeyId":
|
2521
|
+
suggest = "kms_key_id"
|
2522
|
+
elif key == "okvKmsKey":
|
2523
|
+
suggest = "okv_kms_key"
|
2524
|
+
elif key == "okvUri":
|
2525
|
+
suggest = "okv_uri"
|
2526
|
+
elif key == "serviceEndpointUri":
|
2527
|
+
suggest = "service_endpoint_uri"
|
2528
|
+
elif key == "vaultId":
|
2529
|
+
suggest = "vault_id"
|
2530
|
+
elif key == "vaultUri":
|
2531
|
+
suggest = "vault_uri"
|
2532
|
+
|
2533
|
+
if suggest:
|
2534
|
+
pulumi.log.warn(f"Key '{key}' not found in AutonomousDatabaseEncryptionKeyHistoryEntryEncryptionKey. Access the value via the '{suggest}' property getter instead.")
|
2535
|
+
|
2536
|
+
def __getitem__(self, key: str) -> Any:
|
2537
|
+
AutonomousDatabaseEncryptionKeyHistoryEntryEncryptionKey.__key_warning(key)
|
2538
|
+
return super().__getitem__(key)
|
2539
|
+
|
2540
|
+
def get(self, key: str, default = None) -> Any:
|
2541
|
+
AutonomousDatabaseEncryptionKeyHistoryEntryEncryptionKey.__key_warning(key)
|
2542
|
+
return super().get(key, default)
|
2543
|
+
|
2544
|
+
def __init__(__self__, *,
|
2545
|
+
arn_role: Optional[str] = None,
|
2546
|
+
autonomous_database_provider: Optional[str] = None,
|
2547
|
+
certificate_directory_name: Optional[str] = None,
|
2548
|
+
certificate_id: Optional[str] = None,
|
2549
|
+
directory_name: Optional[str] = None,
|
2550
|
+
external_id: Optional[str] = None,
|
2551
|
+
key_arn: Optional[str] = None,
|
2552
|
+
key_name: Optional[str] = None,
|
2553
|
+
kms_key_id: Optional[str] = None,
|
2554
|
+
okv_kms_key: Optional[str] = None,
|
2555
|
+
okv_uri: Optional[str] = None,
|
2556
|
+
service_endpoint_uri: Optional[str] = None,
|
2557
|
+
vault_id: Optional[str] = None,
|
2558
|
+
vault_uri: Optional[str] = None):
|
2559
|
+
"""
|
2560
|
+
:param str arn_role: (Updatable) AWS ARN role
|
2561
|
+
:param str autonomous_database_provider: (Updatable) The provider for the Autonomous Database encryption key.
|
2562
|
+
:param str certificate_directory_name: (Updatable) OKV certificate directory name
|
2563
|
+
:param str certificate_id: (Updatable) OKV certificate id
|
2564
|
+
:param str directory_name: (Updatable) OKV wallet directory name
|
2565
|
+
:param str external_id: (Updatable) AWS external ID
|
2566
|
+
:param str key_arn: (Updatable) AWS key ARN
|
2567
|
+
:param str key_name: (Updatable) Azure key name
|
2568
|
+
:param str kms_key_id: (Updatable) The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
|
2569
|
+
:param str okv_kms_key: (Updatable) UUID of OKV KMS Key
|
2570
|
+
:param str okv_uri: (Updatable) URI of OKV server
|
2571
|
+
:param str service_endpoint_uri: (Updatable) AWS key service endpoint URI
|
2572
|
+
:param str vault_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts). This parameter and `secretId` are required for Customer Managed Keys.
|
2573
|
+
:param str vault_uri: (Updatable) Azure vault URI
|
2574
|
+
"""
|
2575
|
+
if arn_role is not None:
|
2576
|
+
pulumi.set(__self__, "arn_role", arn_role)
|
2577
|
+
if autonomous_database_provider is not None:
|
2578
|
+
pulumi.set(__self__, "autonomous_database_provider", autonomous_database_provider)
|
2579
|
+
if certificate_directory_name is not None:
|
2580
|
+
pulumi.set(__self__, "certificate_directory_name", certificate_directory_name)
|
2581
|
+
if certificate_id is not None:
|
2582
|
+
pulumi.set(__self__, "certificate_id", certificate_id)
|
2583
|
+
if directory_name is not None:
|
2584
|
+
pulumi.set(__self__, "directory_name", directory_name)
|
2585
|
+
if external_id is not None:
|
2586
|
+
pulumi.set(__self__, "external_id", external_id)
|
2587
|
+
if key_arn is not None:
|
2588
|
+
pulumi.set(__self__, "key_arn", key_arn)
|
2589
|
+
if key_name is not None:
|
2590
|
+
pulumi.set(__self__, "key_name", key_name)
|
2591
|
+
if kms_key_id is not None:
|
2592
|
+
pulumi.set(__self__, "kms_key_id", kms_key_id)
|
2593
|
+
if okv_kms_key is not None:
|
2594
|
+
pulumi.set(__self__, "okv_kms_key", okv_kms_key)
|
2595
|
+
if okv_uri is not None:
|
2596
|
+
pulumi.set(__self__, "okv_uri", okv_uri)
|
2597
|
+
if service_endpoint_uri is not None:
|
2598
|
+
pulumi.set(__self__, "service_endpoint_uri", service_endpoint_uri)
|
2599
|
+
if vault_id is not None:
|
2600
|
+
pulumi.set(__self__, "vault_id", vault_id)
|
2601
|
+
if vault_uri is not None:
|
2602
|
+
pulumi.set(__self__, "vault_uri", vault_uri)
|
2603
|
+
|
2604
|
+
@property
|
2605
|
+
@pulumi.getter(name="arnRole")
|
2606
|
+
def arn_role(self) -> Optional[str]:
|
2607
|
+
"""
|
2608
|
+
(Updatable) AWS ARN role
|
2609
|
+
"""
|
2610
|
+
return pulumi.get(self, "arn_role")
|
2611
|
+
|
2612
|
+
@property
|
2613
|
+
@pulumi.getter(name="autonomousDatabaseProvider")
|
2614
|
+
def autonomous_database_provider(self) -> Optional[str]:
|
2615
|
+
"""
|
2616
|
+
(Updatable) The provider for the Autonomous Database encryption key.
|
2617
|
+
"""
|
2618
|
+
return pulumi.get(self, "autonomous_database_provider")
|
2619
|
+
|
2620
|
+
@property
|
2621
|
+
@pulumi.getter(name="certificateDirectoryName")
|
2622
|
+
def certificate_directory_name(self) -> Optional[str]:
|
2623
|
+
"""
|
2624
|
+
(Updatable) OKV certificate directory name
|
2625
|
+
"""
|
2626
|
+
return pulumi.get(self, "certificate_directory_name")
|
2627
|
+
|
2628
|
+
@property
|
2629
|
+
@pulumi.getter(name="certificateId")
|
2630
|
+
def certificate_id(self) -> Optional[str]:
|
2631
|
+
"""
|
2632
|
+
(Updatable) OKV certificate id
|
2633
|
+
"""
|
2634
|
+
return pulumi.get(self, "certificate_id")
|
2635
|
+
|
2636
|
+
@property
|
2637
|
+
@pulumi.getter(name="directoryName")
|
2638
|
+
def directory_name(self) -> Optional[str]:
|
2639
|
+
"""
|
2640
|
+
(Updatable) OKV wallet directory name
|
2641
|
+
"""
|
2642
|
+
return pulumi.get(self, "directory_name")
|
2643
|
+
|
2644
|
+
@property
|
2645
|
+
@pulumi.getter(name="externalId")
|
2646
|
+
def external_id(self) -> Optional[str]:
|
2647
|
+
"""
|
2648
|
+
(Updatable) AWS external ID
|
2649
|
+
"""
|
2650
|
+
return pulumi.get(self, "external_id")
|
2651
|
+
|
2652
|
+
@property
|
2653
|
+
@pulumi.getter(name="keyArn")
|
2654
|
+
def key_arn(self) -> Optional[str]:
|
2655
|
+
"""
|
2656
|
+
(Updatable) AWS key ARN
|
2657
|
+
"""
|
2658
|
+
return pulumi.get(self, "key_arn")
|
2659
|
+
|
2660
|
+
@property
|
2661
|
+
@pulumi.getter(name="keyName")
|
2662
|
+
def key_name(self) -> Optional[str]:
|
2663
|
+
"""
|
2664
|
+
(Updatable) Azure key name
|
2665
|
+
"""
|
2666
|
+
return pulumi.get(self, "key_name")
|
2667
|
+
|
2668
|
+
@property
|
2669
|
+
@pulumi.getter(name="kmsKeyId")
|
2670
|
+
def kms_key_id(self) -> Optional[str]:
|
2671
|
+
"""
|
2672
|
+
(Updatable) The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
|
2673
|
+
"""
|
2674
|
+
return pulumi.get(self, "kms_key_id")
|
2675
|
+
|
2676
|
+
@property
|
2677
|
+
@pulumi.getter(name="okvKmsKey")
|
2678
|
+
def okv_kms_key(self) -> Optional[str]:
|
2679
|
+
"""
|
2680
|
+
(Updatable) UUID of OKV KMS Key
|
2681
|
+
"""
|
2682
|
+
return pulumi.get(self, "okv_kms_key")
|
2683
|
+
|
2684
|
+
@property
|
2685
|
+
@pulumi.getter(name="okvUri")
|
2686
|
+
def okv_uri(self) -> Optional[str]:
|
2687
|
+
"""
|
2688
|
+
(Updatable) URI of OKV server
|
2689
|
+
"""
|
2690
|
+
return pulumi.get(self, "okv_uri")
|
2691
|
+
|
2692
|
+
@property
|
2693
|
+
@pulumi.getter(name="serviceEndpointUri")
|
2694
|
+
def service_endpoint_uri(self) -> Optional[str]:
|
2695
|
+
"""
|
2696
|
+
(Updatable) AWS key service endpoint URI
|
2697
|
+
"""
|
2698
|
+
return pulumi.get(self, "service_endpoint_uri")
|
2699
|
+
|
2700
|
+
@property
|
2701
|
+
@pulumi.getter(name="vaultId")
|
2702
|
+
def vault_id(self) -> Optional[str]:
|
2703
|
+
"""
|
2704
|
+
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts). This parameter and `secretId` are required for Customer Managed Keys.
|
2705
|
+
"""
|
2706
|
+
return pulumi.get(self, "vault_id")
|
2707
|
+
|
2708
|
+
@property
|
2709
|
+
@pulumi.getter(name="vaultUri")
|
2710
|
+
def vault_uri(self) -> Optional[str]:
|
2711
|
+
"""
|
2712
|
+
(Updatable) Azure vault URI
|
2713
|
+
"""
|
2714
|
+
return pulumi.get(self, "vault_uri")
|
2715
|
+
|
2716
|
+
|
2219
2717
|
@pulumi.output_type
|
2220
2718
|
class AutonomousDatabaseKeyHistoryEntry(dict):
|
2221
2719
|
@staticmethod
|
@@ -14743,11 +15241,11 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseResult(dict):
|
|
14743
15241
|
:param str compartment_id: The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
14744
15242
|
:param str compute_model: The compute model of the Autonomous Container Database. For Autonomous Database on Dedicated Exadata Infrastructure, the CPU type (ECPUs or OCPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model. ECPU compute model is the recommended model and OCPU compute model is legacy. See [Compute Models in Autonomous Database on Dedicated Exadata Infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/adbak) for more details.
|
14745
15243
|
:param str db_name: The Database name for the Autonomous Container Database. The name must be unique within the Cloud Autonomous VM Cluster, starting with an alphabetic character, followed by 1 to 7 alphanumeric characters.
|
14746
|
-
:param int db_split_threshold: The value
|
15244
|
+
:param int db_split_threshold: The CPU value beyond which an Autonomous Database will be opened across multiple nodes. The default value of this attribute is 16 for OCPUs and 64 for ECPUs.
|
14747
15245
|
:param str db_version: Oracle Database version of the Autonomous Container Database.
|
14748
15246
|
:param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
14749
15247
|
:param str display_name: A filter to return only resources that match the entire display name given. The match is not case sensitive.
|
14750
|
-
:param str distribution_affinity:
|
15248
|
+
:param str distribution_affinity: Determines whether an Autonomous Database must be opened across the maximum number of nodes or the least number of nodes. By default, Minimum nodes is selected.
|
14751
15249
|
:param str dst_file_version: DST Time-zone File version of the Autonomous Container Database.
|
14752
15250
|
:param Mapping[str, str] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
14753
15251
|
:param str id: The id of the Autonomous Database [Vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts) service key management history entry.
|
@@ -14781,7 +15279,7 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseResult(dict):
|
|
14781
15279
|
:param int total_cpus: The number of CPUs allocated to the Autonomous VM cluster.<br> For Autonomous Databases on Dedicated Exadata Infrastructure, the CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model.
|
14782
15280
|
:param str vault_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts).
|
14783
15281
|
:param str version_preference: The next maintenance version preference.
|
14784
|
-
:param int vm_failover_reservation: The percentage of CPUs
|
15282
|
+
:param int vm_failover_reservation: The percentage of CPUs reserved across nodes to support node failover. Allowed values are 0%, 25%, and 50%, with 50% being the default option.
|
14785
15283
|
"""
|
14786
15284
|
pulumi.set(__self__, "autonomous_exadata_infrastructure_id", autonomous_exadata_infrastructure_id)
|
14787
15285
|
pulumi.set(__self__, "autonomous_vm_cluster_id", autonomous_vm_cluster_id)
|
@@ -14927,7 +15425,7 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseResult(dict):
|
|
14927
15425
|
@pulumi.getter(name="dbSplitThreshold")
|
14928
15426
|
def db_split_threshold(self) -> int:
|
14929
15427
|
"""
|
14930
|
-
The value
|
15428
|
+
The CPU value beyond which an Autonomous Database will be opened across multiple nodes. The default value of this attribute is 16 for OCPUs and 64 for ECPUs.
|
14931
15429
|
"""
|
14932
15430
|
return pulumi.get(self, "db_split_threshold")
|
14933
15431
|
|
@@ -14964,7 +15462,7 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseResult(dict):
|
|
14964
15462
|
@pulumi.getter(name="distributionAffinity")
|
14965
15463
|
def distribution_affinity(self) -> str:
|
14966
15464
|
"""
|
14967
|
-
|
15465
|
+
Determines whether an Autonomous Database must be opened across the maximum number of nodes or the least number of nodes. By default, Minimum nodes is selected.
|
14968
15466
|
"""
|
14969
15467
|
return pulumi.get(self, "distribution_affinity")
|
14970
15468
|
|
@@ -15296,7 +15794,7 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseResult(dict):
|
|
15296
15794
|
@pulumi.getter(name="vmFailoverReservation")
|
15297
15795
|
def vm_failover_reservation(self) -> int:
|
15298
15796
|
"""
|
15299
|
-
The percentage of CPUs
|
15797
|
+
The percentage of CPUs reserved across nodes to support node failover. Allowed values are 0%, 25%, and 50%, with 50% being the default option.
|
15300
15798
|
"""
|
15301
15799
|
return pulumi.get(self, "vm_failover_reservation")
|
15302
15800
|
|
@@ -17069,63 +17567,414 @@ class GetAutonomousDatabaseDbToolsDetailResult(dict):
|
|
17069
17567
|
|
17070
17568
|
|
17071
17569
|
@pulumi.output_type
|
17072
|
-
class
|
17570
|
+
class GetAutonomousDatabaseEncryptionKeyResult(dict):
|
17073
17571
|
def __init__(__self__, *,
|
17074
|
-
|
17075
|
-
|
17076
|
-
|
17077
|
-
|
17078
|
-
|
17079
|
-
|
17080
|
-
|
17081
|
-
|
17572
|
+
arn_role: str,
|
17573
|
+
autonomous_database_provider: str,
|
17574
|
+
certificate_directory_name: str,
|
17575
|
+
certificate_id: str,
|
17576
|
+
directory_name: str,
|
17577
|
+
external_id: str,
|
17578
|
+
key_arn: str,
|
17579
|
+
key_name: str,
|
17580
|
+
kms_key_id: str,
|
17581
|
+
okv_kms_key: str,
|
17582
|
+
okv_uri: str,
|
17583
|
+
service_endpoint_uri: str,
|
17584
|
+
vault_id: str,
|
17585
|
+
vault_uri: str):
|
17586
|
+
"""
|
17587
|
+
:param str arn_role: AWS ARN role
|
17588
|
+
:param str autonomous_database_provider: The provider for the Autonomous Database encryption key.
|
17589
|
+
:param str certificate_directory_name: OKV certificate directory name
|
17590
|
+
:param str certificate_id: OKV certificate id
|
17591
|
+
:param str directory_name: OKV wallet directory name
|
17592
|
+
:param str external_id: AWS external ID
|
17593
|
+
:param str key_arn: AWS key ARN
|
17594
|
+
:param str key_name: Azure key name
|
17595
|
+
:param str kms_key_id: The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
|
17596
|
+
:param str okv_kms_key: UUID of OKV KMS Key
|
17597
|
+
:param str okv_uri: URI of OKV server
|
17598
|
+
:param str service_endpoint_uri: AWS key service endpoint URI
|
17082
17599
|
:param str vault_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts).
|
17083
|
-
|
17084
|
-
|
17085
|
-
pulumi.set(__self__, "
|
17086
|
-
pulumi.set(__self__, "
|
17600
|
+
:param str vault_uri: Azure vault URI
|
17601
|
+
"""
|
17602
|
+
pulumi.set(__self__, "arn_role", arn_role)
|
17603
|
+
pulumi.set(__self__, "autonomous_database_provider", autonomous_database_provider)
|
17604
|
+
pulumi.set(__self__, "certificate_directory_name", certificate_directory_name)
|
17605
|
+
pulumi.set(__self__, "certificate_id", certificate_id)
|
17606
|
+
pulumi.set(__self__, "directory_name", directory_name)
|
17607
|
+
pulumi.set(__self__, "external_id", external_id)
|
17608
|
+
pulumi.set(__self__, "key_arn", key_arn)
|
17609
|
+
pulumi.set(__self__, "key_name", key_name)
|
17610
|
+
pulumi.set(__self__, "kms_key_id", kms_key_id)
|
17611
|
+
pulumi.set(__self__, "okv_kms_key", okv_kms_key)
|
17612
|
+
pulumi.set(__self__, "okv_uri", okv_uri)
|
17613
|
+
pulumi.set(__self__, "service_endpoint_uri", service_endpoint_uri)
|
17087
17614
|
pulumi.set(__self__, "vault_id", vault_id)
|
17615
|
+
pulumi.set(__self__, "vault_uri", vault_uri)
|
17088
17616
|
|
17089
17617
|
@property
|
17090
|
-
@pulumi.getter
|
17091
|
-
def
|
17618
|
+
@pulumi.getter(name="arnRole")
|
17619
|
+
def arn_role(self) -> str:
|
17092
17620
|
"""
|
17093
|
-
|
17621
|
+
AWS ARN role
|
17094
17622
|
"""
|
17095
|
-
return pulumi.get(self, "
|
17623
|
+
return pulumi.get(self, "arn_role")
|
17096
17624
|
|
17097
17625
|
@property
|
17098
|
-
@pulumi.getter(name="
|
17099
|
-
def
|
17626
|
+
@pulumi.getter(name="autonomousDatabaseProvider")
|
17627
|
+
def autonomous_database_provider(self) -> str:
|
17100
17628
|
"""
|
17101
|
-
The
|
17629
|
+
The provider for the Autonomous Database encryption key.
|
17102
17630
|
"""
|
17103
|
-
return pulumi.get(self, "
|
17631
|
+
return pulumi.get(self, "autonomous_database_provider")
|
17104
17632
|
|
17105
17633
|
@property
|
17106
|
-
@pulumi.getter(name="
|
17107
|
-
def
|
17634
|
+
@pulumi.getter(name="certificateDirectoryName")
|
17635
|
+
def certificate_directory_name(self) -> str:
|
17108
17636
|
"""
|
17109
|
-
|
17637
|
+
OKV certificate directory name
|
17110
17638
|
"""
|
17111
|
-
return pulumi.get(self, "
|
17639
|
+
return pulumi.get(self, "certificate_directory_name")
|
17112
17640
|
|
17113
17641
|
@property
|
17114
|
-
@pulumi.getter(name="
|
17115
|
-
def
|
17642
|
+
@pulumi.getter(name="certificateId")
|
17643
|
+
def certificate_id(self) -> str:
|
17116
17644
|
"""
|
17117
|
-
|
17645
|
+
OKV certificate id
|
17118
17646
|
"""
|
17119
|
-
return pulumi.get(self, "
|
17647
|
+
return pulumi.get(self, "certificate_id")
|
17120
17648
|
|
17649
|
+
@property
|
17650
|
+
@pulumi.getter(name="directoryName")
|
17651
|
+
def directory_name(self) -> str:
|
17652
|
+
"""
|
17653
|
+
OKV wallet directory name
|
17654
|
+
"""
|
17655
|
+
return pulumi.get(self, "directory_name")
|
17121
17656
|
|
17122
|
-
@
|
17123
|
-
|
17124
|
-
def
|
17125
|
-
|
17126
|
-
|
17127
|
-
|
17128
|
-
|
17657
|
+
@property
|
17658
|
+
@pulumi.getter(name="externalId")
|
17659
|
+
def external_id(self) -> str:
|
17660
|
+
"""
|
17661
|
+
AWS external ID
|
17662
|
+
"""
|
17663
|
+
return pulumi.get(self, "external_id")
|
17664
|
+
|
17665
|
+
@property
|
17666
|
+
@pulumi.getter(name="keyArn")
|
17667
|
+
def key_arn(self) -> str:
|
17668
|
+
"""
|
17669
|
+
AWS key ARN
|
17670
|
+
"""
|
17671
|
+
return pulumi.get(self, "key_arn")
|
17672
|
+
|
17673
|
+
@property
|
17674
|
+
@pulumi.getter(name="keyName")
|
17675
|
+
def key_name(self) -> str:
|
17676
|
+
"""
|
17677
|
+
Azure key name
|
17678
|
+
"""
|
17679
|
+
return pulumi.get(self, "key_name")
|
17680
|
+
|
17681
|
+
@property
|
17682
|
+
@pulumi.getter(name="kmsKeyId")
|
17683
|
+
def kms_key_id(self) -> str:
|
17684
|
+
"""
|
17685
|
+
The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
|
17686
|
+
"""
|
17687
|
+
return pulumi.get(self, "kms_key_id")
|
17688
|
+
|
17689
|
+
@property
|
17690
|
+
@pulumi.getter(name="okvKmsKey")
|
17691
|
+
def okv_kms_key(self) -> str:
|
17692
|
+
"""
|
17693
|
+
UUID of OKV KMS Key
|
17694
|
+
"""
|
17695
|
+
return pulumi.get(self, "okv_kms_key")
|
17696
|
+
|
17697
|
+
@property
|
17698
|
+
@pulumi.getter(name="okvUri")
|
17699
|
+
def okv_uri(self) -> str:
|
17700
|
+
"""
|
17701
|
+
URI of OKV server
|
17702
|
+
"""
|
17703
|
+
return pulumi.get(self, "okv_uri")
|
17704
|
+
|
17705
|
+
@property
|
17706
|
+
@pulumi.getter(name="serviceEndpointUri")
|
17707
|
+
def service_endpoint_uri(self) -> str:
|
17708
|
+
"""
|
17709
|
+
AWS key service endpoint URI
|
17710
|
+
"""
|
17711
|
+
return pulumi.get(self, "service_endpoint_uri")
|
17712
|
+
|
17713
|
+
@property
|
17714
|
+
@pulumi.getter(name="vaultId")
|
17715
|
+
def vault_id(self) -> str:
|
17716
|
+
"""
|
17717
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts).
|
17718
|
+
"""
|
17719
|
+
return pulumi.get(self, "vault_id")
|
17720
|
+
|
17721
|
+
@property
|
17722
|
+
@pulumi.getter(name="vaultUri")
|
17723
|
+
def vault_uri(self) -> str:
|
17724
|
+
"""
|
17725
|
+
Azure vault URI
|
17726
|
+
"""
|
17727
|
+
return pulumi.get(self, "vault_uri")
|
17728
|
+
|
17729
|
+
|
17730
|
+
@pulumi.output_type
|
17731
|
+
class GetAutonomousDatabaseEncryptionKeyHistoryEntryResult(dict):
|
17732
|
+
def __init__(__self__, *,
|
17733
|
+
encryption_keys: Sequence['outputs.GetAutonomousDatabaseEncryptionKeyHistoryEntryEncryptionKeyResult'],
|
17734
|
+
time_activated: str):
|
17735
|
+
"""
|
17736
|
+
:param Sequence['GetAutonomousDatabaseEncryptionKeyHistoryEntryEncryptionKeyArgs'] encryption_keys: Details of the Autonomous Database encryption key.
|
17737
|
+
:param str time_activated: The date and time the kms key activated.
|
17738
|
+
"""
|
17739
|
+
pulumi.set(__self__, "encryption_keys", encryption_keys)
|
17740
|
+
pulumi.set(__self__, "time_activated", time_activated)
|
17741
|
+
|
17742
|
+
@property
|
17743
|
+
@pulumi.getter(name="encryptionKeys")
|
17744
|
+
def encryption_keys(self) -> Sequence['outputs.GetAutonomousDatabaseEncryptionKeyHistoryEntryEncryptionKeyResult']:
|
17745
|
+
"""
|
17746
|
+
Details of the Autonomous Database encryption key.
|
17747
|
+
"""
|
17748
|
+
return pulumi.get(self, "encryption_keys")
|
17749
|
+
|
17750
|
+
@property
|
17751
|
+
@pulumi.getter(name="timeActivated")
|
17752
|
+
def time_activated(self) -> str:
|
17753
|
+
"""
|
17754
|
+
The date and time the kms key activated.
|
17755
|
+
"""
|
17756
|
+
return pulumi.get(self, "time_activated")
|
17757
|
+
|
17758
|
+
|
17759
|
+
@pulumi.output_type
|
17760
|
+
class GetAutonomousDatabaseEncryptionKeyHistoryEntryEncryptionKeyResult(dict):
|
17761
|
+
def __init__(__self__, *,
|
17762
|
+
arn_role: str,
|
17763
|
+
autonomous_database_provider: str,
|
17764
|
+
certificate_directory_name: str,
|
17765
|
+
certificate_id: str,
|
17766
|
+
directory_name: str,
|
17767
|
+
external_id: str,
|
17768
|
+
key_arn: str,
|
17769
|
+
key_name: str,
|
17770
|
+
kms_key_id: str,
|
17771
|
+
okv_kms_key: str,
|
17772
|
+
okv_uri: str,
|
17773
|
+
service_endpoint_uri: str,
|
17774
|
+
vault_id: str,
|
17775
|
+
vault_uri: str):
|
17776
|
+
"""
|
17777
|
+
:param str arn_role: AWS ARN role
|
17778
|
+
:param str autonomous_database_provider: The provider for the Autonomous Database encryption key.
|
17779
|
+
:param str certificate_directory_name: OKV certificate directory name
|
17780
|
+
:param str certificate_id: OKV certificate id
|
17781
|
+
:param str directory_name: OKV wallet directory name
|
17782
|
+
:param str external_id: AWS external ID
|
17783
|
+
:param str key_arn: AWS key ARN
|
17784
|
+
:param str key_name: Azure key name
|
17785
|
+
:param str kms_key_id: The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
|
17786
|
+
:param str okv_kms_key: UUID of OKV KMS Key
|
17787
|
+
:param str okv_uri: URI of OKV server
|
17788
|
+
:param str service_endpoint_uri: AWS key service endpoint URI
|
17789
|
+
:param str vault_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts).
|
17790
|
+
:param str vault_uri: Azure vault URI
|
17791
|
+
"""
|
17792
|
+
pulumi.set(__self__, "arn_role", arn_role)
|
17793
|
+
pulumi.set(__self__, "autonomous_database_provider", autonomous_database_provider)
|
17794
|
+
pulumi.set(__self__, "certificate_directory_name", certificate_directory_name)
|
17795
|
+
pulumi.set(__self__, "certificate_id", certificate_id)
|
17796
|
+
pulumi.set(__self__, "directory_name", directory_name)
|
17797
|
+
pulumi.set(__self__, "external_id", external_id)
|
17798
|
+
pulumi.set(__self__, "key_arn", key_arn)
|
17799
|
+
pulumi.set(__self__, "key_name", key_name)
|
17800
|
+
pulumi.set(__self__, "kms_key_id", kms_key_id)
|
17801
|
+
pulumi.set(__self__, "okv_kms_key", okv_kms_key)
|
17802
|
+
pulumi.set(__self__, "okv_uri", okv_uri)
|
17803
|
+
pulumi.set(__self__, "service_endpoint_uri", service_endpoint_uri)
|
17804
|
+
pulumi.set(__self__, "vault_id", vault_id)
|
17805
|
+
pulumi.set(__self__, "vault_uri", vault_uri)
|
17806
|
+
|
17807
|
+
@property
|
17808
|
+
@pulumi.getter(name="arnRole")
|
17809
|
+
def arn_role(self) -> str:
|
17810
|
+
"""
|
17811
|
+
AWS ARN role
|
17812
|
+
"""
|
17813
|
+
return pulumi.get(self, "arn_role")
|
17814
|
+
|
17815
|
+
@property
|
17816
|
+
@pulumi.getter(name="autonomousDatabaseProvider")
|
17817
|
+
def autonomous_database_provider(self) -> str:
|
17818
|
+
"""
|
17819
|
+
The provider for the Autonomous Database encryption key.
|
17820
|
+
"""
|
17821
|
+
return pulumi.get(self, "autonomous_database_provider")
|
17822
|
+
|
17823
|
+
@property
|
17824
|
+
@pulumi.getter(name="certificateDirectoryName")
|
17825
|
+
def certificate_directory_name(self) -> str:
|
17826
|
+
"""
|
17827
|
+
OKV certificate directory name
|
17828
|
+
"""
|
17829
|
+
return pulumi.get(self, "certificate_directory_name")
|
17830
|
+
|
17831
|
+
@property
|
17832
|
+
@pulumi.getter(name="certificateId")
|
17833
|
+
def certificate_id(self) -> str:
|
17834
|
+
"""
|
17835
|
+
OKV certificate id
|
17836
|
+
"""
|
17837
|
+
return pulumi.get(self, "certificate_id")
|
17838
|
+
|
17839
|
+
@property
|
17840
|
+
@pulumi.getter(name="directoryName")
|
17841
|
+
def directory_name(self) -> str:
|
17842
|
+
"""
|
17843
|
+
OKV wallet directory name
|
17844
|
+
"""
|
17845
|
+
return pulumi.get(self, "directory_name")
|
17846
|
+
|
17847
|
+
@property
|
17848
|
+
@pulumi.getter(name="externalId")
|
17849
|
+
def external_id(self) -> str:
|
17850
|
+
"""
|
17851
|
+
AWS external ID
|
17852
|
+
"""
|
17853
|
+
return pulumi.get(self, "external_id")
|
17854
|
+
|
17855
|
+
@property
|
17856
|
+
@pulumi.getter(name="keyArn")
|
17857
|
+
def key_arn(self) -> str:
|
17858
|
+
"""
|
17859
|
+
AWS key ARN
|
17860
|
+
"""
|
17861
|
+
return pulumi.get(self, "key_arn")
|
17862
|
+
|
17863
|
+
@property
|
17864
|
+
@pulumi.getter(name="keyName")
|
17865
|
+
def key_name(self) -> str:
|
17866
|
+
"""
|
17867
|
+
Azure key name
|
17868
|
+
"""
|
17869
|
+
return pulumi.get(self, "key_name")
|
17870
|
+
|
17871
|
+
@property
|
17872
|
+
@pulumi.getter(name="kmsKeyId")
|
17873
|
+
def kms_key_id(self) -> str:
|
17874
|
+
"""
|
17875
|
+
The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
|
17876
|
+
"""
|
17877
|
+
return pulumi.get(self, "kms_key_id")
|
17878
|
+
|
17879
|
+
@property
|
17880
|
+
@pulumi.getter(name="okvKmsKey")
|
17881
|
+
def okv_kms_key(self) -> str:
|
17882
|
+
"""
|
17883
|
+
UUID of OKV KMS Key
|
17884
|
+
"""
|
17885
|
+
return pulumi.get(self, "okv_kms_key")
|
17886
|
+
|
17887
|
+
@property
|
17888
|
+
@pulumi.getter(name="okvUri")
|
17889
|
+
def okv_uri(self) -> str:
|
17890
|
+
"""
|
17891
|
+
URI of OKV server
|
17892
|
+
"""
|
17893
|
+
return pulumi.get(self, "okv_uri")
|
17894
|
+
|
17895
|
+
@property
|
17896
|
+
@pulumi.getter(name="serviceEndpointUri")
|
17897
|
+
def service_endpoint_uri(self) -> str:
|
17898
|
+
"""
|
17899
|
+
AWS key service endpoint URI
|
17900
|
+
"""
|
17901
|
+
return pulumi.get(self, "service_endpoint_uri")
|
17902
|
+
|
17903
|
+
@property
|
17904
|
+
@pulumi.getter(name="vaultId")
|
17905
|
+
def vault_id(self) -> str:
|
17906
|
+
"""
|
17907
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts).
|
17908
|
+
"""
|
17909
|
+
return pulumi.get(self, "vault_id")
|
17910
|
+
|
17911
|
+
@property
|
17912
|
+
@pulumi.getter(name="vaultUri")
|
17913
|
+
def vault_uri(self) -> str:
|
17914
|
+
"""
|
17915
|
+
Azure vault URI
|
17916
|
+
"""
|
17917
|
+
return pulumi.get(self, "vault_uri")
|
17918
|
+
|
17919
|
+
|
17920
|
+
@pulumi.output_type
|
17921
|
+
class GetAutonomousDatabaseKeyHistoryEntryResult(dict):
|
17922
|
+
def __init__(__self__, *,
|
17923
|
+
id: str,
|
17924
|
+
kms_key_version_id: str,
|
17925
|
+
time_activated: str,
|
17926
|
+
vault_id: str):
|
17927
|
+
"""
|
17928
|
+
:param str id: The id of the Autonomous Database [Vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts) service key management history entry.
|
17929
|
+
:param str kms_key_version_id: The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
|
17930
|
+
:param str time_activated: The date and time the kms key activated.
|
17931
|
+
:param str vault_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts).
|
17932
|
+
"""
|
17933
|
+
pulumi.set(__self__, "id", id)
|
17934
|
+
pulumi.set(__self__, "kms_key_version_id", kms_key_version_id)
|
17935
|
+
pulumi.set(__self__, "time_activated", time_activated)
|
17936
|
+
pulumi.set(__self__, "vault_id", vault_id)
|
17937
|
+
|
17938
|
+
@property
|
17939
|
+
@pulumi.getter
|
17940
|
+
def id(self) -> str:
|
17941
|
+
"""
|
17942
|
+
The id of the Autonomous Database [Vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts) service key management history entry.
|
17943
|
+
"""
|
17944
|
+
return pulumi.get(self, "id")
|
17945
|
+
|
17946
|
+
@property
|
17947
|
+
@pulumi.getter(name="kmsKeyVersionId")
|
17948
|
+
def kms_key_version_id(self) -> str:
|
17949
|
+
"""
|
17950
|
+
The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
|
17951
|
+
"""
|
17952
|
+
return pulumi.get(self, "kms_key_version_id")
|
17953
|
+
|
17954
|
+
@property
|
17955
|
+
@pulumi.getter(name="timeActivated")
|
17956
|
+
def time_activated(self) -> str:
|
17957
|
+
"""
|
17958
|
+
The date and time the kms key activated.
|
17959
|
+
"""
|
17960
|
+
return pulumi.get(self, "time_activated")
|
17961
|
+
|
17962
|
+
@property
|
17963
|
+
@pulumi.getter(name="vaultId")
|
17964
|
+
def vault_id(self) -> str:
|
17965
|
+
"""
|
17966
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts).
|
17967
|
+
"""
|
17968
|
+
return pulumi.get(self, "vault_id")
|
17969
|
+
|
17970
|
+
|
17971
|
+
@pulumi.output_type
|
17972
|
+
class GetAutonomousDatabaseLocalStandbyDbResult(dict):
|
17973
|
+
def __init__(__self__, *,
|
17974
|
+
availability_domain: str,
|
17975
|
+
lag_time_in_seconds: int,
|
17976
|
+
lifecycle_details: str,
|
17977
|
+
state: str,
|
17129
17978
|
time_data_guard_role_changed: str,
|
17130
17979
|
time_disaster_recovery_role_changed: str):
|
17131
17980
|
"""
|
@@ -17919,6 +18768,8 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
17919
18768
|
disaster_recovery_region_type: str,
|
17920
18769
|
disaster_recovery_type: str,
|
17921
18770
|
display_name: str,
|
18771
|
+
encryption_key_history_entries: Sequence['outputs.GetAutonomousDatabasesAutonomousDatabaseEncryptionKeyHistoryEntryResult'],
|
18772
|
+
encryption_keys: Sequence['outputs.GetAutonomousDatabasesAutonomousDatabaseEncryptionKeyResult'],
|
17922
18773
|
failed_data_recovery_in_seconds: int,
|
17923
18774
|
freeform_tags: Mapping[str, str],
|
17924
18775
|
id: str,
|
@@ -18026,7 +18877,6 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
18026
18877
|
:param int auto_refresh_frequency_in_seconds: The frequency a refreshable clone is refreshed after auto-refresh is enabled. The minimum is 1 hour. The maximum is 7 days. The date and time that auto-refresh is enabled is controlled by the `timeOfAutoRefreshStart` parameter.
|
18027
18878
|
:param int auto_refresh_point_lag_in_seconds: The time, in seconds, the data of the refreshable clone lags the primary database at the point of refresh. The minimum is 0 minutes (0 mins means refresh to the latest available timestamp). The maximum is 7 days. The lag time increases after refreshing until the next data refresh happens.
|
18028
18879
|
:param str autonomous_container_database_id: The Autonomous Container Database [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
18029
|
-
:param str autonomous_database_id: The database [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
18030
18880
|
:param str autonomous_maintenance_schedule_type: The maintenance schedule type of the Autonomous Database Serverless. An EARLY maintenance schedule follows a schedule applying patches prior to the REGULAR schedule. A REGULAR maintenance schedule follows the normal cycle
|
18031
18881
|
:param str availability_domain: The availability domain of a local Autonomous Data Guard standby database of an Autonomous Database Serverless instance.
|
18032
18882
|
:param Sequence[str] available_upgrade_versions: List of Oracle Database versions available for a database upgrade. If there are no version upgrades available, this list is empty.
|
@@ -18034,7 +18884,7 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
18034
18884
|
:param int backup_retention_period_in_days: Retention period, in days, for backups.
|
18035
18885
|
:param str character_set: The character set for the autonomous database. The default is AL32UTF8. Allowed values are:
|
18036
18886
|
:param str cluster_placement_group_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cluster placement group of the Autonomous Serverless Database.
|
18037
|
-
:param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)
|
18887
|
+
:param str compartment_id: The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
18038
18888
|
:param float compute_count: Compute used by database tools.
|
18039
18889
|
:param str compute_model: The compute model of the Autonomous Database. This is required if using the `computeCount` parameter. If using `cpuCoreCount` then it is an error to specify `computeModel` to a non-null value. ECPU compute model is the recommended model and OCPU compute model is legacy.
|
18040
18890
|
:param Sequence['GetAutonomousDatabasesAutonomousDatabaseConnectionStringArgs'] connection_strings: The connection string used to connect to the Autonomous Database. The username for the Service Console is ADMIN. Use the password you entered when creating the Autonomous Database for the password value.
|
@@ -18049,34 +18899,32 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
18049
18899
|
:param str dataguard_region_type: **Deprecated.** The Autonomous Data Guard region type of the Autonomous Database. For Autonomous Database Serverless, Autonomous Data Guard associations have designated primary and standby regions, and these region types do not change when the database changes roles. The standby regions in Autonomous Data Guard associations can be the same region designated as the primary region, or they can be remote regions. Certain database administrative operations may be available only in the primary region of the Autonomous Data Guard association, and cannot be performed when the database using the primary role is operating in a remote Autonomous Data Guard standby region.
|
18050
18900
|
:param str db_name: The database name.
|
18051
18901
|
:param Sequence['GetAutonomousDatabasesAutonomousDatabaseDbToolsDetailArgs'] db_tools_details: The list of database tools details.
|
18052
|
-
:param str db_version: A
|
18053
|
-
:param str db_workload:
|
18054
|
-
* OLTP - indicates an Autonomous Transaction Processing database
|
18055
|
-
* DW - indicates an Autonomous Data Warehouse database
|
18056
|
-
* AJD - indicates an Autonomous JSON Database
|
18057
|
-
* APEX - indicates an Autonomous Database with the Oracle APEX Application Development workload type.
|
18902
|
+
:param str db_version: A filter to return only autonomous database resources that match the specified dbVersion.
|
18903
|
+
:param str db_workload: A filter to return only autonomous database resources that match the specified workload type.
|
18058
18904
|
:param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
18059
18905
|
:param str disaster_recovery_region_type: **Deprecated.** The disaster recovery (DR) region type of the Autonomous Database. For Autonomous Database Serverless instances, DR associations have designated primary and standby regions. These region types do not change when the database changes roles. The standby region in DR associations can be the same region as the primary region, or they can be in a remote regions. Some database administration operations may be available only in the primary region of the DR association, and cannot be performed when the database using the primary role is operating in a remote region.
|
18060
18906
|
:param str disaster_recovery_type: Indicates the disaster recovery (DR) type of the Autonomous Database Serverless instance. Autonomous Data Guard (ADG) DR type provides business critical DR with a faster recovery time objective (RTO) during failover or switchover. Backup-based DR type provides lower cost DR with a slower RTO during failover or switchover.
|
18061
|
-
:param str display_name:
|
18907
|
+
:param str display_name: A filter to return only resources that match the entire display name given. The match is not case sensitive.
|
18908
|
+
:param Sequence['GetAutonomousDatabasesAutonomousDatabaseEncryptionKeyHistoryEntryArgs'] encryption_key_history_entries: Key History Entry.
|
18909
|
+
:param Sequence['GetAutonomousDatabasesAutonomousDatabaseEncryptionKeyArgs'] encryption_keys: Details of the Autonomous Database encryption key.
|
18062
18910
|
:param int failed_data_recovery_in_seconds: Indicates the number of seconds of data loss for a Data Guard failover.
|
18063
18911
|
:param Mapping[str, str] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
18064
18912
|
:param str id: The id of the Autonomous Database [Vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts) service key management history entry.
|
18065
18913
|
:param int in_memory_area_in_gbs: The area assigned to In-Memory tables in Autonomous Database.
|
18066
18914
|
:param int in_memory_percentage: The percentage of the System Global Area(SGA) assigned to In-Memory tables in Autonomous Database. This property is applicable only to Autonomous Databases on the Exadata Cloud@Customer platform.
|
18067
|
-
:param str infrastructure_type:
|
18915
|
+
:param str infrastructure_type: A filter to return only resources that match the given Infrastructure Type.
|
18068
18916
|
:param bool is_access_control_enabled: Indicates if the database-level access control is enabled. If disabled, database access is defined by the network security rules. If enabled, database access is restricted to the IP addresses defined by the rules specified with the `whitelistedIps` property. While specifying `whitelistedIps` rules is optional, if database-level access control is enabled and no rules are specified, the database will become inaccessible. The rules can be added later using the `UpdateAutonomousDatabase` API operation or edit option in console. When creating a database clone, the desired access control setting should be specified. By default, database-level access control will be disabled for the clone.
|
18069
18917
|
:param bool is_auto_scaling_enabled: Indicates if auto scaling is enabled for the Autonomous Database CPU core count. The default value is `TRUE`.
|
18070
18918
|
:param bool is_auto_scaling_for_storage_enabled: Indicates if auto scaling is enabled for the Autonomous Database storage. The default value is `FALSE`.
|
18071
|
-
:param bool is_data_guard_enabled:
|
18919
|
+
:param bool is_data_guard_enabled: A filter to return only resources that have Data Guard enabled.
|
18072
18920
|
:param bool is_dedicated: True if the database uses [dedicated Exadata infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html).
|
18073
18921
|
:param bool is_dev_tier: Autonomous Database for Developers are fixed-shape Autonomous Databases that developers can use to build and test new applications. On Serverless, these are low-cost and billed per instance, on Dedicated and Cloud@Customer there is no additional cost to create Developer databases. Developer databases come with limited resources and is not intended for large-scale testing and production deployments. When you need more compute or storage resources, you may upgrade to a full paid production database.
|
18074
|
-
:param bool is_free_tier:
|
18922
|
+
:param bool is_free_tier: Filter on the value of the resource's 'isFreeTier' property. A value of `true` returns only Always Free resources. A value of `false` excludes Always Free resources from the returned results. Omitting this parameter returns both Always Free and paid resources.
|
18075
18923
|
:param bool is_local_data_guard_enabled: Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
|
18076
18924
|
:param bool is_mtls_connection_required: Specifies if the Autonomous Database requires mTLS connections.
|
18077
18925
|
:param bool is_preview: Indicates if the Autonomous Database version is a preview version.
|
18078
18926
|
:param bool is_reconnect_clone_enabled: Indicates if the refreshable clone can be reconnected to its source database.
|
18079
|
-
:param bool is_refreshable_clone:
|
18927
|
+
:param bool is_refreshable_clone: Filter on the value of the resource's 'isRefreshableClone' property. A value of `true` returns only refreshable clones. A value of `false` excludes refreshable clones from the returned results. Omitting this parameter returns both refreshable clones and databases that are not refreshable clones.
|
18080
18928
|
:param bool is_remote_data_guard_enabled: Indicates whether the Autonomous Database has Cross Region Data Guard enabled. Not applicable to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
|
18081
18929
|
:param bool is_replicate_automatic_backups: If true, 7 days worth of backups are replicated across regions for Cross-Region ADB or Backup-Based DR between Primary and Standby. If false, the backups taken on the Primary are not replicated to the Standby database.
|
18082
18930
|
:param Sequence['GetAutonomousDatabasesAutonomousDatabaseKeyHistoryEntryArgs'] key_history_entries: Key History Entry.
|
@@ -18112,7 +18960,7 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
18112
18960
|
:param str refreshable_mode: The refresh mode of the clone. AUTOMATIC indicates that the clone is automatically being refreshed with data from the source Autonomous Database.
|
18113
18961
|
:param str refreshable_status: The refresh status of the clone. REFRESHING indicates that the clone is currently being refreshed with data from the source Autonomous Database.
|
18114
18962
|
:param Sequence['GetAutonomousDatabasesAutonomousDatabaseRemoteDisasterRecoveryConfigurationArgs'] remote_disaster_recovery_configurations: Configurations of a Disaster Recovery.
|
18115
|
-
:param str resource_pool_leader_id: The
|
18963
|
+
:param str resource_pool_leader_id: The database [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the resourcepool Leader Autonomous Database.
|
18116
18964
|
:param Sequence['GetAutonomousDatabasesAutonomousDatabaseResourcePoolSummaryArgs'] resource_pool_summaries: The configuration details for resource pool
|
18117
18965
|
:param str role: The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
|
18118
18966
|
:param Sequence['GetAutonomousDatabasesAutonomousDatabaseScheduledOperationArgs'] scheduled_operations: The list of scheduled operations. Consists of values such as dayOfWeek, scheduledStartTime, scheduledStopTime.
|
@@ -18120,7 +18968,7 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
18120
18968
|
:param str source_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the source Autonomous Database that was cloned to create the current Autonomous Database.
|
18121
18969
|
:param Sequence['GetAutonomousDatabasesAutonomousDatabaseStandbyDbArgs'] standby_dbs: **Deprecated** Autonomous Data Guard standby database details.
|
18122
18970
|
:param Sequence[str] standby_whitelisted_ips: The client IP access control list (ACL). This feature is available for [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) and on Exadata Cloud@Customer. Only clients connecting from an IP address included in the ACL may access the Autonomous Database instance. If `arePrimaryWhitelistedIpsUsed` is 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer called `standbywhitelistedips`.
|
18123
|
-
:param str state:
|
18971
|
+
:param str state: A filter to return only resources that match the given lifecycle state exactly.
|
18124
18972
|
:param str subnet_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet the resource is associated with.
|
18125
18973
|
:param str subscription_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription with which resource needs to be associated with.
|
18126
18974
|
These subnets are used by the Oracle Clusterware private interconnect on the database instance. Specifying an overlapping subnet will cause the private interconnect to malfunction. This restriction applies to both the client subnet and the backup subnet.
|
@@ -18189,6 +19037,8 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
18189
19037
|
pulumi.set(__self__, "disaster_recovery_region_type", disaster_recovery_region_type)
|
18190
19038
|
pulumi.set(__self__, "disaster_recovery_type", disaster_recovery_type)
|
18191
19039
|
pulumi.set(__self__, "display_name", display_name)
|
19040
|
+
pulumi.set(__self__, "encryption_key_history_entries", encryption_key_history_entries)
|
19041
|
+
pulumi.set(__self__, "encryption_keys", encryption_keys)
|
18192
19042
|
pulumi.set(__self__, "failed_data_recovery_in_seconds", failed_data_recovery_in_seconds)
|
18193
19043
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
18194
19044
|
pulumi.set(__self__, "id", id)
|
@@ -18358,9 +19208,6 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
18358
19208
|
@property
|
18359
19209
|
@pulumi.getter(name="autonomousDatabaseId")
|
18360
19210
|
def autonomous_database_id(self) -> str:
|
18361
|
-
"""
|
18362
|
-
The database [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
18363
|
-
"""
|
18364
19211
|
return pulumi.get(self, "autonomous_database_id")
|
18365
19212
|
|
18366
19213
|
@property
|
@@ -18433,7 +19280,7 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
18433
19280
|
@pulumi.getter(name="compartmentId")
|
18434
19281
|
def compartment_id(self) -> str:
|
18435
19282
|
"""
|
18436
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)
|
19283
|
+
The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
18437
19284
|
"""
|
18438
19285
|
return pulumi.get(self, "compartment_id")
|
18439
19286
|
|
@@ -18553,7 +19400,7 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
18553
19400
|
@pulumi.getter(name="dbVersion")
|
18554
19401
|
def db_version(self) -> str:
|
18555
19402
|
"""
|
18556
|
-
A
|
19403
|
+
A filter to return only autonomous database resources that match the specified dbVersion.
|
18557
19404
|
"""
|
18558
19405
|
return pulumi.get(self, "db_version")
|
18559
19406
|
|
@@ -18561,11 +19408,7 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
18561
19408
|
@pulumi.getter(name="dbWorkload")
|
18562
19409
|
def db_workload(self) -> str:
|
18563
19410
|
"""
|
18564
|
-
|
18565
|
-
* OLTP - indicates an Autonomous Transaction Processing database
|
18566
|
-
* DW - indicates an Autonomous Data Warehouse database
|
18567
|
-
* AJD - indicates an Autonomous JSON Database
|
18568
|
-
* APEX - indicates an Autonomous Database with the Oracle APEX Application Development workload type.
|
19411
|
+
A filter to return only autonomous database resources that match the specified workload type.
|
18569
19412
|
"""
|
18570
19413
|
return pulumi.get(self, "db_workload")
|
18571
19414
|
|
@@ -18597,10 +19440,26 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
18597
19440
|
@pulumi.getter(name="displayName")
|
18598
19441
|
def display_name(self) -> str:
|
18599
19442
|
"""
|
18600
|
-
|
19443
|
+
A filter to return only resources that match the entire display name given. The match is not case sensitive.
|
18601
19444
|
"""
|
18602
19445
|
return pulumi.get(self, "display_name")
|
18603
19446
|
|
19447
|
+
@property
|
19448
|
+
@pulumi.getter(name="encryptionKeyHistoryEntries")
|
19449
|
+
def encryption_key_history_entries(self) -> Sequence['outputs.GetAutonomousDatabasesAutonomousDatabaseEncryptionKeyHistoryEntryResult']:
|
19450
|
+
"""
|
19451
|
+
Key History Entry.
|
19452
|
+
"""
|
19453
|
+
return pulumi.get(self, "encryption_key_history_entries")
|
19454
|
+
|
19455
|
+
@property
|
19456
|
+
@pulumi.getter(name="encryptionKeys")
|
19457
|
+
def encryption_keys(self) -> Sequence['outputs.GetAutonomousDatabasesAutonomousDatabaseEncryptionKeyResult']:
|
19458
|
+
"""
|
19459
|
+
Details of the Autonomous Database encryption key.
|
19460
|
+
"""
|
19461
|
+
return pulumi.get(self, "encryption_keys")
|
19462
|
+
|
18604
19463
|
@property
|
18605
19464
|
@pulumi.getter(name="failedDataRecoveryInSeconds")
|
18606
19465
|
def failed_data_recovery_in_seconds(self) -> int:
|
@@ -18645,7 +19504,7 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
18645
19504
|
@pulumi.getter(name="infrastructureType")
|
18646
19505
|
def infrastructure_type(self) -> str:
|
18647
19506
|
"""
|
18648
|
-
|
19507
|
+
A filter to return only resources that match the given Infrastructure Type.
|
18649
19508
|
"""
|
18650
19509
|
return pulumi.get(self, "infrastructure_type")
|
18651
19510
|
|
@@ -18677,7 +19536,7 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
18677
19536
|
@pulumi.getter(name="isDataGuardEnabled")
|
18678
19537
|
def is_data_guard_enabled(self) -> bool:
|
18679
19538
|
"""
|
18680
|
-
|
19539
|
+
A filter to return only resources that have Data Guard enabled.
|
18681
19540
|
"""
|
18682
19541
|
return pulumi.get(self, "is_data_guard_enabled")
|
18683
19542
|
|
@@ -18701,7 +19560,7 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
18701
19560
|
@pulumi.getter(name="isFreeTier")
|
18702
19561
|
def is_free_tier(self) -> bool:
|
18703
19562
|
"""
|
18704
|
-
|
19563
|
+
Filter on the value of the resource's 'isFreeTier' property. A value of `true` returns only Always Free resources. A value of `false` excludes Always Free resources from the returned results. Omitting this parameter returns both Always Free and paid resources.
|
18705
19564
|
"""
|
18706
19565
|
return pulumi.get(self, "is_free_tier")
|
18707
19566
|
|
@@ -18746,7 +19605,7 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
18746
19605
|
@pulumi.getter(name="isRefreshableClone")
|
18747
19606
|
def is_refreshable_clone(self) -> bool:
|
18748
19607
|
"""
|
18749
|
-
|
19608
|
+
Filter on the value of the resource's 'isRefreshableClone' property. A value of `true` returns only refreshable clones. A value of `false` excludes refreshable clones from the returned results. Omitting this parameter returns both refreshable clones and databases that are not refreshable clones.
|
18750
19609
|
"""
|
18751
19610
|
return pulumi.get(self, "is_refreshable_clone")
|
18752
19611
|
|
@@ -19038,7 +19897,7 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
19038
19897
|
@pulumi.getter(name="resourcePoolLeaderId")
|
19039
19898
|
def resource_pool_leader_id(self) -> str:
|
19040
19899
|
"""
|
19041
|
-
The
|
19900
|
+
The database [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the resourcepool Leader Autonomous Database.
|
19042
19901
|
"""
|
19043
19902
|
return pulumi.get(self, "resource_pool_leader_id")
|
19044
19903
|
|
@@ -19127,7 +19986,7 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
19127
19986
|
@pulumi.getter
|
19128
19987
|
def state(self) -> str:
|
19129
19988
|
"""
|
19130
|
-
|
19989
|
+
A filter to return only resources that match the given lifecycle state exactly.
|
19131
19990
|
"""
|
19132
19991
|
return pulumi.get(self, "state")
|
19133
19992
|
|
@@ -19506,7 +20365,7 @@ class GetAutonomousDatabasesAutonomousDatabaseConnectionStringProfileResult(dict
|
|
19506
20365
|
value: str):
|
19507
20366
|
"""
|
19508
20367
|
:param str consumer_group: Consumer group used by the connection.
|
19509
|
-
:param str display_name:
|
20368
|
+
:param str display_name: A filter to return only resources that match the entire display name given. The match is not case sensitive.
|
19510
20369
|
:param str host_format: Host format used in connection string.
|
19511
20370
|
:param str protocol: Protocol used by the connection.
|
19512
20371
|
:param str session_mode: Specifies whether the listener performs a direct hand-off of the session, or redirects the session. In RAC deployments where SCAN is used, sessions are redirected to a Node VIP. Use `DIRECT` for direct hand-offs. Use `REDIRECT` to redirect the session.
|
@@ -19536,7 +20395,7 @@ class GetAutonomousDatabasesAutonomousDatabaseConnectionStringProfileResult(dict
|
|
19536
20395
|
@pulumi.getter(name="displayName")
|
19537
20396
|
def display_name(self) -> str:
|
19538
20397
|
"""
|
19539
|
-
|
20398
|
+
A filter to return only resources that match the entire display name given. The match is not case sensitive.
|
19540
20399
|
"""
|
19541
20400
|
return pulumi.get(self, "display_name")
|
19542
20401
|
|
@@ -19759,13 +20618,364 @@ class GetAutonomousDatabasesAutonomousDatabaseDbToolsDetailResult(dict):
|
|
19759
20618
|
|
19760
20619
|
|
19761
20620
|
@pulumi.output_type
|
19762
|
-
class
|
20621
|
+
class GetAutonomousDatabasesAutonomousDatabaseEncryptionKeyResult(dict):
|
19763
20622
|
def __init__(__self__, *,
|
19764
|
-
|
19765
|
-
|
19766
|
-
|
19767
|
-
|
19768
|
-
|
20623
|
+
arn_role: str,
|
20624
|
+
autonomous_database_provider: str,
|
20625
|
+
certificate_directory_name: str,
|
20626
|
+
certificate_id: str,
|
20627
|
+
directory_name: str,
|
20628
|
+
external_id: str,
|
20629
|
+
key_arn: str,
|
20630
|
+
key_name: str,
|
20631
|
+
kms_key_id: str,
|
20632
|
+
okv_kms_key: str,
|
20633
|
+
okv_uri: str,
|
20634
|
+
service_endpoint_uri: str,
|
20635
|
+
vault_id: str,
|
20636
|
+
vault_uri: str):
|
20637
|
+
"""
|
20638
|
+
:param str arn_role: AWS ARN role
|
20639
|
+
:param str autonomous_database_provider: The provider for the Autonomous Database encryption key.
|
20640
|
+
:param str certificate_directory_name: OKV certificate directory name
|
20641
|
+
:param str certificate_id: OKV certificate id
|
20642
|
+
:param str directory_name: OKV wallet directory name
|
20643
|
+
:param str external_id: AWS external ID
|
20644
|
+
:param str key_arn: AWS key ARN
|
20645
|
+
:param str key_name: Azure key name
|
20646
|
+
:param str kms_key_id: The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
|
20647
|
+
:param str okv_kms_key: UUID of OKV KMS Key
|
20648
|
+
:param str okv_uri: URI of OKV server
|
20649
|
+
:param str service_endpoint_uri: AWS key service endpoint URI
|
20650
|
+
:param str vault_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts).
|
20651
|
+
:param str vault_uri: Azure vault URI
|
20652
|
+
"""
|
20653
|
+
pulumi.set(__self__, "arn_role", arn_role)
|
20654
|
+
pulumi.set(__self__, "autonomous_database_provider", autonomous_database_provider)
|
20655
|
+
pulumi.set(__self__, "certificate_directory_name", certificate_directory_name)
|
20656
|
+
pulumi.set(__self__, "certificate_id", certificate_id)
|
20657
|
+
pulumi.set(__self__, "directory_name", directory_name)
|
20658
|
+
pulumi.set(__self__, "external_id", external_id)
|
20659
|
+
pulumi.set(__self__, "key_arn", key_arn)
|
20660
|
+
pulumi.set(__self__, "key_name", key_name)
|
20661
|
+
pulumi.set(__self__, "kms_key_id", kms_key_id)
|
20662
|
+
pulumi.set(__self__, "okv_kms_key", okv_kms_key)
|
20663
|
+
pulumi.set(__self__, "okv_uri", okv_uri)
|
20664
|
+
pulumi.set(__self__, "service_endpoint_uri", service_endpoint_uri)
|
20665
|
+
pulumi.set(__self__, "vault_id", vault_id)
|
20666
|
+
pulumi.set(__self__, "vault_uri", vault_uri)
|
20667
|
+
|
20668
|
+
@property
|
20669
|
+
@pulumi.getter(name="arnRole")
|
20670
|
+
def arn_role(self) -> str:
|
20671
|
+
"""
|
20672
|
+
AWS ARN role
|
20673
|
+
"""
|
20674
|
+
return pulumi.get(self, "arn_role")
|
20675
|
+
|
20676
|
+
@property
|
20677
|
+
@pulumi.getter(name="autonomousDatabaseProvider")
|
20678
|
+
def autonomous_database_provider(self) -> str:
|
20679
|
+
"""
|
20680
|
+
The provider for the Autonomous Database encryption key.
|
20681
|
+
"""
|
20682
|
+
return pulumi.get(self, "autonomous_database_provider")
|
20683
|
+
|
20684
|
+
@property
|
20685
|
+
@pulumi.getter(name="certificateDirectoryName")
|
20686
|
+
def certificate_directory_name(self) -> str:
|
20687
|
+
"""
|
20688
|
+
OKV certificate directory name
|
20689
|
+
"""
|
20690
|
+
return pulumi.get(self, "certificate_directory_name")
|
20691
|
+
|
20692
|
+
@property
|
20693
|
+
@pulumi.getter(name="certificateId")
|
20694
|
+
def certificate_id(self) -> str:
|
20695
|
+
"""
|
20696
|
+
OKV certificate id
|
20697
|
+
"""
|
20698
|
+
return pulumi.get(self, "certificate_id")
|
20699
|
+
|
20700
|
+
@property
|
20701
|
+
@pulumi.getter(name="directoryName")
|
20702
|
+
def directory_name(self) -> str:
|
20703
|
+
"""
|
20704
|
+
OKV wallet directory name
|
20705
|
+
"""
|
20706
|
+
return pulumi.get(self, "directory_name")
|
20707
|
+
|
20708
|
+
@property
|
20709
|
+
@pulumi.getter(name="externalId")
|
20710
|
+
def external_id(self) -> str:
|
20711
|
+
"""
|
20712
|
+
AWS external ID
|
20713
|
+
"""
|
20714
|
+
return pulumi.get(self, "external_id")
|
20715
|
+
|
20716
|
+
@property
|
20717
|
+
@pulumi.getter(name="keyArn")
|
20718
|
+
def key_arn(self) -> str:
|
20719
|
+
"""
|
20720
|
+
AWS key ARN
|
20721
|
+
"""
|
20722
|
+
return pulumi.get(self, "key_arn")
|
20723
|
+
|
20724
|
+
@property
|
20725
|
+
@pulumi.getter(name="keyName")
|
20726
|
+
def key_name(self) -> str:
|
20727
|
+
"""
|
20728
|
+
Azure key name
|
20729
|
+
"""
|
20730
|
+
return pulumi.get(self, "key_name")
|
20731
|
+
|
20732
|
+
@property
|
20733
|
+
@pulumi.getter(name="kmsKeyId")
|
20734
|
+
def kms_key_id(self) -> str:
|
20735
|
+
"""
|
20736
|
+
The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
|
20737
|
+
"""
|
20738
|
+
return pulumi.get(self, "kms_key_id")
|
20739
|
+
|
20740
|
+
@property
|
20741
|
+
@pulumi.getter(name="okvKmsKey")
|
20742
|
+
def okv_kms_key(self) -> str:
|
20743
|
+
"""
|
20744
|
+
UUID of OKV KMS Key
|
20745
|
+
"""
|
20746
|
+
return pulumi.get(self, "okv_kms_key")
|
20747
|
+
|
20748
|
+
@property
|
20749
|
+
@pulumi.getter(name="okvUri")
|
20750
|
+
def okv_uri(self) -> str:
|
20751
|
+
"""
|
20752
|
+
URI of OKV server
|
20753
|
+
"""
|
20754
|
+
return pulumi.get(self, "okv_uri")
|
20755
|
+
|
20756
|
+
@property
|
20757
|
+
@pulumi.getter(name="serviceEndpointUri")
|
20758
|
+
def service_endpoint_uri(self) -> str:
|
20759
|
+
"""
|
20760
|
+
AWS key service endpoint URI
|
20761
|
+
"""
|
20762
|
+
return pulumi.get(self, "service_endpoint_uri")
|
20763
|
+
|
20764
|
+
@property
|
20765
|
+
@pulumi.getter(name="vaultId")
|
20766
|
+
def vault_id(self) -> str:
|
20767
|
+
"""
|
20768
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts).
|
20769
|
+
"""
|
20770
|
+
return pulumi.get(self, "vault_id")
|
20771
|
+
|
20772
|
+
@property
|
20773
|
+
@pulumi.getter(name="vaultUri")
|
20774
|
+
def vault_uri(self) -> str:
|
20775
|
+
"""
|
20776
|
+
Azure vault URI
|
20777
|
+
"""
|
20778
|
+
return pulumi.get(self, "vault_uri")
|
20779
|
+
|
20780
|
+
|
20781
|
+
@pulumi.output_type
|
20782
|
+
class GetAutonomousDatabasesAutonomousDatabaseEncryptionKeyHistoryEntryResult(dict):
|
20783
|
+
def __init__(__self__, *,
|
20784
|
+
encryption_keys: Sequence['outputs.GetAutonomousDatabasesAutonomousDatabaseEncryptionKeyHistoryEntryEncryptionKeyResult'],
|
20785
|
+
time_activated: str):
|
20786
|
+
"""
|
20787
|
+
:param Sequence['GetAutonomousDatabasesAutonomousDatabaseEncryptionKeyHistoryEntryEncryptionKeyArgs'] encryption_keys: Details of the Autonomous Database encryption key.
|
20788
|
+
:param str time_activated: The date and time the kms key activated.
|
20789
|
+
"""
|
20790
|
+
pulumi.set(__self__, "encryption_keys", encryption_keys)
|
20791
|
+
pulumi.set(__self__, "time_activated", time_activated)
|
20792
|
+
|
20793
|
+
@property
|
20794
|
+
@pulumi.getter(name="encryptionKeys")
|
20795
|
+
def encryption_keys(self) -> Sequence['outputs.GetAutonomousDatabasesAutonomousDatabaseEncryptionKeyHistoryEntryEncryptionKeyResult']:
|
20796
|
+
"""
|
20797
|
+
Details of the Autonomous Database encryption key.
|
20798
|
+
"""
|
20799
|
+
return pulumi.get(self, "encryption_keys")
|
20800
|
+
|
20801
|
+
@property
|
20802
|
+
@pulumi.getter(name="timeActivated")
|
20803
|
+
def time_activated(self) -> str:
|
20804
|
+
"""
|
20805
|
+
The date and time the kms key activated.
|
20806
|
+
"""
|
20807
|
+
return pulumi.get(self, "time_activated")
|
20808
|
+
|
20809
|
+
|
20810
|
+
@pulumi.output_type
|
20811
|
+
class GetAutonomousDatabasesAutonomousDatabaseEncryptionKeyHistoryEntryEncryptionKeyResult(dict):
|
20812
|
+
def __init__(__self__, *,
|
20813
|
+
arn_role: str,
|
20814
|
+
autonomous_database_provider: str,
|
20815
|
+
certificate_directory_name: str,
|
20816
|
+
certificate_id: str,
|
20817
|
+
directory_name: str,
|
20818
|
+
external_id: str,
|
20819
|
+
key_arn: str,
|
20820
|
+
key_name: str,
|
20821
|
+
kms_key_id: str,
|
20822
|
+
okv_kms_key: str,
|
20823
|
+
okv_uri: str,
|
20824
|
+
service_endpoint_uri: str,
|
20825
|
+
vault_id: str,
|
20826
|
+
vault_uri: str):
|
20827
|
+
"""
|
20828
|
+
:param str arn_role: AWS ARN role
|
20829
|
+
:param str autonomous_database_provider: The provider for the Autonomous Database encryption key.
|
20830
|
+
:param str certificate_directory_name: OKV certificate directory name
|
20831
|
+
:param str certificate_id: OKV certificate id
|
20832
|
+
:param str directory_name: OKV wallet directory name
|
20833
|
+
:param str external_id: AWS external ID
|
20834
|
+
:param str key_arn: AWS key ARN
|
20835
|
+
:param str key_name: Azure key name
|
20836
|
+
:param str kms_key_id: The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
|
20837
|
+
:param str okv_kms_key: UUID of OKV KMS Key
|
20838
|
+
:param str okv_uri: URI of OKV server
|
20839
|
+
:param str service_endpoint_uri: AWS key service endpoint URI
|
20840
|
+
:param str vault_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts).
|
20841
|
+
:param str vault_uri: Azure vault URI
|
20842
|
+
"""
|
20843
|
+
pulumi.set(__self__, "arn_role", arn_role)
|
20844
|
+
pulumi.set(__self__, "autonomous_database_provider", autonomous_database_provider)
|
20845
|
+
pulumi.set(__self__, "certificate_directory_name", certificate_directory_name)
|
20846
|
+
pulumi.set(__self__, "certificate_id", certificate_id)
|
20847
|
+
pulumi.set(__self__, "directory_name", directory_name)
|
20848
|
+
pulumi.set(__self__, "external_id", external_id)
|
20849
|
+
pulumi.set(__self__, "key_arn", key_arn)
|
20850
|
+
pulumi.set(__self__, "key_name", key_name)
|
20851
|
+
pulumi.set(__self__, "kms_key_id", kms_key_id)
|
20852
|
+
pulumi.set(__self__, "okv_kms_key", okv_kms_key)
|
20853
|
+
pulumi.set(__self__, "okv_uri", okv_uri)
|
20854
|
+
pulumi.set(__self__, "service_endpoint_uri", service_endpoint_uri)
|
20855
|
+
pulumi.set(__self__, "vault_id", vault_id)
|
20856
|
+
pulumi.set(__self__, "vault_uri", vault_uri)
|
20857
|
+
|
20858
|
+
@property
|
20859
|
+
@pulumi.getter(name="arnRole")
|
20860
|
+
def arn_role(self) -> str:
|
20861
|
+
"""
|
20862
|
+
AWS ARN role
|
20863
|
+
"""
|
20864
|
+
return pulumi.get(self, "arn_role")
|
20865
|
+
|
20866
|
+
@property
|
20867
|
+
@pulumi.getter(name="autonomousDatabaseProvider")
|
20868
|
+
def autonomous_database_provider(self) -> str:
|
20869
|
+
"""
|
20870
|
+
The provider for the Autonomous Database encryption key.
|
20871
|
+
"""
|
20872
|
+
return pulumi.get(self, "autonomous_database_provider")
|
20873
|
+
|
20874
|
+
@property
|
20875
|
+
@pulumi.getter(name="certificateDirectoryName")
|
20876
|
+
def certificate_directory_name(self) -> str:
|
20877
|
+
"""
|
20878
|
+
OKV certificate directory name
|
20879
|
+
"""
|
20880
|
+
return pulumi.get(self, "certificate_directory_name")
|
20881
|
+
|
20882
|
+
@property
|
20883
|
+
@pulumi.getter(name="certificateId")
|
20884
|
+
def certificate_id(self) -> str:
|
20885
|
+
"""
|
20886
|
+
OKV certificate id
|
20887
|
+
"""
|
20888
|
+
return pulumi.get(self, "certificate_id")
|
20889
|
+
|
20890
|
+
@property
|
20891
|
+
@pulumi.getter(name="directoryName")
|
20892
|
+
def directory_name(self) -> str:
|
20893
|
+
"""
|
20894
|
+
OKV wallet directory name
|
20895
|
+
"""
|
20896
|
+
return pulumi.get(self, "directory_name")
|
20897
|
+
|
20898
|
+
@property
|
20899
|
+
@pulumi.getter(name="externalId")
|
20900
|
+
def external_id(self) -> str:
|
20901
|
+
"""
|
20902
|
+
AWS external ID
|
20903
|
+
"""
|
20904
|
+
return pulumi.get(self, "external_id")
|
20905
|
+
|
20906
|
+
@property
|
20907
|
+
@pulumi.getter(name="keyArn")
|
20908
|
+
def key_arn(self) -> str:
|
20909
|
+
"""
|
20910
|
+
AWS key ARN
|
20911
|
+
"""
|
20912
|
+
return pulumi.get(self, "key_arn")
|
20913
|
+
|
20914
|
+
@property
|
20915
|
+
@pulumi.getter(name="keyName")
|
20916
|
+
def key_name(self) -> str:
|
20917
|
+
"""
|
20918
|
+
Azure key name
|
20919
|
+
"""
|
20920
|
+
return pulumi.get(self, "key_name")
|
20921
|
+
|
20922
|
+
@property
|
20923
|
+
@pulumi.getter(name="kmsKeyId")
|
20924
|
+
def kms_key_id(self) -> str:
|
20925
|
+
"""
|
20926
|
+
The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
|
20927
|
+
"""
|
20928
|
+
return pulumi.get(self, "kms_key_id")
|
20929
|
+
|
20930
|
+
@property
|
20931
|
+
@pulumi.getter(name="okvKmsKey")
|
20932
|
+
def okv_kms_key(self) -> str:
|
20933
|
+
"""
|
20934
|
+
UUID of OKV KMS Key
|
20935
|
+
"""
|
20936
|
+
return pulumi.get(self, "okv_kms_key")
|
20937
|
+
|
20938
|
+
@property
|
20939
|
+
@pulumi.getter(name="okvUri")
|
20940
|
+
def okv_uri(self) -> str:
|
20941
|
+
"""
|
20942
|
+
URI of OKV server
|
20943
|
+
"""
|
20944
|
+
return pulumi.get(self, "okv_uri")
|
20945
|
+
|
20946
|
+
@property
|
20947
|
+
@pulumi.getter(name="serviceEndpointUri")
|
20948
|
+
def service_endpoint_uri(self) -> str:
|
20949
|
+
"""
|
20950
|
+
AWS key service endpoint URI
|
20951
|
+
"""
|
20952
|
+
return pulumi.get(self, "service_endpoint_uri")
|
20953
|
+
|
20954
|
+
@property
|
20955
|
+
@pulumi.getter(name="vaultId")
|
20956
|
+
def vault_id(self) -> str:
|
20957
|
+
"""
|
20958
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts).
|
20959
|
+
"""
|
20960
|
+
return pulumi.get(self, "vault_id")
|
20961
|
+
|
20962
|
+
@property
|
20963
|
+
@pulumi.getter(name="vaultUri")
|
20964
|
+
def vault_uri(self) -> str:
|
20965
|
+
"""
|
20966
|
+
Azure vault URI
|
20967
|
+
"""
|
20968
|
+
return pulumi.get(self, "vault_uri")
|
20969
|
+
|
20970
|
+
|
20971
|
+
@pulumi.output_type
|
20972
|
+
class GetAutonomousDatabasesAutonomousDatabaseKeyHistoryEntryResult(dict):
|
20973
|
+
def __init__(__self__, *,
|
20974
|
+
id: str,
|
20975
|
+
kms_key_version_id: str,
|
20976
|
+
time_activated: str,
|
20977
|
+
vault_id: str):
|
20978
|
+
"""
|
19769
20979
|
:param str id: The id of the Autonomous Database [Vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts) service key management history entry.
|
19770
20980
|
:param str kms_key_version_id: The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
|
19771
20981
|
:param str time_activated: The date and time the kms key activated.
|
@@ -19822,7 +21032,7 @@ class GetAutonomousDatabasesAutonomousDatabaseLocalStandbyDbResult(dict):
|
|
19822
21032
|
:param str availability_domain: The availability domain of a local Autonomous Data Guard standby database of an Autonomous Database Serverless instance.
|
19823
21033
|
:param int lag_time_in_seconds: The amount of time, in seconds, that the data of the standby database lags the data of the primary database. Can be used to determine the potential data loss in the event of a failover.
|
19824
21034
|
:param str lifecycle_details: Additional information about the current lifecycle state.
|
19825
|
-
:param str state:
|
21035
|
+
:param str state: A filter to return only resources that match the given lifecycle state exactly.
|
19826
21036
|
:param str time_data_guard_role_changed: The date and time the Autonomous Data Guard role was switched for the Autonomous Database. For databases that have standbys in both the primary Data Guard region and a remote Data Guard standby region, this is the latest timestamp of either the database using the "primary" role in the primary Data Guard region, or database located in the remote Data Guard standby region.
|
19827
21037
|
:param str time_disaster_recovery_role_changed: The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
|
19828
21038
|
"""
|
@@ -19861,7 +21071,7 @@ class GetAutonomousDatabasesAutonomousDatabaseLocalStandbyDbResult(dict):
|
|
19861
21071
|
@pulumi.getter
|
19862
21072
|
def state(self) -> str:
|
19863
21073
|
"""
|
19864
|
-
|
21074
|
+
A filter to return only resources that match the given lifecycle state exactly.
|
19865
21075
|
"""
|
19866
21076
|
return pulumi.get(self, "state")
|
19867
21077
|
|
@@ -20179,7 +21389,7 @@ class GetAutonomousDatabasesAutonomousDatabaseStandbyDbResult(dict):
|
|
20179
21389
|
:param str availability_domain: The availability domain of a local Autonomous Data Guard standby database of an Autonomous Database Serverless instance.
|
20180
21390
|
:param int lag_time_in_seconds: The amount of time, in seconds, that the data of the standby database lags the data of the primary database. Can be used to determine the potential data loss in the event of a failover.
|
20181
21391
|
:param str lifecycle_details: Additional information about the current lifecycle state.
|
20182
|
-
:param str state:
|
21392
|
+
:param str state: A filter to return only resources that match the given lifecycle state exactly.
|
20183
21393
|
:param str time_data_guard_role_changed: The date and time the Autonomous Data Guard role was switched for the Autonomous Database. For databases that have standbys in both the primary Data Guard region and a remote Data Guard standby region, this is the latest timestamp of either the database using the "primary" role in the primary Data Guard region, or database located in the remote Data Guard standby region.
|
20184
21394
|
:param str time_disaster_recovery_role_changed: The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
|
20185
21395
|
"""
|
@@ -20218,7 +21428,7 @@ class GetAutonomousDatabasesAutonomousDatabaseStandbyDbResult(dict):
|
|
20218
21428
|
@pulumi.getter
|
20219
21429
|
def state(self) -> str:
|
20220
21430
|
"""
|
20221
|
-
|
21431
|
+
A filter to return only resources that match the given lifecycle state exactly.
|
20222
21432
|
"""
|
20223
21433
|
return pulumi.get(self, "state")
|
20224
21434
|
|
@@ -20277,6 +21487,8 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
|
|
20277
21487
|
defined_tags: Mapping[str, str],
|
20278
21488
|
disaster_recovery_region_type: str,
|
20279
21489
|
display_name: str,
|
21490
|
+
encryption_key_history_entries: Sequence['outputs.GetAutonomousDatabasesClonesAutonomousDatabaseEncryptionKeyHistoryEntryResult'],
|
21491
|
+
encryption_keys: Sequence['outputs.GetAutonomousDatabasesClonesAutonomousDatabaseEncryptionKeyResult'],
|
20280
21492
|
failed_data_recovery_in_seconds: int,
|
20281
21493
|
freeform_tags: Mapping[str, str],
|
20282
21494
|
id: str,
|
@@ -20399,6 +21611,8 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
|
|
20399
21611
|
:param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
20400
21612
|
:param str disaster_recovery_region_type: **Deprecated.** The disaster recovery (DR) region type of the Autonomous Database. For Autonomous Database Serverless instances, DR associations have designated primary and standby regions. These region types do not change when the database changes roles. The standby region in DR associations can be the same region as the primary region, or they can be in a remote regions. Some database administration operations may be available only in the primary region of the DR association, and cannot be performed when the database using the primary role is operating in a remote region.
|
20401
21613
|
:param str display_name: A filter to return only resources that match the entire display name given. The match is not case sensitive.
|
21614
|
+
:param Sequence['GetAutonomousDatabasesClonesAutonomousDatabaseEncryptionKeyHistoryEntryArgs'] encryption_key_history_entries: Key History Entry.
|
21615
|
+
:param Sequence['GetAutonomousDatabasesClonesAutonomousDatabaseEncryptionKeyArgs'] encryption_keys: Details of the Autonomous Database encryption key.
|
20402
21616
|
:param int failed_data_recovery_in_seconds: Indicates the number of seconds of data loss for a Data Guard failover.
|
20403
21617
|
:param Mapping[str, str] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
20404
21618
|
:param str id: The id of the Autonomous Database [Vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts) service key management history entry.
|
@@ -20522,6 +21736,8 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
|
|
20522
21736
|
pulumi.set(__self__, "defined_tags", defined_tags)
|
20523
21737
|
pulumi.set(__self__, "disaster_recovery_region_type", disaster_recovery_region_type)
|
20524
21738
|
pulumi.set(__self__, "display_name", display_name)
|
21739
|
+
pulumi.set(__self__, "encryption_key_history_entries", encryption_key_history_entries)
|
21740
|
+
pulumi.set(__self__, "encryption_keys", encryption_keys)
|
20525
21741
|
pulumi.set(__self__, "failed_data_recovery_in_seconds", failed_data_recovery_in_seconds)
|
20526
21742
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
20527
21743
|
pulumi.set(__self__, "id", id)
|
@@ -20885,6 +22101,22 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
|
|
20885
22101
|
"""
|
20886
22102
|
return pulumi.get(self, "display_name")
|
20887
22103
|
|
22104
|
+
@property
|
22105
|
+
@pulumi.getter(name="encryptionKeyHistoryEntries")
|
22106
|
+
def encryption_key_history_entries(self) -> Sequence['outputs.GetAutonomousDatabasesClonesAutonomousDatabaseEncryptionKeyHistoryEntryResult']:
|
22107
|
+
"""
|
22108
|
+
Key History Entry.
|
22109
|
+
"""
|
22110
|
+
return pulumi.get(self, "encryption_key_history_entries")
|
22111
|
+
|
22112
|
+
@property
|
22113
|
+
@pulumi.getter(name="encryptionKeys")
|
22114
|
+
def encryption_keys(self) -> Sequence['outputs.GetAutonomousDatabasesClonesAutonomousDatabaseEncryptionKeyResult']:
|
22115
|
+
"""
|
22116
|
+
Details of the Autonomous Database encryption key.
|
22117
|
+
"""
|
22118
|
+
return pulumi.get(self, "encryption_keys")
|
22119
|
+
|
20888
22120
|
@property
|
20889
22121
|
@pulumi.getter(name="failedDataRecoveryInSeconds")
|
20890
22122
|
def failed_data_recovery_in_seconds(self) -> int:
|
@@ -21960,6 +23192,357 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseDbToolsDetailResult(dict):
|
|
21960
23192
|
return pulumi.get(self, "name")
|
21961
23193
|
|
21962
23194
|
|
23195
|
+
@pulumi.output_type
|
23196
|
+
class GetAutonomousDatabasesClonesAutonomousDatabaseEncryptionKeyResult(dict):
|
23197
|
+
def __init__(__self__, *,
|
23198
|
+
arn_role: str,
|
23199
|
+
autonomous_databases_clone_provider: str,
|
23200
|
+
certificate_directory_name: str,
|
23201
|
+
certificate_id: str,
|
23202
|
+
directory_name: str,
|
23203
|
+
external_id: str,
|
23204
|
+
key_arn: str,
|
23205
|
+
key_name: str,
|
23206
|
+
kms_key_id: str,
|
23207
|
+
okv_kms_key: str,
|
23208
|
+
okv_uri: str,
|
23209
|
+
service_endpoint_uri: str,
|
23210
|
+
vault_id: str,
|
23211
|
+
vault_uri: str):
|
23212
|
+
"""
|
23213
|
+
:param str arn_role: AWS ARN role
|
23214
|
+
:param str autonomous_databases_clone_provider: The provider for the Autonomous Database encryption key.
|
23215
|
+
:param str certificate_directory_name: OKV certificate directory name
|
23216
|
+
:param str certificate_id: OKV certificate id
|
23217
|
+
:param str directory_name: OKV wallet directory name
|
23218
|
+
:param str external_id: AWS external ID
|
23219
|
+
:param str key_arn: AWS key ARN
|
23220
|
+
:param str key_name: Azure key name
|
23221
|
+
:param str kms_key_id: The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
|
23222
|
+
:param str okv_kms_key: UUID of OKV KMS Key
|
23223
|
+
:param str okv_uri: URI of OKV server
|
23224
|
+
:param str service_endpoint_uri: AWS key service endpoint URI
|
23225
|
+
:param str vault_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts).
|
23226
|
+
:param str vault_uri: Azure vault URI
|
23227
|
+
"""
|
23228
|
+
pulumi.set(__self__, "arn_role", arn_role)
|
23229
|
+
pulumi.set(__self__, "autonomous_databases_clone_provider", autonomous_databases_clone_provider)
|
23230
|
+
pulumi.set(__self__, "certificate_directory_name", certificate_directory_name)
|
23231
|
+
pulumi.set(__self__, "certificate_id", certificate_id)
|
23232
|
+
pulumi.set(__self__, "directory_name", directory_name)
|
23233
|
+
pulumi.set(__self__, "external_id", external_id)
|
23234
|
+
pulumi.set(__self__, "key_arn", key_arn)
|
23235
|
+
pulumi.set(__self__, "key_name", key_name)
|
23236
|
+
pulumi.set(__self__, "kms_key_id", kms_key_id)
|
23237
|
+
pulumi.set(__self__, "okv_kms_key", okv_kms_key)
|
23238
|
+
pulumi.set(__self__, "okv_uri", okv_uri)
|
23239
|
+
pulumi.set(__self__, "service_endpoint_uri", service_endpoint_uri)
|
23240
|
+
pulumi.set(__self__, "vault_id", vault_id)
|
23241
|
+
pulumi.set(__self__, "vault_uri", vault_uri)
|
23242
|
+
|
23243
|
+
@property
|
23244
|
+
@pulumi.getter(name="arnRole")
|
23245
|
+
def arn_role(self) -> str:
|
23246
|
+
"""
|
23247
|
+
AWS ARN role
|
23248
|
+
"""
|
23249
|
+
return pulumi.get(self, "arn_role")
|
23250
|
+
|
23251
|
+
@property
|
23252
|
+
@pulumi.getter(name="autonomousDatabasesCloneProvider")
|
23253
|
+
def autonomous_databases_clone_provider(self) -> str:
|
23254
|
+
"""
|
23255
|
+
The provider for the Autonomous Database encryption key.
|
23256
|
+
"""
|
23257
|
+
return pulumi.get(self, "autonomous_databases_clone_provider")
|
23258
|
+
|
23259
|
+
@property
|
23260
|
+
@pulumi.getter(name="certificateDirectoryName")
|
23261
|
+
def certificate_directory_name(self) -> str:
|
23262
|
+
"""
|
23263
|
+
OKV certificate directory name
|
23264
|
+
"""
|
23265
|
+
return pulumi.get(self, "certificate_directory_name")
|
23266
|
+
|
23267
|
+
@property
|
23268
|
+
@pulumi.getter(name="certificateId")
|
23269
|
+
def certificate_id(self) -> str:
|
23270
|
+
"""
|
23271
|
+
OKV certificate id
|
23272
|
+
"""
|
23273
|
+
return pulumi.get(self, "certificate_id")
|
23274
|
+
|
23275
|
+
@property
|
23276
|
+
@pulumi.getter(name="directoryName")
|
23277
|
+
def directory_name(self) -> str:
|
23278
|
+
"""
|
23279
|
+
OKV wallet directory name
|
23280
|
+
"""
|
23281
|
+
return pulumi.get(self, "directory_name")
|
23282
|
+
|
23283
|
+
@property
|
23284
|
+
@pulumi.getter(name="externalId")
|
23285
|
+
def external_id(self) -> str:
|
23286
|
+
"""
|
23287
|
+
AWS external ID
|
23288
|
+
"""
|
23289
|
+
return pulumi.get(self, "external_id")
|
23290
|
+
|
23291
|
+
@property
|
23292
|
+
@pulumi.getter(name="keyArn")
|
23293
|
+
def key_arn(self) -> str:
|
23294
|
+
"""
|
23295
|
+
AWS key ARN
|
23296
|
+
"""
|
23297
|
+
return pulumi.get(self, "key_arn")
|
23298
|
+
|
23299
|
+
@property
|
23300
|
+
@pulumi.getter(name="keyName")
|
23301
|
+
def key_name(self) -> str:
|
23302
|
+
"""
|
23303
|
+
Azure key name
|
23304
|
+
"""
|
23305
|
+
return pulumi.get(self, "key_name")
|
23306
|
+
|
23307
|
+
@property
|
23308
|
+
@pulumi.getter(name="kmsKeyId")
|
23309
|
+
def kms_key_id(self) -> str:
|
23310
|
+
"""
|
23311
|
+
The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
|
23312
|
+
"""
|
23313
|
+
return pulumi.get(self, "kms_key_id")
|
23314
|
+
|
23315
|
+
@property
|
23316
|
+
@pulumi.getter(name="okvKmsKey")
|
23317
|
+
def okv_kms_key(self) -> str:
|
23318
|
+
"""
|
23319
|
+
UUID of OKV KMS Key
|
23320
|
+
"""
|
23321
|
+
return pulumi.get(self, "okv_kms_key")
|
23322
|
+
|
23323
|
+
@property
|
23324
|
+
@pulumi.getter(name="okvUri")
|
23325
|
+
def okv_uri(self) -> str:
|
23326
|
+
"""
|
23327
|
+
URI of OKV server
|
23328
|
+
"""
|
23329
|
+
return pulumi.get(self, "okv_uri")
|
23330
|
+
|
23331
|
+
@property
|
23332
|
+
@pulumi.getter(name="serviceEndpointUri")
|
23333
|
+
def service_endpoint_uri(self) -> str:
|
23334
|
+
"""
|
23335
|
+
AWS key service endpoint URI
|
23336
|
+
"""
|
23337
|
+
return pulumi.get(self, "service_endpoint_uri")
|
23338
|
+
|
23339
|
+
@property
|
23340
|
+
@pulumi.getter(name="vaultId")
|
23341
|
+
def vault_id(self) -> str:
|
23342
|
+
"""
|
23343
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts).
|
23344
|
+
"""
|
23345
|
+
return pulumi.get(self, "vault_id")
|
23346
|
+
|
23347
|
+
@property
|
23348
|
+
@pulumi.getter(name="vaultUri")
|
23349
|
+
def vault_uri(self) -> str:
|
23350
|
+
"""
|
23351
|
+
Azure vault URI
|
23352
|
+
"""
|
23353
|
+
return pulumi.get(self, "vault_uri")
|
23354
|
+
|
23355
|
+
|
23356
|
+
@pulumi.output_type
|
23357
|
+
class GetAutonomousDatabasesClonesAutonomousDatabaseEncryptionKeyHistoryEntryResult(dict):
|
23358
|
+
def __init__(__self__, *,
|
23359
|
+
encryption_keys: Sequence['outputs.GetAutonomousDatabasesClonesAutonomousDatabaseEncryptionKeyHistoryEntryEncryptionKeyResult'],
|
23360
|
+
time_activated: str):
|
23361
|
+
"""
|
23362
|
+
:param Sequence['GetAutonomousDatabasesClonesAutonomousDatabaseEncryptionKeyHistoryEntryEncryptionKeyArgs'] encryption_keys: Details of the Autonomous Database encryption key.
|
23363
|
+
:param str time_activated: The date and time the kms key activated.
|
23364
|
+
"""
|
23365
|
+
pulumi.set(__self__, "encryption_keys", encryption_keys)
|
23366
|
+
pulumi.set(__self__, "time_activated", time_activated)
|
23367
|
+
|
23368
|
+
@property
|
23369
|
+
@pulumi.getter(name="encryptionKeys")
|
23370
|
+
def encryption_keys(self) -> Sequence['outputs.GetAutonomousDatabasesClonesAutonomousDatabaseEncryptionKeyHistoryEntryEncryptionKeyResult']:
|
23371
|
+
"""
|
23372
|
+
Details of the Autonomous Database encryption key.
|
23373
|
+
"""
|
23374
|
+
return pulumi.get(self, "encryption_keys")
|
23375
|
+
|
23376
|
+
@property
|
23377
|
+
@pulumi.getter(name="timeActivated")
|
23378
|
+
def time_activated(self) -> str:
|
23379
|
+
"""
|
23380
|
+
The date and time the kms key activated.
|
23381
|
+
"""
|
23382
|
+
return pulumi.get(self, "time_activated")
|
23383
|
+
|
23384
|
+
|
23385
|
+
@pulumi.output_type
|
23386
|
+
class GetAutonomousDatabasesClonesAutonomousDatabaseEncryptionKeyHistoryEntryEncryptionKeyResult(dict):
|
23387
|
+
def __init__(__self__, *,
|
23388
|
+
arn_role: str,
|
23389
|
+
autonomous_databases_clone_provider: str,
|
23390
|
+
certificate_directory_name: str,
|
23391
|
+
certificate_id: str,
|
23392
|
+
directory_name: str,
|
23393
|
+
external_id: str,
|
23394
|
+
key_arn: str,
|
23395
|
+
key_name: str,
|
23396
|
+
kms_key_id: str,
|
23397
|
+
okv_kms_key: str,
|
23398
|
+
okv_uri: str,
|
23399
|
+
service_endpoint_uri: str,
|
23400
|
+
vault_id: str,
|
23401
|
+
vault_uri: str):
|
23402
|
+
"""
|
23403
|
+
:param str arn_role: AWS ARN role
|
23404
|
+
:param str autonomous_databases_clone_provider: The provider for the Autonomous Database encryption key.
|
23405
|
+
:param str certificate_directory_name: OKV certificate directory name
|
23406
|
+
:param str certificate_id: OKV certificate id
|
23407
|
+
:param str directory_name: OKV wallet directory name
|
23408
|
+
:param str external_id: AWS external ID
|
23409
|
+
:param str key_arn: AWS key ARN
|
23410
|
+
:param str key_name: Azure key name
|
23411
|
+
:param str kms_key_id: The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
|
23412
|
+
:param str okv_kms_key: UUID of OKV KMS Key
|
23413
|
+
:param str okv_uri: URI of OKV server
|
23414
|
+
:param str service_endpoint_uri: AWS key service endpoint URI
|
23415
|
+
:param str vault_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts).
|
23416
|
+
:param str vault_uri: Azure vault URI
|
23417
|
+
"""
|
23418
|
+
pulumi.set(__self__, "arn_role", arn_role)
|
23419
|
+
pulumi.set(__self__, "autonomous_databases_clone_provider", autonomous_databases_clone_provider)
|
23420
|
+
pulumi.set(__self__, "certificate_directory_name", certificate_directory_name)
|
23421
|
+
pulumi.set(__self__, "certificate_id", certificate_id)
|
23422
|
+
pulumi.set(__self__, "directory_name", directory_name)
|
23423
|
+
pulumi.set(__self__, "external_id", external_id)
|
23424
|
+
pulumi.set(__self__, "key_arn", key_arn)
|
23425
|
+
pulumi.set(__self__, "key_name", key_name)
|
23426
|
+
pulumi.set(__self__, "kms_key_id", kms_key_id)
|
23427
|
+
pulumi.set(__self__, "okv_kms_key", okv_kms_key)
|
23428
|
+
pulumi.set(__self__, "okv_uri", okv_uri)
|
23429
|
+
pulumi.set(__self__, "service_endpoint_uri", service_endpoint_uri)
|
23430
|
+
pulumi.set(__self__, "vault_id", vault_id)
|
23431
|
+
pulumi.set(__self__, "vault_uri", vault_uri)
|
23432
|
+
|
23433
|
+
@property
|
23434
|
+
@pulumi.getter(name="arnRole")
|
23435
|
+
def arn_role(self) -> str:
|
23436
|
+
"""
|
23437
|
+
AWS ARN role
|
23438
|
+
"""
|
23439
|
+
return pulumi.get(self, "arn_role")
|
23440
|
+
|
23441
|
+
@property
|
23442
|
+
@pulumi.getter(name="autonomousDatabasesCloneProvider")
|
23443
|
+
def autonomous_databases_clone_provider(self) -> str:
|
23444
|
+
"""
|
23445
|
+
The provider for the Autonomous Database encryption key.
|
23446
|
+
"""
|
23447
|
+
return pulumi.get(self, "autonomous_databases_clone_provider")
|
23448
|
+
|
23449
|
+
@property
|
23450
|
+
@pulumi.getter(name="certificateDirectoryName")
|
23451
|
+
def certificate_directory_name(self) -> str:
|
23452
|
+
"""
|
23453
|
+
OKV certificate directory name
|
23454
|
+
"""
|
23455
|
+
return pulumi.get(self, "certificate_directory_name")
|
23456
|
+
|
23457
|
+
@property
|
23458
|
+
@pulumi.getter(name="certificateId")
|
23459
|
+
def certificate_id(self) -> str:
|
23460
|
+
"""
|
23461
|
+
OKV certificate id
|
23462
|
+
"""
|
23463
|
+
return pulumi.get(self, "certificate_id")
|
23464
|
+
|
23465
|
+
@property
|
23466
|
+
@pulumi.getter(name="directoryName")
|
23467
|
+
def directory_name(self) -> str:
|
23468
|
+
"""
|
23469
|
+
OKV wallet directory name
|
23470
|
+
"""
|
23471
|
+
return pulumi.get(self, "directory_name")
|
23472
|
+
|
23473
|
+
@property
|
23474
|
+
@pulumi.getter(name="externalId")
|
23475
|
+
def external_id(self) -> str:
|
23476
|
+
"""
|
23477
|
+
AWS external ID
|
23478
|
+
"""
|
23479
|
+
return pulumi.get(self, "external_id")
|
23480
|
+
|
23481
|
+
@property
|
23482
|
+
@pulumi.getter(name="keyArn")
|
23483
|
+
def key_arn(self) -> str:
|
23484
|
+
"""
|
23485
|
+
AWS key ARN
|
23486
|
+
"""
|
23487
|
+
return pulumi.get(self, "key_arn")
|
23488
|
+
|
23489
|
+
@property
|
23490
|
+
@pulumi.getter(name="keyName")
|
23491
|
+
def key_name(self) -> str:
|
23492
|
+
"""
|
23493
|
+
Azure key name
|
23494
|
+
"""
|
23495
|
+
return pulumi.get(self, "key_name")
|
23496
|
+
|
23497
|
+
@property
|
23498
|
+
@pulumi.getter(name="kmsKeyId")
|
23499
|
+
def kms_key_id(self) -> str:
|
23500
|
+
"""
|
23501
|
+
The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
|
23502
|
+
"""
|
23503
|
+
return pulumi.get(self, "kms_key_id")
|
23504
|
+
|
23505
|
+
@property
|
23506
|
+
@pulumi.getter(name="okvKmsKey")
|
23507
|
+
def okv_kms_key(self) -> str:
|
23508
|
+
"""
|
23509
|
+
UUID of OKV KMS Key
|
23510
|
+
"""
|
23511
|
+
return pulumi.get(self, "okv_kms_key")
|
23512
|
+
|
23513
|
+
@property
|
23514
|
+
@pulumi.getter(name="okvUri")
|
23515
|
+
def okv_uri(self) -> str:
|
23516
|
+
"""
|
23517
|
+
URI of OKV server
|
23518
|
+
"""
|
23519
|
+
return pulumi.get(self, "okv_uri")
|
23520
|
+
|
23521
|
+
@property
|
23522
|
+
@pulumi.getter(name="serviceEndpointUri")
|
23523
|
+
def service_endpoint_uri(self) -> str:
|
23524
|
+
"""
|
23525
|
+
AWS key service endpoint URI
|
23526
|
+
"""
|
23527
|
+
return pulumi.get(self, "service_endpoint_uri")
|
23528
|
+
|
23529
|
+
@property
|
23530
|
+
@pulumi.getter(name="vaultId")
|
23531
|
+
def vault_id(self) -> str:
|
23532
|
+
"""
|
23533
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts).
|
23534
|
+
"""
|
23535
|
+
return pulumi.get(self, "vault_id")
|
23536
|
+
|
23537
|
+
@property
|
23538
|
+
@pulumi.getter(name="vaultUri")
|
23539
|
+
def vault_uri(self) -> str:
|
23540
|
+
"""
|
23541
|
+
Azure vault URI
|
23542
|
+
"""
|
23543
|
+
return pulumi.get(self, "vault_uri")
|
23544
|
+
|
23545
|
+
|
21963
23546
|
@pulumi.output_type
|
21964
23547
|
class GetAutonomousDatabasesClonesAutonomousDatabaseKeyHistoryEntryResult(dict):
|
21965
23548
|
def __init__(__self__, *,
|