aws-cdk-lib 2.216.0__py3-none-any.whl → 2.218.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of aws-cdk-lib might be problematic. Click here for more details.

Files changed (151) hide show
  1. aws_cdk/__init__.py +60 -28
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.216.0.jsii.tgz → aws-cdk-lib@2.218.0.jsii.tgz} +0 -0
  4. aws_cdk/aws_acmpca/__init__.py +1 -1
  5. aws_cdk/aws_amazonmq/__init__.py +87 -0
  6. aws_cdk/aws_amplify/__init__.py +8 -8
  7. aws_cdk/aws_apigateway/__init__.py +229 -6
  8. aws_cdk/aws_apigatewayv2/__init__.py +60 -2
  9. aws_cdk/aws_appconfig/__init__.py +145 -0
  10. aws_cdk/aws_appflow/__init__.py +116 -0
  11. aws_cdk/aws_appintegrations/__init__.py +116 -0
  12. aws_cdk/aws_appmesh/__init__.py +12 -12
  13. aws_cdk/aws_appstream/__init__.py +101 -4
  14. aws_cdk/aws_appsync/__init__.py +61 -3
  15. aws_cdk/aws_apptest/__init__.py +58 -0
  16. aws_cdk/aws_aps/__init__.py +459 -0
  17. aws_cdk/aws_athena/__init__.py +58 -0
  18. aws_cdk/aws_auditmanager/__init__.py +58 -0
  19. aws_cdk/aws_backup/__init__.py +145 -0
  20. aws_cdk/aws_batch/__init__.py +64 -2
  21. aws_cdk/aws_bedrock/__init__.py +277 -0
  22. aws_cdk/aws_bedrockagentcore/__init__.py +3178 -0
  23. aws_cdk/aws_cassandra/__init__.py +29 -0
  24. aws_cdk/aws_certificatemanager/__init__.py +38 -10
  25. aws_cdk/aws_cleanrooms/__init__.py +163 -0
  26. aws_cdk/aws_cloudformation/__init__.py +14 -14
  27. aws_cdk/aws_cloudfront/__init__.py +69 -8
  28. aws_cdk/aws_cloudfront_origins/__init__.py +87 -7
  29. aws_cdk/aws_cloudtrail/__init__.py +58 -0
  30. aws_cdk/aws_cloudwatch/__init__.py +145 -0
  31. aws_cdk/aws_codebuild/__init__.py +115 -12
  32. aws_cdk/aws_codedeploy/__init__.py +29 -0
  33. aws_cdk/aws_codeguruprofiler/__init__.py +58 -0
  34. aws_cdk/aws_codepipeline/__init__.py +29 -0
  35. aws_cdk/aws_cognito/__init__.py +89 -2
  36. aws_cdk/aws_config/__init__.py +58 -0
  37. aws_cdk/aws_connect/__init__.py +138 -10
  38. aws_cdk/aws_cur/__init__.py +86 -3
  39. aws_cdk/aws_customerprofiles/__init__.py +58 -0
  40. aws_cdk/aws_datapipeline/__init__.py +29 -0
  41. aws_cdk/aws_datasync/__init__.py +351 -0
  42. aws_cdk/aws_datazone/__init__.py +733 -2
  43. aws_cdk/aws_directoryservice/__init__.py +29 -0
  44. aws_cdk/aws_dms/__init__.py +58 -0
  45. aws_cdk/aws_docdb/__init__.py +153 -25
  46. aws_cdk/aws_dsql/__init__.py +29 -0
  47. aws_cdk/aws_dynamodb/__init__.py +181 -0
  48. aws_cdk/aws_ec2/__init__.py +2031 -10
  49. aws_cdk/aws_ecr/__init__.py +116 -0
  50. aws_cdk/aws_ecs/__init__.py +142 -12
  51. aws_cdk/aws_efs/__init__.py +116 -0
  52. aws_cdk/aws_eks/__init__.py +118 -0
  53. aws_cdk/aws_elasticache/__init__.py +261 -0
  54. aws_cdk/aws_elasticbeanstalk/__init__.py +29 -0
  55. aws_cdk/aws_elasticloadbalancingv2/__init__.py +48 -0
  56. aws_cdk/aws_elasticsearch/__init__.py +2 -2
  57. aws_cdk/aws_emr/__init__.py +87 -0
  58. aws_cdk/aws_emrcontainers/__init__.py +58 -0
  59. aws_cdk/aws_emrserverless/__init__.py +58 -0
  60. aws_cdk/aws_entityresolution/__init__.py +145 -0
  61. aws_cdk/aws_events/__init__.py +290 -0
  62. aws_cdk/aws_evs/__init__.py +58 -4
  63. aws_cdk/aws_finspace/__init__.py +58 -0
  64. aws_cdk/aws_gamelift/__init__.py +507 -56
  65. aws_cdk/aws_glue/__init__.py +145 -0
  66. aws_cdk/aws_greengrass/__init__.py +464 -0
  67. aws_cdk/aws_groundstation/__init__.py +87 -0
  68. aws_cdk/aws_guardduty/__init__.py +87 -0
  69. aws_cdk/aws_healthimaging/__init__.py +58 -0
  70. aws_cdk/aws_healthlake/__init__.py +29 -0
  71. aws_cdk/aws_iam/__init__.py +1 -1
  72. aws_cdk/aws_internetmonitor/__init__.py +58 -0
  73. aws_cdk/aws_iot/__init__.py +957 -0
  74. aws_cdk/aws_iotanalytics/__init__.py +116 -0
  75. aws_cdk/aws_iotcoredeviceadvisor/__init__.py +93 -38
  76. aws_cdk/aws_iotevents/__init__.py +87 -0
  77. aws_cdk/aws_iotfleethub/__init__.py +58 -0
  78. aws_cdk/aws_iotfleetwise/__init__.py +116 -0
  79. aws_cdk/aws_iotsitewise/__init__.py +568 -111
  80. aws_cdk/aws_iottwinmaker/__init__.py +145 -0
  81. aws_cdk/aws_iotwireless/__init__.py +464 -0
  82. aws_cdk/aws_kendra/__init__.py +116 -0
  83. aws_cdk/aws_kinesis/__init__.py +58 -0
  84. aws_cdk/aws_kinesisanalytics/__init__.py +31 -0
  85. aws_cdk/aws_kinesisanalyticsv2/__init__.py +29 -0
  86. aws_cdk/aws_kinesisfirehose/__init__.py +58 -0
  87. aws_cdk/aws_kinesisvideo/__init__.py +29 -0
  88. aws_cdk/aws_kms/__init__.py +68 -2
  89. aws_cdk/aws_lambda/__init__.py +104 -0
  90. aws_cdk/aws_lex/__init__.py +29 -0
  91. aws_cdk/aws_location/__init__.py +348 -0
  92. aws_cdk/aws_logs/__init__.py +232 -0
  93. aws_cdk/aws_lookoutequipment/__init__.py +29 -0
  94. aws_cdk/aws_lookoutvision/__init__.py +58 -0
  95. aws_cdk/aws_managedblockchain/__init__.py +145 -0
  96. aws_cdk/aws_medialive/__init__.py +562 -0
  97. aws_cdk/aws_mediapackage/__init__.py +2 -2
  98. aws_cdk/aws_mediatailor/__init__.py +174 -0
  99. aws_cdk/aws_memorydb/__init__.py +203 -0
  100. aws_cdk/aws_mwaa/__init__.py +58 -0
  101. aws_cdk/aws_networkfirewall/__init__.py +10 -10
  102. aws_cdk/aws_networkmanager/__init__.py +92 -0
  103. aws_cdk/aws_nimblestudio/__init__.py +29 -0
  104. aws_cdk/aws_odb/__init__.py +2082 -195
  105. aws_cdk/aws_omics/__init__.py +1520 -103
  106. aws_cdk/aws_opensearchserverless/__init__.py +222 -21
  107. aws_cdk/aws_opensearchservice/__init__.py +5 -4
  108. aws_cdk/aws_opsworks/__init__.py +29 -0
  109. aws_cdk/aws_opsworkscm/__init__.py +29 -0
  110. aws_cdk/aws_organizations/__init__.py +116 -0
  111. aws_cdk/aws_panorama/__init__.py +116 -0
  112. aws_cdk/aws_pcs/__init__.py +9 -9
  113. aws_cdk/aws_pinpoint/__init__.py +116 -0
  114. aws_cdk/aws_qbusiness/__init__.py +232 -0
  115. aws_cdk/aws_qldb/__init__.py +29 -0
  116. aws_cdk/aws_quicksight/__init__.py +295 -3
  117. aws_cdk/aws_rds/__init__.py +402 -58
  118. aws_cdk/aws_redshift/__init__.py +29 -0
  119. aws_cdk/aws_rekognition/__init__.py +87 -0
  120. aws_cdk/aws_resourcegroups/__init__.py +58 -0
  121. aws_cdk/aws_rolesanywhere/__init__.py +145 -0
  122. aws_cdk/aws_route53recoveryreadiness/__init__.py +58 -0
  123. aws_cdk/aws_route53resolver/__init__.py +29 -0
  124. aws_cdk/aws_s3/__init__.py +116 -0
  125. aws_cdk/aws_s3express/__init__.py +116 -0
  126. aws_cdk/aws_sagemaker/__init__.py +715 -1
  127. aws_cdk/aws_scheduler/__init__.py +29 -0
  128. aws_cdk/aws_secretsmanager/__init__.py +29 -0
  129. aws_cdk/aws_servicecatalog/__init__.py +191 -154
  130. aws_cdk/aws_servicecatalogappregistry/__init__.py +116 -0
  131. aws_cdk/aws_servicediscovery/__init__.py +58 -0
  132. aws_cdk/aws_ses/__init__.py +261 -0
  133. aws_cdk/aws_simspaceweaver/__init__.py +29 -0
  134. aws_cdk/aws_smsvoice/__init__.py +5218 -0
  135. aws_cdk/aws_ssm/__init__.py +87 -0
  136. aws_cdk/aws_synthetics/__init__.py +29 -0
  137. aws_cdk/aws_timestream/__init__.py +87 -0
  138. aws_cdk/aws_transfer/__init__.py +274 -12
  139. aws_cdk/aws_verifiedpermissions/__init__.py +59 -1
  140. aws_cdk/aws_voiceid/__init__.py +29 -0
  141. aws_cdk/aws_wisdom/__init__.py +232 -0
  142. aws_cdk/aws_workspaces/__init__.py +58 -0
  143. aws_cdk/aws_workspacesinstances/__init__.py +670 -2
  144. aws_cdk/aws_workspacesthinclient/__init__.py +58 -0
  145. aws_cdk/pipelines/__init__.py +5 -1
  146. {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/METADATA +1 -1
  147. {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/RECORD +151 -149
  148. {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/LICENSE +0 -0
  149. {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/NOTICE +0 -0
  150. {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/WHEEL +0 -0
  151. {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/top_level.txt +0 -0
@@ -423,6 +423,7 @@ class CfnCloudAutonomousVmClusterProps:
423
423
  "customer_contacts_to_send_to_oci": "customerContactsToSendToOci",
424
424
  "database_server_type": "databaseServerType",
425
425
  "display_name": "displayName",
426
+ "maintenance_window": "maintenanceWindow",
426
427
  "shape": "shape",
427
428
  "storage_count": "storageCount",
428
429
  "storage_server_type": "storageServerType",
@@ -439,6 +440,7 @@ class CfnCloudExadataInfrastructureProps:
439
440
  customer_contacts_to_send_to_oci: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnCloudExadataInfrastructure.CustomerContactProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
440
441
  database_server_type: typing.Optional[builtins.str] = None,
441
442
  display_name: typing.Optional[builtins.str] = None,
443
+ maintenance_window: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnCloudExadataInfrastructure.MaintenanceWindowProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
442
444
  shape: typing.Optional[builtins.str] = None,
443
445
  storage_count: typing.Optional[jsii.Number] = None,
444
446
  storage_server_type: typing.Optional[builtins.str] = None,
@@ -452,6 +454,7 @@ class CfnCloudExadataInfrastructureProps:
452
454
  :param customer_contacts_to_send_to_oci: The email addresses of contacts to receive notification from Oracle about maintenance updates for the Exadata infrastructure.
453
455
  :param database_server_type: The database server model type of the Exadata infrastructure. For the list of valid model names, use the ``ListDbSystemShapes`` operation.
454
456
  :param display_name: The user-friendly name for the Exadata infrastructure. Required when creating an Exadata infrastructure.
457
+ :param maintenance_window: The scheduling details for the maintenance window. Patching and system updates take place during the maintenance window.
455
458
  :param shape: The model name of the Exadata infrastructure. Required when creating an Exadata infrastructure.
456
459
  :param storage_count: The number of storage servers that are activated for the Exadata infrastructure. Required when creating an Exadata infrastructure.
457
460
  :param storage_server_type: The storage server model type of the Exadata infrastructure. For the list of valid model names, use the ``ListDbSystemShapes`` operation.
@@ -475,6 +478,17 @@ class CfnCloudExadataInfrastructureProps:
475
478
  )],
476
479
  database_server_type="databaseServerType",
477
480
  display_name="displayName",
481
+ maintenance_window=odb.CfnCloudExadataInfrastructure.MaintenanceWindowProperty(
482
+ custom_action_timeout_in_mins=123,
483
+ days_of_week=["daysOfWeek"],
484
+ hours_of_day=[123],
485
+ is_custom_action_timeout_enabled=False,
486
+ lead_time_in_weeks=123,
487
+ months=["months"],
488
+ patching_mode="patchingMode",
489
+ preference="preference",
490
+ weeks_of_month=[123]
491
+ ),
478
492
  shape="shape",
479
493
  storage_count=123,
480
494
  storage_server_type="storageServerType",
@@ -492,6 +506,7 @@ class CfnCloudExadataInfrastructureProps:
492
506
  check_type(argname="argument customer_contacts_to_send_to_oci", value=customer_contacts_to_send_to_oci, expected_type=type_hints["customer_contacts_to_send_to_oci"])
493
507
  check_type(argname="argument database_server_type", value=database_server_type, expected_type=type_hints["database_server_type"])
494
508
  check_type(argname="argument display_name", value=display_name, expected_type=type_hints["display_name"])
509
+ check_type(argname="argument maintenance_window", value=maintenance_window, expected_type=type_hints["maintenance_window"])
495
510
  check_type(argname="argument shape", value=shape, expected_type=type_hints["shape"])
496
511
  check_type(argname="argument storage_count", value=storage_count, expected_type=type_hints["storage_count"])
497
512
  check_type(argname="argument storage_server_type", value=storage_server_type, expected_type=type_hints["storage_server_type"])
@@ -509,6 +524,8 @@ class CfnCloudExadataInfrastructureProps:
509
524
  self._values["database_server_type"] = database_server_type
510
525
  if display_name is not None:
511
526
  self._values["display_name"] = display_name
527
+ if maintenance_window is not None:
528
+ self._values["maintenance_window"] = maintenance_window
512
529
  if shape is not None:
513
530
  self._values["shape"] = shape
514
531
  if storage_count is not None:
@@ -584,6 +601,19 @@ class CfnCloudExadataInfrastructureProps:
584
601
  result = self._values.get("display_name")
585
602
  return typing.cast(typing.Optional[builtins.str], result)
586
603
 
604
+ @builtins.property
605
+ def maintenance_window(
606
+ self,
607
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnCloudExadataInfrastructure.MaintenanceWindowProperty"]]:
608
+ '''The scheduling details for the maintenance window.
609
+
610
+ Patching and system updates take place during the maintenance window.
611
+
612
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudexadatainfrastructure.html#cfn-odb-cloudexadatainfrastructure-maintenancewindow
613
+ '''
614
+ result = self._values.get("maintenance_window")
615
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnCloudExadataInfrastructure.MaintenanceWindowProperty"]], result)
616
+
587
617
  @builtins.property
588
618
  def shape(self) -> typing.Optional[builtins.str]:
589
619
  '''The model name of the Exadata infrastructure.
@@ -647,6 +677,7 @@ class CfnCloudExadataInfrastructureProps:
647
677
  "cpu_core_count": "cpuCoreCount",
648
678
  "data_collection_options": "dataCollectionOptions",
649
679
  "data_storage_size_in_t_bs": "dataStorageSizeInTBs",
680
+ "db_nodes": "dbNodes",
650
681
  "db_node_storage_size_in_g_bs": "dbNodeStorageSizeInGBs",
651
682
  "db_servers": "dbServers",
652
683
  "display_name": "displayName",
@@ -673,6 +704,7 @@ class CfnCloudVmClusterProps:
673
704
  cpu_core_count: typing.Optional[jsii.Number] = None,
674
705
  data_collection_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnCloudVmCluster.DataCollectionOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
675
706
  data_storage_size_in_t_bs: typing.Optional[jsii.Number] = None,
707
+ db_nodes: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnCloudVmCluster.DbNodeProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
676
708
  db_node_storage_size_in_g_bs: typing.Optional[jsii.Number] = None,
677
709
  db_servers: typing.Optional[typing.Sequence[builtins.str]] = None,
678
710
  display_name: typing.Optional[builtins.str] = None,
@@ -696,6 +728,7 @@ class CfnCloudVmClusterProps:
696
728
  :param cpu_core_count: The number of CPU cores enabled on the VM cluster. Required when creating a VM cluster.
697
729
  :param data_collection_options: The set of diagnostic collection options enabled for the VM cluster.
698
730
  :param data_storage_size_in_t_bs: The size of the data disk group, in terabytes (TB), that's allocated for the VM cluster.
731
+ :param db_nodes: The DB nodes that are implicitly created and managed as part of this VM Cluster.
699
732
  :param db_node_storage_size_in_g_bs: The amount of local node storage, in gigabytes (GB), that's allocated for the VM cluster.
700
733
  :param db_servers: The list of database servers for the VM cluster.
701
734
  :param display_name: The user-friendly name for the VM cluster. Required when creating a VM cluster.
@@ -731,6 +764,29 @@ class CfnCloudVmClusterProps:
731
764
  is_incident_logs_enabled=False
732
765
  ),
733
766
  data_storage_size_in_tBs=123,
767
+ db_nodes=[odb.CfnCloudVmCluster.DbNodeProperty(
768
+ db_server_id="dbServerId",
769
+
770
+ # the properties below are optional
771
+ backup_ip_id="backupIpId",
772
+ backup_vnic2_id="backupVnic2Id",
773
+ cpu_core_count=123,
774
+ db_node_arn="dbNodeArn",
775
+ db_node_id="dbNodeId",
776
+ db_node_storage_size_in_gBs=123,
777
+ db_system_id="dbSystemId",
778
+ host_ip_id="hostIpId",
779
+ hostname="hostname",
780
+ memory_size_in_gBs=123,
781
+ ocid="ocid",
782
+ status="status",
783
+ tags=[CfnTag(
784
+ key="key",
785
+ value="value"
786
+ )],
787
+ vnic2_id="vnic2Id",
788
+ vnic_id="vnicId"
789
+ )],
734
790
  db_node_storage_size_in_gBs=123,
735
791
  db_servers=["dbServers"],
736
792
  display_name="displayName",
@@ -758,6 +814,7 @@ class CfnCloudVmClusterProps:
758
814
  check_type(argname="argument cpu_core_count", value=cpu_core_count, expected_type=type_hints["cpu_core_count"])
759
815
  check_type(argname="argument data_collection_options", value=data_collection_options, expected_type=type_hints["data_collection_options"])
760
816
  check_type(argname="argument data_storage_size_in_t_bs", value=data_storage_size_in_t_bs, expected_type=type_hints["data_storage_size_in_t_bs"])
817
+ check_type(argname="argument db_nodes", value=db_nodes, expected_type=type_hints["db_nodes"])
761
818
  check_type(argname="argument db_node_storage_size_in_g_bs", value=db_node_storage_size_in_g_bs, expected_type=type_hints["db_node_storage_size_in_g_bs"])
762
819
  check_type(argname="argument db_servers", value=db_servers, expected_type=type_hints["db_servers"])
763
820
  check_type(argname="argument display_name", value=display_name, expected_type=type_hints["display_name"])
@@ -784,6 +841,8 @@ class CfnCloudVmClusterProps:
784
841
  self._values["data_collection_options"] = data_collection_options
785
842
  if data_storage_size_in_t_bs is not None:
786
843
  self._values["data_storage_size_in_t_bs"] = data_storage_size_in_t_bs
844
+ if db_nodes is not None:
845
+ self._values["db_nodes"] = db_nodes
787
846
  if db_node_storage_size_in_g_bs is not None:
788
847
  self._values["db_node_storage_size_in_g_bs"] = db_node_storage_size_in_g_bs
789
848
  if db_servers is not None:
@@ -866,6 +925,17 @@ class CfnCloudVmClusterProps:
866
925
  result = self._values.get("data_storage_size_in_t_bs")
867
926
  return typing.cast(typing.Optional[jsii.Number], result)
868
927
 
928
+ @builtins.property
929
+ def db_nodes(
930
+ self,
931
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnCloudVmCluster.DbNodeProperty"]]]]:
932
+ '''The DB nodes that are implicitly created and managed as part of this VM Cluster.
933
+
934
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudvmcluster.html#cfn-odb-cloudvmcluster-dbnodes
935
+ '''
936
+ result = self._values.get("db_nodes")
937
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnCloudVmCluster.DbNodeProperty"]]]], result)
938
+
869
939
  @builtins.property
870
940
  def db_node_storage_size_in_g_bs(self) -> typing.Optional[jsii.Number]:
871
941
  '''The amount of local node storage, in gigabytes (GB), that's allocated for the VM cluster.
@@ -1039,10 +1109,14 @@ class CfnCloudVmClusterProps:
1039
1109
  "availability_zone_id": "availabilityZoneId",
1040
1110
  "backup_subnet_cidr": "backupSubnetCidr",
1041
1111
  "client_subnet_cidr": "clientSubnetCidr",
1112
+ "custom_domain_name": "customDomainName",
1042
1113
  "default_dns_prefix": "defaultDnsPrefix",
1043
1114
  "delete_associated_resources": "deleteAssociatedResources",
1044
1115
  "display_name": "displayName",
1116
+ "s3_access": "s3Access",
1117
+ "s3_policy_document": "s3PolicyDocument",
1045
1118
  "tags": "tags",
1119
+ "zero_etl_access": "zeroEtlAccess",
1046
1120
  },
1047
1121
  )
1048
1122
  class CfnOdbNetworkProps:
@@ -1053,10 +1127,14 @@ class CfnOdbNetworkProps:
1053
1127
  availability_zone_id: typing.Optional[builtins.str] = None,
1054
1128
  backup_subnet_cidr: typing.Optional[builtins.str] = None,
1055
1129
  client_subnet_cidr: typing.Optional[builtins.str] = None,
1130
+ custom_domain_name: typing.Optional[builtins.str] = None,
1056
1131
  default_dns_prefix: typing.Optional[builtins.str] = None,
1057
1132
  delete_associated_resources: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
1058
1133
  display_name: typing.Optional[builtins.str] = None,
1134
+ s3_access: typing.Optional[builtins.str] = None,
1135
+ s3_policy_document: typing.Optional[builtins.str] = None,
1059
1136
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
1137
+ zero_etl_access: typing.Optional[builtins.str] = None,
1060
1138
  ) -> None:
1061
1139
  '''Properties for defining a ``CfnOdbNetwork``.
1062
1140
 
@@ -1064,10 +1142,14 @@ class CfnOdbNetworkProps:
1064
1142
  :param availability_zone_id: The AZ ID of the AZ where the ODB network is located. Required when creating an ODB network. Specify either AvailabilityZone or AvailabilityZoneId to define the location of the network.
1065
1143
  :param backup_subnet_cidr: The CIDR range of the backup subnet in the ODB network.
1066
1144
  :param client_subnet_cidr: The CIDR range of the client subnet in the ODB network. Required when creating an ODB network.
1145
+ :param custom_domain_name: The domain name for the resources in the ODB network.
1067
1146
  :param default_dns_prefix: The DNS prefix to the default DNS domain name. The default DNS domain name is oraclevcn.com.
1068
1147
  :param delete_associated_resources: Specifies whether to delete associated OCI networking resources along with the ODB network. Required when creating an ODB network.
1069
1148
  :param display_name: The user-friendly name of the ODB network. Required when creating an ODB network.
1149
+ :param s3_access: The configuration for Amazon S3 access from the ODB network.
1150
+ :param s3_policy_document: Specifies the endpoint policy for Amazon S3 access from the ODB network.
1070
1151
  :param tags: Tags to assign to the Odb Network.
1152
+ :param zero_etl_access: The configuration for Zero-ETL access from the ODB network.
1071
1153
 
1072
1154
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbnetwork.html
1073
1155
  :exampleMetadata: fixture=_generated
@@ -1083,13 +1165,17 @@ class CfnOdbNetworkProps:
1083
1165
  availability_zone_id="availabilityZoneId",
1084
1166
  backup_subnet_cidr="backupSubnetCidr",
1085
1167
  client_subnet_cidr="clientSubnetCidr",
1168
+ custom_domain_name="customDomainName",
1086
1169
  default_dns_prefix="defaultDnsPrefix",
1087
1170
  delete_associated_resources=False,
1088
1171
  display_name="displayName",
1172
+ s3_access="s3Access",
1173
+ s3_policy_document="s3PolicyDocument",
1089
1174
  tags=[CfnTag(
1090
1175
  key="key",
1091
1176
  value="value"
1092
- )]
1177
+ )],
1178
+ zero_etl_access="zeroEtlAccess"
1093
1179
  )
1094
1180
  '''
1095
1181
  if __debug__:
@@ -1098,10 +1184,14 @@ class CfnOdbNetworkProps:
1098
1184
  check_type(argname="argument availability_zone_id", value=availability_zone_id, expected_type=type_hints["availability_zone_id"])
1099
1185
  check_type(argname="argument backup_subnet_cidr", value=backup_subnet_cidr, expected_type=type_hints["backup_subnet_cidr"])
1100
1186
  check_type(argname="argument client_subnet_cidr", value=client_subnet_cidr, expected_type=type_hints["client_subnet_cidr"])
1187
+ check_type(argname="argument custom_domain_name", value=custom_domain_name, expected_type=type_hints["custom_domain_name"])
1101
1188
  check_type(argname="argument default_dns_prefix", value=default_dns_prefix, expected_type=type_hints["default_dns_prefix"])
1102
1189
  check_type(argname="argument delete_associated_resources", value=delete_associated_resources, expected_type=type_hints["delete_associated_resources"])
1103
1190
  check_type(argname="argument display_name", value=display_name, expected_type=type_hints["display_name"])
1191
+ check_type(argname="argument s3_access", value=s3_access, expected_type=type_hints["s3_access"])
1192
+ check_type(argname="argument s3_policy_document", value=s3_policy_document, expected_type=type_hints["s3_policy_document"])
1104
1193
  check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
1194
+ check_type(argname="argument zero_etl_access", value=zero_etl_access, expected_type=type_hints["zero_etl_access"])
1105
1195
  self._values: typing.Dict[builtins.str, typing.Any] = {}
1106
1196
  if availability_zone is not None:
1107
1197
  self._values["availability_zone"] = availability_zone
@@ -1111,14 +1201,22 @@ class CfnOdbNetworkProps:
1111
1201
  self._values["backup_subnet_cidr"] = backup_subnet_cidr
1112
1202
  if client_subnet_cidr is not None:
1113
1203
  self._values["client_subnet_cidr"] = client_subnet_cidr
1204
+ if custom_domain_name is not None:
1205
+ self._values["custom_domain_name"] = custom_domain_name
1114
1206
  if default_dns_prefix is not None:
1115
1207
  self._values["default_dns_prefix"] = default_dns_prefix
1116
1208
  if delete_associated_resources is not None:
1117
1209
  self._values["delete_associated_resources"] = delete_associated_resources
1118
1210
  if display_name is not None:
1119
1211
  self._values["display_name"] = display_name
1212
+ if s3_access is not None:
1213
+ self._values["s3_access"] = s3_access
1214
+ if s3_policy_document is not None:
1215
+ self._values["s3_policy_document"] = s3_policy_document
1120
1216
  if tags is not None:
1121
1217
  self._values["tags"] = tags
1218
+ if zero_etl_access is not None:
1219
+ self._values["zero_etl_access"] = zero_etl_access
1122
1220
 
1123
1221
  @builtins.property
1124
1222
  def availability_zone(self) -> typing.Optional[builtins.str]:
@@ -1162,6 +1260,15 @@ class CfnOdbNetworkProps:
1162
1260
  result = self._values.get("client_subnet_cidr")
1163
1261
  return typing.cast(typing.Optional[builtins.str], result)
1164
1262
 
1263
+ @builtins.property
1264
+ def custom_domain_name(self) -> typing.Optional[builtins.str]:
1265
+ '''The domain name for the resources in the ODB network.
1266
+
1267
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbnetwork.html#cfn-odb-odbnetwork-customdomainname
1268
+ '''
1269
+ result = self._values.get("custom_domain_name")
1270
+ return typing.cast(typing.Optional[builtins.str], result)
1271
+
1165
1272
  @builtins.property
1166
1273
  def default_dns_prefix(self) -> typing.Optional[builtins.str]:
1167
1274
  '''The DNS prefix to the default DNS domain name.
@@ -1197,6 +1304,24 @@ class CfnOdbNetworkProps:
1197
1304
  result = self._values.get("display_name")
1198
1305
  return typing.cast(typing.Optional[builtins.str], result)
1199
1306
 
1307
+ @builtins.property
1308
+ def s3_access(self) -> typing.Optional[builtins.str]:
1309
+ '''The configuration for Amazon S3 access from the ODB network.
1310
+
1311
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbnetwork.html#cfn-odb-odbnetwork-s3access
1312
+ '''
1313
+ result = self._values.get("s3_access")
1314
+ return typing.cast(typing.Optional[builtins.str], result)
1315
+
1316
+ @builtins.property
1317
+ def s3_policy_document(self) -> typing.Optional[builtins.str]:
1318
+ '''Specifies the endpoint policy for Amazon S3 access from the ODB network.
1319
+
1320
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbnetwork.html#cfn-odb-odbnetwork-s3policydocument
1321
+ '''
1322
+ result = self._values.get("s3_policy_document")
1323
+ return typing.cast(typing.Optional[builtins.str], result)
1324
+
1200
1325
  @builtins.property
1201
1326
  def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
1202
1327
  '''Tags to assign to the Odb Network.
@@ -1206,6 +1331,15 @@ class CfnOdbNetworkProps:
1206
1331
  result = self._values.get("tags")
1207
1332
  return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], result)
1208
1333
 
1334
+ @builtins.property
1335
+ def zero_etl_access(self) -> typing.Optional[builtins.str]:
1336
+ '''The configuration for Zero-ETL access from the ODB network.
1337
+
1338
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbnetwork.html#cfn-odb-odbnetwork-zeroetlaccess
1339
+ '''
1340
+ result = self._values.get("zero_etl_access")
1341
+ return typing.cast(typing.Optional[builtins.str], result)
1342
+
1209
1343
  def __eq__(self, rhs: typing.Any) -> builtins.bool:
1210
1344
  return isinstance(rhs, self.__class__) and rhs._values == self._values
1211
1345
 
@@ -1218,6 +1352,115 @@ class CfnOdbNetworkProps:
1218
1352
  )
1219
1353
 
1220
1354
 
1355
+ @jsii.data_type(
1356
+ jsii_type="aws-cdk-lib.aws_odb.CfnOdbPeeringConnectionProps",
1357
+ jsii_struct_bases=[],
1358
+ name_mapping={
1359
+ "display_name": "displayName",
1360
+ "odb_network_id": "odbNetworkId",
1361
+ "peer_network_id": "peerNetworkId",
1362
+ "tags": "tags",
1363
+ },
1364
+ )
1365
+ class CfnOdbPeeringConnectionProps:
1366
+ def __init__(
1367
+ self,
1368
+ *,
1369
+ display_name: typing.Optional[builtins.str] = None,
1370
+ odb_network_id: typing.Optional[builtins.str] = None,
1371
+ peer_network_id: typing.Optional[builtins.str] = None,
1372
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
1373
+ ) -> None:
1374
+ '''Properties for defining a ``CfnOdbPeeringConnection``.
1375
+
1376
+ :param display_name: The display name of the ODB peering connection.
1377
+ :param odb_network_id: The unique identifier of the ODB network.
1378
+ :param peer_network_id: The unique identifier of the peer network.
1379
+ :param tags: Tags to assign to the Odb peering connection.
1380
+
1381
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbpeeringconnection.html
1382
+ :exampleMetadata: fixture=_generated
1383
+
1384
+ Example::
1385
+
1386
+ # The code below shows an example of how to instantiate this type.
1387
+ # The values are placeholders you should change.
1388
+ from aws_cdk import aws_odb as odb
1389
+
1390
+ cfn_odb_peering_connection_props = odb.CfnOdbPeeringConnectionProps(
1391
+ display_name="displayName",
1392
+ odb_network_id="odbNetworkId",
1393
+ peer_network_id="peerNetworkId",
1394
+ tags=[CfnTag(
1395
+ key="key",
1396
+ value="value"
1397
+ )]
1398
+ )
1399
+ '''
1400
+ if __debug__:
1401
+ type_hints = typing.get_type_hints(_typecheckingstub__cb14f6a041f61647a57988c9818fe08cae77494cecfe8f526e6f77c42849303b)
1402
+ check_type(argname="argument display_name", value=display_name, expected_type=type_hints["display_name"])
1403
+ check_type(argname="argument odb_network_id", value=odb_network_id, expected_type=type_hints["odb_network_id"])
1404
+ check_type(argname="argument peer_network_id", value=peer_network_id, expected_type=type_hints["peer_network_id"])
1405
+ check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
1406
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
1407
+ if display_name is not None:
1408
+ self._values["display_name"] = display_name
1409
+ if odb_network_id is not None:
1410
+ self._values["odb_network_id"] = odb_network_id
1411
+ if peer_network_id is not None:
1412
+ self._values["peer_network_id"] = peer_network_id
1413
+ if tags is not None:
1414
+ self._values["tags"] = tags
1415
+
1416
+ @builtins.property
1417
+ def display_name(self) -> typing.Optional[builtins.str]:
1418
+ '''The display name of the ODB peering connection.
1419
+
1420
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbpeeringconnection.html#cfn-odb-odbpeeringconnection-displayname
1421
+ '''
1422
+ result = self._values.get("display_name")
1423
+ return typing.cast(typing.Optional[builtins.str], result)
1424
+
1425
+ @builtins.property
1426
+ def odb_network_id(self) -> typing.Optional[builtins.str]:
1427
+ '''The unique identifier of the ODB network.
1428
+
1429
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbpeeringconnection.html#cfn-odb-odbpeeringconnection-odbnetworkid
1430
+ '''
1431
+ result = self._values.get("odb_network_id")
1432
+ return typing.cast(typing.Optional[builtins.str], result)
1433
+
1434
+ @builtins.property
1435
+ def peer_network_id(self) -> typing.Optional[builtins.str]:
1436
+ '''The unique identifier of the peer network.
1437
+
1438
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbpeeringconnection.html#cfn-odb-odbpeeringconnection-peernetworkid
1439
+ '''
1440
+ result = self._values.get("peer_network_id")
1441
+ return typing.cast(typing.Optional[builtins.str], result)
1442
+
1443
+ @builtins.property
1444
+ def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
1445
+ '''Tags to assign to the Odb peering connection.
1446
+
1447
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbpeeringconnection.html#cfn-odb-odbpeeringconnection-tags
1448
+ '''
1449
+ result = self._values.get("tags")
1450
+ return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], result)
1451
+
1452
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
1453
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
1454
+
1455
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
1456
+ return not (rhs == self)
1457
+
1458
+ def __repr__(self) -> str:
1459
+ return "CfnOdbPeeringConnectionProps(%s)" % ", ".join(
1460
+ k + "=" + repr(v) for k, v in self._values.items()
1461
+ )
1462
+
1463
+
1221
1464
  @jsii.data_type(
1222
1465
  jsii_type="aws-cdk-lib.aws_odb.CloudAutonomousVmClusterReference",
1223
1466
  jsii_struct_bases=[],
@@ -1531,6 +1774,49 @@ class _IOdbNetworkRefProxy(
1531
1774
  typing.cast(typing.Any, IOdbNetworkRef).__jsii_proxy_class__ = lambda : _IOdbNetworkRefProxy
1532
1775
 
1533
1776
 
1777
+ @jsii.interface(jsii_type="aws-cdk-lib.aws_odb.IOdbPeeringConnectionRef")
1778
+ class IOdbPeeringConnectionRef(
1779
+ _constructs_77d1e7e8.IConstruct,
1780
+ typing_extensions.Protocol,
1781
+ ):
1782
+ '''(experimental) Indicates that this resource can be referenced as a OdbPeeringConnection.
1783
+
1784
+ :stability: experimental
1785
+ '''
1786
+
1787
+ @builtins.property
1788
+ @jsii.member(jsii_name="odbPeeringConnectionRef")
1789
+ def odb_peering_connection_ref(self) -> "OdbPeeringConnectionReference":
1790
+ '''(experimental) A reference to a OdbPeeringConnection resource.
1791
+
1792
+ :stability: experimental
1793
+ '''
1794
+ ...
1795
+
1796
+
1797
+ class _IOdbPeeringConnectionRefProxy(
1798
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
1799
+ ):
1800
+ '''(experimental) Indicates that this resource can be referenced as a OdbPeeringConnection.
1801
+
1802
+ :stability: experimental
1803
+ '''
1804
+
1805
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.aws_odb.IOdbPeeringConnectionRef"
1806
+
1807
+ @builtins.property
1808
+ @jsii.member(jsii_name="odbPeeringConnectionRef")
1809
+ def odb_peering_connection_ref(self) -> "OdbPeeringConnectionReference":
1810
+ '''(experimental) A reference to a OdbPeeringConnection resource.
1811
+
1812
+ :stability: experimental
1813
+ '''
1814
+ return typing.cast("OdbPeeringConnectionReference", jsii.get(self, "odbPeeringConnectionRef"))
1815
+
1816
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
1817
+ typing.cast(typing.Any, IOdbPeeringConnectionRef).__jsii_proxy_class__ = lambda : _IOdbPeeringConnectionRefProxy
1818
+
1819
+
1534
1820
  @jsii.data_type(
1535
1821
  jsii_type="aws-cdk-lib.aws_odb.OdbNetworkReference",
1536
1822
  jsii_struct_bases=[],
@@ -1580,6 +1866,55 @@ class OdbNetworkReference:
1580
1866
  )
1581
1867
 
1582
1868
 
1869
+ @jsii.data_type(
1870
+ jsii_type="aws-cdk-lib.aws_odb.OdbPeeringConnectionReference",
1871
+ jsii_struct_bases=[],
1872
+ name_mapping={"odb_peering_connection_arn": "odbPeeringConnectionArn"},
1873
+ )
1874
+ class OdbPeeringConnectionReference:
1875
+ def __init__(self, *, odb_peering_connection_arn: builtins.str) -> None:
1876
+ '''A reference to a OdbPeeringConnection resource.
1877
+
1878
+ :param odb_peering_connection_arn: The OdbPeeringConnectionArn of the OdbPeeringConnection resource.
1879
+
1880
+ :exampleMetadata: fixture=_generated
1881
+
1882
+ Example::
1883
+
1884
+ # The code below shows an example of how to instantiate this type.
1885
+ # The values are placeholders you should change.
1886
+ from aws_cdk import aws_odb as odb
1887
+
1888
+ odb_peering_connection_reference = odb.OdbPeeringConnectionReference(
1889
+ odb_peering_connection_arn="odbPeeringConnectionArn"
1890
+ )
1891
+ '''
1892
+ if __debug__:
1893
+ type_hints = typing.get_type_hints(_typecheckingstub__7e3a4b6ffc1638d5ec32639aad578b9bbc91b0bd40570c735ef585018043545a)
1894
+ check_type(argname="argument odb_peering_connection_arn", value=odb_peering_connection_arn, expected_type=type_hints["odb_peering_connection_arn"])
1895
+ self._values: typing.Dict[builtins.str, typing.Any] = {
1896
+ "odb_peering_connection_arn": odb_peering_connection_arn,
1897
+ }
1898
+
1899
+ @builtins.property
1900
+ def odb_peering_connection_arn(self) -> builtins.str:
1901
+ '''The OdbPeeringConnectionArn of the OdbPeeringConnection resource.'''
1902
+ result = self._values.get("odb_peering_connection_arn")
1903
+ assert result is not None, "Required property 'odb_peering_connection_arn' is missing"
1904
+ return typing.cast(builtins.str, result)
1905
+
1906
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
1907
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
1908
+
1909
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
1910
+ return not (rhs == self)
1911
+
1912
+ def __repr__(self) -> str:
1913
+ return "OdbPeeringConnectionReference(%s)" % ", ".join(
1914
+ k + "=" + repr(v) for k, v in self._values.items()
1915
+ )
1916
+
1917
+
1583
1918
  @jsii.implements(_IInspectable_c2943556, ICloudAutonomousVmClusterRef, _ITaggableV2_4e6798f8)
1584
1919
  class CfnCloudAutonomousVmCluster(
1585
1920
  _CfnResource_9df397a6,
@@ -2398,6 +2733,17 @@ class CfnCloudExadataInfrastructure(
2398
2733
  )],
2399
2734
  database_server_type="databaseServerType",
2400
2735
  display_name="displayName",
2736
+ maintenance_window=odb.CfnCloudExadataInfrastructure.MaintenanceWindowProperty(
2737
+ custom_action_timeout_in_mins=123,
2738
+ days_of_week=["daysOfWeek"],
2739
+ hours_of_day=[123],
2740
+ is_custom_action_timeout_enabled=False,
2741
+ lead_time_in_weeks=123,
2742
+ months=["months"],
2743
+ patching_mode="patchingMode",
2744
+ preference="preference",
2745
+ weeks_of_month=[123]
2746
+ ),
2401
2747
  shape="shape",
2402
2748
  storage_count=123,
2403
2749
  storage_server_type="storageServerType",
@@ -2419,6 +2765,7 @@ class CfnCloudExadataInfrastructure(
2419
2765
  customer_contacts_to_send_to_oci: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnCloudExadataInfrastructure.CustomerContactProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
2420
2766
  database_server_type: typing.Optional[builtins.str] = None,
2421
2767
  display_name: typing.Optional[builtins.str] = None,
2768
+ maintenance_window: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnCloudExadataInfrastructure.MaintenanceWindowProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
2422
2769
  shape: typing.Optional[builtins.str] = None,
2423
2770
  storage_count: typing.Optional[jsii.Number] = None,
2424
2771
  storage_server_type: typing.Optional[builtins.str] = None,
@@ -2433,6 +2780,7 @@ class CfnCloudExadataInfrastructure(
2433
2780
  :param customer_contacts_to_send_to_oci: The email addresses of contacts to receive notification from Oracle about maintenance updates for the Exadata infrastructure.
2434
2781
  :param database_server_type: The database server model type of the Exadata infrastructure. For the list of valid model names, use the ``ListDbSystemShapes`` operation.
2435
2782
  :param display_name: The user-friendly name for the Exadata infrastructure. Required when creating an Exadata infrastructure.
2783
+ :param maintenance_window: The scheduling details for the maintenance window. Patching and system updates take place during the maintenance window.
2436
2784
  :param shape: The model name of the Exadata infrastructure. Required when creating an Exadata infrastructure.
2437
2785
  :param storage_count: The number of storage servers that are activated for the Exadata infrastructure. Required when creating an Exadata infrastructure.
2438
2786
  :param storage_server_type: The storage server model type of the Exadata infrastructure. For the list of valid model names, use the ``ListDbSystemShapes`` operation.
@@ -2449,6 +2797,7 @@ class CfnCloudExadataInfrastructure(
2449
2797
  customer_contacts_to_send_to_oci=customer_contacts_to_send_to_oci,
2450
2798
  database_server_type=database_server_type,
2451
2799
  display_name=display_name,
2800
+ maintenance_window=maintenance_window,
2452
2801
  shape=shape,
2453
2802
  storage_count=storage_count,
2454
2803
  storage_server_type=storage_server_type,
@@ -2778,6 +3127,24 @@ class CfnCloudExadataInfrastructure(
2778
3127
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2779
3128
  jsii.set(self, "displayName", value) # pyright: ignore[reportArgumentType]
2780
3129
 
3130
+ @builtins.property
3131
+ @jsii.member(jsii_name="maintenanceWindow")
3132
+ def maintenance_window(
3133
+ self,
3134
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnCloudExadataInfrastructure.MaintenanceWindowProperty"]]:
3135
+ '''The scheduling details for the maintenance window.'''
3136
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnCloudExadataInfrastructure.MaintenanceWindowProperty"]], jsii.get(self, "maintenanceWindow"))
3137
+
3138
+ @maintenance_window.setter
3139
+ def maintenance_window(
3140
+ self,
3141
+ value: typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnCloudExadataInfrastructure.MaintenanceWindowProperty"]],
3142
+ ) -> None:
3143
+ if __debug__:
3144
+ type_hints = typing.get_type_hints(_typecheckingstub__1e3bb28409835469386431431fb04ff62da0b9c236f5e4e6de86eaab458aa03d)
3145
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
3146
+ jsii.set(self, "maintenanceWindow", value) # pyright: ignore[reportArgumentType]
3147
+
2781
3148
  @builtins.property
2782
3149
  @jsii.member(jsii_name="shape")
2783
3150
  def shape(self) -> typing.Optional[builtins.str]:
@@ -2881,20 +3248,213 @@ class CfnCloudExadataInfrastructure(
2881
3248
  k + "=" + repr(v) for k, v in self._values.items()
2882
3249
  )
2883
3250
 
3251
+ @jsii.data_type(
3252
+ jsii_type="aws-cdk-lib.aws_odb.CfnCloudExadataInfrastructure.MaintenanceWindowProperty",
3253
+ jsii_struct_bases=[],
3254
+ name_mapping={
3255
+ "custom_action_timeout_in_mins": "customActionTimeoutInMins",
3256
+ "days_of_week": "daysOfWeek",
3257
+ "hours_of_day": "hoursOfDay",
3258
+ "is_custom_action_timeout_enabled": "isCustomActionTimeoutEnabled",
3259
+ "lead_time_in_weeks": "leadTimeInWeeks",
3260
+ "months": "months",
3261
+ "patching_mode": "patchingMode",
3262
+ "preference": "preference",
3263
+ "weeks_of_month": "weeksOfMonth",
3264
+ },
3265
+ )
3266
+ class MaintenanceWindowProperty:
3267
+ def __init__(
3268
+ self,
3269
+ *,
3270
+ custom_action_timeout_in_mins: typing.Optional[jsii.Number] = None,
3271
+ days_of_week: typing.Optional[typing.Sequence[builtins.str]] = None,
3272
+ hours_of_day: typing.Optional[typing.Union[typing.Sequence[jsii.Number], _IResolvable_da3f097b]] = None,
3273
+ is_custom_action_timeout_enabled: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
3274
+ lead_time_in_weeks: typing.Optional[jsii.Number] = None,
3275
+ months: typing.Optional[typing.Sequence[builtins.str]] = None,
3276
+ patching_mode: typing.Optional[builtins.str] = None,
3277
+ preference: typing.Optional[builtins.str] = None,
3278
+ weeks_of_month: typing.Optional[typing.Union[typing.Sequence[jsii.Number], _IResolvable_da3f097b]] = None,
3279
+ ) -> None:
3280
+ '''The scheduling details for the maintenance window.
2884
3281
 
2885
- @jsii.implements(_IInspectable_c2943556, ICloudVmClusterRef, _ITaggableV2_4e6798f8)
2886
- class CfnCloudVmCluster(
2887
- _CfnResource_9df397a6,
2888
- metaclass=jsii.JSIIMeta,
2889
- jsii_type="aws-cdk-lib.aws_odb.CfnCloudVmCluster",
2890
- ):
2891
- '''The ``AWS::ODB::CloudVmCluster`` resource creates a VM cluster on the specified Exadata infrastructure in the Oracle Database.
2892
-
2893
- A VM cluster provides the compute resources for Oracle Database workloads.
2894
-
2895
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudvmcluster.html
2896
- :cloudformationResource: AWS::ODB::CloudVmCluster
2897
- :exampleMetadata: fixture=_generated
3282
+ Patching and system updates take place during the maintenance window.
3283
+
3284
+ :param custom_action_timeout_in_mins: The custom action timeout in minutes for the maintenance window.
3285
+ :param days_of_week: The days of the week when maintenance can be performed.
3286
+ :param hours_of_day: The hours of the day when maintenance can be performed.
3287
+ :param is_custom_action_timeout_enabled: Indicates whether custom action timeout is enabled for the maintenance window.
3288
+ :param lead_time_in_weeks: The lead time in weeks before the maintenance window.
3289
+ :param months: The months when maintenance can be performed.
3290
+ :param patching_mode: The patching mode for the maintenance window.
3291
+ :param preference: The preference for the maintenance window scheduling.
3292
+ :param weeks_of_month: The weeks of the month when maintenance can be performed.
3293
+
3294
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-cloudexadatainfrastructure-maintenancewindow.html
3295
+ :exampleMetadata: fixture=_generated
3296
+
3297
+ Example::
3298
+
3299
+ # The code below shows an example of how to instantiate this type.
3300
+ # The values are placeholders you should change.
3301
+ from aws_cdk import aws_odb as odb
3302
+
3303
+ maintenance_window_property = odb.CfnCloudExadataInfrastructure.MaintenanceWindowProperty(
3304
+ custom_action_timeout_in_mins=123,
3305
+ days_of_week=["daysOfWeek"],
3306
+ hours_of_day=[123],
3307
+ is_custom_action_timeout_enabled=False,
3308
+ lead_time_in_weeks=123,
3309
+ months=["months"],
3310
+ patching_mode="patchingMode",
3311
+ preference="preference",
3312
+ weeks_of_month=[123]
3313
+ )
3314
+ '''
3315
+ if __debug__:
3316
+ type_hints = typing.get_type_hints(_typecheckingstub__99303e5da5047eb80fd9260c2a8d18c444f4f01d29749076a86c0c0412db2caa)
3317
+ check_type(argname="argument custom_action_timeout_in_mins", value=custom_action_timeout_in_mins, expected_type=type_hints["custom_action_timeout_in_mins"])
3318
+ check_type(argname="argument days_of_week", value=days_of_week, expected_type=type_hints["days_of_week"])
3319
+ check_type(argname="argument hours_of_day", value=hours_of_day, expected_type=type_hints["hours_of_day"])
3320
+ check_type(argname="argument is_custom_action_timeout_enabled", value=is_custom_action_timeout_enabled, expected_type=type_hints["is_custom_action_timeout_enabled"])
3321
+ check_type(argname="argument lead_time_in_weeks", value=lead_time_in_weeks, expected_type=type_hints["lead_time_in_weeks"])
3322
+ check_type(argname="argument months", value=months, expected_type=type_hints["months"])
3323
+ check_type(argname="argument patching_mode", value=patching_mode, expected_type=type_hints["patching_mode"])
3324
+ check_type(argname="argument preference", value=preference, expected_type=type_hints["preference"])
3325
+ check_type(argname="argument weeks_of_month", value=weeks_of_month, expected_type=type_hints["weeks_of_month"])
3326
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
3327
+ if custom_action_timeout_in_mins is not None:
3328
+ self._values["custom_action_timeout_in_mins"] = custom_action_timeout_in_mins
3329
+ if days_of_week is not None:
3330
+ self._values["days_of_week"] = days_of_week
3331
+ if hours_of_day is not None:
3332
+ self._values["hours_of_day"] = hours_of_day
3333
+ if is_custom_action_timeout_enabled is not None:
3334
+ self._values["is_custom_action_timeout_enabled"] = is_custom_action_timeout_enabled
3335
+ if lead_time_in_weeks is not None:
3336
+ self._values["lead_time_in_weeks"] = lead_time_in_weeks
3337
+ if months is not None:
3338
+ self._values["months"] = months
3339
+ if patching_mode is not None:
3340
+ self._values["patching_mode"] = patching_mode
3341
+ if preference is not None:
3342
+ self._values["preference"] = preference
3343
+ if weeks_of_month is not None:
3344
+ self._values["weeks_of_month"] = weeks_of_month
3345
+
3346
+ @builtins.property
3347
+ def custom_action_timeout_in_mins(self) -> typing.Optional[jsii.Number]:
3348
+ '''The custom action timeout in minutes for the maintenance window.
3349
+
3350
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-cloudexadatainfrastructure-maintenancewindow.html#cfn-odb-cloudexadatainfrastructure-maintenancewindow-customactiontimeoutinmins
3351
+ '''
3352
+ result = self._values.get("custom_action_timeout_in_mins")
3353
+ return typing.cast(typing.Optional[jsii.Number], result)
3354
+
3355
+ @builtins.property
3356
+ def days_of_week(self) -> typing.Optional[typing.List[builtins.str]]:
3357
+ '''The days of the week when maintenance can be performed.
3358
+
3359
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-cloudexadatainfrastructure-maintenancewindow.html#cfn-odb-cloudexadatainfrastructure-maintenancewindow-daysofweek
3360
+ '''
3361
+ result = self._values.get("days_of_week")
3362
+ return typing.cast(typing.Optional[typing.List[builtins.str]], result)
3363
+
3364
+ @builtins.property
3365
+ def hours_of_day(
3366
+ self,
3367
+ ) -> typing.Optional[typing.Union[typing.List[jsii.Number], _IResolvable_da3f097b]]:
3368
+ '''The hours of the day when maintenance can be performed.
3369
+
3370
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-cloudexadatainfrastructure-maintenancewindow.html#cfn-odb-cloudexadatainfrastructure-maintenancewindow-hoursofday
3371
+ '''
3372
+ result = self._values.get("hours_of_day")
3373
+ return typing.cast(typing.Optional[typing.Union[typing.List[jsii.Number], _IResolvable_da3f097b]], result)
3374
+
3375
+ @builtins.property
3376
+ def is_custom_action_timeout_enabled(
3377
+ self,
3378
+ ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
3379
+ '''Indicates whether custom action timeout is enabled for the maintenance window.
3380
+
3381
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-cloudexadatainfrastructure-maintenancewindow.html#cfn-odb-cloudexadatainfrastructure-maintenancewindow-iscustomactiontimeoutenabled
3382
+ '''
3383
+ result = self._values.get("is_custom_action_timeout_enabled")
3384
+ return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], result)
3385
+
3386
+ @builtins.property
3387
+ def lead_time_in_weeks(self) -> typing.Optional[jsii.Number]:
3388
+ '''The lead time in weeks before the maintenance window.
3389
+
3390
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-cloudexadatainfrastructure-maintenancewindow.html#cfn-odb-cloudexadatainfrastructure-maintenancewindow-leadtimeinweeks
3391
+ '''
3392
+ result = self._values.get("lead_time_in_weeks")
3393
+ return typing.cast(typing.Optional[jsii.Number], result)
3394
+
3395
+ @builtins.property
3396
+ def months(self) -> typing.Optional[typing.List[builtins.str]]:
3397
+ '''The months when maintenance can be performed.
3398
+
3399
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-cloudexadatainfrastructure-maintenancewindow.html#cfn-odb-cloudexadatainfrastructure-maintenancewindow-months
3400
+ '''
3401
+ result = self._values.get("months")
3402
+ return typing.cast(typing.Optional[typing.List[builtins.str]], result)
3403
+
3404
+ @builtins.property
3405
+ def patching_mode(self) -> typing.Optional[builtins.str]:
3406
+ '''The patching mode for the maintenance window.
3407
+
3408
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-cloudexadatainfrastructure-maintenancewindow.html#cfn-odb-cloudexadatainfrastructure-maintenancewindow-patchingmode
3409
+ '''
3410
+ result = self._values.get("patching_mode")
3411
+ return typing.cast(typing.Optional[builtins.str], result)
3412
+
3413
+ @builtins.property
3414
+ def preference(self) -> typing.Optional[builtins.str]:
3415
+ '''The preference for the maintenance window scheduling.
3416
+
3417
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-cloudexadatainfrastructure-maintenancewindow.html#cfn-odb-cloudexadatainfrastructure-maintenancewindow-preference
3418
+ '''
3419
+ result = self._values.get("preference")
3420
+ return typing.cast(typing.Optional[builtins.str], result)
3421
+
3422
+ @builtins.property
3423
+ def weeks_of_month(
3424
+ self,
3425
+ ) -> typing.Optional[typing.Union[typing.List[jsii.Number], _IResolvable_da3f097b]]:
3426
+ '''The weeks of the month when maintenance can be performed.
3427
+
3428
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-cloudexadatainfrastructure-maintenancewindow.html#cfn-odb-cloudexadatainfrastructure-maintenancewindow-weeksofmonth
3429
+ '''
3430
+ result = self._values.get("weeks_of_month")
3431
+ return typing.cast(typing.Optional[typing.Union[typing.List[jsii.Number], _IResolvable_da3f097b]], result)
3432
+
3433
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
3434
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
3435
+
3436
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
3437
+ return not (rhs == self)
3438
+
3439
+ def __repr__(self) -> str:
3440
+ return "MaintenanceWindowProperty(%s)" % ", ".join(
3441
+ k + "=" + repr(v) for k, v in self._values.items()
3442
+ )
3443
+
3444
+
3445
+ @jsii.implements(_IInspectable_c2943556, ICloudVmClusterRef, _ITaggableV2_4e6798f8)
3446
+ class CfnCloudVmCluster(
3447
+ _CfnResource_9df397a6,
3448
+ metaclass=jsii.JSIIMeta,
3449
+ jsii_type="aws-cdk-lib.aws_odb.CfnCloudVmCluster",
3450
+ ):
3451
+ '''The ``AWS::ODB::CloudVmCluster`` resource creates a VM cluster on the specified Exadata infrastructure in the Oracle Database.
3452
+
3453
+ A VM cluster provides the compute resources for Oracle Database workloads.
3454
+
3455
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudvmcluster.html
3456
+ :cloudformationResource: AWS::ODB::CloudVmCluster
3457
+ :exampleMetadata: fixture=_generated
2898
3458
 
2899
3459
  Example::
2900
3460
 
@@ -2912,6 +3472,29 @@ class CfnCloudVmCluster(
2912
3472
  is_incident_logs_enabled=False
2913
3473
  ),
2914
3474
  data_storage_size_in_tBs=123,
3475
+ db_nodes=[odb.CfnCloudVmCluster.DbNodeProperty(
3476
+ db_server_id="dbServerId",
3477
+
3478
+ # the properties below are optional
3479
+ backup_ip_id="backupIpId",
3480
+ backup_vnic2_id="backupVnic2Id",
3481
+ cpu_core_count=123,
3482
+ db_node_arn="dbNodeArn",
3483
+ db_node_id="dbNodeId",
3484
+ db_node_storage_size_in_gBs=123,
3485
+ db_system_id="dbSystemId",
3486
+ host_ip_id="hostIpId",
3487
+ hostname="hostname",
3488
+ memory_size_in_gBs=123,
3489
+ ocid="ocid",
3490
+ status="status",
3491
+ tags=[CfnTag(
3492
+ key="key",
3493
+ value="value"
3494
+ )],
3495
+ vnic2_id="vnic2Id",
3496
+ vnic_id="vnicId"
3497
+ )],
2915
3498
  db_node_storage_size_in_gBs=123,
2916
3499
  db_servers=["dbServers"],
2917
3500
  display_name="displayName",
@@ -2943,6 +3526,7 @@ class CfnCloudVmCluster(
2943
3526
  cpu_core_count: typing.Optional[jsii.Number] = None,
2944
3527
  data_collection_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnCloudVmCluster.DataCollectionOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
2945
3528
  data_storage_size_in_t_bs: typing.Optional[jsii.Number] = None,
3529
+ db_nodes: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnCloudVmCluster.DbNodeProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
2946
3530
  db_node_storage_size_in_g_bs: typing.Optional[jsii.Number] = None,
2947
3531
  db_servers: typing.Optional[typing.Sequence[builtins.str]] = None,
2948
3532
  display_name: typing.Optional[builtins.str] = None,
@@ -2967,6 +3551,7 @@ class CfnCloudVmCluster(
2967
3551
  :param cpu_core_count: The number of CPU cores enabled on the VM cluster. Required when creating a VM cluster.
2968
3552
  :param data_collection_options: The set of diagnostic collection options enabled for the VM cluster.
2969
3553
  :param data_storage_size_in_t_bs: The size of the data disk group, in terabytes (TB), that's allocated for the VM cluster.
3554
+ :param db_nodes: The DB nodes that are implicitly created and managed as part of this VM Cluster.
2970
3555
  :param db_node_storage_size_in_g_bs: The amount of local node storage, in gigabytes (GB), that's allocated for the VM cluster.
2971
3556
  :param db_servers: The list of database servers for the VM cluster.
2972
3557
  :param display_name: The user-friendly name for the VM cluster. Required when creating a VM cluster.
@@ -2993,6 +3578,7 @@ class CfnCloudVmCluster(
2993
3578
  cpu_core_count=cpu_core_count,
2994
3579
  data_collection_options=data_collection_options,
2995
3580
  data_storage_size_in_t_bs=data_storage_size_in_t_bs,
3581
+ db_nodes=db_nodes,
2996
3582
  db_node_storage_size_in_g_bs=db_node_storage_size_in_g_bs,
2997
3583
  db_servers=db_servers,
2998
3584
  display_name=display_name,
@@ -3273,6 +3859,24 @@ class CfnCloudVmCluster(
3273
3859
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
3274
3860
  jsii.set(self, "dataStorageSizeInTBs", value) # pyright: ignore[reportArgumentType]
3275
3861
 
3862
+ @builtins.property
3863
+ @jsii.member(jsii_name="dbNodes")
3864
+ def db_nodes(
3865
+ self,
3866
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnCloudVmCluster.DbNodeProperty"]]]]:
3867
+ '''The DB nodes that are implicitly created and managed as part of this VM Cluster.'''
3868
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnCloudVmCluster.DbNodeProperty"]]]], jsii.get(self, "dbNodes"))
3869
+
3870
+ @db_nodes.setter
3871
+ def db_nodes(
3872
+ self,
3873
+ value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnCloudVmCluster.DbNodeProperty"]]]],
3874
+ ) -> None:
3875
+ if __debug__:
3876
+ type_hints = typing.get_type_hints(_typecheckingstub__1d87bde62c7a3c3cf4ed0bfffab6f8bc36cc20a58ede136430e57b23880577ef)
3877
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
3878
+ jsii.set(self, "dbNodes", value) # pyright: ignore[reportArgumentType]
3879
+
3276
3880
  @builtins.property
3277
3881
  @jsii.member(jsii_name="dbNodeStorageSizeInGBs")
3278
3882
  def db_node_storage_size_in_g_bs(self) -> typing.Optional[jsii.Number]:
@@ -3576,88 +4180,406 @@ class CfnCloudVmCluster(
3576
4180
  k + "=" + repr(v) for k, v in self._values.items()
3577
4181
  )
3578
4182
 
4183
+ @jsii.data_type(
4184
+ jsii_type="aws-cdk-lib.aws_odb.CfnCloudVmCluster.DbNodeProperty",
4185
+ jsii_struct_bases=[],
4186
+ name_mapping={
4187
+ "db_server_id": "dbServerId",
4188
+ "backup_ip_id": "backupIpId",
4189
+ "backup_vnic2_id": "backupVnic2Id",
4190
+ "cpu_core_count": "cpuCoreCount",
4191
+ "db_node_arn": "dbNodeArn",
4192
+ "db_node_id": "dbNodeId",
4193
+ "db_node_storage_size_in_g_bs": "dbNodeStorageSizeInGBs",
4194
+ "db_system_id": "dbSystemId",
4195
+ "host_ip_id": "hostIpId",
4196
+ "hostname": "hostname",
4197
+ "memory_size_in_g_bs": "memorySizeInGBs",
4198
+ "ocid": "ocid",
4199
+ "status": "status",
4200
+ "tags": "tags",
4201
+ "vnic2_id": "vnic2Id",
4202
+ "vnic_id": "vnicId",
4203
+ },
4204
+ )
4205
+ class DbNodeProperty:
4206
+ def __init__(
4207
+ self,
4208
+ *,
4209
+ db_server_id: builtins.str,
4210
+ backup_ip_id: typing.Optional[builtins.str] = None,
4211
+ backup_vnic2_id: typing.Optional[builtins.str] = None,
4212
+ cpu_core_count: typing.Optional[jsii.Number] = None,
4213
+ db_node_arn: typing.Optional[builtins.str] = None,
4214
+ db_node_id: typing.Optional[builtins.str] = None,
4215
+ db_node_storage_size_in_g_bs: typing.Optional[jsii.Number] = None,
4216
+ db_system_id: typing.Optional[builtins.str] = None,
4217
+ host_ip_id: typing.Optional[builtins.str] = None,
4218
+ hostname: typing.Optional[builtins.str] = None,
4219
+ memory_size_in_g_bs: typing.Optional[jsii.Number] = None,
4220
+ ocid: typing.Optional[builtins.str] = None,
4221
+ status: typing.Optional[builtins.str] = None,
4222
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
4223
+ vnic2_id: typing.Optional[builtins.str] = None,
4224
+ vnic_id: typing.Optional[builtins.str] = None,
4225
+ ) -> None:
4226
+ '''Information about a DB node.
4227
+
4228
+ :param db_server_id: The unique identifier of the Db server that is associated with the DB node.
4229
+ :param backup_ip_id: The Oracle Cloud ID (OCID) of the backup IP address that's associated with the DB node.
4230
+ :param backup_vnic2_id: The OCID of the second backup VNIC.
4231
+ :param cpu_core_count: Number of CPU cores enabled on the DB node.
4232
+ :param db_node_arn: The Amazon Resource Name (ARN) of the DB node.
4233
+ :param db_node_id: The unique identifier of the DB node.
4234
+ :param db_node_storage_size_in_g_bs: The amount of local node storage, in gigabytes (GBs), that's allocated on the DB node.
4235
+ :param db_system_id: The OCID of the DB system.
4236
+ :param host_ip_id: The OCID of the host IP address that's associated with the DB node.
4237
+ :param hostname: The host name for the DB node.
4238
+ :param memory_size_in_g_bs: The allocated memory in GBs on the DB node.
4239
+ :param ocid: The OCID of the DB node.
4240
+ :param status: The current status of the DB node.
4241
+ :param tags:
4242
+ :param vnic2_id: The OCID of the second VNIC.
4243
+ :param vnic_id: The OCID of the VNIC.
4244
+
4245
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-cloudvmcluster-dbnode.html
4246
+ :exampleMetadata: fixture=_generated
3579
4247
 
3580
- @jsii.implements(_IInspectable_c2943556, IOdbNetworkRef, _ITaggableV2_4e6798f8)
3581
- class CfnOdbNetwork(
3582
- _CfnResource_9df397a6,
3583
- metaclass=jsii.JSIIMeta,
3584
- jsii_type="aws-cdk-lib.aws_odb.CfnOdbNetwork",
3585
- ):
3586
- '''The ``AWS::ODB::OdbNetwork`` resource creates an ODB network.
4248
+ Example::
3587
4249
 
3588
- An ODB network provides the networking foundation for Oracle Database resources.
4250
+ # The code below shows an example of how to instantiate this type.
4251
+ # The values are placeholders you should change.
4252
+ from aws_cdk import aws_odb as odb
4253
+
4254
+ db_node_property = odb.CfnCloudVmCluster.DbNodeProperty(
4255
+ db_server_id="dbServerId",
4256
+
4257
+ # the properties below are optional
4258
+ backup_ip_id="backupIpId",
4259
+ backup_vnic2_id="backupVnic2Id",
4260
+ cpu_core_count=123,
4261
+ db_node_arn="dbNodeArn",
4262
+ db_node_id="dbNodeId",
4263
+ db_node_storage_size_in_gBs=123,
4264
+ db_system_id="dbSystemId",
4265
+ host_ip_id="hostIpId",
4266
+ hostname="hostname",
4267
+ memory_size_in_gBs=123,
4268
+ ocid="ocid",
4269
+ status="status",
4270
+ tags=[CfnTag(
4271
+ key="key",
4272
+ value="value"
4273
+ )],
4274
+ vnic2_id="vnic2Id",
4275
+ vnic_id="vnicId"
4276
+ )
4277
+ '''
4278
+ if __debug__:
4279
+ type_hints = typing.get_type_hints(_typecheckingstub__c95a10051fe96e033b74a53129c8792115ffa8596c6e20c63b8b2bae5c33dd21)
4280
+ check_type(argname="argument db_server_id", value=db_server_id, expected_type=type_hints["db_server_id"])
4281
+ check_type(argname="argument backup_ip_id", value=backup_ip_id, expected_type=type_hints["backup_ip_id"])
4282
+ check_type(argname="argument backup_vnic2_id", value=backup_vnic2_id, expected_type=type_hints["backup_vnic2_id"])
4283
+ check_type(argname="argument cpu_core_count", value=cpu_core_count, expected_type=type_hints["cpu_core_count"])
4284
+ check_type(argname="argument db_node_arn", value=db_node_arn, expected_type=type_hints["db_node_arn"])
4285
+ check_type(argname="argument db_node_id", value=db_node_id, expected_type=type_hints["db_node_id"])
4286
+ check_type(argname="argument db_node_storage_size_in_g_bs", value=db_node_storage_size_in_g_bs, expected_type=type_hints["db_node_storage_size_in_g_bs"])
4287
+ check_type(argname="argument db_system_id", value=db_system_id, expected_type=type_hints["db_system_id"])
4288
+ check_type(argname="argument host_ip_id", value=host_ip_id, expected_type=type_hints["host_ip_id"])
4289
+ check_type(argname="argument hostname", value=hostname, expected_type=type_hints["hostname"])
4290
+ check_type(argname="argument memory_size_in_g_bs", value=memory_size_in_g_bs, expected_type=type_hints["memory_size_in_g_bs"])
4291
+ check_type(argname="argument ocid", value=ocid, expected_type=type_hints["ocid"])
4292
+ check_type(argname="argument status", value=status, expected_type=type_hints["status"])
4293
+ check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
4294
+ check_type(argname="argument vnic2_id", value=vnic2_id, expected_type=type_hints["vnic2_id"])
4295
+ check_type(argname="argument vnic_id", value=vnic_id, expected_type=type_hints["vnic_id"])
4296
+ self._values: typing.Dict[builtins.str, typing.Any] = {
4297
+ "db_server_id": db_server_id,
4298
+ }
4299
+ if backup_ip_id is not None:
4300
+ self._values["backup_ip_id"] = backup_ip_id
4301
+ if backup_vnic2_id is not None:
4302
+ self._values["backup_vnic2_id"] = backup_vnic2_id
4303
+ if cpu_core_count is not None:
4304
+ self._values["cpu_core_count"] = cpu_core_count
4305
+ if db_node_arn is not None:
4306
+ self._values["db_node_arn"] = db_node_arn
4307
+ if db_node_id is not None:
4308
+ self._values["db_node_id"] = db_node_id
4309
+ if db_node_storage_size_in_g_bs is not None:
4310
+ self._values["db_node_storage_size_in_g_bs"] = db_node_storage_size_in_g_bs
4311
+ if db_system_id is not None:
4312
+ self._values["db_system_id"] = db_system_id
4313
+ if host_ip_id is not None:
4314
+ self._values["host_ip_id"] = host_ip_id
4315
+ if hostname is not None:
4316
+ self._values["hostname"] = hostname
4317
+ if memory_size_in_g_bs is not None:
4318
+ self._values["memory_size_in_g_bs"] = memory_size_in_g_bs
4319
+ if ocid is not None:
4320
+ self._values["ocid"] = ocid
4321
+ if status is not None:
4322
+ self._values["status"] = status
4323
+ if tags is not None:
4324
+ self._values["tags"] = tags
4325
+ if vnic2_id is not None:
4326
+ self._values["vnic2_id"] = vnic2_id
4327
+ if vnic_id is not None:
4328
+ self._values["vnic_id"] = vnic_id
3589
4329
 
3590
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbnetwork.html
3591
- :cloudformationResource: AWS::ODB::OdbNetwork
3592
- :exampleMetadata: fixture=_generated
4330
+ @builtins.property
4331
+ def db_server_id(self) -> builtins.str:
4332
+ '''The unique identifier of the Db server that is associated with the DB node.
3593
4333
 
3594
- Example::
4334
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-cloudvmcluster-dbnode.html#cfn-odb-cloudvmcluster-dbnode-dbserverid
4335
+ '''
4336
+ result = self._values.get("db_server_id")
4337
+ assert result is not None, "Required property 'db_server_id' is missing"
4338
+ return typing.cast(builtins.str, result)
3595
4339
 
3596
- # The code below shows an example of how to instantiate this type.
3597
- # The values are placeholders you should change.
3598
- from aws_cdk import aws_odb as odb
3599
-
3600
- cfn_odb_network = odb.CfnOdbNetwork(self, "MyCfnOdbNetwork",
3601
- availability_zone="availabilityZone",
3602
- availability_zone_id="availabilityZoneId",
3603
- backup_subnet_cidr="backupSubnetCidr",
3604
- client_subnet_cidr="clientSubnetCidr",
3605
- default_dns_prefix="defaultDnsPrefix",
3606
- delete_associated_resources=False,
3607
- display_name="displayName",
3608
- tags=[CfnTag(
3609
- key="key",
3610
- value="value"
3611
- )]
3612
- )
3613
- '''
4340
+ @builtins.property
4341
+ def backup_ip_id(self) -> typing.Optional[builtins.str]:
4342
+ '''The Oracle Cloud ID (OCID) of the backup IP address that's associated with the DB node.
3614
4343
 
3615
- def __init__(
3616
- self,
3617
- scope: _constructs_77d1e7e8.Construct,
3618
- id: builtins.str,
3619
- *,
3620
- availability_zone: typing.Optional[builtins.str] = None,
3621
- availability_zone_id: typing.Optional[builtins.str] = None,
3622
- backup_subnet_cidr: typing.Optional[builtins.str] = None,
3623
- client_subnet_cidr: typing.Optional[builtins.str] = None,
3624
- default_dns_prefix: typing.Optional[builtins.str] = None,
3625
- delete_associated_resources: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
3626
- display_name: typing.Optional[builtins.str] = None,
3627
- tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
3628
- ) -> None:
3629
- '''
3630
- :param scope: Scope in which this resource is defined.
3631
- :param id: Construct identifier for this resource (unique in its scope).
3632
- :param availability_zone: The Availability Zone (AZ) where the ODB network is located. Required when creating an ODB network. Specify either AvailabilityZone or AvailabilityZoneId to define the location of the network.
3633
- :param availability_zone_id: The AZ ID of the AZ where the ODB network is located. Required when creating an ODB network. Specify either AvailabilityZone or AvailabilityZoneId to define the location of the network.
3634
- :param backup_subnet_cidr: The CIDR range of the backup subnet in the ODB network.
3635
- :param client_subnet_cidr: The CIDR range of the client subnet in the ODB network. Required when creating an ODB network.
3636
- :param default_dns_prefix: The DNS prefix to the default DNS domain name. The default DNS domain name is oraclevcn.com.
3637
- :param delete_associated_resources: Specifies whether to delete associated OCI networking resources along with the ODB network. Required when creating an ODB network.
3638
- :param display_name: The user-friendly name of the ODB network. Required when creating an ODB network.
3639
- :param tags: Tags to assign to the Odb Network.
3640
- '''
3641
- if __debug__:
3642
- type_hints = typing.get_type_hints(_typecheckingstub__9fb7fc690c89d5ce8f5abecb60ad841f57c0a476f500c817c386b57c3cd0f5d6)
3643
- check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
3644
- check_type(argname="argument id", value=id, expected_type=type_hints["id"])
3645
- props = CfnOdbNetworkProps(
3646
- availability_zone=availability_zone,
3647
- availability_zone_id=availability_zone_id,
3648
- backup_subnet_cidr=backup_subnet_cidr,
3649
- client_subnet_cidr=client_subnet_cidr,
3650
- default_dns_prefix=default_dns_prefix,
3651
- delete_associated_resources=delete_associated_resources,
3652
- display_name=display_name,
3653
- tags=tags,
3654
- )
4344
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-cloudvmcluster-dbnode.html#cfn-odb-cloudvmcluster-dbnode-backupipid
4345
+ '''
4346
+ result = self._values.get("backup_ip_id")
4347
+ return typing.cast(typing.Optional[builtins.str], result)
3655
4348
 
3656
- jsii.create(self.__class__, self, [scope, id, props])
4349
+ @builtins.property
4350
+ def backup_vnic2_id(self) -> typing.Optional[builtins.str]:
4351
+ '''The OCID of the second backup VNIC.
3657
4352
 
3658
- @jsii.member(jsii_name="inspect")
3659
- def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
3660
- '''Examines the CloudFormation resource and discloses attributes.
4353
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-cloudvmcluster-dbnode.html#cfn-odb-cloudvmcluster-dbnode-backupvnic2id
4354
+ '''
4355
+ result = self._values.get("backup_vnic2_id")
4356
+ return typing.cast(typing.Optional[builtins.str], result)
4357
+
4358
+ @builtins.property
4359
+ def cpu_core_count(self) -> typing.Optional[jsii.Number]:
4360
+ '''Number of CPU cores enabled on the DB node.
4361
+
4362
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-cloudvmcluster-dbnode.html#cfn-odb-cloudvmcluster-dbnode-cpucorecount
4363
+ '''
4364
+ result = self._values.get("cpu_core_count")
4365
+ return typing.cast(typing.Optional[jsii.Number], result)
4366
+
4367
+ @builtins.property
4368
+ def db_node_arn(self) -> typing.Optional[builtins.str]:
4369
+ '''The Amazon Resource Name (ARN) of the DB node.
4370
+
4371
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-cloudvmcluster-dbnode.html#cfn-odb-cloudvmcluster-dbnode-dbnodearn
4372
+ '''
4373
+ result = self._values.get("db_node_arn")
4374
+ return typing.cast(typing.Optional[builtins.str], result)
4375
+
4376
+ @builtins.property
4377
+ def db_node_id(self) -> typing.Optional[builtins.str]:
4378
+ '''The unique identifier of the DB node.
4379
+
4380
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-cloudvmcluster-dbnode.html#cfn-odb-cloudvmcluster-dbnode-dbnodeid
4381
+ '''
4382
+ result = self._values.get("db_node_id")
4383
+ return typing.cast(typing.Optional[builtins.str], result)
4384
+
4385
+ @builtins.property
4386
+ def db_node_storage_size_in_g_bs(self) -> typing.Optional[jsii.Number]:
4387
+ '''The amount of local node storage, in gigabytes (GBs), that's allocated on the DB node.
4388
+
4389
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-cloudvmcluster-dbnode.html#cfn-odb-cloudvmcluster-dbnode-dbnodestoragesizeingbs
4390
+ '''
4391
+ result = self._values.get("db_node_storage_size_in_g_bs")
4392
+ return typing.cast(typing.Optional[jsii.Number], result)
4393
+
4394
+ @builtins.property
4395
+ def db_system_id(self) -> typing.Optional[builtins.str]:
4396
+ '''The OCID of the DB system.
4397
+
4398
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-cloudvmcluster-dbnode.html#cfn-odb-cloudvmcluster-dbnode-dbsystemid
4399
+ '''
4400
+ result = self._values.get("db_system_id")
4401
+ return typing.cast(typing.Optional[builtins.str], result)
4402
+
4403
+ @builtins.property
4404
+ def host_ip_id(self) -> typing.Optional[builtins.str]:
4405
+ '''The OCID of the host IP address that's associated with the DB node.
4406
+
4407
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-cloudvmcluster-dbnode.html#cfn-odb-cloudvmcluster-dbnode-hostipid
4408
+ '''
4409
+ result = self._values.get("host_ip_id")
4410
+ return typing.cast(typing.Optional[builtins.str], result)
4411
+
4412
+ @builtins.property
4413
+ def hostname(self) -> typing.Optional[builtins.str]:
4414
+ '''The host name for the DB node.
4415
+
4416
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-cloudvmcluster-dbnode.html#cfn-odb-cloudvmcluster-dbnode-hostname
4417
+ '''
4418
+ result = self._values.get("hostname")
4419
+ return typing.cast(typing.Optional[builtins.str], result)
4420
+
4421
+ @builtins.property
4422
+ def memory_size_in_g_bs(self) -> typing.Optional[jsii.Number]:
4423
+ '''The allocated memory in GBs on the DB node.
4424
+
4425
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-cloudvmcluster-dbnode.html#cfn-odb-cloudvmcluster-dbnode-memorysizeingbs
4426
+ '''
4427
+ result = self._values.get("memory_size_in_g_bs")
4428
+ return typing.cast(typing.Optional[jsii.Number], result)
4429
+
4430
+ @builtins.property
4431
+ def ocid(self) -> typing.Optional[builtins.str]:
4432
+ '''The OCID of the DB node.
4433
+
4434
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-cloudvmcluster-dbnode.html#cfn-odb-cloudvmcluster-dbnode-ocid
4435
+ '''
4436
+ result = self._values.get("ocid")
4437
+ return typing.cast(typing.Optional[builtins.str], result)
4438
+
4439
+ @builtins.property
4440
+ def status(self) -> typing.Optional[builtins.str]:
4441
+ '''The current status of the DB node.
4442
+
4443
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-cloudvmcluster-dbnode.html#cfn-odb-cloudvmcluster-dbnode-status
4444
+ '''
4445
+ result = self._values.get("status")
4446
+ return typing.cast(typing.Optional[builtins.str], result)
4447
+
4448
+ @builtins.property
4449
+ def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
4450
+ '''
4451
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-cloudvmcluster-dbnode.html#cfn-odb-cloudvmcluster-dbnode-tags
4452
+ '''
4453
+ result = self._values.get("tags")
4454
+ return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], result)
4455
+
4456
+ @builtins.property
4457
+ def vnic2_id(self) -> typing.Optional[builtins.str]:
4458
+ '''The OCID of the second VNIC.
4459
+
4460
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-cloudvmcluster-dbnode.html#cfn-odb-cloudvmcluster-dbnode-vnic2id
4461
+ '''
4462
+ result = self._values.get("vnic2_id")
4463
+ return typing.cast(typing.Optional[builtins.str], result)
4464
+
4465
+ @builtins.property
4466
+ def vnic_id(self) -> typing.Optional[builtins.str]:
4467
+ '''The OCID of the VNIC.
4468
+
4469
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-cloudvmcluster-dbnode.html#cfn-odb-cloudvmcluster-dbnode-vnicid
4470
+ '''
4471
+ result = self._values.get("vnic_id")
4472
+ return typing.cast(typing.Optional[builtins.str], result)
4473
+
4474
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
4475
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
4476
+
4477
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
4478
+ return not (rhs == self)
4479
+
4480
+ def __repr__(self) -> str:
4481
+ return "DbNodeProperty(%s)" % ", ".join(
4482
+ k + "=" + repr(v) for k, v in self._values.items()
4483
+ )
4484
+
4485
+
4486
+ @jsii.implements(_IInspectable_c2943556, IOdbNetworkRef, _ITaggableV2_4e6798f8)
4487
+ class CfnOdbNetwork(
4488
+ _CfnResource_9df397a6,
4489
+ metaclass=jsii.JSIIMeta,
4490
+ jsii_type="aws-cdk-lib.aws_odb.CfnOdbNetwork",
4491
+ ):
4492
+ '''The ``AWS::ODB::OdbNetwork`` resource creates an ODB network.
4493
+
4494
+ An ODB network provides the networking foundation for Oracle Database resources.
4495
+
4496
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbnetwork.html
4497
+ :cloudformationResource: AWS::ODB::OdbNetwork
4498
+ :exampleMetadata: fixture=_generated
4499
+
4500
+ Example::
4501
+
4502
+ # The code below shows an example of how to instantiate this type.
4503
+ # The values are placeholders you should change.
4504
+ from aws_cdk import aws_odb as odb
4505
+
4506
+ cfn_odb_network = odb.CfnOdbNetwork(self, "MyCfnOdbNetwork",
4507
+ availability_zone="availabilityZone",
4508
+ availability_zone_id="availabilityZoneId",
4509
+ backup_subnet_cidr="backupSubnetCidr",
4510
+ client_subnet_cidr="clientSubnetCidr",
4511
+ custom_domain_name="customDomainName",
4512
+ default_dns_prefix="defaultDnsPrefix",
4513
+ delete_associated_resources=False,
4514
+ display_name="displayName",
4515
+ s3_access="s3Access",
4516
+ s3_policy_document="s3PolicyDocument",
4517
+ tags=[CfnTag(
4518
+ key="key",
4519
+ value="value"
4520
+ )],
4521
+ zero_etl_access="zeroEtlAccess"
4522
+ )
4523
+ '''
4524
+
4525
+ def __init__(
4526
+ self,
4527
+ scope: _constructs_77d1e7e8.Construct,
4528
+ id: builtins.str,
4529
+ *,
4530
+ availability_zone: typing.Optional[builtins.str] = None,
4531
+ availability_zone_id: typing.Optional[builtins.str] = None,
4532
+ backup_subnet_cidr: typing.Optional[builtins.str] = None,
4533
+ client_subnet_cidr: typing.Optional[builtins.str] = None,
4534
+ custom_domain_name: typing.Optional[builtins.str] = None,
4535
+ default_dns_prefix: typing.Optional[builtins.str] = None,
4536
+ delete_associated_resources: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
4537
+ display_name: typing.Optional[builtins.str] = None,
4538
+ s3_access: typing.Optional[builtins.str] = None,
4539
+ s3_policy_document: typing.Optional[builtins.str] = None,
4540
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
4541
+ zero_etl_access: typing.Optional[builtins.str] = None,
4542
+ ) -> None:
4543
+ '''
4544
+ :param scope: Scope in which this resource is defined.
4545
+ :param id: Construct identifier for this resource (unique in its scope).
4546
+ :param availability_zone: The Availability Zone (AZ) where the ODB network is located. Required when creating an ODB network. Specify either AvailabilityZone or AvailabilityZoneId to define the location of the network.
4547
+ :param availability_zone_id: The AZ ID of the AZ where the ODB network is located. Required when creating an ODB network. Specify either AvailabilityZone or AvailabilityZoneId to define the location of the network.
4548
+ :param backup_subnet_cidr: The CIDR range of the backup subnet in the ODB network.
4549
+ :param client_subnet_cidr: The CIDR range of the client subnet in the ODB network. Required when creating an ODB network.
4550
+ :param custom_domain_name: The domain name for the resources in the ODB network.
4551
+ :param default_dns_prefix: The DNS prefix to the default DNS domain name. The default DNS domain name is oraclevcn.com.
4552
+ :param delete_associated_resources: Specifies whether to delete associated OCI networking resources along with the ODB network. Required when creating an ODB network.
4553
+ :param display_name: The user-friendly name of the ODB network. Required when creating an ODB network.
4554
+ :param s3_access: The configuration for Amazon S3 access from the ODB network.
4555
+ :param s3_policy_document: Specifies the endpoint policy for Amazon S3 access from the ODB network.
4556
+ :param tags: Tags to assign to the Odb Network.
4557
+ :param zero_etl_access: The configuration for Zero-ETL access from the ODB network.
4558
+ '''
4559
+ if __debug__:
4560
+ type_hints = typing.get_type_hints(_typecheckingstub__9fb7fc690c89d5ce8f5abecb60ad841f57c0a476f500c817c386b57c3cd0f5d6)
4561
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
4562
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
4563
+ props = CfnOdbNetworkProps(
4564
+ availability_zone=availability_zone,
4565
+ availability_zone_id=availability_zone_id,
4566
+ backup_subnet_cidr=backup_subnet_cidr,
4567
+ client_subnet_cidr=client_subnet_cidr,
4568
+ custom_domain_name=custom_domain_name,
4569
+ default_dns_prefix=default_dns_prefix,
4570
+ delete_associated_resources=delete_associated_resources,
4571
+ display_name=display_name,
4572
+ s3_access=s3_access,
4573
+ s3_policy_document=s3_policy_document,
4574
+ tags=tags,
4575
+ zero_etl_access=zero_etl_access,
4576
+ )
4577
+
4578
+ jsii.create(self.__class__, self, [scope, id, props])
4579
+
4580
+ @jsii.member(jsii_name="inspect")
4581
+ def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
4582
+ '''Examines the CloudFormation resource and discloses attributes.
3661
4583
 
3662
4584
  :param inspector: tree inspector to collect and process attributes.
3663
4585
  '''
@@ -3685,6 +4607,15 @@ class CfnOdbNetwork(
3685
4607
  '''The CloudFormation resource type name for this resource class.'''
3686
4608
  return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
3687
4609
 
4610
+ @builtins.property
4611
+ @jsii.member(jsii_name="attrManagedServices")
4612
+ def attr_managed_services(self) -> _IResolvable_da3f097b:
4613
+ '''The managed services configuration for the ODB network.
4614
+
4615
+ :cloudformationAttribute: ManagedServices
4616
+ '''
4617
+ return typing.cast(_IResolvable_da3f097b, jsii.get(self, "attrManagedServices"))
4618
+
3688
4619
  @builtins.property
3689
4620
  @jsii.member(jsii_name="attrOciNetworkAnchorId")
3690
4621
  def attr_oci_network_anchor_id(self) -> builtins.str:
@@ -3695,40 +4626,852 @@ class CfnOdbNetwork(
3695
4626
  return typing.cast(builtins.str, jsii.get(self, "attrOciNetworkAnchorId"))
3696
4627
 
3697
4628
  @builtins.property
3698
- @jsii.member(jsii_name="attrOciResourceAnchorName")
3699
- def attr_oci_resource_anchor_name(self) -> builtins.str:
3700
- '''The name of the OCI resource anchor that's associated with the ODB network.
4629
+ @jsii.member(jsii_name="attrOciResourceAnchorName")
4630
+ def attr_oci_resource_anchor_name(self) -> builtins.str:
4631
+ '''The name of the OCI resource anchor that's associated with the ODB network.
4632
+
4633
+ :cloudformationAttribute: OciResourceAnchorName
4634
+ '''
4635
+ return typing.cast(builtins.str, jsii.get(self, "attrOciResourceAnchorName"))
4636
+
4637
+ @builtins.property
4638
+ @jsii.member(jsii_name="attrOciVcnUrl")
4639
+ def attr_oci_vcn_url(self) -> builtins.str:
4640
+ '''The URL for the VCN that's associated with the ODB network.
4641
+
4642
+ :cloudformationAttribute: OciVcnUrl
4643
+ '''
4644
+ return typing.cast(builtins.str, jsii.get(self, "attrOciVcnUrl"))
4645
+
4646
+ @builtins.property
4647
+ @jsii.member(jsii_name="attrOdbNetworkArn")
4648
+ def attr_odb_network_arn(self) -> builtins.str:
4649
+ '''The Amazon Resource Name (ARN) of the ODB network.
4650
+
4651
+ :cloudformationAttribute: OdbNetworkArn
4652
+ '''
4653
+ return typing.cast(builtins.str, jsii.get(self, "attrOdbNetworkArn"))
4654
+
4655
+ @builtins.property
4656
+ @jsii.member(jsii_name="attrOdbNetworkId")
4657
+ def attr_odb_network_id(self) -> builtins.str:
4658
+ '''The unique identifier of the ODB network.
4659
+
4660
+ :cloudformationAttribute: OdbNetworkId
4661
+ '''
4662
+ return typing.cast(builtins.str, jsii.get(self, "attrOdbNetworkId"))
4663
+
4664
+ @builtins.property
4665
+ @jsii.member(jsii_name="cdkTagManager")
4666
+ def cdk_tag_manager(self) -> _TagManager_0a598cb3:
4667
+ '''Tag Manager which manages the tags for this resource.'''
4668
+ return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
4669
+
4670
+ @builtins.property
4671
+ @jsii.member(jsii_name="cfnProperties")
4672
+ def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
4673
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
4674
+
4675
+ @builtins.property
4676
+ @jsii.member(jsii_name="odbNetworkRef")
4677
+ def odb_network_ref(self) -> OdbNetworkReference:
4678
+ '''A reference to a OdbNetwork resource.'''
4679
+ return typing.cast(OdbNetworkReference, jsii.get(self, "odbNetworkRef"))
4680
+
4681
+ @builtins.property
4682
+ @jsii.member(jsii_name="availabilityZone")
4683
+ def availability_zone(self) -> typing.Optional[builtins.str]:
4684
+ '''The Availability Zone (AZ) where the ODB network is located.'''
4685
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "availabilityZone"))
4686
+
4687
+ @availability_zone.setter
4688
+ def availability_zone(self, value: typing.Optional[builtins.str]) -> None:
4689
+ if __debug__:
4690
+ type_hints = typing.get_type_hints(_typecheckingstub__87621d2b03c5469d26954de7e37dfd0d3e012b5b4644ec0232e59bfecfb758e9)
4691
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
4692
+ jsii.set(self, "availabilityZone", value) # pyright: ignore[reportArgumentType]
4693
+
4694
+ @builtins.property
4695
+ @jsii.member(jsii_name="availabilityZoneId")
4696
+ def availability_zone_id(self) -> typing.Optional[builtins.str]:
4697
+ '''The AZ ID of the AZ where the ODB network is located.'''
4698
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "availabilityZoneId"))
4699
+
4700
+ @availability_zone_id.setter
4701
+ def availability_zone_id(self, value: typing.Optional[builtins.str]) -> None:
4702
+ if __debug__:
4703
+ type_hints = typing.get_type_hints(_typecheckingstub__328deed1718c1266e8446a386f2cfe2272763b64c3f37b5bd93a7c2f77ab2d5d)
4704
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
4705
+ jsii.set(self, "availabilityZoneId", value) # pyright: ignore[reportArgumentType]
4706
+
4707
+ @builtins.property
4708
+ @jsii.member(jsii_name="backupSubnetCidr")
4709
+ def backup_subnet_cidr(self) -> typing.Optional[builtins.str]:
4710
+ '''The CIDR range of the backup subnet in the ODB network.'''
4711
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "backupSubnetCidr"))
4712
+
4713
+ @backup_subnet_cidr.setter
4714
+ def backup_subnet_cidr(self, value: typing.Optional[builtins.str]) -> None:
4715
+ if __debug__:
4716
+ type_hints = typing.get_type_hints(_typecheckingstub__eee98a4fbff2c83a839881f8a102d4b7813c50e6fdb9be0997144c385e71c305)
4717
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
4718
+ jsii.set(self, "backupSubnetCidr", value) # pyright: ignore[reportArgumentType]
4719
+
4720
+ @builtins.property
4721
+ @jsii.member(jsii_name="clientSubnetCidr")
4722
+ def client_subnet_cidr(self) -> typing.Optional[builtins.str]:
4723
+ '''The CIDR range of the client subnet in the ODB network.'''
4724
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "clientSubnetCidr"))
4725
+
4726
+ @client_subnet_cidr.setter
4727
+ def client_subnet_cidr(self, value: typing.Optional[builtins.str]) -> None:
4728
+ if __debug__:
4729
+ type_hints = typing.get_type_hints(_typecheckingstub__964e75c8af7e656feecdf2af9cc1f3709e5857d22d004e58037f1a4d97df301d)
4730
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
4731
+ jsii.set(self, "clientSubnetCidr", value) # pyright: ignore[reportArgumentType]
4732
+
4733
+ @builtins.property
4734
+ @jsii.member(jsii_name="customDomainName")
4735
+ def custom_domain_name(self) -> typing.Optional[builtins.str]:
4736
+ '''The domain name for the resources in the ODB network.'''
4737
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "customDomainName"))
4738
+
4739
+ @custom_domain_name.setter
4740
+ def custom_domain_name(self, value: typing.Optional[builtins.str]) -> None:
4741
+ if __debug__:
4742
+ type_hints = typing.get_type_hints(_typecheckingstub__d8107768076a5ec91104db244c22d754231524ae1e1cdad765edecf3270b5e9d)
4743
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
4744
+ jsii.set(self, "customDomainName", value) # pyright: ignore[reportArgumentType]
4745
+
4746
+ @builtins.property
4747
+ @jsii.member(jsii_name="defaultDnsPrefix")
4748
+ def default_dns_prefix(self) -> typing.Optional[builtins.str]:
4749
+ '''The DNS prefix to the default DNS domain name.'''
4750
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "defaultDnsPrefix"))
4751
+
4752
+ @default_dns_prefix.setter
4753
+ def default_dns_prefix(self, value: typing.Optional[builtins.str]) -> None:
4754
+ if __debug__:
4755
+ type_hints = typing.get_type_hints(_typecheckingstub__ccee4738061946ef5f75dacb78a62f5c60382f3bd85cd506ee1454b932d8374a)
4756
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
4757
+ jsii.set(self, "defaultDnsPrefix", value) # pyright: ignore[reportArgumentType]
4758
+
4759
+ @builtins.property
4760
+ @jsii.member(jsii_name="deleteAssociatedResources")
4761
+ def delete_associated_resources(
4762
+ self,
4763
+ ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
4764
+ '''Specifies whether to delete associated OCI networking resources along with the ODB network.'''
4765
+ return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], jsii.get(self, "deleteAssociatedResources"))
4766
+
4767
+ @delete_associated_resources.setter
4768
+ def delete_associated_resources(
4769
+ self,
4770
+ value: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]],
4771
+ ) -> None:
4772
+ if __debug__:
4773
+ type_hints = typing.get_type_hints(_typecheckingstub__cc86642a834ad1214ad781ba4b6b7516ddb5e4df5219e6f1572c3707c253846a)
4774
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
4775
+ jsii.set(self, "deleteAssociatedResources", value) # pyright: ignore[reportArgumentType]
4776
+
4777
+ @builtins.property
4778
+ @jsii.member(jsii_name="displayName")
4779
+ def display_name(self) -> typing.Optional[builtins.str]:
4780
+ '''The user-friendly name of the ODB network.'''
4781
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "displayName"))
4782
+
4783
+ @display_name.setter
4784
+ def display_name(self, value: typing.Optional[builtins.str]) -> None:
4785
+ if __debug__:
4786
+ type_hints = typing.get_type_hints(_typecheckingstub__6f9a4c06370e66400707daa4ab73fb37a67d67c8422f10b57fa0ee6b191128e7)
4787
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
4788
+ jsii.set(self, "displayName", value) # pyright: ignore[reportArgumentType]
4789
+
4790
+ @builtins.property
4791
+ @jsii.member(jsii_name="s3Access")
4792
+ def s3_access(self) -> typing.Optional[builtins.str]:
4793
+ '''The configuration for Amazon S3 access from the ODB network.'''
4794
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "s3Access"))
4795
+
4796
+ @s3_access.setter
4797
+ def s3_access(self, value: typing.Optional[builtins.str]) -> None:
4798
+ if __debug__:
4799
+ type_hints = typing.get_type_hints(_typecheckingstub__7f428808d342fa75b5322aafc69efcb16a9aadaf8c1f1602313528cb3d71f054)
4800
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
4801
+ jsii.set(self, "s3Access", value) # pyright: ignore[reportArgumentType]
4802
+
4803
+ @builtins.property
4804
+ @jsii.member(jsii_name="s3PolicyDocument")
4805
+ def s3_policy_document(self) -> typing.Optional[builtins.str]:
4806
+ '''Specifies the endpoint policy for Amazon S3 access from the ODB network.'''
4807
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "s3PolicyDocument"))
4808
+
4809
+ @s3_policy_document.setter
4810
+ def s3_policy_document(self, value: typing.Optional[builtins.str]) -> None:
4811
+ if __debug__:
4812
+ type_hints = typing.get_type_hints(_typecheckingstub__6e9a1278f83bd7d6781ffbd7b2e4e7ec97b8190160130c264991534d7c4eb6a7)
4813
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
4814
+ jsii.set(self, "s3PolicyDocument", value) # pyright: ignore[reportArgumentType]
4815
+
4816
+ @builtins.property
4817
+ @jsii.member(jsii_name="tags")
4818
+ def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
4819
+ '''Tags to assign to the Odb Network.'''
4820
+ return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "tags"))
4821
+
4822
+ @tags.setter
4823
+ def tags(self, value: typing.Optional[typing.List[_CfnTag_f6864754]]) -> None:
4824
+ if __debug__:
4825
+ type_hints = typing.get_type_hints(_typecheckingstub__2a78f63e76d627d52015eb8e2a0dc2ab1a80a0926480a2a40fc93da33d803ce3)
4826
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
4827
+ jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
4828
+
4829
+ @builtins.property
4830
+ @jsii.member(jsii_name="zeroEtlAccess")
4831
+ def zero_etl_access(self) -> typing.Optional[builtins.str]:
4832
+ '''The configuration for Zero-ETL access from the ODB network.'''
4833
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "zeroEtlAccess"))
4834
+
4835
+ @zero_etl_access.setter
4836
+ def zero_etl_access(self, value: typing.Optional[builtins.str]) -> None:
4837
+ if __debug__:
4838
+ type_hints = typing.get_type_hints(_typecheckingstub__8b37fc0f36ed5a2463c0ef988c6f8aff7344389a8c80070dd7013b5e428fa33f)
4839
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
4840
+ jsii.set(self, "zeroEtlAccess", value) # pyright: ignore[reportArgumentType]
4841
+
4842
+ @jsii.data_type(
4843
+ jsii_type="aws-cdk-lib.aws_odb.CfnOdbNetwork.ManagedS3BackupAccessProperty",
4844
+ jsii_struct_bases=[],
4845
+ name_mapping={"ipv4_addresses": "ipv4Addresses", "status": "status"},
4846
+ )
4847
+ class ManagedS3BackupAccessProperty:
4848
+ def __init__(
4849
+ self,
4850
+ *,
4851
+ ipv4_addresses: typing.Optional[typing.Sequence[builtins.str]] = None,
4852
+ status: typing.Optional[builtins.str] = None,
4853
+ ) -> None:
4854
+ '''The configuration for managed Amazon S3 backup access from the ODB network.
4855
+
4856
+ :param ipv4_addresses: The IPv4 addresses for the managed Amazon S3 backup access.
4857
+ :param status: The status of the managed Amazon S3 backup access. Valid Values: ``enabled | disabled``
4858
+
4859
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-odbnetwork-manageds3backupaccess.html
4860
+ :exampleMetadata: fixture=_generated
4861
+
4862
+ Example::
4863
+
4864
+ # The code below shows an example of how to instantiate this type.
4865
+ # The values are placeholders you should change.
4866
+ from aws_cdk import aws_odb as odb
4867
+
4868
+ managed_s3_backup_access_property = odb.CfnOdbNetwork.ManagedS3BackupAccessProperty(
4869
+ ipv4_addresses=["ipv4Addresses"],
4870
+ status="status"
4871
+ )
4872
+ '''
4873
+ if __debug__:
4874
+ type_hints = typing.get_type_hints(_typecheckingstub__1b0181205001e0daa042d78d18fe8d5325e5c0b3292546c75de8da725399ad6c)
4875
+ check_type(argname="argument ipv4_addresses", value=ipv4_addresses, expected_type=type_hints["ipv4_addresses"])
4876
+ check_type(argname="argument status", value=status, expected_type=type_hints["status"])
4877
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
4878
+ if ipv4_addresses is not None:
4879
+ self._values["ipv4_addresses"] = ipv4_addresses
4880
+ if status is not None:
4881
+ self._values["status"] = status
4882
+
4883
+ @builtins.property
4884
+ def ipv4_addresses(self) -> typing.Optional[typing.List[builtins.str]]:
4885
+ '''The IPv4 addresses for the managed Amazon S3 backup access.
4886
+
4887
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-odbnetwork-manageds3backupaccess.html#cfn-odb-odbnetwork-manageds3backupaccess-ipv4addresses
4888
+ '''
4889
+ result = self._values.get("ipv4_addresses")
4890
+ return typing.cast(typing.Optional[typing.List[builtins.str]], result)
4891
+
4892
+ @builtins.property
4893
+ def status(self) -> typing.Optional[builtins.str]:
4894
+ '''The status of the managed Amazon S3 backup access.
4895
+
4896
+ Valid Values: ``enabled | disabled``
4897
+
4898
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-odbnetwork-manageds3backupaccess.html#cfn-odb-odbnetwork-manageds3backupaccess-status
4899
+ '''
4900
+ result = self._values.get("status")
4901
+ return typing.cast(typing.Optional[builtins.str], result)
4902
+
4903
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
4904
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
4905
+
4906
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
4907
+ return not (rhs == self)
4908
+
4909
+ def __repr__(self) -> str:
4910
+ return "ManagedS3BackupAccessProperty(%s)" % ", ".join(
4911
+ k + "=" + repr(v) for k, v in self._values.items()
4912
+ )
4913
+
4914
+ @jsii.data_type(
4915
+ jsii_type="aws-cdk-lib.aws_odb.CfnOdbNetwork.ManagedServicesProperty",
4916
+ jsii_struct_bases=[],
4917
+ name_mapping={
4918
+ "managed_s3_backup_access": "managedS3BackupAccess",
4919
+ "managed_services_ipv4_cidrs": "managedServicesIpv4Cidrs",
4920
+ "resource_gateway_arn": "resourceGatewayArn",
4921
+ "s3_access": "s3Access",
4922
+ "service_network_arn": "serviceNetworkArn",
4923
+ "service_network_endpoint": "serviceNetworkEndpoint",
4924
+ "zero_etl_access": "zeroEtlAccess",
4925
+ },
4926
+ )
4927
+ class ManagedServicesProperty:
4928
+ def __init__(
4929
+ self,
4930
+ *,
4931
+ managed_s3_backup_access: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnOdbNetwork.ManagedS3BackupAccessProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
4932
+ managed_services_ipv4_cidrs: typing.Optional[typing.Sequence[builtins.str]] = None,
4933
+ resource_gateway_arn: typing.Optional[builtins.str] = None,
4934
+ s3_access: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnOdbNetwork.S3AccessProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
4935
+ service_network_arn: typing.Optional[builtins.str] = None,
4936
+ service_network_endpoint: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnOdbNetwork.ServiceNetworkEndpointProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
4937
+ zero_etl_access: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnOdbNetwork.ZeroEtlAccessProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
4938
+ ) -> None:
4939
+ '''The managed services configuration for the ODB network.
4940
+
4941
+ :param managed_s3_backup_access: The managed Amazon S3 backup access configuration.
4942
+ :param managed_services_ipv4_cidrs: The IPv4 CIDR blocks for the managed services.
4943
+ :param resource_gateway_arn: The Amazon Resource Name (ARN) of the resource gateway.
4944
+ :param s3_access: The Amazon S3 access configuration.
4945
+ :param service_network_arn: The Amazon Resource Name (ARN) of the service network.
4946
+ :param service_network_endpoint: The service network endpoint configuration.
4947
+ :param zero_etl_access: The Zero-ETL access configuration.
4948
+
4949
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-odbnetwork-managedservices.html
4950
+ :exampleMetadata: fixture=_generated
4951
+
4952
+ Example::
4953
+
4954
+ # The code below shows an example of how to instantiate this type.
4955
+ # The values are placeholders you should change.
4956
+ from aws_cdk import aws_odb as odb
4957
+
4958
+ managed_services_property = odb.CfnOdbNetwork.ManagedServicesProperty(
4959
+ managed_s3_backup_access=odb.CfnOdbNetwork.ManagedS3BackupAccessProperty(
4960
+ ipv4_addresses=["ipv4Addresses"],
4961
+ status="status"
4962
+ ),
4963
+ managed_services_ipv4_cidrs=["managedServicesIpv4Cidrs"],
4964
+ resource_gateway_arn="resourceGatewayArn",
4965
+ s3_access=odb.CfnOdbNetwork.S3AccessProperty(
4966
+ domain_name="domainName",
4967
+ ipv4_addresses=["ipv4Addresses"],
4968
+ s3_policy_document="s3PolicyDocument",
4969
+ status="status"
4970
+ ),
4971
+ service_network_arn="serviceNetworkArn",
4972
+ service_network_endpoint=odb.CfnOdbNetwork.ServiceNetworkEndpointProperty(
4973
+ vpc_endpoint_id="vpcEndpointId",
4974
+ vpc_endpoint_type="vpcEndpointType"
4975
+ ),
4976
+ zero_etl_access=odb.CfnOdbNetwork.ZeroEtlAccessProperty(
4977
+ cidr="cidr",
4978
+ status="status"
4979
+ )
4980
+ )
4981
+ '''
4982
+ if __debug__:
4983
+ type_hints = typing.get_type_hints(_typecheckingstub__f05f5ee314e82552aae02e8a14cfd272bb6288ddfa3db3a136edf0b694fc8f04)
4984
+ check_type(argname="argument managed_s3_backup_access", value=managed_s3_backup_access, expected_type=type_hints["managed_s3_backup_access"])
4985
+ check_type(argname="argument managed_services_ipv4_cidrs", value=managed_services_ipv4_cidrs, expected_type=type_hints["managed_services_ipv4_cidrs"])
4986
+ check_type(argname="argument resource_gateway_arn", value=resource_gateway_arn, expected_type=type_hints["resource_gateway_arn"])
4987
+ check_type(argname="argument s3_access", value=s3_access, expected_type=type_hints["s3_access"])
4988
+ check_type(argname="argument service_network_arn", value=service_network_arn, expected_type=type_hints["service_network_arn"])
4989
+ check_type(argname="argument service_network_endpoint", value=service_network_endpoint, expected_type=type_hints["service_network_endpoint"])
4990
+ check_type(argname="argument zero_etl_access", value=zero_etl_access, expected_type=type_hints["zero_etl_access"])
4991
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
4992
+ if managed_s3_backup_access is not None:
4993
+ self._values["managed_s3_backup_access"] = managed_s3_backup_access
4994
+ if managed_services_ipv4_cidrs is not None:
4995
+ self._values["managed_services_ipv4_cidrs"] = managed_services_ipv4_cidrs
4996
+ if resource_gateway_arn is not None:
4997
+ self._values["resource_gateway_arn"] = resource_gateway_arn
4998
+ if s3_access is not None:
4999
+ self._values["s3_access"] = s3_access
5000
+ if service_network_arn is not None:
5001
+ self._values["service_network_arn"] = service_network_arn
5002
+ if service_network_endpoint is not None:
5003
+ self._values["service_network_endpoint"] = service_network_endpoint
5004
+ if zero_etl_access is not None:
5005
+ self._values["zero_etl_access"] = zero_etl_access
5006
+
5007
+ @builtins.property
5008
+ def managed_s3_backup_access(
5009
+ self,
5010
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnOdbNetwork.ManagedS3BackupAccessProperty"]]:
5011
+ '''The managed Amazon S3 backup access configuration.
5012
+
5013
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-odbnetwork-managedservices.html#cfn-odb-odbnetwork-managedservices-manageds3backupaccess
5014
+ '''
5015
+ result = self._values.get("managed_s3_backup_access")
5016
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnOdbNetwork.ManagedS3BackupAccessProperty"]], result)
5017
+
5018
+ @builtins.property
5019
+ def managed_services_ipv4_cidrs(
5020
+ self,
5021
+ ) -> typing.Optional[typing.List[builtins.str]]:
5022
+ '''The IPv4 CIDR blocks for the managed services.
5023
+
5024
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-odbnetwork-managedservices.html#cfn-odb-odbnetwork-managedservices-managedservicesipv4cidrs
5025
+ '''
5026
+ result = self._values.get("managed_services_ipv4_cidrs")
5027
+ return typing.cast(typing.Optional[typing.List[builtins.str]], result)
5028
+
5029
+ @builtins.property
5030
+ def resource_gateway_arn(self) -> typing.Optional[builtins.str]:
5031
+ '''The Amazon Resource Name (ARN) of the resource gateway.
5032
+
5033
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-odbnetwork-managedservices.html#cfn-odb-odbnetwork-managedservices-resourcegatewayarn
5034
+ '''
5035
+ result = self._values.get("resource_gateway_arn")
5036
+ return typing.cast(typing.Optional[builtins.str], result)
5037
+
5038
+ @builtins.property
5039
+ def s3_access(
5040
+ self,
5041
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnOdbNetwork.S3AccessProperty"]]:
5042
+ '''The Amazon S3 access configuration.
5043
+
5044
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-odbnetwork-managedservices.html#cfn-odb-odbnetwork-managedservices-s3access
5045
+ '''
5046
+ result = self._values.get("s3_access")
5047
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnOdbNetwork.S3AccessProperty"]], result)
5048
+
5049
+ @builtins.property
5050
+ def service_network_arn(self) -> typing.Optional[builtins.str]:
5051
+ '''The Amazon Resource Name (ARN) of the service network.
5052
+
5053
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-odbnetwork-managedservices.html#cfn-odb-odbnetwork-managedservices-servicenetworkarn
5054
+ '''
5055
+ result = self._values.get("service_network_arn")
5056
+ return typing.cast(typing.Optional[builtins.str], result)
5057
+
5058
+ @builtins.property
5059
+ def service_network_endpoint(
5060
+ self,
5061
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnOdbNetwork.ServiceNetworkEndpointProperty"]]:
5062
+ '''The service network endpoint configuration.
5063
+
5064
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-odbnetwork-managedservices.html#cfn-odb-odbnetwork-managedservices-servicenetworkendpoint
5065
+ '''
5066
+ result = self._values.get("service_network_endpoint")
5067
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnOdbNetwork.ServiceNetworkEndpointProperty"]], result)
5068
+
5069
+ @builtins.property
5070
+ def zero_etl_access(
5071
+ self,
5072
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnOdbNetwork.ZeroEtlAccessProperty"]]:
5073
+ '''The Zero-ETL access configuration.
5074
+
5075
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-odbnetwork-managedservices.html#cfn-odb-odbnetwork-managedservices-zeroetlaccess
5076
+ '''
5077
+ result = self._values.get("zero_etl_access")
5078
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnOdbNetwork.ZeroEtlAccessProperty"]], result)
5079
+
5080
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
5081
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
5082
+
5083
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
5084
+ return not (rhs == self)
5085
+
5086
+ def __repr__(self) -> str:
5087
+ return "ManagedServicesProperty(%s)" % ", ".join(
5088
+ k + "=" + repr(v) for k, v in self._values.items()
5089
+ )
5090
+
5091
+ @jsii.data_type(
5092
+ jsii_type="aws-cdk-lib.aws_odb.CfnOdbNetwork.S3AccessProperty",
5093
+ jsii_struct_bases=[],
5094
+ name_mapping={
5095
+ "domain_name": "domainName",
5096
+ "ipv4_addresses": "ipv4Addresses",
5097
+ "s3_policy_document": "s3PolicyDocument",
5098
+ "status": "status",
5099
+ },
5100
+ )
5101
+ class S3AccessProperty:
5102
+ def __init__(
5103
+ self,
5104
+ *,
5105
+ domain_name: typing.Optional[builtins.str] = None,
5106
+ ipv4_addresses: typing.Optional[typing.Sequence[builtins.str]] = None,
5107
+ s3_policy_document: typing.Optional[builtins.str] = None,
5108
+ status: typing.Optional[builtins.str] = None,
5109
+ ) -> None:
5110
+ '''The configuration for Amazon S3 access from the ODB network.
5111
+
5112
+ :param domain_name: The domain name for the Amazon S3 access.
5113
+ :param ipv4_addresses: The IPv4 addresses for the Amazon S3 access.
5114
+ :param s3_policy_document: The endpoint policy for the Amazon S3 access.
5115
+ :param status: The status of the Amazon S3 access. Valid Values: ``enabled | disabled``
5116
+
5117
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-odbnetwork-s3access.html
5118
+ :exampleMetadata: fixture=_generated
5119
+
5120
+ Example::
5121
+
5122
+ # The code below shows an example of how to instantiate this type.
5123
+ # The values are placeholders you should change.
5124
+ from aws_cdk import aws_odb as odb
5125
+
5126
+ s3_access_property = odb.CfnOdbNetwork.S3AccessProperty(
5127
+ domain_name="domainName",
5128
+ ipv4_addresses=["ipv4Addresses"],
5129
+ s3_policy_document="s3PolicyDocument",
5130
+ status="status"
5131
+ )
5132
+ '''
5133
+ if __debug__:
5134
+ type_hints = typing.get_type_hints(_typecheckingstub__f9ceb49d35946863bf3c3373dfa2beadc7131a98014ab8760b8a753494ebd78d)
5135
+ check_type(argname="argument domain_name", value=domain_name, expected_type=type_hints["domain_name"])
5136
+ check_type(argname="argument ipv4_addresses", value=ipv4_addresses, expected_type=type_hints["ipv4_addresses"])
5137
+ check_type(argname="argument s3_policy_document", value=s3_policy_document, expected_type=type_hints["s3_policy_document"])
5138
+ check_type(argname="argument status", value=status, expected_type=type_hints["status"])
5139
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
5140
+ if domain_name is not None:
5141
+ self._values["domain_name"] = domain_name
5142
+ if ipv4_addresses is not None:
5143
+ self._values["ipv4_addresses"] = ipv4_addresses
5144
+ if s3_policy_document is not None:
5145
+ self._values["s3_policy_document"] = s3_policy_document
5146
+ if status is not None:
5147
+ self._values["status"] = status
5148
+
5149
+ @builtins.property
5150
+ def domain_name(self) -> typing.Optional[builtins.str]:
5151
+ '''The domain name for the Amazon S3 access.
5152
+
5153
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-odbnetwork-s3access.html#cfn-odb-odbnetwork-s3access-domainname
5154
+ '''
5155
+ result = self._values.get("domain_name")
5156
+ return typing.cast(typing.Optional[builtins.str], result)
5157
+
5158
+ @builtins.property
5159
+ def ipv4_addresses(self) -> typing.Optional[typing.List[builtins.str]]:
5160
+ '''The IPv4 addresses for the Amazon S3 access.
5161
+
5162
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-odbnetwork-s3access.html#cfn-odb-odbnetwork-s3access-ipv4addresses
5163
+ '''
5164
+ result = self._values.get("ipv4_addresses")
5165
+ return typing.cast(typing.Optional[typing.List[builtins.str]], result)
5166
+
5167
+ @builtins.property
5168
+ def s3_policy_document(self) -> typing.Optional[builtins.str]:
5169
+ '''The endpoint policy for the Amazon S3 access.
5170
+
5171
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-odbnetwork-s3access.html#cfn-odb-odbnetwork-s3access-s3policydocument
5172
+ '''
5173
+ result = self._values.get("s3_policy_document")
5174
+ return typing.cast(typing.Optional[builtins.str], result)
5175
+
5176
+ @builtins.property
5177
+ def status(self) -> typing.Optional[builtins.str]:
5178
+ '''The status of the Amazon S3 access.
5179
+
5180
+ Valid Values: ``enabled | disabled``
5181
+
5182
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-odbnetwork-s3access.html#cfn-odb-odbnetwork-s3access-status
5183
+ '''
5184
+ result = self._values.get("status")
5185
+ return typing.cast(typing.Optional[builtins.str], result)
5186
+
5187
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
5188
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
5189
+
5190
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
5191
+ return not (rhs == self)
5192
+
5193
+ def __repr__(self) -> str:
5194
+ return "S3AccessProperty(%s)" % ", ".join(
5195
+ k + "=" + repr(v) for k, v in self._values.items()
5196
+ )
5197
+
5198
+ @jsii.data_type(
5199
+ jsii_type="aws-cdk-lib.aws_odb.CfnOdbNetwork.ServiceNetworkEndpointProperty",
5200
+ jsii_struct_bases=[],
5201
+ name_mapping={
5202
+ "vpc_endpoint_id": "vpcEndpointId",
5203
+ "vpc_endpoint_type": "vpcEndpointType",
5204
+ },
5205
+ )
5206
+ class ServiceNetworkEndpointProperty:
5207
+ def __init__(
5208
+ self,
5209
+ *,
5210
+ vpc_endpoint_id: typing.Optional[builtins.str] = None,
5211
+ vpc_endpoint_type: typing.Optional[builtins.str] = None,
5212
+ ) -> None:
5213
+ '''The configuration for a service network endpoint.
5214
+
5215
+ :param vpc_endpoint_id: The identifier of the VPC endpoint.
5216
+ :param vpc_endpoint_type: The type of the VPC endpoint. Valid Values: ``Interface | Gateway``
5217
+
5218
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-odbnetwork-servicenetworkendpoint.html
5219
+ :exampleMetadata: fixture=_generated
5220
+
5221
+ Example::
5222
+
5223
+ # The code below shows an example of how to instantiate this type.
5224
+ # The values are placeholders you should change.
5225
+ from aws_cdk import aws_odb as odb
5226
+
5227
+ service_network_endpoint_property = odb.CfnOdbNetwork.ServiceNetworkEndpointProperty(
5228
+ vpc_endpoint_id="vpcEndpointId",
5229
+ vpc_endpoint_type="vpcEndpointType"
5230
+ )
5231
+ '''
5232
+ if __debug__:
5233
+ type_hints = typing.get_type_hints(_typecheckingstub__aa23d13536607858ecb17ec218e9d01d10a09d3dc235be793fb3ac7485d17be1)
5234
+ check_type(argname="argument vpc_endpoint_id", value=vpc_endpoint_id, expected_type=type_hints["vpc_endpoint_id"])
5235
+ check_type(argname="argument vpc_endpoint_type", value=vpc_endpoint_type, expected_type=type_hints["vpc_endpoint_type"])
5236
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
5237
+ if vpc_endpoint_id is not None:
5238
+ self._values["vpc_endpoint_id"] = vpc_endpoint_id
5239
+ if vpc_endpoint_type is not None:
5240
+ self._values["vpc_endpoint_type"] = vpc_endpoint_type
5241
+
5242
+ @builtins.property
5243
+ def vpc_endpoint_id(self) -> typing.Optional[builtins.str]:
5244
+ '''The identifier of the VPC endpoint.
5245
+
5246
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-odbnetwork-servicenetworkendpoint.html#cfn-odb-odbnetwork-servicenetworkendpoint-vpcendpointid
5247
+ '''
5248
+ result = self._values.get("vpc_endpoint_id")
5249
+ return typing.cast(typing.Optional[builtins.str], result)
5250
+
5251
+ @builtins.property
5252
+ def vpc_endpoint_type(self) -> typing.Optional[builtins.str]:
5253
+ '''The type of the VPC endpoint.
5254
+
5255
+ Valid Values: ``Interface | Gateway``
5256
+
5257
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-odbnetwork-servicenetworkendpoint.html#cfn-odb-odbnetwork-servicenetworkendpoint-vpcendpointtype
5258
+ '''
5259
+ result = self._values.get("vpc_endpoint_type")
5260
+ return typing.cast(typing.Optional[builtins.str], result)
5261
+
5262
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
5263
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
5264
+
5265
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
5266
+ return not (rhs == self)
5267
+
5268
+ def __repr__(self) -> str:
5269
+ return "ServiceNetworkEndpointProperty(%s)" % ", ".join(
5270
+ k + "=" + repr(v) for k, v in self._values.items()
5271
+ )
5272
+
5273
+ @jsii.data_type(
5274
+ jsii_type="aws-cdk-lib.aws_odb.CfnOdbNetwork.ZeroEtlAccessProperty",
5275
+ jsii_struct_bases=[],
5276
+ name_mapping={"cidr": "cidr", "status": "status"},
5277
+ )
5278
+ class ZeroEtlAccessProperty:
5279
+ def __init__(
5280
+ self,
5281
+ *,
5282
+ cidr: typing.Optional[builtins.str] = None,
5283
+ status: typing.Optional[builtins.str] = None,
5284
+ ) -> None:
5285
+ '''The configuration for Zero-ETL access from the ODB network.
5286
+
5287
+ :param cidr: The CIDR block for the Zero-ETL access.
5288
+ :param status: The status of the Zero-ETL access. Valid Values: ``enabled | disabled``
5289
+
5290
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-odbnetwork-zeroetlaccess.html
5291
+ :exampleMetadata: fixture=_generated
5292
+
5293
+ Example::
5294
+
5295
+ # The code below shows an example of how to instantiate this type.
5296
+ # The values are placeholders you should change.
5297
+ from aws_cdk import aws_odb as odb
5298
+
5299
+ zero_etl_access_property = odb.CfnOdbNetwork.ZeroEtlAccessProperty(
5300
+ cidr="cidr",
5301
+ status="status"
5302
+ )
5303
+ '''
5304
+ if __debug__:
5305
+ type_hints = typing.get_type_hints(_typecheckingstub__8d8647c7f912887ddd8cf379fbed057ec6a564b3495caa039b6697c1b5aa3e9e)
5306
+ check_type(argname="argument cidr", value=cidr, expected_type=type_hints["cidr"])
5307
+ check_type(argname="argument status", value=status, expected_type=type_hints["status"])
5308
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
5309
+ if cidr is not None:
5310
+ self._values["cidr"] = cidr
5311
+ if status is not None:
5312
+ self._values["status"] = status
5313
+
5314
+ @builtins.property
5315
+ def cidr(self) -> typing.Optional[builtins.str]:
5316
+ '''The CIDR block for the Zero-ETL access.
5317
+
5318
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-odbnetwork-zeroetlaccess.html#cfn-odb-odbnetwork-zeroetlaccess-cidr
5319
+ '''
5320
+ result = self._values.get("cidr")
5321
+ return typing.cast(typing.Optional[builtins.str], result)
5322
+
5323
+ @builtins.property
5324
+ def status(self) -> typing.Optional[builtins.str]:
5325
+ '''The status of the Zero-ETL access.
5326
+
5327
+ Valid Values: ``enabled | disabled``
5328
+
5329
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-odbnetwork-zeroetlaccess.html#cfn-odb-odbnetwork-zeroetlaccess-status
5330
+ '''
5331
+ result = self._values.get("status")
5332
+ return typing.cast(typing.Optional[builtins.str], result)
5333
+
5334
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
5335
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
5336
+
5337
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
5338
+ return not (rhs == self)
5339
+
5340
+ def __repr__(self) -> str:
5341
+ return "ZeroEtlAccessProperty(%s)" % ", ".join(
5342
+ k + "=" + repr(v) for k, v in self._values.items()
5343
+ )
5344
+
5345
+
5346
+ @jsii.implements(_IInspectable_c2943556, IOdbPeeringConnectionRef, _ITaggableV2_4e6798f8)
5347
+ class CfnOdbPeeringConnection(
5348
+ _CfnResource_9df397a6,
5349
+ metaclass=jsii.JSIIMeta,
5350
+ jsii_type="aws-cdk-lib.aws_odb.CfnOdbPeeringConnection",
5351
+ ):
5352
+ '''Creates a peering connection between an ODB network and either another ODB network or a customer-owned VPC.
5353
+
5354
+ A peering connection enables private connectivity between the networks for application-tier communication.
5355
+
5356
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbpeeringconnection.html
5357
+ :cloudformationResource: AWS::ODB::OdbPeeringConnection
5358
+ :exampleMetadata: fixture=_generated
5359
+
5360
+ Example::
5361
+
5362
+ # The code below shows an example of how to instantiate this type.
5363
+ # The values are placeholders you should change.
5364
+ from aws_cdk import aws_odb as odb
5365
+
5366
+ cfn_odb_peering_connection = odb.CfnOdbPeeringConnection(self, "MyCfnOdbPeeringConnection",
5367
+ display_name="displayName",
5368
+ odb_network_id="odbNetworkId",
5369
+ peer_network_id="peerNetworkId",
5370
+ tags=[CfnTag(
5371
+ key="key",
5372
+ value="value"
5373
+ )]
5374
+ )
5375
+ '''
5376
+
5377
+ def __init__(
5378
+ self,
5379
+ scope: _constructs_77d1e7e8.Construct,
5380
+ id: builtins.str,
5381
+ *,
5382
+ display_name: typing.Optional[builtins.str] = None,
5383
+ odb_network_id: typing.Optional[builtins.str] = None,
5384
+ peer_network_id: typing.Optional[builtins.str] = None,
5385
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
5386
+ ) -> None:
5387
+ '''
5388
+ :param scope: Scope in which this resource is defined.
5389
+ :param id: Construct identifier for this resource (unique in its scope).
5390
+ :param display_name: The display name of the ODB peering connection.
5391
+ :param odb_network_id: The unique identifier of the ODB network.
5392
+ :param peer_network_id: The unique identifier of the peer network.
5393
+ :param tags: Tags to assign to the Odb peering connection.
5394
+ '''
5395
+ if __debug__:
5396
+ type_hints = typing.get_type_hints(_typecheckingstub__cf0303fdbabd342a7442eedc20c217c961164af3d96d803130ec699ce6cf84d0)
5397
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
5398
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
5399
+ props = CfnOdbPeeringConnectionProps(
5400
+ display_name=display_name,
5401
+ odb_network_id=odb_network_id,
5402
+ peer_network_id=peer_network_id,
5403
+ tags=tags,
5404
+ )
5405
+
5406
+ jsii.create(self.__class__, self, [scope, id, props])
5407
+
5408
+ @jsii.member(jsii_name="inspect")
5409
+ def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
5410
+ '''Examines the CloudFormation resource and discloses attributes.
5411
+
5412
+ :param inspector: tree inspector to collect and process attributes.
5413
+ '''
5414
+ if __debug__:
5415
+ type_hints = typing.get_type_hints(_typecheckingstub__3c607296b85b8e34cc1971180744ea86ab063bf6e70311b45f2a5e22464c0506)
5416
+ check_type(argname="argument inspector", value=inspector, expected_type=type_hints["inspector"])
5417
+ return typing.cast(None, jsii.invoke(self, "inspect", [inspector]))
5418
+
5419
+ @jsii.member(jsii_name="renderProperties")
5420
+ def _render_properties(
5421
+ self,
5422
+ props: typing.Mapping[builtins.str, typing.Any],
5423
+ ) -> typing.Mapping[builtins.str, typing.Any]:
5424
+ '''
5425
+ :param props: -
5426
+ '''
5427
+ if __debug__:
5428
+ type_hints = typing.get_type_hints(_typecheckingstub__fdee86eadecbb57db0a54818b6bf117c40239d065452a626ca98bb6f57e734f3)
5429
+ check_type(argname="argument props", value=props, expected_type=type_hints["props"])
5430
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "renderProperties", [props]))
5431
+
5432
+ @jsii.python.classproperty
5433
+ @jsii.member(jsii_name="CFN_RESOURCE_TYPE_NAME")
5434
+ def CFN_RESOURCE_TYPE_NAME(cls) -> builtins.str:
5435
+ '''The CloudFormation resource type name for this resource class.'''
5436
+ return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
5437
+
5438
+ @builtins.property
5439
+ @jsii.member(jsii_name="attrOdbNetworkArn")
5440
+ def attr_odb_network_arn(self) -> builtins.str:
5441
+ '''The Amazon Resource Name (ARN) of the ODB network that initiated the peering connection.
3701
5442
 
3702
- :cloudformationAttribute: OciResourceAnchorName
5443
+ :cloudformationAttribute: OdbNetworkArn
3703
5444
  '''
3704
- return typing.cast(builtins.str, jsii.get(self, "attrOciResourceAnchorName"))
5445
+ return typing.cast(builtins.str, jsii.get(self, "attrOdbNetworkArn"))
3705
5446
 
3706
5447
  @builtins.property
3707
- @jsii.member(jsii_name="attrOciVcnUrl")
3708
- def attr_oci_vcn_url(self) -> builtins.str:
3709
- '''The URL for the VCN that's associated with the ODB network.
5448
+ @jsii.member(jsii_name="attrOdbPeeringConnectionArn")
5449
+ def attr_odb_peering_connection_arn(self) -> builtins.str:
5450
+ '''The Amazon Resource Name (ARN) of the ODB peering connection.
3710
5451
 
3711
- :cloudformationAttribute: OciVcnUrl
5452
+ :cloudformationAttribute: OdbPeeringConnectionArn
3712
5453
  '''
3713
- return typing.cast(builtins.str, jsii.get(self, "attrOciVcnUrl"))
5454
+ return typing.cast(builtins.str, jsii.get(self, "attrOdbPeeringConnectionArn"))
3714
5455
 
3715
5456
  @builtins.property
3716
- @jsii.member(jsii_name="attrOdbNetworkArn")
3717
- def attr_odb_network_arn(self) -> builtins.str:
3718
- '''The Amazon Resource Name (ARN) of the ODB network.
5457
+ @jsii.member(jsii_name="attrOdbPeeringConnectionId")
5458
+ def attr_odb_peering_connection_id(self) -> builtins.str:
5459
+ '''The unique identifier of the ODB peering connection.
3719
5460
 
3720
- :cloudformationAttribute: OdbNetworkArn
5461
+ A sample ID is ``odbpcx-abcdefgh12345678`` .
5462
+
5463
+ :cloudformationAttribute: OdbPeeringConnectionId
3721
5464
  '''
3722
- return typing.cast(builtins.str, jsii.get(self, "attrOdbNetworkArn"))
5465
+ return typing.cast(builtins.str, jsii.get(self, "attrOdbPeeringConnectionId"))
3723
5466
 
3724
5467
  @builtins.property
3725
- @jsii.member(jsii_name="attrOdbNetworkId")
3726
- def attr_odb_network_id(self) -> builtins.str:
3727
- '''The unique identifier of the ODB network.
5468
+ @jsii.member(jsii_name="attrPeerNetworkArn")
5469
+ def attr_peer_network_arn(self) -> builtins.str:
5470
+ '''The Amazon Resource Name (ARN) of the peer network.
3728
5471
 
3729
- :cloudformationAttribute: OdbNetworkId
5472
+ :cloudformationAttribute: PeerNetworkArn
3730
5473
  '''
3731
- return typing.cast(builtins.str, jsii.get(self, "attrOdbNetworkId"))
5474
+ return typing.cast(builtins.str, jsii.get(self, "attrPeerNetworkArn"))
3732
5475
 
3733
5476
  @builtins.property
3734
5477
  @jsii.member(jsii_name="cdkTagManager")
@@ -3742,117 +5485,60 @@ class CfnOdbNetwork(
3742
5485
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
3743
5486
 
3744
5487
  @builtins.property
3745
- @jsii.member(jsii_name="odbNetworkRef")
3746
- def odb_network_ref(self) -> OdbNetworkReference:
3747
- '''A reference to a OdbNetwork resource.'''
3748
- return typing.cast(OdbNetworkReference, jsii.get(self, "odbNetworkRef"))
3749
-
3750
- @builtins.property
3751
- @jsii.member(jsii_name="availabilityZone")
3752
- def availability_zone(self) -> typing.Optional[builtins.str]:
3753
- '''The Availability Zone (AZ) where the ODB network is located.'''
3754
- return typing.cast(typing.Optional[builtins.str], jsii.get(self, "availabilityZone"))
3755
-
3756
- @availability_zone.setter
3757
- def availability_zone(self, value: typing.Optional[builtins.str]) -> None:
3758
- if __debug__:
3759
- type_hints = typing.get_type_hints(_typecheckingstub__87621d2b03c5469d26954de7e37dfd0d3e012b5b4644ec0232e59bfecfb758e9)
3760
- check_type(argname="argument value", value=value, expected_type=type_hints["value"])
3761
- jsii.set(self, "availabilityZone", value) # pyright: ignore[reportArgumentType]
3762
-
3763
- @builtins.property
3764
- @jsii.member(jsii_name="availabilityZoneId")
3765
- def availability_zone_id(self) -> typing.Optional[builtins.str]:
3766
- '''The AZ ID of the AZ where the ODB network is located.'''
3767
- return typing.cast(typing.Optional[builtins.str], jsii.get(self, "availabilityZoneId"))
3768
-
3769
- @availability_zone_id.setter
3770
- def availability_zone_id(self, value: typing.Optional[builtins.str]) -> None:
3771
- if __debug__:
3772
- type_hints = typing.get_type_hints(_typecheckingstub__328deed1718c1266e8446a386f2cfe2272763b64c3f37b5bd93a7c2f77ab2d5d)
3773
- check_type(argname="argument value", value=value, expected_type=type_hints["value"])
3774
- jsii.set(self, "availabilityZoneId", value) # pyright: ignore[reportArgumentType]
3775
-
3776
- @builtins.property
3777
- @jsii.member(jsii_name="backupSubnetCidr")
3778
- def backup_subnet_cidr(self) -> typing.Optional[builtins.str]:
3779
- '''The CIDR range of the backup subnet in the ODB network.'''
3780
- return typing.cast(typing.Optional[builtins.str], jsii.get(self, "backupSubnetCidr"))
3781
-
3782
- @backup_subnet_cidr.setter
3783
- def backup_subnet_cidr(self, value: typing.Optional[builtins.str]) -> None:
3784
- if __debug__:
3785
- type_hints = typing.get_type_hints(_typecheckingstub__eee98a4fbff2c83a839881f8a102d4b7813c50e6fdb9be0997144c385e71c305)
3786
- check_type(argname="argument value", value=value, expected_type=type_hints["value"])
3787
- jsii.set(self, "backupSubnetCidr", value) # pyright: ignore[reportArgumentType]
3788
-
3789
- @builtins.property
3790
- @jsii.member(jsii_name="clientSubnetCidr")
3791
- def client_subnet_cidr(self) -> typing.Optional[builtins.str]:
3792
- '''The CIDR range of the client subnet in the ODB network.'''
3793
- return typing.cast(typing.Optional[builtins.str], jsii.get(self, "clientSubnetCidr"))
3794
-
3795
- @client_subnet_cidr.setter
3796
- def client_subnet_cidr(self, value: typing.Optional[builtins.str]) -> None:
3797
- if __debug__:
3798
- type_hints = typing.get_type_hints(_typecheckingstub__964e75c8af7e656feecdf2af9cc1f3709e5857d22d004e58037f1a4d97df301d)
3799
- check_type(argname="argument value", value=value, expected_type=type_hints["value"])
3800
- jsii.set(self, "clientSubnetCidr", value) # pyright: ignore[reportArgumentType]
5488
+ @jsii.member(jsii_name="odbPeeringConnectionRef")
5489
+ def odb_peering_connection_ref(self) -> OdbPeeringConnectionReference:
5490
+ '''A reference to a OdbPeeringConnection resource.'''
5491
+ return typing.cast(OdbPeeringConnectionReference, jsii.get(self, "odbPeeringConnectionRef"))
3801
5492
 
3802
5493
  @builtins.property
3803
- @jsii.member(jsii_name="defaultDnsPrefix")
3804
- def default_dns_prefix(self) -> typing.Optional[builtins.str]:
3805
- '''The DNS prefix to the default DNS domain name.'''
3806
- return typing.cast(typing.Optional[builtins.str], jsii.get(self, "defaultDnsPrefix"))
5494
+ @jsii.member(jsii_name="displayName")
5495
+ def display_name(self) -> typing.Optional[builtins.str]:
5496
+ '''The display name of the ODB peering connection.'''
5497
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "displayName"))
3807
5498
 
3808
- @default_dns_prefix.setter
3809
- def default_dns_prefix(self, value: typing.Optional[builtins.str]) -> None:
5499
+ @display_name.setter
5500
+ def display_name(self, value: typing.Optional[builtins.str]) -> None:
3810
5501
  if __debug__:
3811
- type_hints = typing.get_type_hints(_typecheckingstub__ccee4738061946ef5f75dacb78a62f5c60382f3bd85cd506ee1454b932d8374a)
5502
+ type_hints = typing.get_type_hints(_typecheckingstub__8e5c2d7c7680dd80443dde7963eb8b7ebf34b6b63b1c6c155d7867956062438a)
3812
5503
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
3813
- jsii.set(self, "defaultDnsPrefix", value) # pyright: ignore[reportArgumentType]
5504
+ jsii.set(self, "displayName", value) # pyright: ignore[reportArgumentType]
3814
5505
 
3815
5506
  @builtins.property
3816
- @jsii.member(jsii_name="deleteAssociatedResources")
3817
- def delete_associated_resources(
3818
- self,
3819
- ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
3820
- '''Specifies whether to delete associated OCI networking resources along with the ODB network.'''
3821
- return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], jsii.get(self, "deleteAssociatedResources"))
5507
+ @jsii.member(jsii_name="odbNetworkId")
5508
+ def odb_network_id(self) -> typing.Optional[builtins.str]:
5509
+ '''The unique identifier of the ODB network.'''
5510
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "odbNetworkId"))
3822
5511
 
3823
- @delete_associated_resources.setter
3824
- def delete_associated_resources(
3825
- self,
3826
- value: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]],
3827
- ) -> None:
5512
+ @odb_network_id.setter
5513
+ def odb_network_id(self, value: typing.Optional[builtins.str]) -> None:
3828
5514
  if __debug__:
3829
- type_hints = typing.get_type_hints(_typecheckingstub__cc86642a834ad1214ad781ba4b6b7516ddb5e4df5219e6f1572c3707c253846a)
5515
+ type_hints = typing.get_type_hints(_typecheckingstub__9fefb4bfab3abcea0bd112930eb81eda4161508620e9868a51c31460a3bc6124)
3830
5516
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
3831
- jsii.set(self, "deleteAssociatedResources", value) # pyright: ignore[reportArgumentType]
5517
+ jsii.set(self, "odbNetworkId", value) # pyright: ignore[reportArgumentType]
3832
5518
 
3833
5519
  @builtins.property
3834
- @jsii.member(jsii_name="displayName")
3835
- def display_name(self) -> typing.Optional[builtins.str]:
3836
- '''The user-friendly name of the ODB network.'''
3837
- return typing.cast(typing.Optional[builtins.str], jsii.get(self, "displayName"))
5520
+ @jsii.member(jsii_name="peerNetworkId")
5521
+ def peer_network_id(self) -> typing.Optional[builtins.str]:
5522
+ '''The unique identifier of the peer network.'''
5523
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "peerNetworkId"))
3838
5524
 
3839
- @display_name.setter
3840
- def display_name(self, value: typing.Optional[builtins.str]) -> None:
5525
+ @peer_network_id.setter
5526
+ def peer_network_id(self, value: typing.Optional[builtins.str]) -> None:
3841
5527
  if __debug__:
3842
- type_hints = typing.get_type_hints(_typecheckingstub__6f9a4c06370e66400707daa4ab73fb37a67d67c8422f10b57fa0ee6b191128e7)
5528
+ type_hints = typing.get_type_hints(_typecheckingstub__9ab942a64178d4b44a12a7c4d77ac39a95872d25a99449973520d474cd6d4cbc)
3843
5529
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
3844
- jsii.set(self, "displayName", value) # pyright: ignore[reportArgumentType]
5530
+ jsii.set(self, "peerNetworkId", value) # pyright: ignore[reportArgumentType]
3845
5531
 
3846
5532
  @builtins.property
3847
5533
  @jsii.member(jsii_name="tags")
3848
5534
  def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
3849
- '''Tags to assign to the Odb Network.'''
5535
+ '''Tags to assign to the Odb peering connection.'''
3850
5536
  return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "tags"))
3851
5537
 
3852
5538
  @tags.setter
3853
5539
  def tags(self, value: typing.Optional[typing.List[_CfnTag_f6864754]]) -> None:
3854
5540
  if __debug__:
3855
- type_hints = typing.get_type_hints(_typecheckingstub__2a78f63e76d627d52015eb8e2a0dc2ab1a80a0926480a2a40fc93da33d803ce3)
5541
+ type_hints = typing.get_type_hints(_typecheckingstub__e52d668f36d0789e49c0196d151e22c497a4f1c0a77cff71369f51481f5725dc)
3856
5542
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
3857
5543
  jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
3858
5544
 
@@ -3866,6 +5552,8 @@ __all__ = [
3866
5552
  "CfnCloudVmClusterProps",
3867
5553
  "CfnOdbNetwork",
3868
5554
  "CfnOdbNetworkProps",
5555
+ "CfnOdbPeeringConnection",
5556
+ "CfnOdbPeeringConnectionProps",
3869
5557
  "CloudAutonomousVmClusterReference",
3870
5558
  "CloudExadataInfrastructureReference",
3871
5559
  "CloudVmClusterReference",
@@ -3873,7 +5561,9 @@ __all__ = [
3873
5561
  "ICloudExadataInfrastructureRef",
3874
5562
  "ICloudVmClusterRef",
3875
5563
  "IOdbNetworkRef",
5564
+ "IOdbPeeringConnectionRef",
3876
5565
  "OdbNetworkReference",
5566
+ "OdbPeeringConnectionReference",
3877
5567
  ]
3878
5568
 
3879
5569
  publication.publish()
@@ -3908,6 +5598,7 @@ def _typecheckingstub__b021189fda911f5f9c01459f93a1cc1991300050c373d976ffb11c43e
3908
5598
  customer_contacts_to_send_to_oci: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnCloudExadataInfrastructure.CustomerContactProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
3909
5599
  database_server_type: typing.Optional[builtins.str] = None,
3910
5600
  display_name: typing.Optional[builtins.str] = None,
5601
+ maintenance_window: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnCloudExadataInfrastructure.MaintenanceWindowProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
3911
5602
  shape: typing.Optional[builtins.str] = None,
3912
5603
  storage_count: typing.Optional[jsii.Number] = None,
3913
5604
  storage_server_type: typing.Optional[builtins.str] = None,
@@ -3923,6 +5614,7 @@ def _typecheckingstub__b7c1c550550cdc807e34dbb5ced4b50daf930df9156b6a6f0dfaa8e97
3923
5614
  cpu_core_count: typing.Optional[jsii.Number] = None,
3924
5615
  data_collection_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnCloudVmCluster.DataCollectionOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
3925
5616
  data_storage_size_in_t_bs: typing.Optional[jsii.Number] = None,
5617
+ db_nodes: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnCloudVmCluster.DbNodeProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
3926
5618
  db_node_storage_size_in_g_bs: typing.Optional[jsii.Number] = None,
3927
5619
  db_servers: typing.Optional[typing.Sequence[builtins.str]] = None,
3928
5620
  display_name: typing.Optional[builtins.str] = None,
@@ -3948,9 +5640,23 @@ def _typecheckingstub__41648888050cc85bcebe5a38dc9918a297404cec697643f0d6d43e8c7
3948
5640
  availability_zone_id: typing.Optional[builtins.str] = None,
3949
5641
  backup_subnet_cidr: typing.Optional[builtins.str] = None,
3950
5642
  client_subnet_cidr: typing.Optional[builtins.str] = None,
5643
+ custom_domain_name: typing.Optional[builtins.str] = None,
3951
5644
  default_dns_prefix: typing.Optional[builtins.str] = None,
3952
5645
  delete_associated_resources: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
3953
5646
  display_name: typing.Optional[builtins.str] = None,
5647
+ s3_access: typing.Optional[builtins.str] = None,
5648
+ s3_policy_document: typing.Optional[builtins.str] = None,
5649
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
5650
+ zero_etl_access: typing.Optional[builtins.str] = None,
5651
+ ) -> None:
5652
+ """Type checking stubs"""
5653
+ pass
5654
+
5655
+ def _typecheckingstub__cb14f6a041f61647a57988c9818fe08cae77494cecfe8f526e6f77c42849303b(
5656
+ *,
5657
+ display_name: typing.Optional[builtins.str] = None,
5658
+ odb_network_id: typing.Optional[builtins.str] = None,
5659
+ peer_network_id: typing.Optional[builtins.str] = None,
3954
5660
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
3955
5661
  ) -> None:
3956
5662
  """Type checking stubs"""
@@ -3984,6 +5690,13 @@ def _typecheckingstub__b71b7117720de959ffe8ba50b9add7b418e7681ed203043975d7154ad
3984
5690
  """Type checking stubs"""
3985
5691
  pass
3986
5692
 
5693
+ def _typecheckingstub__7e3a4b6ffc1638d5ec32639aad578b9bbc91b0bd40570c735ef585018043545a(
5694
+ *,
5695
+ odb_peering_connection_arn: builtins.str,
5696
+ ) -> None:
5697
+ """Type checking stubs"""
5698
+ pass
5699
+
3987
5700
  def _typecheckingstub__d5f3b11bad526801ca3c7c4e0e6c7dadf7c59ded4c26290e2160449d622fe4b7(
3988
5701
  scope: _constructs_77d1e7e8.Construct,
3989
5702
  id: builtins.str,
@@ -4138,6 +5851,7 @@ def _typecheckingstub__fd782f736e7ad827f171e15d160c54071c1fbef5443d136721533cbfd
4138
5851
  customer_contacts_to_send_to_oci: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnCloudExadataInfrastructure.CustomerContactProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
4139
5852
  database_server_type: typing.Optional[builtins.str] = None,
4140
5853
  display_name: typing.Optional[builtins.str] = None,
5854
+ maintenance_window: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnCloudExadataInfrastructure.MaintenanceWindowProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
4141
5855
  shape: typing.Optional[builtins.str] = None,
4142
5856
  storage_count: typing.Optional[jsii.Number] = None,
4143
5857
  storage_server_type: typing.Optional[builtins.str] = None,
@@ -4194,6 +5908,12 @@ def _typecheckingstub__d12c1cc442676c06c38458b560f32148a7562dbf983c5df26ac19ffea
4194
5908
  """Type checking stubs"""
4195
5909
  pass
4196
5910
 
5911
+ def _typecheckingstub__1e3bb28409835469386431431fb04ff62da0b9c236f5e4e6de86eaab458aa03d(
5912
+ value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnCloudExadataInfrastructure.MaintenanceWindowProperty]],
5913
+ ) -> None:
5914
+ """Type checking stubs"""
5915
+ pass
5916
+
4197
5917
  def _typecheckingstub__044d56c3db02ff4cda6e4851e60243f1c99ed89d6880d3e3d3d95a41f20c78c6(
4198
5918
  value: typing.Optional[builtins.str],
4199
5919
  ) -> None:
@@ -4225,6 +5945,21 @@ def _typecheckingstub__643c0e64847e961d0058c2280408d7c853e987c242dc2bdfb33b5b65d
4225
5945
  """Type checking stubs"""
4226
5946
  pass
4227
5947
 
5948
+ def _typecheckingstub__99303e5da5047eb80fd9260c2a8d18c444f4f01d29749076a86c0c0412db2caa(
5949
+ *,
5950
+ custom_action_timeout_in_mins: typing.Optional[jsii.Number] = None,
5951
+ days_of_week: typing.Optional[typing.Sequence[builtins.str]] = None,
5952
+ hours_of_day: typing.Optional[typing.Union[typing.Sequence[jsii.Number], _IResolvable_da3f097b]] = None,
5953
+ is_custom_action_timeout_enabled: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
5954
+ lead_time_in_weeks: typing.Optional[jsii.Number] = None,
5955
+ months: typing.Optional[typing.Sequence[builtins.str]] = None,
5956
+ patching_mode: typing.Optional[builtins.str] = None,
5957
+ preference: typing.Optional[builtins.str] = None,
5958
+ weeks_of_month: typing.Optional[typing.Union[typing.Sequence[jsii.Number], _IResolvable_da3f097b]] = None,
5959
+ ) -> None:
5960
+ """Type checking stubs"""
5961
+ pass
5962
+
4228
5963
  def _typecheckingstub__54a24296108cf4d367a887b0b65dc2c9163c185183c8fde1522a8cb329db03c9(
4229
5964
  scope: _constructs_77d1e7e8.Construct,
4230
5965
  id: builtins.str,
@@ -4234,6 +5969,7 @@ def _typecheckingstub__54a24296108cf4d367a887b0b65dc2c9163c185183c8fde1522a8cb32
4234
5969
  cpu_core_count: typing.Optional[jsii.Number] = None,
4235
5970
  data_collection_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnCloudVmCluster.DataCollectionOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
4236
5971
  data_storage_size_in_t_bs: typing.Optional[jsii.Number] = None,
5972
+ db_nodes: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnCloudVmCluster.DbNodeProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
4237
5973
  db_node_storage_size_in_g_bs: typing.Optional[jsii.Number] = None,
4238
5974
  db_servers: typing.Optional[typing.Sequence[builtins.str]] = None,
4239
5975
  display_name: typing.Optional[builtins.str] = None,
@@ -4295,6 +6031,12 @@ def _typecheckingstub__10a4a98dd975dea2ac63836158b2dc7afd11f93fa6eef648312be262c
4295
6031
  """Type checking stubs"""
4296
6032
  pass
4297
6033
 
6034
+ def _typecheckingstub__1d87bde62c7a3c3cf4ed0bfffab6f8bc36cc20a58ede136430e57b23880577ef(
6035
+ value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnCloudVmCluster.DbNodeProperty]]]],
6036
+ ) -> None:
6037
+ """Type checking stubs"""
6038
+ pass
6039
+
4298
6040
  def _typecheckingstub__56b2b388df0abb719bfd805181dfedcccb07a854fdad9846d4422b3c03934e4f(
4299
6041
  value: typing.Optional[jsii.Number],
4300
6042
  ) -> None:
@@ -4394,6 +6136,28 @@ def _typecheckingstub__0be5e048213b0ee63e4c9703a3c1b37da85fb4dc37d9458571be7e678
4394
6136
  """Type checking stubs"""
4395
6137
  pass
4396
6138
 
6139
+ def _typecheckingstub__c95a10051fe96e033b74a53129c8792115ffa8596c6e20c63b8b2bae5c33dd21(
6140
+ *,
6141
+ db_server_id: builtins.str,
6142
+ backup_ip_id: typing.Optional[builtins.str] = None,
6143
+ backup_vnic2_id: typing.Optional[builtins.str] = None,
6144
+ cpu_core_count: typing.Optional[jsii.Number] = None,
6145
+ db_node_arn: typing.Optional[builtins.str] = None,
6146
+ db_node_id: typing.Optional[builtins.str] = None,
6147
+ db_node_storage_size_in_g_bs: typing.Optional[jsii.Number] = None,
6148
+ db_system_id: typing.Optional[builtins.str] = None,
6149
+ host_ip_id: typing.Optional[builtins.str] = None,
6150
+ hostname: typing.Optional[builtins.str] = None,
6151
+ memory_size_in_g_bs: typing.Optional[jsii.Number] = None,
6152
+ ocid: typing.Optional[builtins.str] = None,
6153
+ status: typing.Optional[builtins.str] = None,
6154
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
6155
+ vnic2_id: typing.Optional[builtins.str] = None,
6156
+ vnic_id: typing.Optional[builtins.str] = None,
6157
+ ) -> None:
6158
+ """Type checking stubs"""
6159
+ pass
6160
+
4397
6161
  def _typecheckingstub__9fb7fc690c89d5ce8f5abecb60ad841f57c0a476f500c817c386b57c3cd0f5d6(
4398
6162
  scope: _constructs_77d1e7e8.Construct,
4399
6163
  id: builtins.str,
@@ -4402,10 +6166,14 @@ def _typecheckingstub__9fb7fc690c89d5ce8f5abecb60ad841f57c0a476f500c817c386b57c3
4402
6166
  availability_zone_id: typing.Optional[builtins.str] = None,
4403
6167
  backup_subnet_cidr: typing.Optional[builtins.str] = None,
4404
6168
  client_subnet_cidr: typing.Optional[builtins.str] = None,
6169
+ custom_domain_name: typing.Optional[builtins.str] = None,
4405
6170
  default_dns_prefix: typing.Optional[builtins.str] = None,
4406
6171
  delete_associated_resources: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
4407
6172
  display_name: typing.Optional[builtins.str] = None,
6173
+ s3_access: typing.Optional[builtins.str] = None,
6174
+ s3_policy_document: typing.Optional[builtins.str] = None,
4408
6175
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
6176
+ zero_etl_access: typing.Optional[builtins.str] = None,
4409
6177
  ) -> None:
4410
6178
  """Type checking stubs"""
4411
6179
  pass
@@ -4446,6 +6214,12 @@ def _typecheckingstub__964e75c8af7e656feecdf2af9cc1f3709e5857d22d004e58037f1a4d9
4446
6214
  """Type checking stubs"""
4447
6215
  pass
4448
6216
 
6217
+ def _typecheckingstub__d8107768076a5ec91104db244c22d754231524ae1e1cdad765edecf3270b5e9d(
6218
+ value: typing.Optional[builtins.str],
6219
+ ) -> None:
6220
+ """Type checking stubs"""
6221
+ pass
6222
+
4449
6223
  def _typecheckingstub__ccee4738061946ef5f75dacb78a62f5c60382f3bd85cd506ee1454b932d8374a(
4450
6224
  value: typing.Optional[builtins.str],
4451
6225
  ) -> None:
@@ -4464,8 +6238,121 @@ def _typecheckingstub__6f9a4c06370e66400707daa4ab73fb37a67d67c8422f10b57fa0ee6b1
4464
6238
  """Type checking stubs"""
4465
6239
  pass
4466
6240
 
6241
+ def _typecheckingstub__7f428808d342fa75b5322aafc69efcb16a9aadaf8c1f1602313528cb3d71f054(
6242
+ value: typing.Optional[builtins.str],
6243
+ ) -> None:
6244
+ """Type checking stubs"""
6245
+ pass
6246
+
6247
+ def _typecheckingstub__6e9a1278f83bd7d6781ffbd7b2e4e7ec97b8190160130c264991534d7c4eb6a7(
6248
+ value: typing.Optional[builtins.str],
6249
+ ) -> None:
6250
+ """Type checking stubs"""
6251
+ pass
6252
+
4467
6253
  def _typecheckingstub__2a78f63e76d627d52015eb8e2a0dc2ab1a80a0926480a2a40fc93da33d803ce3(
4468
6254
  value: typing.Optional[typing.List[_CfnTag_f6864754]],
4469
6255
  ) -> None:
4470
6256
  """Type checking stubs"""
4471
6257
  pass
6258
+
6259
+ def _typecheckingstub__8b37fc0f36ed5a2463c0ef988c6f8aff7344389a8c80070dd7013b5e428fa33f(
6260
+ value: typing.Optional[builtins.str],
6261
+ ) -> None:
6262
+ """Type checking stubs"""
6263
+ pass
6264
+
6265
+ def _typecheckingstub__1b0181205001e0daa042d78d18fe8d5325e5c0b3292546c75de8da725399ad6c(
6266
+ *,
6267
+ ipv4_addresses: typing.Optional[typing.Sequence[builtins.str]] = None,
6268
+ status: typing.Optional[builtins.str] = None,
6269
+ ) -> None:
6270
+ """Type checking stubs"""
6271
+ pass
6272
+
6273
+ def _typecheckingstub__f05f5ee314e82552aae02e8a14cfd272bb6288ddfa3db3a136edf0b694fc8f04(
6274
+ *,
6275
+ managed_s3_backup_access: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnOdbNetwork.ManagedS3BackupAccessProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
6276
+ managed_services_ipv4_cidrs: typing.Optional[typing.Sequence[builtins.str]] = None,
6277
+ resource_gateway_arn: typing.Optional[builtins.str] = None,
6278
+ s3_access: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnOdbNetwork.S3AccessProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
6279
+ service_network_arn: typing.Optional[builtins.str] = None,
6280
+ service_network_endpoint: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnOdbNetwork.ServiceNetworkEndpointProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
6281
+ zero_etl_access: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnOdbNetwork.ZeroEtlAccessProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
6282
+ ) -> None:
6283
+ """Type checking stubs"""
6284
+ pass
6285
+
6286
+ def _typecheckingstub__f9ceb49d35946863bf3c3373dfa2beadc7131a98014ab8760b8a753494ebd78d(
6287
+ *,
6288
+ domain_name: typing.Optional[builtins.str] = None,
6289
+ ipv4_addresses: typing.Optional[typing.Sequence[builtins.str]] = None,
6290
+ s3_policy_document: typing.Optional[builtins.str] = None,
6291
+ status: typing.Optional[builtins.str] = None,
6292
+ ) -> None:
6293
+ """Type checking stubs"""
6294
+ pass
6295
+
6296
+ def _typecheckingstub__aa23d13536607858ecb17ec218e9d01d10a09d3dc235be793fb3ac7485d17be1(
6297
+ *,
6298
+ vpc_endpoint_id: typing.Optional[builtins.str] = None,
6299
+ vpc_endpoint_type: typing.Optional[builtins.str] = None,
6300
+ ) -> None:
6301
+ """Type checking stubs"""
6302
+ pass
6303
+
6304
+ def _typecheckingstub__8d8647c7f912887ddd8cf379fbed057ec6a564b3495caa039b6697c1b5aa3e9e(
6305
+ *,
6306
+ cidr: typing.Optional[builtins.str] = None,
6307
+ status: typing.Optional[builtins.str] = None,
6308
+ ) -> None:
6309
+ """Type checking stubs"""
6310
+ pass
6311
+
6312
+ def _typecheckingstub__cf0303fdbabd342a7442eedc20c217c961164af3d96d803130ec699ce6cf84d0(
6313
+ scope: _constructs_77d1e7e8.Construct,
6314
+ id: builtins.str,
6315
+ *,
6316
+ display_name: typing.Optional[builtins.str] = None,
6317
+ odb_network_id: typing.Optional[builtins.str] = None,
6318
+ peer_network_id: typing.Optional[builtins.str] = None,
6319
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
6320
+ ) -> None:
6321
+ """Type checking stubs"""
6322
+ pass
6323
+
6324
+ def _typecheckingstub__3c607296b85b8e34cc1971180744ea86ab063bf6e70311b45f2a5e22464c0506(
6325
+ inspector: _TreeInspector_488e0dd5,
6326
+ ) -> None:
6327
+ """Type checking stubs"""
6328
+ pass
6329
+
6330
+ def _typecheckingstub__fdee86eadecbb57db0a54818b6bf117c40239d065452a626ca98bb6f57e734f3(
6331
+ props: typing.Mapping[builtins.str, typing.Any],
6332
+ ) -> None:
6333
+ """Type checking stubs"""
6334
+ pass
6335
+
6336
+ def _typecheckingstub__8e5c2d7c7680dd80443dde7963eb8b7ebf34b6b63b1c6c155d7867956062438a(
6337
+ value: typing.Optional[builtins.str],
6338
+ ) -> None:
6339
+ """Type checking stubs"""
6340
+ pass
6341
+
6342
+ def _typecheckingstub__9fefb4bfab3abcea0bd112930eb81eda4161508620e9868a51c31460a3bc6124(
6343
+ value: typing.Optional[builtins.str],
6344
+ ) -> None:
6345
+ """Type checking stubs"""
6346
+ pass
6347
+
6348
+ def _typecheckingstub__9ab942a64178d4b44a12a7c4d77ac39a95872d25a99449973520d474cd6d4cbc(
6349
+ value: typing.Optional[builtins.str],
6350
+ ) -> None:
6351
+ """Type checking stubs"""
6352
+ pass
6353
+
6354
+ def _typecheckingstub__e52d668f36d0789e49c0196d151e22c497a4f1c0a77cff71369f51481f5725dc(
6355
+ value: typing.Optional[typing.List[_CfnTag_f6864754]],
6356
+ ) -> None:
6357
+ """Type checking stubs"""
6358
+ pass