aws-cdk-lib 2.203.1__py3-none-any.whl → 2.205.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 (62) hide show
  1. aws_cdk/__init__.py +208 -92
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.203.1.jsii.tgz → aws-cdk-lib@2.205.0.jsii.tgz} +0 -0
  4. aws_cdk/aws_aiops/__init__.py +89 -39
  5. aws_cdk/aws_apigateway/__init__.py +164 -0
  6. aws_cdk/aws_apigatewayv2/__init__.py +412 -0
  7. aws_cdk/aws_applicationautoscaling/__init__.py +2 -2
  8. aws_cdk/aws_arczonalshift/__init__.py +4 -1
  9. aws_cdk/aws_b2bi/__init__.py +32 -16
  10. aws_cdk/aws_bedrock/__init__.py +198 -10
  11. aws_cdk/aws_cassandra/__init__.py +156 -0
  12. aws_cdk/aws_certificatemanager/__init__.py +28 -0
  13. aws_cdk/aws_chatbot/__init__.py +28 -0
  14. aws_cdk/aws_cloudformation/__init__.py +74 -72
  15. aws_cdk/aws_cloudfront/__init__.py +1273 -485
  16. aws_cdk/aws_cloudfront/experimental/__init__.py +32 -0
  17. aws_cdk/aws_cloudfront_origins/__init__.py +26 -21
  18. aws_cdk/aws_cloudwatch/__init__.py +278 -23
  19. aws_cdk/aws_codebuild/__init__.py +300 -36
  20. aws_cdk/aws_datasync/__init__.py +2 -2
  21. aws_cdk/aws_docdb/__init__.py +78 -0
  22. aws_cdk/aws_dynamodb/__init__.py +523 -37
  23. aws_cdk/aws_ec2/__init__.py +126 -30
  24. aws_cdk/aws_ecs/__init__.py +64 -19
  25. aws_cdk/aws_elasticloadbalancingv2/__init__.py +724 -0
  26. aws_cdk/aws_elasticsearch/__init__.py +260 -0
  27. aws_cdk/aws_emrserverless/__init__.py +5 -5
  28. aws_cdk/aws_events/__init__.py +58 -3
  29. aws_cdk/aws_events_targets/__init__.py +7 -2
  30. aws_cdk/aws_evs/__init__.py +7 -7
  31. aws_cdk/aws_fsx/__init__.py +138 -78
  32. aws_cdk/aws_gamelift/__init__.py +19 -0
  33. aws_cdk/aws_glue/__init__.py +3 -3
  34. aws_cdk/aws_iot/__init__.py +1 -1
  35. aws_cdk/aws_kinesis/__init__.py +391 -13
  36. aws_cdk/aws_kinesisfirehose/__init__.py +128 -1
  37. aws_cdk/aws_lambda/__init__.py +144 -0
  38. aws_cdk/aws_lex/__init__.py +36 -19
  39. aws_cdk/aws_logs/__init__.py +58 -0
  40. aws_cdk/aws_neptune/__init__.py +12 -12
  41. aws_cdk/aws_odb/__init__.py +4049 -0
  42. aws_cdk/aws_omics/__init__.py +1 -1
  43. aws_cdk/aws_opensearchservice/__init__.py +260 -0
  44. aws_cdk/aws_qbusiness/__init__.py +471 -4
  45. aws_cdk/aws_quicksight/__init__.py +185 -16
  46. aws_cdk/aws_rds/__init__.py +553 -17
  47. aws_cdk/aws_redshiftserverless/__init__.py +72 -45
  48. aws_cdk/aws_route53/__init__.py +41 -19
  49. aws_cdk/aws_s3tables/__init__.py +1005 -0
  50. aws_cdk/aws_sagemaker/__init__.py +20 -0
  51. aws_cdk/aws_scheduler/__init__.py +210 -0
  52. aws_cdk/aws_sns/__init__.py +164 -0
  53. aws_cdk/aws_sqs/__init__.py +164 -0
  54. aws_cdk/aws_stepfunctions/__init__.py +288 -0
  55. aws_cdk/aws_synthetics/__init__.py +159 -37
  56. aws_cdk/aws_transfer/__init__.py +23 -1
  57. {aws_cdk_lib-2.203.1.dist-info → aws_cdk_lib-2.205.0.dist-info}/METADATA +2 -2
  58. {aws_cdk_lib-2.203.1.dist-info → aws_cdk_lib-2.205.0.dist-info}/RECORD +62 -61
  59. {aws_cdk_lib-2.203.1.dist-info → aws_cdk_lib-2.205.0.dist-info}/LICENSE +0 -0
  60. {aws_cdk_lib-2.203.1.dist-info → aws_cdk_lib-2.205.0.dist-info}/NOTICE +0 -0
  61. {aws_cdk_lib-2.203.1.dist-info → aws_cdk_lib-2.205.0.dist-info}/WHEEL +0 -0
  62. {aws_cdk_lib-2.203.1.dist-info → aws_cdk_lib-2.205.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,4049 @@
1
+ r'''
2
+ # AWS::ODB Construct Library
3
+
4
+ <!--BEGIN STABILITY BANNER-->---
5
+
6
+
7
+ ![cfn-resources: Stable](https://img.shields.io/badge/cfn--resources-stable-success.svg?style=for-the-badge)
8
+
9
+ > All classes with the `Cfn` prefix in this module ([CFN Resources](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib)) are always stable and safe to use.
10
+
11
+ ---
12
+ <!--END STABILITY BANNER-->
13
+
14
+ This module is part of the [AWS Cloud Development Kit](https://github.com/aws/aws-cdk) project.
15
+
16
+ ```python
17
+ import aws_cdk.aws_odb as odb
18
+ ```
19
+
20
+ <!--BEGIN CFNONLY DISCLAIMER-->
21
+
22
+ There are no official hand-written ([L2](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib)) constructs for this service yet. Here are some suggestions on how to proceed:
23
+
24
+ * Search [Construct Hub for ODB construct libraries](https://constructs.dev/search?q=odb)
25
+ * Use the automatically generated [L1](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_l1_using) constructs, in the same way you would use [the CloudFormation AWS::ODB resources](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_ODB.html) directly.
26
+
27
+ <!--BEGIN CFNONLY DISCLAIMER-->
28
+
29
+ There are no hand-written ([L2](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib)) constructs for this service yet.
30
+ However, you can still use the automatically generated [L1](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_l1_using) constructs, and use this service exactly as you would using CloudFormation directly.
31
+
32
+ For more information on the resources and properties available for this service, see the [CloudFormation documentation for AWS::ODB](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_ODB.html).
33
+
34
+ (Read the [CDK Contributing Guide](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and submit an RFC if you are interested in contributing to this construct library.)
35
+
36
+ <!--END CFNONLY DISCLAIMER-->
37
+ '''
38
+ from pkgutil import extend_path
39
+ __path__ = extend_path(__path__, __name__)
40
+
41
+ import abc
42
+ import builtins
43
+ import datetime
44
+ import enum
45
+ import typing
46
+
47
+ import jsii
48
+ import publication
49
+ import typing_extensions
50
+
51
+ import typeguard
52
+ from importlib.metadata import version as _metadata_package_version
53
+ TYPEGUARD_MAJOR_VERSION = int(_metadata_package_version('typeguard').split('.')[0])
54
+
55
+ def check_type(argname: str, value: object, expected_type: typing.Any) -> typing.Any:
56
+ if TYPEGUARD_MAJOR_VERSION <= 2:
57
+ return typeguard.check_type(argname=argname, value=value, expected_type=expected_type) # type:ignore
58
+ else:
59
+ if isinstance(value, jsii._reference_map.InterfaceDynamicProxy): # pyright: ignore [reportAttributeAccessIssue]
60
+ pass
61
+ else:
62
+ if TYPEGUARD_MAJOR_VERSION == 3:
63
+ typeguard.config.collection_check_strategy = typeguard.CollectionCheckStrategy.ALL_ITEMS # type:ignore
64
+ typeguard.check_type(value=value, expected_type=expected_type) # type:ignore
65
+ else:
66
+ typeguard.check_type(value=value, expected_type=expected_type, collection_check_strategy=typeguard.CollectionCheckStrategy.ALL_ITEMS) # type:ignore
67
+
68
+ from .._jsii import *
69
+
70
+ import constructs as _constructs_77d1e7e8
71
+ from .. import (
72
+ CfnResource as _CfnResource_9df397a6,
73
+ CfnTag as _CfnTag_f6864754,
74
+ IInspectable as _IInspectable_c2943556,
75
+ IResolvable as _IResolvable_da3f097b,
76
+ ITaggableV2 as _ITaggableV2_4e6798f8,
77
+ TagManager as _TagManager_0a598cb3,
78
+ TreeInspector as _TreeInspector_488e0dd5,
79
+ )
80
+
81
+
82
+ @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
83
+ class CfnCloudAutonomousVmCluster(
84
+ _CfnResource_9df397a6,
85
+ metaclass=jsii.JSIIMeta,
86
+ jsii_type="aws-cdk-lib.aws_odb.CfnCloudAutonomousVmCluster",
87
+ ):
88
+ '''The ``AWS::ODB::CloudAutonomousVmCluster`` resource creates an Autonomous VM cluster.
89
+
90
+ An Autonomous VM cluster provides the infrastructure for running Autonomous Databases.
91
+
92
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html
93
+ :cloudformationResource: AWS::ODB::CloudAutonomousVmCluster
94
+ :exampleMetadata: fixture=_generated
95
+
96
+ Example::
97
+
98
+ # The code below shows an example of how to instantiate this type.
99
+ # The values are placeholders you should change.
100
+ from aws_cdk import aws_odb as odb
101
+
102
+ cfn_cloud_autonomous_vm_cluster = odb.CfnCloudAutonomousVmCluster(self, "MyCfnCloudAutonomousVmCluster",
103
+ autonomous_data_storage_size_in_tBs=123,
104
+ cloud_exadata_infrastructure_id="cloudExadataInfrastructureId",
105
+ cpu_core_count_per_node=123,
106
+ db_servers=["dbServers"],
107
+ description="description",
108
+ display_name="displayName",
109
+ is_mtls_enabled_vm_cluster=False,
110
+ license_model="licenseModel",
111
+ maintenance_window=odb.CfnCloudAutonomousVmCluster.MaintenanceWindowProperty(
112
+ days_of_week=["daysOfWeek"],
113
+ hours_of_day=[123],
114
+ lead_time_in_weeks=123,
115
+ months=["months"],
116
+ preference="preference",
117
+ weeks_of_month=[123]
118
+ ),
119
+ memory_per_oracle_compute_unit_in_gBs=123,
120
+ odb_network_id="odbNetworkId",
121
+ scan_listener_port_non_tls=123,
122
+ scan_listener_port_tls=123,
123
+ tags=[CfnTag(
124
+ key="key",
125
+ value="value"
126
+ )],
127
+ time_zone="timeZone",
128
+ total_container_databases=123
129
+ )
130
+ '''
131
+
132
+ def __init__(
133
+ self,
134
+ scope: _constructs_77d1e7e8.Construct,
135
+ id: builtins.str,
136
+ *,
137
+ autonomous_data_storage_size_in_t_bs: typing.Optional[jsii.Number] = None,
138
+ cloud_exadata_infrastructure_id: typing.Optional[builtins.str] = None,
139
+ cpu_core_count_per_node: typing.Optional[jsii.Number] = None,
140
+ db_servers: typing.Optional[typing.Sequence[builtins.str]] = None,
141
+ description: typing.Optional[builtins.str] = None,
142
+ display_name: typing.Optional[builtins.str] = None,
143
+ is_mtls_enabled_vm_cluster: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
144
+ license_model: typing.Optional[builtins.str] = None,
145
+ maintenance_window: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnCloudAutonomousVmCluster.MaintenanceWindowProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
146
+ memory_per_oracle_compute_unit_in_g_bs: typing.Optional[jsii.Number] = None,
147
+ odb_network_id: typing.Optional[builtins.str] = None,
148
+ scan_listener_port_non_tls: typing.Optional[jsii.Number] = None,
149
+ scan_listener_port_tls: typing.Optional[jsii.Number] = None,
150
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
151
+ time_zone: typing.Optional[builtins.str] = None,
152
+ total_container_databases: typing.Optional[jsii.Number] = None,
153
+ ) -> None:
154
+ '''
155
+ :param scope: Scope in which this resource is defined.
156
+ :param id: Construct identifier for this resource (unique in its scope).
157
+ :param autonomous_data_storage_size_in_t_bs: The data storage size allocated for Autonomous Databases in the Autonomous VM cluster, in TB. Required when creating an Autonomous VM cluster.
158
+ :param cloud_exadata_infrastructure_id: The unique identifier of the Cloud Exadata Infrastructure containing this Autonomous VM cluster. Required when creating an Autonomous VM cluster.
159
+ :param cpu_core_count_per_node: The number of CPU cores enabled per node in the Autonomous VM cluster. Required when creating an Autonomous VM cluster.
160
+ :param db_servers: The list of database servers associated with the Autonomous VM cluster.
161
+ :param description: The user-provided description of the Autonomous VM cluster.
162
+ :param display_name: The display name of the Autonomous VM cluster. Required when creating an Autonomous VM cluster.
163
+ :param is_mtls_enabled_vm_cluster: Specifies whether mutual TLS (mTLS) authentication is enabled for the Autonomous VM cluster.
164
+ :param license_model: The Oracle license model that applies to the Autonomous VM cluster. Valid values are ``LICENSE_INCLUDED`` or ``BRING_YOUR_OWN_LICENSE`` .
165
+ :param maintenance_window: The scheduling details for the maintenance window. Patching and system updates take place during the maintenance window.
166
+ :param memory_per_oracle_compute_unit_in_g_bs: The amount of memory allocated per Oracle Compute Unit, in GB. Required when creating an Autonomous VM cluster.
167
+ :param odb_network_id: The unique identifier of the ODB network associated with this Autonomous VM cluster. Required when creating an Autonomous VM cluster.
168
+ :param scan_listener_port_non_tls: The SCAN listener port for non-TLS (TCP) protocol. The default is 1521.
169
+ :param scan_listener_port_tls: The SCAN listener port for TLS (TCP) protocol. The default is 2484.
170
+ :param tags: Tags to assign to the Autonomous Vm Cluster.
171
+ :param time_zone: The time zone of the Autonomous VM cluster.
172
+ :param total_container_databases: The total number of Autonomous Container Databases that can be created with the allocated local storage. Required when creating an Autonomous VM cluster.
173
+ '''
174
+ if __debug__:
175
+ type_hints = typing.get_type_hints(_typecheckingstub__d5f3b11bad526801ca3c7c4e0e6c7dadf7c59ded4c26290e2160449d622fe4b7)
176
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
177
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
178
+ props = CfnCloudAutonomousVmClusterProps(
179
+ autonomous_data_storage_size_in_t_bs=autonomous_data_storage_size_in_t_bs,
180
+ cloud_exadata_infrastructure_id=cloud_exadata_infrastructure_id,
181
+ cpu_core_count_per_node=cpu_core_count_per_node,
182
+ db_servers=db_servers,
183
+ description=description,
184
+ display_name=display_name,
185
+ is_mtls_enabled_vm_cluster=is_mtls_enabled_vm_cluster,
186
+ license_model=license_model,
187
+ maintenance_window=maintenance_window,
188
+ memory_per_oracle_compute_unit_in_g_bs=memory_per_oracle_compute_unit_in_g_bs,
189
+ odb_network_id=odb_network_id,
190
+ scan_listener_port_non_tls=scan_listener_port_non_tls,
191
+ scan_listener_port_tls=scan_listener_port_tls,
192
+ tags=tags,
193
+ time_zone=time_zone,
194
+ total_container_databases=total_container_databases,
195
+ )
196
+
197
+ jsii.create(self.__class__, self, [scope, id, props])
198
+
199
+ @jsii.member(jsii_name="inspect")
200
+ def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
201
+ '''Examines the CloudFormation resource and discloses attributes.
202
+
203
+ :param inspector: tree inspector to collect and process attributes.
204
+ '''
205
+ if __debug__:
206
+ type_hints = typing.get_type_hints(_typecheckingstub__84a4f6b25bd9fc71f4af4608dc8d871a48a14e3aa106d9234cbf4fe28cb2b58f)
207
+ check_type(argname="argument inspector", value=inspector, expected_type=type_hints["inspector"])
208
+ return typing.cast(None, jsii.invoke(self, "inspect", [inspector]))
209
+
210
+ @jsii.member(jsii_name="renderProperties")
211
+ def _render_properties(
212
+ self,
213
+ props: typing.Mapping[builtins.str, typing.Any],
214
+ ) -> typing.Mapping[builtins.str, typing.Any]:
215
+ '''
216
+ :param props: -
217
+ '''
218
+ if __debug__:
219
+ type_hints = typing.get_type_hints(_typecheckingstub__1e2eb3cdd94f355c2d04e4e4acfc5c7ab515c2cf6e1291a5cd397e7293bef9dc)
220
+ check_type(argname="argument props", value=props, expected_type=type_hints["props"])
221
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "renderProperties", [props]))
222
+
223
+ @jsii.python.classproperty
224
+ @jsii.member(jsii_name="CFN_RESOURCE_TYPE_NAME")
225
+ def CFN_RESOURCE_TYPE_NAME(cls) -> builtins.str:
226
+ '''The CloudFormation resource type name for this resource class.'''
227
+ return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
228
+
229
+ @builtins.property
230
+ @jsii.member(jsii_name="attrAutonomousDataStoragePercentage")
231
+ def attr_autonomous_data_storage_percentage(self) -> _IResolvable_da3f097b:
232
+ '''The percentage of data storage currently in use for Autonomous Databases in the Autonomous VM cluster.
233
+
234
+ :cloudformationAttribute: AutonomousDataStoragePercentage
235
+ '''
236
+ return typing.cast(_IResolvable_da3f097b, jsii.get(self, "attrAutonomousDataStoragePercentage"))
237
+
238
+ @builtins.property
239
+ @jsii.member(jsii_name="attrAvailableAutonomousDataStorageSizeInTBs")
240
+ def attr_available_autonomous_data_storage_size_in_t_bs(
241
+ self,
242
+ ) -> _IResolvable_da3f097b:
243
+ '''The available data storage space for Autonomous Databases in the Autonomous VM cluster, in TB.
244
+
245
+ :cloudformationAttribute: AvailableAutonomousDataStorageSizeInTBs
246
+ '''
247
+ return typing.cast(_IResolvable_da3f097b, jsii.get(self, "attrAvailableAutonomousDataStorageSizeInTBs"))
248
+
249
+ @builtins.property
250
+ @jsii.member(jsii_name="attrAvailableContainerDatabases")
251
+ def attr_available_container_databases(self) -> jsii.Number:
252
+ '''The number of Autonomous CDBs that you can create with the currently available storage.
253
+
254
+ :cloudformationAttribute: AvailableContainerDatabases
255
+ '''
256
+ return typing.cast(jsii.Number, jsii.get(self, "attrAvailableContainerDatabases"))
257
+
258
+ @builtins.property
259
+ @jsii.member(jsii_name="attrAvailableCpus")
260
+ def attr_available_cpus(self) -> _IResolvable_da3f097b:
261
+ '''The number of CPU cores available for allocation to Autonomous Databases.
262
+
263
+ :cloudformationAttribute: AvailableCpus
264
+ '''
265
+ return typing.cast(_IResolvable_da3f097b, jsii.get(self, "attrAvailableCpus"))
266
+
267
+ @builtins.property
268
+ @jsii.member(jsii_name="attrCloudAutonomousVmClusterArn")
269
+ def attr_cloud_autonomous_vm_cluster_arn(self) -> builtins.str:
270
+ '''The Amazon Resource Name (ARN) for the Autonomous VM cluster.
271
+
272
+ :cloudformationAttribute: CloudAutonomousVmClusterArn
273
+ '''
274
+ return typing.cast(builtins.str, jsii.get(self, "attrCloudAutonomousVmClusterArn"))
275
+
276
+ @builtins.property
277
+ @jsii.member(jsii_name="attrCloudAutonomousVmClusterId")
278
+ def attr_cloud_autonomous_vm_cluster_id(self) -> builtins.str:
279
+ '''The unique identifier of the Autonomous VM cluster.
280
+
281
+ :cloudformationAttribute: CloudAutonomousVmClusterId
282
+ '''
283
+ return typing.cast(builtins.str, jsii.get(self, "attrCloudAutonomousVmClusterId"))
284
+
285
+ @builtins.property
286
+ @jsii.member(jsii_name="attrComputeModel")
287
+ def attr_compute_model(self) -> builtins.str:
288
+ '''The compute model of the Autonomous VM cluster: ECPU or OCPU.
289
+
290
+ :cloudformationAttribute: ComputeModel
291
+ '''
292
+ return typing.cast(builtins.str, jsii.get(self, "attrComputeModel"))
293
+
294
+ @builtins.property
295
+ @jsii.member(jsii_name="attrCpuCoreCount")
296
+ def attr_cpu_core_count(self) -> jsii.Number:
297
+ '''The total number of CPU cores in the Autonomous VM cluster.
298
+
299
+ :cloudformationAttribute: CpuCoreCount
300
+ '''
301
+ return typing.cast(jsii.Number, jsii.get(self, "attrCpuCoreCount"))
302
+
303
+ @builtins.property
304
+ @jsii.member(jsii_name="attrCpuPercentage")
305
+ def attr_cpu_percentage(self) -> _IResolvable_da3f097b:
306
+ '''The percentage of total CPU cores currently in use in the Autonomous VM cluster.
307
+
308
+ :cloudformationAttribute: CpuPercentage
309
+ '''
310
+ return typing.cast(_IResolvable_da3f097b, jsii.get(self, "attrCpuPercentage"))
311
+
312
+ @builtins.property
313
+ @jsii.member(jsii_name="attrDataStorageSizeInGBs")
314
+ def attr_data_storage_size_in_g_bs(self) -> _IResolvable_da3f097b:
315
+ '''The total data storage allocated to the Autonomous VM cluster, in GB.
316
+
317
+ :cloudformationAttribute: DataStorageSizeInGBs
318
+ '''
319
+ return typing.cast(_IResolvable_da3f097b, jsii.get(self, "attrDataStorageSizeInGBs"))
320
+
321
+ @builtins.property
322
+ @jsii.member(jsii_name="attrDataStorageSizeInTBs")
323
+ def attr_data_storage_size_in_t_bs(self) -> _IResolvable_da3f097b:
324
+ '''The total data storage allocated to the Autonomous VM cluster, in TB.
325
+
326
+ :cloudformationAttribute: DataStorageSizeInTBs
327
+ '''
328
+ return typing.cast(_IResolvable_da3f097b, jsii.get(self, "attrDataStorageSizeInTBs"))
329
+
330
+ @builtins.property
331
+ @jsii.member(jsii_name="attrDbNodeStorageSizeInGBs")
332
+ def attr_db_node_storage_size_in_g_bs(self) -> jsii.Number:
333
+ '''The local node storage allocated to the Autonomous VM cluster, in gigabytes (GB).
334
+
335
+ :cloudformationAttribute: DbNodeStorageSizeInGBs
336
+ '''
337
+ return typing.cast(jsii.Number, jsii.get(self, "attrDbNodeStorageSizeInGBs"))
338
+
339
+ @builtins.property
340
+ @jsii.member(jsii_name="attrDomain")
341
+ def attr_domain(self) -> builtins.str:
342
+ '''The domain name for the Autonomous VM cluster.
343
+
344
+ :cloudformationAttribute: Domain
345
+ '''
346
+ return typing.cast(builtins.str, jsii.get(self, "attrDomain"))
347
+
348
+ @builtins.property
349
+ @jsii.member(jsii_name="attrExadataStorageInTBsLowestScaledValue")
350
+ def attr_exadata_storage_in_t_bs_lowest_scaled_value(self) -> _IResolvable_da3f097b:
351
+ '''The minimum value to which you can scale down the Exadata storage, in TB.
352
+
353
+ :cloudformationAttribute: ExadataStorageInTBsLowestScaledValue
354
+ '''
355
+ return typing.cast(_IResolvable_da3f097b, jsii.get(self, "attrExadataStorageInTBsLowestScaledValue"))
356
+
357
+ @builtins.property
358
+ @jsii.member(jsii_name="attrHostname")
359
+ def attr_hostname(self) -> builtins.str:
360
+ '''The hostname for the Autonomous VM cluster.
361
+
362
+ :cloudformationAttribute: Hostname
363
+ '''
364
+ return typing.cast(builtins.str, jsii.get(self, "attrHostname"))
365
+
366
+ @builtins.property
367
+ @jsii.member(jsii_name="attrMaxAcdsLowestScaledValue")
368
+ def attr_max_acds_lowest_scaled_value(self) -> jsii.Number:
369
+ '''The minimum value to which you can scale down the maximum number of Autonomous CDBs.
370
+
371
+ :cloudformationAttribute: MaxAcdsLowestScaledValue
372
+ '''
373
+ return typing.cast(jsii.Number, jsii.get(self, "attrMaxAcdsLowestScaledValue"))
374
+
375
+ @builtins.property
376
+ @jsii.member(jsii_name="attrMemorySizeInGBs")
377
+ def attr_memory_size_in_g_bs(self) -> jsii.Number:
378
+ '''The total amount of memory allocated to the Autonomous VM cluster, in gigabytes (GB).
379
+
380
+ :cloudformationAttribute: MemorySizeInGBs
381
+ '''
382
+ return typing.cast(jsii.Number, jsii.get(self, "attrMemorySizeInGBs"))
383
+
384
+ @builtins.property
385
+ @jsii.member(jsii_name="attrNodeCount")
386
+ def attr_node_count(self) -> jsii.Number:
387
+ '''The number of database server nodes in the Autonomous VM cluster.
388
+
389
+ :cloudformationAttribute: NodeCount
390
+ '''
391
+ return typing.cast(jsii.Number, jsii.get(self, "attrNodeCount"))
392
+
393
+ @builtins.property
394
+ @jsii.member(jsii_name="attrNonProvisionableAutonomousContainerDatabases")
395
+ def attr_non_provisionable_autonomous_container_databases(self) -> jsii.Number:
396
+ '''The number of Autonomous CDBs that can't be provisioned because of resource constraints.
397
+
398
+ :cloudformationAttribute: NonProvisionableAutonomousContainerDatabases
399
+ '''
400
+ return typing.cast(jsii.Number, jsii.get(self, "attrNonProvisionableAutonomousContainerDatabases"))
401
+
402
+ @builtins.property
403
+ @jsii.member(jsii_name="attrOcid")
404
+ def attr_ocid(self) -> builtins.str:
405
+ '''The Oracle Cloud Identifier (OCID) of the Autonomous VM cluster.
406
+
407
+ :cloudformationAttribute: Ocid
408
+ '''
409
+ return typing.cast(builtins.str, jsii.get(self, "attrOcid"))
410
+
411
+ @builtins.property
412
+ @jsii.member(jsii_name="attrOciResourceAnchorName")
413
+ def attr_oci_resource_anchor_name(self) -> builtins.str:
414
+ '''The name of the OCI resource anchor associated with this Autonomous VM cluster.
415
+
416
+ :cloudformationAttribute: OciResourceAnchorName
417
+ '''
418
+ return typing.cast(builtins.str, jsii.get(self, "attrOciResourceAnchorName"))
419
+
420
+ @builtins.property
421
+ @jsii.member(jsii_name="attrOciUrl")
422
+ def attr_oci_url(self) -> builtins.str:
423
+ '''The URL for accessing the OCI console page for this Autonomous VM cluster.
424
+
425
+ :cloudformationAttribute: OciUrl
426
+ '''
427
+ return typing.cast(builtins.str, jsii.get(self, "attrOciUrl"))
428
+
429
+ @builtins.property
430
+ @jsii.member(jsii_name="attrProvisionableAutonomousContainerDatabases")
431
+ def attr_provisionable_autonomous_container_databases(self) -> jsii.Number:
432
+ '''The number of Autonomous CDBs that can be provisioned in the Autonomous VM cluster.
433
+
434
+ :cloudformationAttribute: ProvisionableAutonomousContainerDatabases
435
+ '''
436
+ return typing.cast(jsii.Number, jsii.get(self, "attrProvisionableAutonomousContainerDatabases"))
437
+
438
+ @builtins.property
439
+ @jsii.member(jsii_name="attrProvisionedAutonomousContainerDatabases")
440
+ def attr_provisioned_autonomous_container_databases(self) -> jsii.Number:
441
+ '''The number of Autonomous CDBs currently provisioned in the Autonomous VM cluster.
442
+
443
+ :cloudformationAttribute: ProvisionedAutonomousContainerDatabases
444
+ '''
445
+ return typing.cast(jsii.Number, jsii.get(self, "attrProvisionedAutonomousContainerDatabases"))
446
+
447
+ @builtins.property
448
+ @jsii.member(jsii_name="attrProvisionedCpus")
449
+ def attr_provisioned_cpus(self) -> _IResolvable_da3f097b:
450
+ '''The number of CPU cores currently provisioned in the Autonomous VM cluster.
451
+
452
+ :cloudformationAttribute: ProvisionedCpus
453
+ '''
454
+ return typing.cast(_IResolvable_da3f097b, jsii.get(self, "attrProvisionedCpus"))
455
+
456
+ @builtins.property
457
+ @jsii.member(jsii_name="attrReclaimableCpus")
458
+ def attr_reclaimable_cpus(self) -> _IResolvable_da3f097b:
459
+ '''The number of CPU cores that can be reclaimed from terminated or scaled-down Autonomous Databases.
460
+
461
+ :cloudformationAttribute: ReclaimableCpus
462
+ '''
463
+ return typing.cast(_IResolvable_da3f097b, jsii.get(self, "attrReclaimableCpus"))
464
+
465
+ @builtins.property
466
+ @jsii.member(jsii_name="attrReservedCpus")
467
+ def attr_reserved_cpus(self) -> _IResolvable_da3f097b:
468
+ '''The number of CPU cores reserved for system operations and redundancy.
469
+
470
+ :cloudformationAttribute: ReservedCpus
471
+ '''
472
+ return typing.cast(_IResolvable_da3f097b, jsii.get(self, "attrReservedCpus"))
473
+
474
+ @builtins.property
475
+ @jsii.member(jsii_name="attrShape")
476
+ def attr_shape(self) -> builtins.str:
477
+ '''The shape of the Exadata infrastructure for the Autonomous VM cluster.
478
+
479
+ :cloudformationAttribute: Shape
480
+ '''
481
+ return typing.cast(builtins.str, jsii.get(self, "attrShape"))
482
+
483
+ @builtins.property
484
+ @jsii.member(jsii_name="cdkTagManager")
485
+ def cdk_tag_manager(self) -> _TagManager_0a598cb3:
486
+ '''Tag Manager which manages the tags for this resource.'''
487
+ return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
488
+
489
+ @builtins.property
490
+ @jsii.member(jsii_name="cfnProperties")
491
+ def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
492
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
493
+
494
+ @builtins.property
495
+ @jsii.member(jsii_name="autonomousDataStorageSizeInTBs")
496
+ def autonomous_data_storage_size_in_t_bs(self) -> typing.Optional[jsii.Number]:
497
+ '''The data storage size allocated for Autonomous Databases in the Autonomous VM cluster, in TB.'''
498
+ return typing.cast(typing.Optional[jsii.Number], jsii.get(self, "autonomousDataStorageSizeInTBs"))
499
+
500
+ @autonomous_data_storage_size_in_t_bs.setter
501
+ def autonomous_data_storage_size_in_t_bs(
502
+ self,
503
+ value: typing.Optional[jsii.Number],
504
+ ) -> None:
505
+ if __debug__:
506
+ type_hints = typing.get_type_hints(_typecheckingstub__40074e4af0815e5d10dc283d57884238e94d4495641eabd516fb0756ea7c3470)
507
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
508
+ jsii.set(self, "autonomousDataStorageSizeInTBs", value) # pyright: ignore[reportArgumentType]
509
+
510
+ @builtins.property
511
+ @jsii.member(jsii_name="cloudExadataInfrastructureId")
512
+ def cloud_exadata_infrastructure_id(self) -> typing.Optional[builtins.str]:
513
+ '''The unique identifier of the Cloud Exadata Infrastructure containing this Autonomous VM cluster.'''
514
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "cloudExadataInfrastructureId"))
515
+
516
+ @cloud_exadata_infrastructure_id.setter
517
+ def cloud_exadata_infrastructure_id(
518
+ self,
519
+ value: typing.Optional[builtins.str],
520
+ ) -> None:
521
+ if __debug__:
522
+ type_hints = typing.get_type_hints(_typecheckingstub__f5301a4ddecbbb56f2a61e1dc19ab1b23bbb1871188111de8c469ba85ec8831c)
523
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
524
+ jsii.set(self, "cloudExadataInfrastructureId", value) # pyright: ignore[reportArgumentType]
525
+
526
+ @builtins.property
527
+ @jsii.member(jsii_name="cpuCoreCountPerNode")
528
+ def cpu_core_count_per_node(self) -> typing.Optional[jsii.Number]:
529
+ '''The number of CPU cores enabled per node in the Autonomous VM cluster.'''
530
+ return typing.cast(typing.Optional[jsii.Number], jsii.get(self, "cpuCoreCountPerNode"))
531
+
532
+ @cpu_core_count_per_node.setter
533
+ def cpu_core_count_per_node(self, value: typing.Optional[jsii.Number]) -> None:
534
+ if __debug__:
535
+ type_hints = typing.get_type_hints(_typecheckingstub__5d5db84de12cdb3e5fabc3ed93ef628c9b5d3c1442b857b2ed5613f1ae8ee8d8)
536
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
537
+ jsii.set(self, "cpuCoreCountPerNode", value) # pyright: ignore[reportArgumentType]
538
+
539
+ @builtins.property
540
+ @jsii.member(jsii_name="dbServers")
541
+ def db_servers(self) -> typing.Optional[typing.List[builtins.str]]:
542
+ '''The list of database servers associated with the Autonomous VM cluster.'''
543
+ return typing.cast(typing.Optional[typing.List[builtins.str]], jsii.get(self, "dbServers"))
544
+
545
+ @db_servers.setter
546
+ def db_servers(self, value: typing.Optional[typing.List[builtins.str]]) -> None:
547
+ if __debug__:
548
+ type_hints = typing.get_type_hints(_typecheckingstub__3920feef52a9977e900bf54bab82c28ef41365e37516fc5e8e6a08317645e7bb)
549
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
550
+ jsii.set(self, "dbServers", value) # pyright: ignore[reportArgumentType]
551
+
552
+ @builtins.property
553
+ @jsii.member(jsii_name="description")
554
+ def description(self) -> typing.Optional[builtins.str]:
555
+ '''The user-provided description of the Autonomous VM cluster.'''
556
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "description"))
557
+
558
+ @description.setter
559
+ def description(self, value: typing.Optional[builtins.str]) -> None:
560
+ if __debug__:
561
+ type_hints = typing.get_type_hints(_typecheckingstub__376a9ebe12aa174628e81620a3eb8d3f7a5903598d84242a38a6521b11c10c8d)
562
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
563
+ jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
564
+
565
+ @builtins.property
566
+ @jsii.member(jsii_name="displayName")
567
+ def display_name(self) -> typing.Optional[builtins.str]:
568
+ '''The display name of the Autonomous VM cluster.'''
569
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "displayName"))
570
+
571
+ @display_name.setter
572
+ def display_name(self, value: typing.Optional[builtins.str]) -> None:
573
+ if __debug__:
574
+ type_hints = typing.get_type_hints(_typecheckingstub__75d262c2ba8661c4d2d20abe159b3efce30fa2a6854ff6d4d27b98c116630ce7)
575
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
576
+ jsii.set(self, "displayName", value) # pyright: ignore[reportArgumentType]
577
+
578
+ @builtins.property
579
+ @jsii.member(jsii_name="isMtlsEnabledVmCluster")
580
+ def is_mtls_enabled_vm_cluster(
581
+ self,
582
+ ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
583
+ '''Specifies whether mutual TLS (mTLS) authentication is enabled for the Autonomous VM cluster.'''
584
+ return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], jsii.get(self, "isMtlsEnabledVmCluster"))
585
+
586
+ @is_mtls_enabled_vm_cluster.setter
587
+ def is_mtls_enabled_vm_cluster(
588
+ self,
589
+ value: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]],
590
+ ) -> None:
591
+ if __debug__:
592
+ type_hints = typing.get_type_hints(_typecheckingstub__b71c28f08596e3a8e06bf9ac61f202a72d06b5f6a93ae96a6cd988fa2c8b3457)
593
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
594
+ jsii.set(self, "isMtlsEnabledVmCluster", value) # pyright: ignore[reportArgumentType]
595
+
596
+ @builtins.property
597
+ @jsii.member(jsii_name="licenseModel")
598
+ def license_model(self) -> typing.Optional[builtins.str]:
599
+ '''The Oracle license model that applies to the Autonomous VM cluster.'''
600
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "licenseModel"))
601
+
602
+ @license_model.setter
603
+ def license_model(self, value: typing.Optional[builtins.str]) -> None:
604
+ if __debug__:
605
+ type_hints = typing.get_type_hints(_typecheckingstub__429e238c2071c653da37b075f2da161573e5972cfc94448900389409da574e63)
606
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
607
+ jsii.set(self, "licenseModel", value) # pyright: ignore[reportArgumentType]
608
+
609
+ @builtins.property
610
+ @jsii.member(jsii_name="maintenanceWindow")
611
+ def maintenance_window(
612
+ self,
613
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnCloudAutonomousVmCluster.MaintenanceWindowProperty"]]:
614
+ '''The scheduling details for the maintenance window.'''
615
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnCloudAutonomousVmCluster.MaintenanceWindowProperty"]], jsii.get(self, "maintenanceWindow"))
616
+
617
+ @maintenance_window.setter
618
+ def maintenance_window(
619
+ self,
620
+ value: typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnCloudAutonomousVmCluster.MaintenanceWindowProperty"]],
621
+ ) -> None:
622
+ if __debug__:
623
+ type_hints = typing.get_type_hints(_typecheckingstub__9893af2fa0c239ed09a25053b836f4c53aa964e484761b3656bf3f69ee2f20aa)
624
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
625
+ jsii.set(self, "maintenanceWindow", value) # pyright: ignore[reportArgumentType]
626
+
627
+ @builtins.property
628
+ @jsii.member(jsii_name="memoryPerOracleComputeUnitInGBs")
629
+ def memory_per_oracle_compute_unit_in_g_bs(self) -> typing.Optional[jsii.Number]:
630
+ '''The amount of memory allocated per Oracle Compute Unit, in GB.'''
631
+ return typing.cast(typing.Optional[jsii.Number], jsii.get(self, "memoryPerOracleComputeUnitInGBs"))
632
+
633
+ @memory_per_oracle_compute_unit_in_g_bs.setter
634
+ def memory_per_oracle_compute_unit_in_g_bs(
635
+ self,
636
+ value: typing.Optional[jsii.Number],
637
+ ) -> None:
638
+ if __debug__:
639
+ type_hints = typing.get_type_hints(_typecheckingstub__bd777a3c3d03d11ff6d441f65051a7d1dcba1c191c5da7776d901c5b9765eb42)
640
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
641
+ jsii.set(self, "memoryPerOracleComputeUnitInGBs", value) # pyright: ignore[reportArgumentType]
642
+
643
+ @builtins.property
644
+ @jsii.member(jsii_name="odbNetworkId")
645
+ def odb_network_id(self) -> typing.Optional[builtins.str]:
646
+ '''The unique identifier of the ODB network associated with this Autonomous VM cluster.'''
647
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "odbNetworkId"))
648
+
649
+ @odb_network_id.setter
650
+ def odb_network_id(self, value: typing.Optional[builtins.str]) -> None:
651
+ if __debug__:
652
+ type_hints = typing.get_type_hints(_typecheckingstub__d834f35ba34f357c207777de5cc71d5a4ff7f1fc34d7d2258c384cf3f2fe69ea)
653
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
654
+ jsii.set(self, "odbNetworkId", value) # pyright: ignore[reportArgumentType]
655
+
656
+ @builtins.property
657
+ @jsii.member(jsii_name="scanListenerPortNonTls")
658
+ def scan_listener_port_non_tls(self) -> typing.Optional[jsii.Number]:
659
+ '''The SCAN listener port for non-TLS (TCP) protocol.'''
660
+ return typing.cast(typing.Optional[jsii.Number], jsii.get(self, "scanListenerPortNonTls"))
661
+
662
+ @scan_listener_port_non_tls.setter
663
+ def scan_listener_port_non_tls(self, value: typing.Optional[jsii.Number]) -> None:
664
+ if __debug__:
665
+ type_hints = typing.get_type_hints(_typecheckingstub__dd9cf4eca6ac7c9c9481d6618538bfd5cfd343c9c4dee27e927e579919f0ee93)
666
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
667
+ jsii.set(self, "scanListenerPortNonTls", value) # pyright: ignore[reportArgumentType]
668
+
669
+ @builtins.property
670
+ @jsii.member(jsii_name="scanListenerPortTls")
671
+ def scan_listener_port_tls(self) -> typing.Optional[jsii.Number]:
672
+ '''The SCAN listener port for TLS (TCP) protocol.'''
673
+ return typing.cast(typing.Optional[jsii.Number], jsii.get(self, "scanListenerPortTls"))
674
+
675
+ @scan_listener_port_tls.setter
676
+ def scan_listener_port_tls(self, value: typing.Optional[jsii.Number]) -> None:
677
+ if __debug__:
678
+ type_hints = typing.get_type_hints(_typecheckingstub__6a7c3ab9bede20a7946889e0e134a092708444b390ea3a2deaafb7e86de212cb)
679
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
680
+ jsii.set(self, "scanListenerPortTls", value) # pyright: ignore[reportArgumentType]
681
+
682
+ @builtins.property
683
+ @jsii.member(jsii_name="tags")
684
+ def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
685
+ '''Tags to assign to the Autonomous Vm Cluster.'''
686
+ return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "tags"))
687
+
688
+ @tags.setter
689
+ def tags(self, value: typing.Optional[typing.List[_CfnTag_f6864754]]) -> None:
690
+ if __debug__:
691
+ type_hints = typing.get_type_hints(_typecheckingstub__4c0f9eb455c371aedd7a5d89d20d74ae053b5c2fbe1fd8e6614a484ac7e8c9a1)
692
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
693
+ jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
694
+
695
+ @builtins.property
696
+ @jsii.member(jsii_name="timeZone")
697
+ def time_zone(self) -> typing.Optional[builtins.str]:
698
+ '''The time zone of the Autonomous VM cluster.'''
699
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "timeZone"))
700
+
701
+ @time_zone.setter
702
+ def time_zone(self, value: typing.Optional[builtins.str]) -> None:
703
+ if __debug__:
704
+ type_hints = typing.get_type_hints(_typecheckingstub__8343f27429e0f5eae088fa7811047979c32cb60a08a24cfaa30bd3ccb47ed883)
705
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
706
+ jsii.set(self, "timeZone", value) # pyright: ignore[reportArgumentType]
707
+
708
+ @builtins.property
709
+ @jsii.member(jsii_name="totalContainerDatabases")
710
+ def total_container_databases(self) -> typing.Optional[jsii.Number]:
711
+ '''The total number of Autonomous Container Databases that can be created with the allocated local storage.'''
712
+ return typing.cast(typing.Optional[jsii.Number], jsii.get(self, "totalContainerDatabases"))
713
+
714
+ @total_container_databases.setter
715
+ def total_container_databases(self, value: typing.Optional[jsii.Number]) -> None:
716
+ if __debug__:
717
+ type_hints = typing.get_type_hints(_typecheckingstub__7f4f14ad61521ea763f91422ba382ad5682e9530d8b2883c57ade0003139ff56)
718
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
719
+ jsii.set(self, "totalContainerDatabases", value) # pyright: ignore[reportArgumentType]
720
+
721
+ @jsii.data_type(
722
+ jsii_type="aws-cdk-lib.aws_odb.CfnCloudAutonomousVmCluster.MaintenanceWindowProperty",
723
+ jsii_struct_bases=[],
724
+ name_mapping={
725
+ "days_of_week": "daysOfWeek",
726
+ "hours_of_day": "hoursOfDay",
727
+ "lead_time_in_weeks": "leadTimeInWeeks",
728
+ "months": "months",
729
+ "preference": "preference",
730
+ "weeks_of_month": "weeksOfMonth",
731
+ },
732
+ )
733
+ class MaintenanceWindowProperty:
734
+ def __init__(
735
+ self,
736
+ *,
737
+ days_of_week: typing.Optional[typing.Sequence[builtins.str]] = None,
738
+ hours_of_day: typing.Optional[typing.Union[typing.Sequence[jsii.Number], _IResolvable_da3f097b]] = None,
739
+ lead_time_in_weeks: typing.Optional[jsii.Number] = None,
740
+ months: typing.Optional[typing.Sequence[builtins.str]] = None,
741
+ preference: typing.Optional[builtins.str] = None,
742
+ weeks_of_month: typing.Optional[typing.Union[typing.Sequence[jsii.Number], _IResolvable_da3f097b]] = None,
743
+ ) -> None:
744
+ '''The scheduling details for the maintenance window.
745
+
746
+ Patching and system updates take place during the maintenance window.
747
+
748
+ :param days_of_week: The days of the week when maintenance can be performed.
749
+ :param hours_of_day: The hours of the day when maintenance can be performed.
750
+ :param lead_time_in_weeks: The lead time in weeks before the maintenance window.
751
+ :param months: The months when maintenance can be performed.
752
+ :param preference: The preference for the maintenance window scheduling.
753
+ :param weeks_of_month: The weeks of the month when maintenance can be performed.
754
+
755
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-cloudautonomousvmcluster-maintenancewindow.html
756
+ :exampleMetadata: fixture=_generated
757
+
758
+ Example::
759
+
760
+ # The code below shows an example of how to instantiate this type.
761
+ # The values are placeholders you should change.
762
+ from aws_cdk import aws_odb as odb
763
+
764
+ maintenance_window_property = odb.CfnCloudAutonomousVmCluster.MaintenanceWindowProperty(
765
+ days_of_week=["daysOfWeek"],
766
+ hours_of_day=[123],
767
+ lead_time_in_weeks=123,
768
+ months=["months"],
769
+ preference="preference",
770
+ weeks_of_month=[123]
771
+ )
772
+ '''
773
+ if __debug__:
774
+ type_hints = typing.get_type_hints(_typecheckingstub__bec420fa64b103170ca1fde88b7f5526381889811659e8a32ae9356eed292838)
775
+ check_type(argname="argument days_of_week", value=days_of_week, expected_type=type_hints["days_of_week"])
776
+ check_type(argname="argument hours_of_day", value=hours_of_day, expected_type=type_hints["hours_of_day"])
777
+ check_type(argname="argument lead_time_in_weeks", value=lead_time_in_weeks, expected_type=type_hints["lead_time_in_weeks"])
778
+ check_type(argname="argument months", value=months, expected_type=type_hints["months"])
779
+ check_type(argname="argument preference", value=preference, expected_type=type_hints["preference"])
780
+ check_type(argname="argument weeks_of_month", value=weeks_of_month, expected_type=type_hints["weeks_of_month"])
781
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
782
+ if days_of_week is not None:
783
+ self._values["days_of_week"] = days_of_week
784
+ if hours_of_day is not None:
785
+ self._values["hours_of_day"] = hours_of_day
786
+ if lead_time_in_weeks is not None:
787
+ self._values["lead_time_in_weeks"] = lead_time_in_weeks
788
+ if months is not None:
789
+ self._values["months"] = months
790
+ if preference is not None:
791
+ self._values["preference"] = preference
792
+ if weeks_of_month is not None:
793
+ self._values["weeks_of_month"] = weeks_of_month
794
+
795
+ @builtins.property
796
+ def days_of_week(self) -> typing.Optional[typing.List[builtins.str]]:
797
+ '''The days of the week when maintenance can be performed.
798
+
799
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-cloudautonomousvmcluster-maintenancewindow.html#cfn-odb-cloudautonomousvmcluster-maintenancewindow-daysofweek
800
+ '''
801
+ result = self._values.get("days_of_week")
802
+ return typing.cast(typing.Optional[typing.List[builtins.str]], result)
803
+
804
+ @builtins.property
805
+ def hours_of_day(
806
+ self,
807
+ ) -> typing.Optional[typing.Union[typing.List[jsii.Number], _IResolvable_da3f097b]]:
808
+ '''The hours of the day when maintenance can be performed.
809
+
810
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-cloudautonomousvmcluster-maintenancewindow.html#cfn-odb-cloudautonomousvmcluster-maintenancewindow-hoursofday
811
+ '''
812
+ result = self._values.get("hours_of_day")
813
+ return typing.cast(typing.Optional[typing.Union[typing.List[jsii.Number], _IResolvable_da3f097b]], result)
814
+
815
+ @builtins.property
816
+ def lead_time_in_weeks(self) -> typing.Optional[jsii.Number]:
817
+ '''The lead time in weeks before the maintenance window.
818
+
819
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-cloudautonomousvmcluster-maintenancewindow.html#cfn-odb-cloudautonomousvmcluster-maintenancewindow-leadtimeinweeks
820
+ '''
821
+ result = self._values.get("lead_time_in_weeks")
822
+ return typing.cast(typing.Optional[jsii.Number], result)
823
+
824
+ @builtins.property
825
+ def months(self) -> typing.Optional[typing.List[builtins.str]]:
826
+ '''The months when maintenance can be performed.
827
+
828
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-cloudautonomousvmcluster-maintenancewindow.html#cfn-odb-cloudautonomousvmcluster-maintenancewindow-months
829
+ '''
830
+ result = self._values.get("months")
831
+ return typing.cast(typing.Optional[typing.List[builtins.str]], result)
832
+
833
+ @builtins.property
834
+ def preference(self) -> typing.Optional[builtins.str]:
835
+ '''The preference for the maintenance window scheduling.
836
+
837
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-cloudautonomousvmcluster-maintenancewindow.html#cfn-odb-cloudautonomousvmcluster-maintenancewindow-preference
838
+ '''
839
+ result = self._values.get("preference")
840
+ return typing.cast(typing.Optional[builtins.str], result)
841
+
842
+ @builtins.property
843
+ def weeks_of_month(
844
+ self,
845
+ ) -> typing.Optional[typing.Union[typing.List[jsii.Number], _IResolvable_da3f097b]]:
846
+ '''The weeks of the month when maintenance can be performed.
847
+
848
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-cloudautonomousvmcluster-maintenancewindow.html#cfn-odb-cloudautonomousvmcluster-maintenancewindow-weeksofmonth
849
+ '''
850
+ result = self._values.get("weeks_of_month")
851
+ return typing.cast(typing.Optional[typing.Union[typing.List[jsii.Number], _IResolvable_da3f097b]], result)
852
+
853
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
854
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
855
+
856
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
857
+ return not (rhs == self)
858
+
859
+ def __repr__(self) -> str:
860
+ return "MaintenanceWindowProperty(%s)" % ", ".join(
861
+ k + "=" + repr(v) for k, v in self._values.items()
862
+ )
863
+
864
+
865
+ @jsii.data_type(
866
+ jsii_type="aws-cdk-lib.aws_odb.CfnCloudAutonomousVmClusterProps",
867
+ jsii_struct_bases=[],
868
+ name_mapping={
869
+ "autonomous_data_storage_size_in_t_bs": "autonomousDataStorageSizeInTBs",
870
+ "cloud_exadata_infrastructure_id": "cloudExadataInfrastructureId",
871
+ "cpu_core_count_per_node": "cpuCoreCountPerNode",
872
+ "db_servers": "dbServers",
873
+ "description": "description",
874
+ "display_name": "displayName",
875
+ "is_mtls_enabled_vm_cluster": "isMtlsEnabledVmCluster",
876
+ "license_model": "licenseModel",
877
+ "maintenance_window": "maintenanceWindow",
878
+ "memory_per_oracle_compute_unit_in_g_bs": "memoryPerOracleComputeUnitInGBs",
879
+ "odb_network_id": "odbNetworkId",
880
+ "scan_listener_port_non_tls": "scanListenerPortNonTls",
881
+ "scan_listener_port_tls": "scanListenerPortTls",
882
+ "tags": "tags",
883
+ "time_zone": "timeZone",
884
+ "total_container_databases": "totalContainerDatabases",
885
+ },
886
+ )
887
+ class CfnCloudAutonomousVmClusterProps:
888
+ def __init__(
889
+ self,
890
+ *,
891
+ autonomous_data_storage_size_in_t_bs: typing.Optional[jsii.Number] = None,
892
+ cloud_exadata_infrastructure_id: typing.Optional[builtins.str] = None,
893
+ cpu_core_count_per_node: typing.Optional[jsii.Number] = None,
894
+ db_servers: typing.Optional[typing.Sequence[builtins.str]] = None,
895
+ description: typing.Optional[builtins.str] = None,
896
+ display_name: typing.Optional[builtins.str] = None,
897
+ is_mtls_enabled_vm_cluster: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
898
+ license_model: typing.Optional[builtins.str] = None,
899
+ maintenance_window: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnCloudAutonomousVmCluster.MaintenanceWindowProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
900
+ memory_per_oracle_compute_unit_in_g_bs: typing.Optional[jsii.Number] = None,
901
+ odb_network_id: typing.Optional[builtins.str] = None,
902
+ scan_listener_port_non_tls: typing.Optional[jsii.Number] = None,
903
+ scan_listener_port_tls: typing.Optional[jsii.Number] = None,
904
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
905
+ time_zone: typing.Optional[builtins.str] = None,
906
+ total_container_databases: typing.Optional[jsii.Number] = None,
907
+ ) -> None:
908
+ '''Properties for defining a ``CfnCloudAutonomousVmCluster``.
909
+
910
+ :param autonomous_data_storage_size_in_t_bs: The data storage size allocated for Autonomous Databases in the Autonomous VM cluster, in TB. Required when creating an Autonomous VM cluster.
911
+ :param cloud_exadata_infrastructure_id: The unique identifier of the Cloud Exadata Infrastructure containing this Autonomous VM cluster. Required when creating an Autonomous VM cluster.
912
+ :param cpu_core_count_per_node: The number of CPU cores enabled per node in the Autonomous VM cluster. Required when creating an Autonomous VM cluster.
913
+ :param db_servers: The list of database servers associated with the Autonomous VM cluster.
914
+ :param description: The user-provided description of the Autonomous VM cluster.
915
+ :param display_name: The display name of the Autonomous VM cluster. Required when creating an Autonomous VM cluster.
916
+ :param is_mtls_enabled_vm_cluster: Specifies whether mutual TLS (mTLS) authentication is enabled for the Autonomous VM cluster.
917
+ :param license_model: The Oracle license model that applies to the Autonomous VM cluster. Valid values are ``LICENSE_INCLUDED`` or ``BRING_YOUR_OWN_LICENSE`` .
918
+ :param maintenance_window: The scheduling details for the maintenance window. Patching and system updates take place during the maintenance window.
919
+ :param memory_per_oracle_compute_unit_in_g_bs: The amount of memory allocated per Oracle Compute Unit, in GB. Required when creating an Autonomous VM cluster.
920
+ :param odb_network_id: The unique identifier of the ODB network associated with this Autonomous VM cluster. Required when creating an Autonomous VM cluster.
921
+ :param scan_listener_port_non_tls: The SCAN listener port for non-TLS (TCP) protocol. The default is 1521.
922
+ :param scan_listener_port_tls: The SCAN listener port for TLS (TCP) protocol. The default is 2484.
923
+ :param tags: Tags to assign to the Autonomous Vm Cluster.
924
+ :param time_zone: The time zone of the Autonomous VM cluster.
925
+ :param total_container_databases: The total number of Autonomous Container Databases that can be created with the allocated local storage. Required when creating an Autonomous VM cluster.
926
+
927
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html
928
+ :exampleMetadata: fixture=_generated
929
+
930
+ Example::
931
+
932
+ # The code below shows an example of how to instantiate this type.
933
+ # The values are placeholders you should change.
934
+ from aws_cdk import aws_odb as odb
935
+
936
+ cfn_cloud_autonomous_vm_cluster_props = odb.CfnCloudAutonomousVmClusterProps(
937
+ autonomous_data_storage_size_in_tBs=123,
938
+ cloud_exadata_infrastructure_id="cloudExadataInfrastructureId",
939
+ cpu_core_count_per_node=123,
940
+ db_servers=["dbServers"],
941
+ description="description",
942
+ display_name="displayName",
943
+ is_mtls_enabled_vm_cluster=False,
944
+ license_model="licenseModel",
945
+ maintenance_window=odb.CfnCloudAutonomousVmCluster.MaintenanceWindowProperty(
946
+ days_of_week=["daysOfWeek"],
947
+ hours_of_day=[123],
948
+ lead_time_in_weeks=123,
949
+ months=["months"],
950
+ preference="preference",
951
+ weeks_of_month=[123]
952
+ ),
953
+ memory_per_oracle_compute_unit_in_gBs=123,
954
+ odb_network_id="odbNetworkId",
955
+ scan_listener_port_non_tls=123,
956
+ scan_listener_port_tls=123,
957
+ tags=[CfnTag(
958
+ key="key",
959
+ value="value"
960
+ )],
961
+ time_zone="timeZone",
962
+ total_container_databases=123
963
+ )
964
+ '''
965
+ if __debug__:
966
+ type_hints = typing.get_type_hints(_typecheckingstub__221a7c6782ef0d7603f8cd9a8a17d1bbaad9d65511e49e607ac274b8a007d48b)
967
+ check_type(argname="argument autonomous_data_storage_size_in_t_bs", value=autonomous_data_storage_size_in_t_bs, expected_type=type_hints["autonomous_data_storage_size_in_t_bs"])
968
+ check_type(argname="argument cloud_exadata_infrastructure_id", value=cloud_exadata_infrastructure_id, expected_type=type_hints["cloud_exadata_infrastructure_id"])
969
+ check_type(argname="argument cpu_core_count_per_node", value=cpu_core_count_per_node, expected_type=type_hints["cpu_core_count_per_node"])
970
+ check_type(argname="argument db_servers", value=db_servers, expected_type=type_hints["db_servers"])
971
+ check_type(argname="argument description", value=description, expected_type=type_hints["description"])
972
+ check_type(argname="argument display_name", value=display_name, expected_type=type_hints["display_name"])
973
+ check_type(argname="argument is_mtls_enabled_vm_cluster", value=is_mtls_enabled_vm_cluster, expected_type=type_hints["is_mtls_enabled_vm_cluster"])
974
+ check_type(argname="argument license_model", value=license_model, expected_type=type_hints["license_model"])
975
+ check_type(argname="argument maintenance_window", value=maintenance_window, expected_type=type_hints["maintenance_window"])
976
+ check_type(argname="argument memory_per_oracle_compute_unit_in_g_bs", value=memory_per_oracle_compute_unit_in_g_bs, expected_type=type_hints["memory_per_oracle_compute_unit_in_g_bs"])
977
+ check_type(argname="argument odb_network_id", value=odb_network_id, expected_type=type_hints["odb_network_id"])
978
+ check_type(argname="argument scan_listener_port_non_tls", value=scan_listener_port_non_tls, expected_type=type_hints["scan_listener_port_non_tls"])
979
+ check_type(argname="argument scan_listener_port_tls", value=scan_listener_port_tls, expected_type=type_hints["scan_listener_port_tls"])
980
+ check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
981
+ check_type(argname="argument time_zone", value=time_zone, expected_type=type_hints["time_zone"])
982
+ check_type(argname="argument total_container_databases", value=total_container_databases, expected_type=type_hints["total_container_databases"])
983
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
984
+ if autonomous_data_storage_size_in_t_bs is not None:
985
+ self._values["autonomous_data_storage_size_in_t_bs"] = autonomous_data_storage_size_in_t_bs
986
+ if cloud_exadata_infrastructure_id is not None:
987
+ self._values["cloud_exadata_infrastructure_id"] = cloud_exadata_infrastructure_id
988
+ if cpu_core_count_per_node is not None:
989
+ self._values["cpu_core_count_per_node"] = cpu_core_count_per_node
990
+ if db_servers is not None:
991
+ self._values["db_servers"] = db_servers
992
+ if description is not None:
993
+ self._values["description"] = description
994
+ if display_name is not None:
995
+ self._values["display_name"] = display_name
996
+ if is_mtls_enabled_vm_cluster is not None:
997
+ self._values["is_mtls_enabled_vm_cluster"] = is_mtls_enabled_vm_cluster
998
+ if license_model is not None:
999
+ self._values["license_model"] = license_model
1000
+ if maintenance_window is not None:
1001
+ self._values["maintenance_window"] = maintenance_window
1002
+ if memory_per_oracle_compute_unit_in_g_bs is not None:
1003
+ self._values["memory_per_oracle_compute_unit_in_g_bs"] = memory_per_oracle_compute_unit_in_g_bs
1004
+ if odb_network_id is not None:
1005
+ self._values["odb_network_id"] = odb_network_id
1006
+ if scan_listener_port_non_tls is not None:
1007
+ self._values["scan_listener_port_non_tls"] = scan_listener_port_non_tls
1008
+ if scan_listener_port_tls is not None:
1009
+ self._values["scan_listener_port_tls"] = scan_listener_port_tls
1010
+ if tags is not None:
1011
+ self._values["tags"] = tags
1012
+ if time_zone is not None:
1013
+ self._values["time_zone"] = time_zone
1014
+ if total_container_databases is not None:
1015
+ self._values["total_container_databases"] = total_container_databases
1016
+
1017
+ @builtins.property
1018
+ def autonomous_data_storage_size_in_t_bs(self) -> typing.Optional[jsii.Number]:
1019
+ '''The data storage size allocated for Autonomous Databases in the Autonomous VM cluster, in TB.
1020
+
1021
+ Required when creating an Autonomous VM cluster.
1022
+
1023
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-autonomousdatastoragesizeintbs
1024
+ '''
1025
+ result = self._values.get("autonomous_data_storage_size_in_t_bs")
1026
+ return typing.cast(typing.Optional[jsii.Number], result)
1027
+
1028
+ @builtins.property
1029
+ def cloud_exadata_infrastructure_id(self) -> typing.Optional[builtins.str]:
1030
+ '''The unique identifier of the Cloud Exadata Infrastructure containing this Autonomous VM cluster.
1031
+
1032
+ Required when creating an Autonomous VM cluster.
1033
+
1034
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-cloudexadatainfrastructureid
1035
+ '''
1036
+ result = self._values.get("cloud_exadata_infrastructure_id")
1037
+ return typing.cast(typing.Optional[builtins.str], result)
1038
+
1039
+ @builtins.property
1040
+ def cpu_core_count_per_node(self) -> typing.Optional[jsii.Number]:
1041
+ '''The number of CPU cores enabled per node in the Autonomous VM cluster.
1042
+
1043
+ Required when creating an Autonomous VM cluster.
1044
+
1045
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-cpucorecountpernode
1046
+ '''
1047
+ result = self._values.get("cpu_core_count_per_node")
1048
+ return typing.cast(typing.Optional[jsii.Number], result)
1049
+
1050
+ @builtins.property
1051
+ def db_servers(self) -> typing.Optional[typing.List[builtins.str]]:
1052
+ '''The list of database servers associated with the Autonomous VM cluster.
1053
+
1054
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-dbservers
1055
+ '''
1056
+ result = self._values.get("db_servers")
1057
+ return typing.cast(typing.Optional[typing.List[builtins.str]], result)
1058
+
1059
+ @builtins.property
1060
+ def description(self) -> typing.Optional[builtins.str]:
1061
+ '''The user-provided description of the Autonomous VM cluster.
1062
+
1063
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-description
1064
+ '''
1065
+ result = self._values.get("description")
1066
+ return typing.cast(typing.Optional[builtins.str], result)
1067
+
1068
+ @builtins.property
1069
+ def display_name(self) -> typing.Optional[builtins.str]:
1070
+ '''The display name of the Autonomous VM cluster.
1071
+
1072
+ Required when creating an Autonomous VM cluster.
1073
+
1074
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-displayname
1075
+ '''
1076
+ result = self._values.get("display_name")
1077
+ return typing.cast(typing.Optional[builtins.str], result)
1078
+
1079
+ @builtins.property
1080
+ def is_mtls_enabled_vm_cluster(
1081
+ self,
1082
+ ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
1083
+ '''Specifies whether mutual TLS (mTLS) authentication is enabled for the Autonomous VM cluster.
1084
+
1085
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-ismtlsenabledvmcluster
1086
+ '''
1087
+ result = self._values.get("is_mtls_enabled_vm_cluster")
1088
+ return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], result)
1089
+
1090
+ @builtins.property
1091
+ def license_model(self) -> typing.Optional[builtins.str]:
1092
+ '''The Oracle license model that applies to the Autonomous VM cluster.
1093
+
1094
+ Valid values are ``LICENSE_INCLUDED`` or ``BRING_YOUR_OWN_LICENSE`` .
1095
+
1096
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-licensemodel
1097
+ '''
1098
+ result = self._values.get("license_model")
1099
+ return typing.cast(typing.Optional[builtins.str], result)
1100
+
1101
+ @builtins.property
1102
+ def maintenance_window(
1103
+ self,
1104
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnCloudAutonomousVmCluster.MaintenanceWindowProperty]]:
1105
+ '''The scheduling details for the maintenance window.
1106
+
1107
+ Patching and system updates take place during the maintenance window.
1108
+
1109
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-maintenancewindow
1110
+ '''
1111
+ result = self._values.get("maintenance_window")
1112
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, CfnCloudAutonomousVmCluster.MaintenanceWindowProperty]], result)
1113
+
1114
+ @builtins.property
1115
+ def memory_per_oracle_compute_unit_in_g_bs(self) -> typing.Optional[jsii.Number]:
1116
+ '''The amount of memory allocated per Oracle Compute Unit, in GB.
1117
+
1118
+ Required when creating an Autonomous VM cluster.
1119
+
1120
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-memoryperoraclecomputeunitingbs
1121
+ '''
1122
+ result = self._values.get("memory_per_oracle_compute_unit_in_g_bs")
1123
+ return typing.cast(typing.Optional[jsii.Number], result)
1124
+
1125
+ @builtins.property
1126
+ def odb_network_id(self) -> typing.Optional[builtins.str]:
1127
+ '''The unique identifier of the ODB network associated with this Autonomous VM cluster.
1128
+
1129
+ Required when creating an Autonomous VM cluster.
1130
+
1131
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-odbnetworkid
1132
+ '''
1133
+ result = self._values.get("odb_network_id")
1134
+ return typing.cast(typing.Optional[builtins.str], result)
1135
+
1136
+ @builtins.property
1137
+ def scan_listener_port_non_tls(self) -> typing.Optional[jsii.Number]:
1138
+ '''The SCAN listener port for non-TLS (TCP) protocol.
1139
+
1140
+ The default is 1521.
1141
+
1142
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-scanlistenerportnontls
1143
+ '''
1144
+ result = self._values.get("scan_listener_port_non_tls")
1145
+ return typing.cast(typing.Optional[jsii.Number], result)
1146
+
1147
+ @builtins.property
1148
+ def scan_listener_port_tls(self) -> typing.Optional[jsii.Number]:
1149
+ '''The SCAN listener port for TLS (TCP) protocol.
1150
+
1151
+ The default is 2484.
1152
+
1153
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-scanlistenerporttls
1154
+ '''
1155
+ result = self._values.get("scan_listener_port_tls")
1156
+ return typing.cast(typing.Optional[jsii.Number], result)
1157
+
1158
+ @builtins.property
1159
+ def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
1160
+ '''Tags to assign to the Autonomous Vm Cluster.
1161
+
1162
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-tags
1163
+ '''
1164
+ result = self._values.get("tags")
1165
+ return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], result)
1166
+
1167
+ @builtins.property
1168
+ def time_zone(self) -> typing.Optional[builtins.str]:
1169
+ '''The time zone of the Autonomous VM cluster.
1170
+
1171
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-timezone
1172
+ '''
1173
+ result = self._values.get("time_zone")
1174
+ return typing.cast(typing.Optional[builtins.str], result)
1175
+
1176
+ @builtins.property
1177
+ def total_container_databases(self) -> typing.Optional[jsii.Number]:
1178
+ '''The total number of Autonomous Container Databases that can be created with the allocated local storage.
1179
+
1180
+ Required when creating an Autonomous VM cluster.
1181
+
1182
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-totalcontainerdatabases
1183
+ '''
1184
+ result = self._values.get("total_container_databases")
1185
+ return typing.cast(typing.Optional[jsii.Number], result)
1186
+
1187
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
1188
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
1189
+
1190
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
1191
+ return not (rhs == self)
1192
+
1193
+ def __repr__(self) -> str:
1194
+ return "CfnCloudAutonomousVmClusterProps(%s)" % ", ".join(
1195
+ k + "=" + repr(v) for k, v in self._values.items()
1196
+ )
1197
+
1198
+
1199
+ @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
1200
+ class CfnCloudExadataInfrastructure(
1201
+ _CfnResource_9df397a6,
1202
+ metaclass=jsii.JSIIMeta,
1203
+ jsii_type="aws-cdk-lib.aws_odb.CfnCloudExadataInfrastructure",
1204
+ ):
1205
+ '''The ``AWS::ODB::CloudExadataInfrastructure`` resource creates an Exadata infrastructure.
1206
+
1207
+ An Exadata infrastructure provides the underlying compute and storage resources for Oracle Database workloads.
1208
+
1209
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudexadatainfrastructure.html
1210
+ :cloudformationResource: AWS::ODB::CloudExadataInfrastructure
1211
+ :exampleMetadata: fixture=_generated
1212
+
1213
+ Example::
1214
+
1215
+ # The code below shows an example of how to instantiate this type.
1216
+ # The values are placeholders you should change.
1217
+ from aws_cdk import aws_odb as odb
1218
+
1219
+ cfn_cloud_exadata_infrastructure = odb.CfnCloudExadataInfrastructure(self, "MyCfnCloudExadataInfrastructure",
1220
+ availability_zone="availabilityZone",
1221
+ availability_zone_id="availabilityZoneId",
1222
+ compute_count=123,
1223
+ customer_contacts_to_send_to_oci=[odb.CfnCloudExadataInfrastructure.CustomerContactProperty(
1224
+ email="email"
1225
+ )],
1226
+ database_server_type="databaseServerType",
1227
+ display_name="displayName",
1228
+ shape="shape",
1229
+ storage_count=123,
1230
+ storage_server_type="storageServerType",
1231
+ tags=[CfnTag(
1232
+ key="key",
1233
+ value="value"
1234
+ )]
1235
+ )
1236
+ '''
1237
+
1238
+ def __init__(
1239
+ self,
1240
+ scope: _constructs_77d1e7e8.Construct,
1241
+ id: builtins.str,
1242
+ *,
1243
+ availability_zone: typing.Optional[builtins.str] = None,
1244
+ availability_zone_id: typing.Optional[builtins.str] = None,
1245
+ compute_count: typing.Optional[jsii.Number] = None,
1246
+ 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,
1247
+ database_server_type: typing.Optional[builtins.str] = None,
1248
+ display_name: typing.Optional[builtins.str] = None,
1249
+ shape: typing.Optional[builtins.str] = None,
1250
+ storage_count: typing.Optional[jsii.Number] = None,
1251
+ storage_server_type: typing.Optional[builtins.str] = None,
1252
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
1253
+ ) -> None:
1254
+ '''
1255
+ :param scope: Scope in which this resource is defined.
1256
+ :param id: Construct identifier for this resource (unique in its scope).
1257
+ :param availability_zone: The name of the Availability Zone (AZ) where the Exadata infrastructure is located. Required when creating an Exadata infrastructure. Specify either AvailabilityZone or AvailabilityZoneId to define the location of the infrastructure.
1258
+ :param availability_zone_id: The AZ ID of the AZ where the Exadata infrastructure is located. Required when creating an Exadata infrastructure. Specify either AvailabilityZone or AvailabilityZoneId to define the location of the infrastructure.
1259
+ :param compute_count: The number of database servers for the Exadata infrastructure. Required when creating an Exadata infrastructure.
1260
+ :param customer_contacts_to_send_to_oci: The email addresses of contacts to receive notification from Oracle about maintenance updates for the Exadata infrastructure.
1261
+ :param database_server_type: The database server model type of the Exadata infrastructure. For the list of valid model names, use the ``ListDbSystemShapes`` operation.
1262
+ :param display_name: The user-friendly name for the Exadata infrastructure. Required when creating an Exadata infrastructure.
1263
+ :param shape: The model name of the Exadata infrastructure. Required when creating an Exadata infrastructure.
1264
+ :param storage_count: The number of storage servers that are activated for the Exadata infrastructure. Required when creating an Exadata infrastructure.
1265
+ :param storage_server_type: The storage server model type of the Exadata infrastructure. For the list of valid model names, use the ``ListDbSystemShapes`` operation.
1266
+ :param tags: Tags to assign to the Exadata Infrastructure.
1267
+ '''
1268
+ if __debug__:
1269
+ type_hints = typing.get_type_hints(_typecheckingstub__fd782f736e7ad827f171e15d160c54071c1fbef5443d136721533cbfdcdb7012)
1270
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
1271
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
1272
+ props = CfnCloudExadataInfrastructureProps(
1273
+ availability_zone=availability_zone,
1274
+ availability_zone_id=availability_zone_id,
1275
+ compute_count=compute_count,
1276
+ customer_contacts_to_send_to_oci=customer_contacts_to_send_to_oci,
1277
+ database_server_type=database_server_type,
1278
+ display_name=display_name,
1279
+ shape=shape,
1280
+ storage_count=storage_count,
1281
+ storage_server_type=storage_server_type,
1282
+ tags=tags,
1283
+ )
1284
+
1285
+ jsii.create(self.__class__, self, [scope, id, props])
1286
+
1287
+ @jsii.member(jsii_name="inspect")
1288
+ def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
1289
+ '''Examines the CloudFormation resource and discloses attributes.
1290
+
1291
+ :param inspector: tree inspector to collect and process attributes.
1292
+ '''
1293
+ if __debug__:
1294
+ type_hints = typing.get_type_hints(_typecheckingstub__4f2b53aab94ecf4f8defcc0e14b676f19557d80b7dd0f9ff46a17b7649889a87)
1295
+ check_type(argname="argument inspector", value=inspector, expected_type=type_hints["inspector"])
1296
+ return typing.cast(None, jsii.invoke(self, "inspect", [inspector]))
1297
+
1298
+ @jsii.member(jsii_name="renderProperties")
1299
+ def _render_properties(
1300
+ self,
1301
+ props: typing.Mapping[builtins.str, typing.Any],
1302
+ ) -> typing.Mapping[builtins.str, typing.Any]:
1303
+ '''
1304
+ :param props: -
1305
+ '''
1306
+ if __debug__:
1307
+ type_hints = typing.get_type_hints(_typecheckingstub__30c5d730c06a06b60c97eec0e4a7fec63bac2317a2c033784ea9da48cda003b4)
1308
+ check_type(argname="argument props", value=props, expected_type=type_hints["props"])
1309
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "renderProperties", [props]))
1310
+
1311
+ @jsii.python.classproperty
1312
+ @jsii.member(jsii_name="CFN_RESOURCE_TYPE_NAME")
1313
+ def CFN_RESOURCE_TYPE_NAME(cls) -> builtins.str:
1314
+ '''The CloudFormation resource type name for this resource class.'''
1315
+ return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
1316
+
1317
+ @builtins.property
1318
+ @jsii.member(jsii_name="attrActivatedStorageCount")
1319
+ def attr_activated_storage_count(self) -> jsii.Number:
1320
+ '''The number of storage servers requested for the Exadata infrastructure.
1321
+
1322
+ :cloudformationAttribute: ActivatedStorageCount
1323
+ '''
1324
+ return typing.cast(jsii.Number, jsii.get(self, "attrActivatedStorageCount"))
1325
+
1326
+ @builtins.property
1327
+ @jsii.member(jsii_name="attrAdditionalStorageCount")
1328
+ def attr_additional_storage_count(self) -> jsii.Number:
1329
+ '''The number of storage servers requested for the Exadata infrastructure.
1330
+
1331
+ :cloudformationAttribute: AdditionalStorageCount
1332
+ '''
1333
+ return typing.cast(jsii.Number, jsii.get(self, "attrAdditionalStorageCount"))
1334
+
1335
+ @builtins.property
1336
+ @jsii.member(jsii_name="attrAvailableStorageSizeInGBs")
1337
+ def attr_available_storage_size_in_g_bs(self) -> jsii.Number:
1338
+ '''The amount of available storage, in gigabytes (GB), for the Exadata infrastructure.
1339
+
1340
+ :cloudformationAttribute: AvailableStorageSizeInGBs
1341
+ '''
1342
+ return typing.cast(jsii.Number, jsii.get(self, "attrAvailableStorageSizeInGBs"))
1343
+
1344
+ @builtins.property
1345
+ @jsii.member(jsii_name="attrCloudExadataInfrastructureArn")
1346
+ def attr_cloud_exadata_infrastructure_arn(self) -> builtins.str:
1347
+ '''The Amazon Resource Name (ARN) for the Exadata infrastructure.
1348
+
1349
+ :cloudformationAttribute: CloudExadataInfrastructureArn
1350
+ '''
1351
+ return typing.cast(builtins.str, jsii.get(self, "attrCloudExadataInfrastructureArn"))
1352
+
1353
+ @builtins.property
1354
+ @jsii.member(jsii_name="attrCloudExadataInfrastructureId")
1355
+ def attr_cloud_exadata_infrastructure_id(self) -> builtins.str:
1356
+ '''The unique identifier for the Exadata infrastructure.
1357
+
1358
+ :cloudformationAttribute: CloudExadataInfrastructureId
1359
+ '''
1360
+ return typing.cast(builtins.str, jsii.get(self, "attrCloudExadataInfrastructureId"))
1361
+
1362
+ @builtins.property
1363
+ @jsii.member(jsii_name="attrComputeModel")
1364
+ def attr_compute_model(self) -> builtins.str:
1365
+ '''The OCI model compute model used when you create or clone an instance: ECPU or OCPU.
1366
+
1367
+ An ECPU is an abstracted measure of compute resources. ECPUs are based on the number of cores elastically allocated from a pool of compute and storage servers. An OCPU is a legacy physical measure of compute resources. OCPUs are based on the physical core of a processor with hyper-threading enabled.
1368
+
1369
+ :cloudformationAttribute: ComputeModel
1370
+ '''
1371
+ return typing.cast(builtins.str, jsii.get(self, "attrComputeModel"))
1372
+
1373
+ @builtins.property
1374
+ @jsii.member(jsii_name="attrCpuCount")
1375
+ def attr_cpu_count(self) -> jsii.Number:
1376
+ '''The total number of CPU cores that are allocated to the Exadata infrastructure.
1377
+
1378
+ :cloudformationAttribute: CpuCount
1379
+ '''
1380
+ return typing.cast(jsii.Number, jsii.get(self, "attrCpuCount"))
1381
+
1382
+ @builtins.property
1383
+ @jsii.member(jsii_name="attrDataStorageSizeInTBs")
1384
+ def attr_data_storage_size_in_t_bs(self) -> _IResolvable_da3f097b:
1385
+ '''The size of the Exadata infrastructure's data disk group, in terabytes (TB).
1386
+
1387
+ :cloudformationAttribute: DataStorageSizeInTBs
1388
+ '''
1389
+ return typing.cast(_IResolvable_da3f097b, jsii.get(self, "attrDataStorageSizeInTBs"))
1390
+
1391
+ @builtins.property
1392
+ @jsii.member(jsii_name="attrDbNodeStorageSizeInGBs")
1393
+ def attr_db_node_storage_size_in_g_bs(self) -> jsii.Number:
1394
+ '''The size of the Exadata infrastructure's local node storage, in gigabytes (GB).
1395
+
1396
+ :cloudformationAttribute: DbNodeStorageSizeInGBs
1397
+ '''
1398
+ return typing.cast(jsii.Number, jsii.get(self, "attrDbNodeStorageSizeInGBs"))
1399
+
1400
+ @builtins.property
1401
+ @jsii.member(jsii_name="attrDbServerIds")
1402
+ def attr_db_server_ids(self) -> typing.List[builtins.str]:
1403
+ '''The list of database server identifiers for the Exadata infrastructure.
1404
+
1405
+ :cloudformationAttribute: DbServerIds
1406
+ '''
1407
+ return typing.cast(typing.List[builtins.str], jsii.get(self, "attrDbServerIds"))
1408
+
1409
+ @builtins.property
1410
+ @jsii.member(jsii_name="attrDbServerVersion")
1411
+ def attr_db_server_version(self) -> builtins.str:
1412
+ '''The software version of the database servers (dom0) in the Exadata infrastructure.
1413
+
1414
+ :cloudformationAttribute: DbServerVersion
1415
+ '''
1416
+ return typing.cast(builtins.str, jsii.get(self, "attrDbServerVersion"))
1417
+
1418
+ @builtins.property
1419
+ @jsii.member(jsii_name="attrMaxCpuCount")
1420
+ def attr_max_cpu_count(self) -> jsii.Number:
1421
+ '''The total number of CPU cores available on the Exadata infrastructure.
1422
+
1423
+ :cloudformationAttribute: MaxCpuCount
1424
+ '''
1425
+ return typing.cast(jsii.Number, jsii.get(self, "attrMaxCpuCount"))
1426
+
1427
+ @builtins.property
1428
+ @jsii.member(jsii_name="attrMaxDataStorageInTBs")
1429
+ def attr_max_data_storage_in_t_bs(self) -> _IResolvable_da3f097b:
1430
+ '''The total amount of data disk group storage, in terabytes (TB), that's available on the Exadata infrastructure.
1431
+
1432
+ :cloudformationAttribute: MaxDataStorageInTBs
1433
+ '''
1434
+ return typing.cast(_IResolvable_da3f097b, jsii.get(self, "attrMaxDataStorageInTBs"))
1435
+
1436
+ @builtins.property
1437
+ @jsii.member(jsii_name="attrMaxDbNodeStorageSizeInGBs")
1438
+ def attr_max_db_node_storage_size_in_g_bs(self) -> jsii.Number:
1439
+ '''The total amount of local node storage, in gigabytes (GB), that's available on the Exadata infrastructure.
1440
+
1441
+ :cloudformationAttribute: MaxDbNodeStorageSizeInGBs
1442
+ '''
1443
+ return typing.cast(jsii.Number, jsii.get(self, "attrMaxDbNodeStorageSizeInGBs"))
1444
+
1445
+ @builtins.property
1446
+ @jsii.member(jsii_name="attrMaxMemoryInGBs")
1447
+ def attr_max_memory_in_g_bs(self) -> jsii.Number:
1448
+ '''The total amount of memory, in gigabytes (GB), that's available on the Exadata infrastructure.
1449
+
1450
+ :cloudformationAttribute: MaxMemoryInGBs
1451
+ '''
1452
+ return typing.cast(jsii.Number, jsii.get(self, "attrMaxMemoryInGBs"))
1453
+
1454
+ @builtins.property
1455
+ @jsii.member(jsii_name="attrMemorySizeInGBs")
1456
+ def attr_memory_size_in_g_bs(self) -> jsii.Number:
1457
+ '''The amount of memory, in gigabytes (GB), that's allocated on the Exadata infrastructure.
1458
+
1459
+ :cloudformationAttribute: MemorySizeInGBs
1460
+ '''
1461
+ return typing.cast(jsii.Number, jsii.get(self, "attrMemorySizeInGBs"))
1462
+
1463
+ @builtins.property
1464
+ @jsii.member(jsii_name="attrOcid")
1465
+ def attr_ocid(self) -> builtins.str:
1466
+ '''The OCID of the Exadata infrastructure.
1467
+
1468
+ :cloudformationAttribute: Ocid
1469
+ '''
1470
+ return typing.cast(builtins.str, jsii.get(self, "attrOcid"))
1471
+
1472
+ @builtins.property
1473
+ @jsii.member(jsii_name="attrOciResourceAnchorName")
1474
+ def attr_oci_resource_anchor_name(self) -> builtins.str:
1475
+ '''The name of the OCI resource anchor for the Exadata infrastructure.
1476
+
1477
+ :cloudformationAttribute: OciResourceAnchorName
1478
+ '''
1479
+ return typing.cast(builtins.str, jsii.get(self, "attrOciResourceAnchorName"))
1480
+
1481
+ @builtins.property
1482
+ @jsii.member(jsii_name="attrOciUrl")
1483
+ def attr_oci_url(self) -> builtins.str:
1484
+ '''The HTTPS link to the Exadata infrastructure in OCI.
1485
+
1486
+ :cloudformationAttribute: OciUrl
1487
+ '''
1488
+ return typing.cast(builtins.str, jsii.get(self, "attrOciUrl"))
1489
+
1490
+ @builtins.property
1491
+ @jsii.member(jsii_name="attrStorageServerVersion")
1492
+ def attr_storage_server_version(self) -> builtins.str:
1493
+ '''The software version of the storage servers on the Exadata infrastructure.
1494
+
1495
+ :cloudformationAttribute: StorageServerVersion
1496
+ '''
1497
+ return typing.cast(builtins.str, jsii.get(self, "attrStorageServerVersion"))
1498
+
1499
+ @builtins.property
1500
+ @jsii.member(jsii_name="attrTotalStorageSizeInGBs")
1501
+ def attr_total_storage_size_in_g_bs(self) -> jsii.Number:
1502
+ '''The total amount of storage, in gigabytes (GB), on the the Exadata infrastructure.
1503
+
1504
+ :cloudformationAttribute: TotalStorageSizeInGBs
1505
+ '''
1506
+ return typing.cast(jsii.Number, jsii.get(self, "attrTotalStorageSizeInGBs"))
1507
+
1508
+ @builtins.property
1509
+ @jsii.member(jsii_name="cdkTagManager")
1510
+ def cdk_tag_manager(self) -> _TagManager_0a598cb3:
1511
+ '''Tag Manager which manages the tags for this resource.'''
1512
+ return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
1513
+
1514
+ @builtins.property
1515
+ @jsii.member(jsii_name="cfnProperties")
1516
+ def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
1517
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
1518
+
1519
+ @builtins.property
1520
+ @jsii.member(jsii_name="availabilityZone")
1521
+ def availability_zone(self) -> typing.Optional[builtins.str]:
1522
+ '''The name of the Availability Zone (AZ) where the Exadata infrastructure is located.'''
1523
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "availabilityZone"))
1524
+
1525
+ @availability_zone.setter
1526
+ def availability_zone(self, value: typing.Optional[builtins.str]) -> None:
1527
+ if __debug__:
1528
+ type_hints = typing.get_type_hints(_typecheckingstub__7c16313314e3dc88f64b64a6807c0212a1ebb85e656c09cf7edb0f12490e36f6)
1529
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1530
+ jsii.set(self, "availabilityZone", value) # pyright: ignore[reportArgumentType]
1531
+
1532
+ @builtins.property
1533
+ @jsii.member(jsii_name="availabilityZoneId")
1534
+ def availability_zone_id(self) -> typing.Optional[builtins.str]:
1535
+ '''The AZ ID of the AZ where the Exadata infrastructure is located.'''
1536
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "availabilityZoneId"))
1537
+
1538
+ @availability_zone_id.setter
1539
+ def availability_zone_id(self, value: typing.Optional[builtins.str]) -> None:
1540
+ if __debug__:
1541
+ type_hints = typing.get_type_hints(_typecheckingstub__2438c10c6661d5ac7195e2cd938683127ead28b38288093164aed692e449d80a)
1542
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1543
+ jsii.set(self, "availabilityZoneId", value) # pyright: ignore[reportArgumentType]
1544
+
1545
+ @builtins.property
1546
+ @jsii.member(jsii_name="computeCount")
1547
+ def compute_count(self) -> typing.Optional[jsii.Number]:
1548
+ '''The number of database servers for the Exadata infrastructure.'''
1549
+ return typing.cast(typing.Optional[jsii.Number], jsii.get(self, "computeCount"))
1550
+
1551
+ @compute_count.setter
1552
+ def compute_count(self, value: typing.Optional[jsii.Number]) -> None:
1553
+ if __debug__:
1554
+ type_hints = typing.get_type_hints(_typecheckingstub__ed6c897fe570d07a340273c57b43f97da5d100a17ae8701b161d22cf07674db5)
1555
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1556
+ jsii.set(self, "computeCount", value) # pyright: ignore[reportArgumentType]
1557
+
1558
+ @builtins.property
1559
+ @jsii.member(jsii_name="customerContactsToSendToOci")
1560
+ def customer_contacts_to_send_to_oci(
1561
+ self,
1562
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnCloudExadataInfrastructure.CustomerContactProperty"]]]]:
1563
+ '''The email addresses of contacts to receive notification from Oracle about maintenance updates for the Exadata infrastructure.'''
1564
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnCloudExadataInfrastructure.CustomerContactProperty"]]]], jsii.get(self, "customerContactsToSendToOci"))
1565
+
1566
+ @customer_contacts_to_send_to_oci.setter
1567
+ def customer_contacts_to_send_to_oci(
1568
+ self,
1569
+ value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnCloudExadataInfrastructure.CustomerContactProperty"]]]],
1570
+ ) -> None:
1571
+ if __debug__:
1572
+ type_hints = typing.get_type_hints(_typecheckingstub__564d722d30f571b6b15ec3202d92d33e97da84125c2eabe6a9cebe8d28fed3d6)
1573
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1574
+ jsii.set(self, "customerContactsToSendToOci", value) # pyright: ignore[reportArgumentType]
1575
+
1576
+ @builtins.property
1577
+ @jsii.member(jsii_name="databaseServerType")
1578
+ def database_server_type(self) -> typing.Optional[builtins.str]:
1579
+ '''The database server model type of the Exadata infrastructure.'''
1580
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "databaseServerType"))
1581
+
1582
+ @database_server_type.setter
1583
+ def database_server_type(self, value: typing.Optional[builtins.str]) -> None:
1584
+ if __debug__:
1585
+ type_hints = typing.get_type_hints(_typecheckingstub__e15e2bca6e90c311020132fc94b88d4dd573507aadbba5a8fddfbd5970990a3e)
1586
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1587
+ jsii.set(self, "databaseServerType", value) # pyright: ignore[reportArgumentType]
1588
+
1589
+ @builtins.property
1590
+ @jsii.member(jsii_name="displayName")
1591
+ def display_name(self) -> typing.Optional[builtins.str]:
1592
+ '''The user-friendly name for the Exadata infrastructure.'''
1593
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "displayName"))
1594
+
1595
+ @display_name.setter
1596
+ def display_name(self, value: typing.Optional[builtins.str]) -> None:
1597
+ if __debug__:
1598
+ type_hints = typing.get_type_hints(_typecheckingstub__d12c1cc442676c06c38458b560f32148a7562dbf983c5df26ac19ffea7c7ee58)
1599
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1600
+ jsii.set(self, "displayName", value) # pyright: ignore[reportArgumentType]
1601
+
1602
+ @builtins.property
1603
+ @jsii.member(jsii_name="shape")
1604
+ def shape(self) -> typing.Optional[builtins.str]:
1605
+ '''The model name of the Exadata infrastructure.'''
1606
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "shape"))
1607
+
1608
+ @shape.setter
1609
+ def shape(self, value: typing.Optional[builtins.str]) -> None:
1610
+ if __debug__:
1611
+ type_hints = typing.get_type_hints(_typecheckingstub__044d56c3db02ff4cda6e4851e60243f1c99ed89d6880d3e3d3d95a41f20c78c6)
1612
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1613
+ jsii.set(self, "shape", value) # pyright: ignore[reportArgumentType]
1614
+
1615
+ @builtins.property
1616
+ @jsii.member(jsii_name="storageCount")
1617
+ def storage_count(self) -> typing.Optional[jsii.Number]:
1618
+ '''The number of storage servers that are activated for the Exadata infrastructure.'''
1619
+ return typing.cast(typing.Optional[jsii.Number], jsii.get(self, "storageCount"))
1620
+
1621
+ @storage_count.setter
1622
+ def storage_count(self, value: typing.Optional[jsii.Number]) -> None:
1623
+ if __debug__:
1624
+ type_hints = typing.get_type_hints(_typecheckingstub__27c4cf52db8d984fcff55e5d69a31d9e228dff810356ee3b15020f688804596f)
1625
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1626
+ jsii.set(self, "storageCount", value) # pyright: ignore[reportArgumentType]
1627
+
1628
+ @builtins.property
1629
+ @jsii.member(jsii_name="storageServerType")
1630
+ def storage_server_type(self) -> typing.Optional[builtins.str]:
1631
+ '''The storage server model type of the Exadata infrastructure.'''
1632
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "storageServerType"))
1633
+
1634
+ @storage_server_type.setter
1635
+ def storage_server_type(self, value: typing.Optional[builtins.str]) -> None:
1636
+ if __debug__:
1637
+ type_hints = typing.get_type_hints(_typecheckingstub__0a8454cbe7499d2e89bee927276f8936ca72e6a1ce92f522f2f3a1178753392e)
1638
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1639
+ jsii.set(self, "storageServerType", value) # pyright: ignore[reportArgumentType]
1640
+
1641
+ @builtins.property
1642
+ @jsii.member(jsii_name="tags")
1643
+ def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
1644
+ '''Tags to assign to the Exadata Infrastructure.'''
1645
+ return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "tags"))
1646
+
1647
+ @tags.setter
1648
+ def tags(self, value: typing.Optional[typing.List[_CfnTag_f6864754]]) -> None:
1649
+ if __debug__:
1650
+ type_hints = typing.get_type_hints(_typecheckingstub__9909f2504aae00efa9d8adaf040cb71163078ccb5d88b84ca3af82a80de540b3)
1651
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1652
+ jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
1653
+
1654
+ @jsii.data_type(
1655
+ jsii_type="aws-cdk-lib.aws_odb.CfnCloudExadataInfrastructure.CustomerContactProperty",
1656
+ jsii_struct_bases=[],
1657
+ name_mapping={"email": "email"},
1658
+ )
1659
+ class CustomerContactProperty:
1660
+ def __init__(self, *, email: typing.Optional[builtins.str] = None) -> None:
1661
+ '''A contact to receive notification from Oracle about maintenance updates for a specific Exadata infrastructure.
1662
+
1663
+ :param email: The email address of the contact.
1664
+
1665
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-cloudexadatainfrastructure-customercontact.html
1666
+ :exampleMetadata: fixture=_generated
1667
+
1668
+ Example::
1669
+
1670
+ # The code below shows an example of how to instantiate this type.
1671
+ # The values are placeholders you should change.
1672
+ from aws_cdk import aws_odb as odb
1673
+
1674
+ customer_contact_property = odb.CfnCloudExadataInfrastructure.CustomerContactProperty(
1675
+ email="email"
1676
+ )
1677
+ '''
1678
+ if __debug__:
1679
+ type_hints = typing.get_type_hints(_typecheckingstub__643c0e64847e961d0058c2280408d7c853e987c242dc2bdfb33b5b65dcc6c0f3)
1680
+ check_type(argname="argument email", value=email, expected_type=type_hints["email"])
1681
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
1682
+ if email is not None:
1683
+ self._values["email"] = email
1684
+
1685
+ @builtins.property
1686
+ def email(self) -> typing.Optional[builtins.str]:
1687
+ '''The email address of the contact.
1688
+
1689
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-cloudexadatainfrastructure-customercontact.html#cfn-odb-cloudexadatainfrastructure-customercontact-email
1690
+ '''
1691
+ result = self._values.get("email")
1692
+ return typing.cast(typing.Optional[builtins.str], result)
1693
+
1694
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
1695
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
1696
+
1697
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
1698
+ return not (rhs == self)
1699
+
1700
+ def __repr__(self) -> str:
1701
+ return "CustomerContactProperty(%s)" % ", ".join(
1702
+ k + "=" + repr(v) for k, v in self._values.items()
1703
+ )
1704
+
1705
+
1706
+ @jsii.data_type(
1707
+ jsii_type="aws-cdk-lib.aws_odb.CfnCloudExadataInfrastructureProps",
1708
+ jsii_struct_bases=[],
1709
+ name_mapping={
1710
+ "availability_zone": "availabilityZone",
1711
+ "availability_zone_id": "availabilityZoneId",
1712
+ "compute_count": "computeCount",
1713
+ "customer_contacts_to_send_to_oci": "customerContactsToSendToOci",
1714
+ "database_server_type": "databaseServerType",
1715
+ "display_name": "displayName",
1716
+ "shape": "shape",
1717
+ "storage_count": "storageCount",
1718
+ "storage_server_type": "storageServerType",
1719
+ "tags": "tags",
1720
+ },
1721
+ )
1722
+ class CfnCloudExadataInfrastructureProps:
1723
+ def __init__(
1724
+ self,
1725
+ *,
1726
+ availability_zone: typing.Optional[builtins.str] = None,
1727
+ availability_zone_id: typing.Optional[builtins.str] = None,
1728
+ compute_count: typing.Optional[jsii.Number] = None,
1729
+ 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,
1730
+ database_server_type: typing.Optional[builtins.str] = None,
1731
+ display_name: typing.Optional[builtins.str] = None,
1732
+ shape: typing.Optional[builtins.str] = None,
1733
+ storage_count: typing.Optional[jsii.Number] = None,
1734
+ storage_server_type: typing.Optional[builtins.str] = None,
1735
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
1736
+ ) -> None:
1737
+ '''Properties for defining a ``CfnCloudExadataInfrastructure``.
1738
+
1739
+ :param availability_zone: The name of the Availability Zone (AZ) where the Exadata infrastructure is located. Required when creating an Exadata infrastructure. Specify either AvailabilityZone or AvailabilityZoneId to define the location of the infrastructure.
1740
+ :param availability_zone_id: The AZ ID of the AZ where the Exadata infrastructure is located. Required when creating an Exadata infrastructure. Specify either AvailabilityZone or AvailabilityZoneId to define the location of the infrastructure.
1741
+ :param compute_count: The number of database servers for the Exadata infrastructure. Required when creating an Exadata infrastructure.
1742
+ :param customer_contacts_to_send_to_oci: The email addresses of contacts to receive notification from Oracle about maintenance updates for the Exadata infrastructure.
1743
+ :param database_server_type: The database server model type of the Exadata infrastructure. For the list of valid model names, use the ``ListDbSystemShapes`` operation.
1744
+ :param display_name: The user-friendly name for the Exadata infrastructure. Required when creating an Exadata infrastructure.
1745
+ :param shape: The model name of the Exadata infrastructure. Required when creating an Exadata infrastructure.
1746
+ :param storage_count: The number of storage servers that are activated for the Exadata infrastructure. Required when creating an Exadata infrastructure.
1747
+ :param storage_server_type: The storage server model type of the Exadata infrastructure. For the list of valid model names, use the ``ListDbSystemShapes`` operation.
1748
+ :param tags: Tags to assign to the Exadata Infrastructure.
1749
+
1750
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudexadatainfrastructure.html
1751
+ :exampleMetadata: fixture=_generated
1752
+
1753
+ Example::
1754
+
1755
+ # The code below shows an example of how to instantiate this type.
1756
+ # The values are placeholders you should change.
1757
+ from aws_cdk import aws_odb as odb
1758
+
1759
+ cfn_cloud_exadata_infrastructure_props = odb.CfnCloudExadataInfrastructureProps(
1760
+ availability_zone="availabilityZone",
1761
+ availability_zone_id="availabilityZoneId",
1762
+ compute_count=123,
1763
+ customer_contacts_to_send_to_oci=[odb.CfnCloudExadataInfrastructure.CustomerContactProperty(
1764
+ email="email"
1765
+ )],
1766
+ database_server_type="databaseServerType",
1767
+ display_name="displayName",
1768
+ shape="shape",
1769
+ storage_count=123,
1770
+ storage_server_type="storageServerType",
1771
+ tags=[CfnTag(
1772
+ key="key",
1773
+ value="value"
1774
+ )]
1775
+ )
1776
+ '''
1777
+ if __debug__:
1778
+ type_hints = typing.get_type_hints(_typecheckingstub__b021189fda911f5f9c01459f93a1cc1991300050c373d976ffb11c43e7ef9081)
1779
+ check_type(argname="argument availability_zone", value=availability_zone, expected_type=type_hints["availability_zone"])
1780
+ check_type(argname="argument availability_zone_id", value=availability_zone_id, expected_type=type_hints["availability_zone_id"])
1781
+ check_type(argname="argument compute_count", value=compute_count, expected_type=type_hints["compute_count"])
1782
+ 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"])
1783
+ check_type(argname="argument database_server_type", value=database_server_type, expected_type=type_hints["database_server_type"])
1784
+ check_type(argname="argument display_name", value=display_name, expected_type=type_hints["display_name"])
1785
+ check_type(argname="argument shape", value=shape, expected_type=type_hints["shape"])
1786
+ check_type(argname="argument storage_count", value=storage_count, expected_type=type_hints["storage_count"])
1787
+ check_type(argname="argument storage_server_type", value=storage_server_type, expected_type=type_hints["storage_server_type"])
1788
+ check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
1789
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
1790
+ if availability_zone is not None:
1791
+ self._values["availability_zone"] = availability_zone
1792
+ if availability_zone_id is not None:
1793
+ self._values["availability_zone_id"] = availability_zone_id
1794
+ if compute_count is not None:
1795
+ self._values["compute_count"] = compute_count
1796
+ if customer_contacts_to_send_to_oci is not None:
1797
+ self._values["customer_contacts_to_send_to_oci"] = customer_contacts_to_send_to_oci
1798
+ if database_server_type is not None:
1799
+ self._values["database_server_type"] = database_server_type
1800
+ if display_name is not None:
1801
+ self._values["display_name"] = display_name
1802
+ if shape is not None:
1803
+ self._values["shape"] = shape
1804
+ if storage_count is not None:
1805
+ self._values["storage_count"] = storage_count
1806
+ if storage_server_type is not None:
1807
+ self._values["storage_server_type"] = storage_server_type
1808
+ if tags is not None:
1809
+ self._values["tags"] = tags
1810
+
1811
+ @builtins.property
1812
+ def availability_zone(self) -> typing.Optional[builtins.str]:
1813
+ '''The name of the Availability Zone (AZ) where the Exadata infrastructure is located.
1814
+
1815
+ Required when creating an Exadata infrastructure. Specify either AvailabilityZone or AvailabilityZoneId to define the location of the infrastructure.
1816
+
1817
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudexadatainfrastructure.html#cfn-odb-cloudexadatainfrastructure-availabilityzone
1818
+ '''
1819
+ result = self._values.get("availability_zone")
1820
+ return typing.cast(typing.Optional[builtins.str], result)
1821
+
1822
+ @builtins.property
1823
+ def availability_zone_id(self) -> typing.Optional[builtins.str]:
1824
+ '''The AZ ID of the AZ where the Exadata infrastructure is located.
1825
+
1826
+ Required when creating an Exadata infrastructure. Specify either AvailabilityZone or AvailabilityZoneId to define the location of the infrastructure.
1827
+
1828
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudexadatainfrastructure.html#cfn-odb-cloudexadatainfrastructure-availabilityzoneid
1829
+ '''
1830
+ result = self._values.get("availability_zone_id")
1831
+ return typing.cast(typing.Optional[builtins.str], result)
1832
+
1833
+ @builtins.property
1834
+ def compute_count(self) -> typing.Optional[jsii.Number]:
1835
+ '''The number of database servers for the Exadata infrastructure.
1836
+
1837
+ Required when creating an Exadata infrastructure.
1838
+
1839
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudexadatainfrastructure.html#cfn-odb-cloudexadatainfrastructure-computecount
1840
+ '''
1841
+ result = self._values.get("compute_count")
1842
+ return typing.cast(typing.Optional[jsii.Number], result)
1843
+
1844
+ @builtins.property
1845
+ def customer_contacts_to_send_to_oci(
1846
+ self,
1847
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnCloudExadataInfrastructure.CustomerContactProperty]]]]:
1848
+ '''The email addresses of contacts to receive notification from Oracle about maintenance updates for the Exadata infrastructure.
1849
+
1850
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudexadatainfrastructure.html#cfn-odb-cloudexadatainfrastructure-customercontactstosendtooci
1851
+ '''
1852
+ result = self._values.get("customer_contacts_to_send_to_oci")
1853
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnCloudExadataInfrastructure.CustomerContactProperty]]]], result)
1854
+
1855
+ @builtins.property
1856
+ def database_server_type(self) -> typing.Optional[builtins.str]:
1857
+ '''The database server model type of the Exadata infrastructure.
1858
+
1859
+ For the list of valid model names, use the ``ListDbSystemShapes`` operation.
1860
+
1861
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudexadatainfrastructure.html#cfn-odb-cloudexadatainfrastructure-databaseservertype
1862
+ '''
1863
+ result = self._values.get("database_server_type")
1864
+ return typing.cast(typing.Optional[builtins.str], result)
1865
+
1866
+ @builtins.property
1867
+ def display_name(self) -> typing.Optional[builtins.str]:
1868
+ '''The user-friendly name for the Exadata infrastructure.
1869
+
1870
+ Required when creating an Exadata infrastructure.
1871
+
1872
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudexadatainfrastructure.html#cfn-odb-cloudexadatainfrastructure-displayname
1873
+ '''
1874
+ result = self._values.get("display_name")
1875
+ return typing.cast(typing.Optional[builtins.str], result)
1876
+
1877
+ @builtins.property
1878
+ def shape(self) -> typing.Optional[builtins.str]:
1879
+ '''The model name of the Exadata infrastructure.
1880
+
1881
+ Required when creating an Exadata infrastructure.
1882
+
1883
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudexadatainfrastructure.html#cfn-odb-cloudexadatainfrastructure-shape
1884
+ '''
1885
+ result = self._values.get("shape")
1886
+ return typing.cast(typing.Optional[builtins.str], result)
1887
+
1888
+ @builtins.property
1889
+ def storage_count(self) -> typing.Optional[jsii.Number]:
1890
+ '''The number of storage servers that are activated for the Exadata infrastructure.
1891
+
1892
+ Required when creating an Exadata infrastructure.
1893
+
1894
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudexadatainfrastructure.html#cfn-odb-cloudexadatainfrastructure-storagecount
1895
+ '''
1896
+ result = self._values.get("storage_count")
1897
+ return typing.cast(typing.Optional[jsii.Number], result)
1898
+
1899
+ @builtins.property
1900
+ def storage_server_type(self) -> typing.Optional[builtins.str]:
1901
+ '''The storage server model type of the Exadata infrastructure.
1902
+
1903
+ For the list of valid model names, use the ``ListDbSystemShapes`` operation.
1904
+
1905
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudexadatainfrastructure.html#cfn-odb-cloudexadatainfrastructure-storageservertype
1906
+ '''
1907
+ result = self._values.get("storage_server_type")
1908
+ return typing.cast(typing.Optional[builtins.str], result)
1909
+
1910
+ @builtins.property
1911
+ def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
1912
+ '''Tags to assign to the Exadata Infrastructure.
1913
+
1914
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudexadatainfrastructure.html#cfn-odb-cloudexadatainfrastructure-tags
1915
+ '''
1916
+ result = self._values.get("tags")
1917
+ return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], result)
1918
+
1919
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
1920
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
1921
+
1922
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
1923
+ return not (rhs == self)
1924
+
1925
+ def __repr__(self) -> str:
1926
+ return "CfnCloudExadataInfrastructureProps(%s)" % ", ".join(
1927
+ k + "=" + repr(v) for k, v in self._values.items()
1928
+ )
1929
+
1930
+
1931
+ @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
1932
+ class CfnCloudVmCluster(
1933
+ _CfnResource_9df397a6,
1934
+ metaclass=jsii.JSIIMeta,
1935
+ jsii_type="aws-cdk-lib.aws_odb.CfnCloudVmCluster",
1936
+ ):
1937
+ '''The ``AWS::ODB::CloudVmCluster`` resource creates a VM cluster on the specified Exadata infrastructure in the Oracle Database.
1938
+
1939
+ A VM cluster provides the compute resources for Oracle Database workloads.
1940
+
1941
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudvmcluster.html
1942
+ :cloudformationResource: AWS::ODB::CloudVmCluster
1943
+ :exampleMetadata: fixture=_generated
1944
+
1945
+ Example::
1946
+
1947
+ # The code below shows an example of how to instantiate this type.
1948
+ # The values are placeholders you should change.
1949
+ from aws_cdk import aws_odb as odb
1950
+
1951
+ cfn_cloud_vm_cluster = odb.CfnCloudVmCluster(self, "MyCfnCloudVmCluster",
1952
+ cloud_exadata_infrastructure_id="cloudExadataInfrastructureId",
1953
+ cluster_name="clusterName",
1954
+ cpu_core_count=123,
1955
+ data_collection_options=odb.CfnCloudVmCluster.DataCollectionOptionsProperty(
1956
+ is_diagnostics_events_enabled=False,
1957
+ is_health_monitoring_enabled=False,
1958
+ is_incident_logs_enabled=False
1959
+ ),
1960
+ data_storage_size_in_tBs=123,
1961
+ db_node_storage_size_in_gBs=123,
1962
+ db_servers=["dbServers"],
1963
+ display_name="displayName",
1964
+ gi_version="giVersion",
1965
+ hostname="hostname",
1966
+ is_local_backup_enabled=False,
1967
+ is_sparse_diskgroup_enabled=False,
1968
+ license_model="licenseModel",
1969
+ memory_size_in_gBs=123,
1970
+ odb_network_id="odbNetworkId",
1971
+ scan_listener_port_tcp=123,
1972
+ ssh_public_keys=["sshPublicKeys"],
1973
+ system_version="systemVersion",
1974
+ tags=[CfnTag(
1975
+ key="key",
1976
+ value="value"
1977
+ )],
1978
+ time_zone="timeZone"
1979
+ )
1980
+ '''
1981
+
1982
+ def __init__(
1983
+ self,
1984
+ scope: _constructs_77d1e7e8.Construct,
1985
+ id: builtins.str,
1986
+ *,
1987
+ cloud_exadata_infrastructure_id: typing.Optional[builtins.str] = None,
1988
+ cluster_name: typing.Optional[builtins.str] = None,
1989
+ cpu_core_count: typing.Optional[jsii.Number] = None,
1990
+ data_collection_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnCloudVmCluster.DataCollectionOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
1991
+ data_storage_size_in_t_bs: typing.Optional[jsii.Number] = None,
1992
+ db_node_storage_size_in_g_bs: typing.Optional[jsii.Number] = None,
1993
+ db_servers: typing.Optional[typing.Sequence[builtins.str]] = None,
1994
+ display_name: typing.Optional[builtins.str] = None,
1995
+ gi_version: typing.Optional[builtins.str] = None,
1996
+ hostname: typing.Optional[builtins.str] = None,
1997
+ is_local_backup_enabled: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
1998
+ is_sparse_diskgroup_enabled: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
1999
+ license_model: typing.Optional[builtins.str] = None,
2000
+ memory_size_in_g_bs: typing.Optional[jsii.Number] = None,
2001
+ odb_network_id: typing.Optional[builtins.str] = None,
2002
+ scan_listener_port_tcp: typing.Optional[jsii.Number] = None,
2003
+ ssh_public_keys: typing.Optional[typing.Sequence[builtins.str]] = None,
2004
+ system_version: typing.Optional[builtins.str] = None,
2005
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
2006
+ time_zone: typing.Optional[builtins.str] = None,
2007
+ ) -> None:
2008
+ '''
2009
+ :param scope: Scope in which this resource is defined.
2010
+ :param id: Construct identifier for this resource (unique in its scope).
2011
+ :param cloud_exadata_infrastructure_id: The unique identifier of the Exadata infrastructure that this VM cluster belongs to. Required when creating a VM cluster.
2012
+ :param cluster_name: The name of the Grid Infrastructure (GI) cluster.
2013
+ :param cpu_core_count: The number of CPU cores enabled on the VM cluster. Required when creating a VM cluster.
2014
+ :param data_collection_options: The set of diagnostic collection options enabled for the VM cluster.
2015
+ :param data_storage_size_in_t_bs: The size of the data disk group, in terabytes (TB), that's allocated for the VM cluster.
2016
+ :param db_node_storage_size_in_g_bs: The amount of local node storage, in gigabytes (GB), that's allocated for the VM cluster.
2017
+ :param db_servers: The list of database servers for the VM cluster.
2018
+ :param display_name: The user-friendly name for the VM cluster. Required when creating a VM cluster.
2019
+ :param gi_version: The software version of the Oracle Grid Infrastructure (GI) for the VM cluster. Required when creating a VM cluster.
2020
+ :param hostname: The host name for the VM cluster. Required when creating a VM cluster.
2021
+ :param is_local_backup_enabled: Specifies whether database backups to local Exadata storage are enabled for the VM cluster.
2022
+ :param is_sparse_diskgroup_enabled: Specifies whether the VM cluster is configured with a sparse disk group.
2023
+ :param license_model: The Oracle license model applied to the VM cluster.
2024
+ :param memory_size_in_g_bs: The amount of memory, in gigabytes (GB), that's allocated for the VM cluster.
2025
+ :param odb_network_id: The unique identifier of the ODB network for the VM cluster. Required when creating a VM cluster.
2026
+ :param scan_listener_port_tcp: The port number for TCP connections to the single client access name (SCAN) listener. Valid values: ``1024–8999`` with the following exceptions: ``2484`` , ``6100`` , ``6200`` , ``7060`` , ``7070`` , ``7085`` , and ``7879`` Default: ``1521``
2027
+ :param ssh_public_keys: The public key portion of one or more key pairs used for SSH access to the VM cluster. Required when creating a VM cluster.
2028
+ :param system_version: The operating system version of the image chosen for the VM cluster.
2029
+ :param tags: Tags to assign to the Vm Cluster.
2030
+ :param time_zone: The time zone of the VM cluster.
2031
+ '''
2032
+ if __debug__:
2033
+ type_hints = typing.get_type_hints(_typecheckingstub__54a24296108cf4d367a887b0b65dc2c9163c185183c8fde1522a8cb329db03c9)
2034
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
2035
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
2036
+ props = CfnCloudVmClusterProps(
2037
+ cloud_exadata_infrastructure_id=cloud_exadata_infrastructure_id,
2038
+ cluster_name=cluster_name,
2039
+ cpu_core_count=cpu_core_count,
2040
+ data_collection_options=data_collection_options,
2041
+ data_storage_size_in_t_bs=data_storage_size_in_t_bs,
2042
+ db_node_storage_size_in_g_bs=db_node_storage_size_in_g_bs,
2043
+ db_servers=db_servers,
2044
+ display_name=display_name,
2045
+ gi_version=gi_version,
2046
+ hostname=hostname,
2047
+ is_local_backup_enabled=is_local_backup_enabled,
2048
+ is_sparse_diskgroup_enabled=is_sparse_diskgroup_enabled,
2049
+ license_model=license_model,
2050
+ memory_size_in_g_bs=memory_size_in_g_bs,
2051
+ odb_network_id=odb_network_id,
2052
+ scan_listener_port_tcp=scan_listener_port_tcp,
2053
+ ssh_public_keys=ssh_public_keys,
2054
+ system_version=system_version,
2055
+ tags=tags,
2056
+ time_zone=time_zone,
2057
+ )
2058
+
2059
+ jsii.create(self.__class__, self, [scope, id, props])
2060
+
2061
+ @jsii.member(jsii_name="inspect")
2062
+ def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
2063
+ '''Examines the CloudFormation resource and discloses attributes.
2064
+
2065
+ :param inspector: tree inspector to collect and process attributes.
2066
+ '''
2067
+ if __debug__:
2068
+ type_hints = typing.get_type_hints(_typecheckingstub__ed59e4637cf9d059e23e91ea16d89733fbc266730217c0eb52cd6e26b74ca7c7)
2069
+ check_type(argname="argument inspector", value=inspector, expected_type=type_hints["inspector"])
2070
+ return typing.cast(None, jsii.invoke(self, "inspect", [inspector]))
2071
+
2072
+ @jsii.member(jsii_name="renderProperties")
2073
+ def _render_properties(
2074
+ self,
2075
+ props: typing.Mapping[builtins.str, typing.Any],
2076
+ ) -> typing.Mapping[builtins.str, typing.Any]:
2077
+ '''
2078
+ :param props: -
2079
+ '''
2080
+ if __debug__:
2081
+ type_hints = typing.get_type_hints(_typecheckingstub__1d823fc77af2f98ddeee14344f0e2eb8f2dd78ad96c2039f50849367a0710a3a)
2082
+ check_type(argname="argument props", value=props, expected_type=type_hints["props"])
2083
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "renderProperties", [props]))
2084
+
2085
+ @jsii.python.classproperty
2086
+ @jsii.member(jsii_name="CFN_RESOURCE_TYPE_NAME")
2087
+ def CFN_RESOURCE_TYPE_NAME(cls) -> builtins.str:
2088
+ '''The CloudFormation resource type name for this resource class.'''
2089
+ return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
2090
+
2091
+ @builtins.property
2092
+ @jsii.member(jsii_name="attrCloudVmClusterArn")
2093
+ def attr_cloud_vm_cluster_arn(self) -> builtins.str:
2094
+ '''The Amazon Resource Name (ARN) of the VM cluster.
2095
+
2096
+ :cloudformationAttribute: CloudVmClusterArn
2097
+ '''
2098
+ return typing.cast(builtins.str, jsii.get(self, "attrCloudVmClusterArn"))
2099
+
2100
+ @builtins.property
2101
+ @jsii.member(jsii_name="attrCloudVmClusterId")
2102
+ def attr_cloud_vm_cluster_id(self) -> builtins.str:
2103
+ '''The unique identifier of the VM cluster.
2104
+
2105
+ :cloudformationAttribute: CloudVmClusterId
2106
+ '''
2107
+ return typing.cast(builtins.str, jsii.get(self, "attrCloudVmClusterId"))
2108
+
2109
+ @builtins.property
2110
+ @jsii.member(jsii_name="attrComputeModel")
2111
+ def attr_compute_model(self) -> builtins.str:
2112
+ '''The OCI model compute model used when you create or clone an instance: ECPU or OCPU.
2113
+
2114
+ An ECPU is an abstracted measure of compute resources. ECPUs are based on the number of cores elastically allocated from a pool of compute and storage servers. An OCPU is a legacy physical measure of compute resources. OCPUs are based on the physical core of a processor with hyper-threading enabled.
2115
+
2116
+ :cloudformationAttribute: ComputeModel
2117
+ '''
2118
+ return typing.cast(builtins.str, jsii.get(self, "attrComputeModel"))
2119
+
2120
+ @builtins.property
2121
+ @jsii.member(jsii_name="attrDiskRedundancy")
2122
+ def attr_disk_redundancy(self) -> builtins.str:
2123
+ '''The type of redundancy configured for the VM cluster.
2124
+
2125
+ ``NORMAL`` is 2-way redundancy. ``HIGH`` is 3-way redundancy.
2126
+
2127
+ :cloudformationAttribute: DiskRedundancy
2128
+ '''
2129
+ return typing.cast(builtins.str, jsii.get(self, "attrDiskRedundancy"))
2130
+
2131
+ @builtins.property
2132
+ @jsii.member(jsii_name="attrDomain")
2133
+ def attr_domain(self) -> builtins.str:
2134
+ '''The domain of the VM cluster.
2135
+
2136
+ :cloudformationAttribute: Domain
2137
+ '''
2138
+ return typing.cast(builtins.str, jsii.get(self, "attrDomain"))
2139
+
2140
+ @builtins.property
2141
+ @jsii.member(jsii_name="attrListenerPort")
2142
+ def attr_listener_port(self) -> jsii.Number:
2143
+ '''The port number configured for the listener on the VM cluster.
2144
+
2145
+ :cloudformationAttribute: ListenerPort
2146
+ '''
2147
+ return typing.cast(jsii.Number, jsii.get(self, "attrListenerPort"))
2148
+
2149
+ @builtins.property
2150
+ @jsii.member(jsii_name="attrNodeCount")
2151
+ def attr_node_count(self) -> jsii.Number:
2152
+ '''The number of nodes in the VM cluster.
2153
+
2154
+ :cloudformationAttribute: NodeCount
2155
+ '''
2156
+ return typing.cast(jsii.Number, jsii.get(self, "attrNodeCount"))
2157
+
2158
+ @builtins.property
2159
+ @jsii.member(jsii_name="attrOcid")
2160
+ def attr_ocid(self) -> builtins.str:
2161
+ '''The OCID of the VM cluster.
2162
+
2163
+ :cloudformationAttribute: Ocid
2164
+ '''
2165
+ return typing.cast(builtins.str, jsii.get(self, "attrOcid"))
2166
+
2167
+ @builtins.property
2168
+ @jsii.member(jsii_name="attrOciResourceAnchorName")
2169
+ def attr_oci_resource_anchor_name(self) -> builtins.str:
2170
+ '''The name of the OCI resource anchor for the VM cluster.
2171
+
2172
+ :cloudformationAttribute: OciResourceAnchorName
2173
+ '''
2174
+ return typing.cast(builtins.str, jsii.get(self, "attrOciResourceAnchorName"))
2175
+
2176
+ @builtins.property
2177
+ @jsii.member(jsii_name="attrOciUrl")
2178
+ def attr_oci_url(self) -> builtins.str:
2179
+ '''The HTTPS link to the VM cluster in OCI.
2180
+
2181
+ :cloudformationAttribute: OciUrl
2182
+ '''
2183
+ return typing.cast(builtins.str, jsii.get(self, "attrOciUrl"))
2184
+
2185
+ @builtins.property
2186
+ @jsii.member(jsii_name="attrScanDnsName")
2187
+ def attr_scan_dns_name(self) -> builtins.str:
2188
+ '''The FQDN of the DNS record for the Single Client Access Name (SCAN) IP addresses that are associated with the VM cluster.
2189
+
2190
+ :cloudformationAttribute: ScanDnsName
2191
+ '''
2192
+ return typing.cast(builtins.str, jsii.get(self, "attrScanDnsName"))
2193
+
2194
+ @builtins.property
2195
+ @jsii.member(jsii_name="attrScanIpIds")
2196
+ def attr_scan_ip_ids(self) -> typing.List[builtins.str]:
2197
+ '''The OCID of the SCAN IP addresses that are associated with the VM cluster.
2198
+
2199
+ :cloudformationAttribute: ScanIpIds
2200
+ '''
2201
+ return typing.cast(typing.List[builtins.str], jsii.get(self, "attrScanIpIds"))
2202
+
2203
+ @builtins.property
2204
+ @jsii.member(jsii_name="attrShape")
2205
+ def attr_shape(self) -> builtins.str:
2206
+ '''The hardware model name of the Exadata infrastructure that's running the VM cluster.
2207
+
2208
+ :cloudformationAttribute: Shape
2209
+ '''
2210
+ return typing.cast(builtins.str, jsii.get(self, "attrShape"))
2211
+
2212
+ @builtins.property
2213
+ @jsii.member(jsii_name="attrStorageSizeInGBs")
2214
+ def attr_storage_size_in_g_bs(self) -> jsii.Number:
2215
+ '''The amount of local node storage, in gigabytes (GB), that's allocated to the VM cluster.
2216
+
2217
+ :cloudformationAttribute: StorageSizeInGBs
2218
+ '''
2219
+ return typing.cast(jsii.Number, jsii.get(self, "attrStorageSizeInGBs"))
2220
+
2221
+ @builtins.property
2222
+ @jsii.member(jsii_name="attrVipIds")
2223
+ def attr_vip_ids(self) -> typing.List[builtins.str]:
2224
+ '''The virtual IP (VIP) addresses that are associated with the VM cluster.
2225
+
2226
+ Oracle's Cluster Ready Services (CRS) creates and maintains one VIP address for each node in the VM cluster to enable failover. If one node fails, the VIP is reassigned to another active node in the cluster.
2227
+
2228
+ :cloudformationAttribute: VipIds
2229
+ '''
2230
+ return typing.cast(typing.List[builtins.str], jsii.get(self, "attrVipIds"))
2231
+
2232
+ @builtins.property
2233
+ @jsii.member(jsii_name="cdkTagManager")
2234
+ def cdk_tag_manager(self) -> _TagManager_0a598cb3:
2235
+ '''Tag Manager which manages the tags for this resource.'''
2236
+ return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
2237
+
2238
+ @builtins.property
2239
+ @jsii.member(jsii_name="cfnProperties")
2240
+ def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
2241
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
2242
+
2243
+ @builtins.property
2244
+ @jsii.member(jsii_name="cloudExadataInfrastructureId")
2245
+ def cloud_exadata_infrastructure_id(self) -> typing.Optional[builtins.str]:
2246
+ '''The unique identifier of the Exadata infrastructure that this VM cluster belongs to.'''
2247
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "cloudExadataInfrastructureId"))
2248
+
2249
+ @cloud_exadata_infrastructure_id.setter
2250
+ def cloud_exadata_infrastructure_id(
2251
+ self,
2252
+ value: typing.Optional[builtins.str],
2253
+ ) -> None:
2254
+ if __debug__:
2255
+ type_hints = typing.get_type_hints(_typecheckingstub__4bf5be722e37c84a8be0753f43f6ebea1d0a90a8366126ea1037239c338f1d8d)
2256
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2257
+ jsii.set(self, "cloudExadataInfrastructureId", value) # pyright: ignore[reportArgumentType]
2258
+
2259
+ @builtins.property
2260
+ @jsii.member(jsii_name="clusterName")
2261
+ def cluster_name(self) -> typing.Optional[builtins.str]:
2262
+ '''The name of the Grid Infrastructure (GI) cluster.'''
2263
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "clusterName"))
2264
+
2265
+ @cluster_name.setter
2266
+ def cluster_name(self, value: typing.Optional[builtins.str]) -> None:
2267
+ if __debug__:
2268
+ type_hints = typing.get_type_hints(_typecheckingstub__d6ff07037dfba0ff0af683d4166a5b861e52d71412e3f43496c4333804c29424)
2269
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2270
+ jsii.set(self, "clusterName", value) # pyright: ignore[reportArgumentType]
2271
+
2272
+ @builtins.property
2273
+ @jsii.member(jsii_name="cpuCoreCount")
2274
+ def cpu_core_count(self) -> typing.Optional[jsii.Number]:
2275
+ '''The number of CPU cores enabled on the VM cluster.'''
2276
+ return typing.cast(typing.Optional[jsii.Number], jsii.get(self, "cpuCoreCount"))
2277
+
2278
+ @cpu_core_count.setter
2279
+ def cpu_core_count(self, value: typing.Optional[jsii.Number]) -> None:
2280
+ if __debug__:
2281
+ type_hints = typing.get_type_hints(_typecheckingstub__97dfb24de12ee075095d22107411f090b917260a37c1ad001b48d7a5c67cb754)
2282
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2283
+ jsii.set(self, "cpuCoreCount", value) # pyright: ignore[reportArgumentType]
2284
+
2285
+ @builtins.property
2286
+ @jsii.member(jsii_name="dataCollectionOptions")
2287
+ def data_collection_options(
2288
+ self,
2289
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnCloudVmCluster.DataCollectionOptionsProperty"]]:
2290
+ '''The set of diagnostic collection options enabled for the VM cluster.'''
2291
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnCloudVmCluster.DataCollectionOptionsProperty"]], jsii.get(self, "dataCollectionOptions"))
2292
+
2293
+ @data_collection_options.setter
2294
+ def data_collection_options(
2295
+ self,
2296
+ value: typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnCloudVmCluster.DataCollectionOptionsProperty"]],
2297
+ ) -> None:
2298
+ if __debug__:
2299
+ type_hints = typing.get_type_hints(_typecheckingstub__53fa60e8088e8fcfabc4956f1ab3fbbe0607d6039731af37fdbf97088759d7f1)
2300
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2301
+ jsii.set(self, "dataCollectionOptions", value) # pyright: ignore[reportArgumentType]
2302
+
2303
+ @builtins.property
2304
+ @jsii.member(jsii_name="dataStorageSizeInTBs")
2305
+ def data_storage_size_in_t_bs(self) -> typing.Optional[jsii.Number]:
2306
+ '''The size of the data disk group, in terabytes (TB), that's allocated for the VM cluster.'''
2307
+ return typing.cast(typing.Optional[jsii.Number], jsii.get(self, "dataStorageSizeInTBs"))
2308
+
2309
+ @data_storage_size_in_t_bs.setter
2310
+ def data_storage_size_in_t_bs(self, value: typing.Optional[jsii.Number]) -> None:
2311
+ if __debug__:
2312
+ type_hints = typing.get_type_hints(_typecheckingstub__10a4a98dd975dea2ac63836158b2dc7afd11f93fa6eef648312be262c3ea26ec)
2313
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2314
+ jsii.set(self, "dataStorageSizeInTBs", value) # pyright: ignore[reportArgumentType]
2315
+
2316
+ @builtins.property
2317
+ @jsii.member(jsii_name="dbNodeStorageSizeInGBs")
2318
+ def db_node_storage_size_in_g_bs(self) -> typing.Optional[jsii.Number]:
2319
+ '''The amount of local node storage, in gigabytes (GB), that's allocated for the VM cluster.'''
2320
+ return typing.cast(typing.Optional[jsii.Number], jsii.get(self, "dbNodeStorageSizeInGBs"))
2321
+
2322
+ @db_node_storage_size_in_g_bs.setter
2323
+ def db_node_storage_size_in_g_bs(self, value: typing.Optional[jsii.Number]) -> None:
2324
+ if __debug__:
2325
+ type_hints = typing.get_type_hints(_typecheckingstub__56b2b388df0abb719bfd805181dfedcccb07a854fdad9846d4422b3c03934e4f)
2326
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2327
+ jsii.set(self, "dbNodeStorageSizeInGBs", value) # pyright: ignore[reportArgumentType]
2328
+
2329
+ @builtins.property
2330
+ @jsii.member(jsii_name="dbServers")
2331
+ def db_servers(self) -> typing.Optional[typing.List[builtins.str]]:
2332
+ '''The list of database servers for the VM cluster.'''
2333
+ return typing.cast(typing.Optional[typing.List[builtins.str]], jsii.get(self, "dbServers"))
2334
+
2335
+ @db_servers.setter
2336
+ def db_servers(self, value: typing.Optional[typing.List[builtins.str]]) -> None:
2337
+ if __debug__:
2338
+ type_hints = typing.get_type_hints(_typecheckingstub__5b1dc50ef9ded98095512787e029921d39680bf2148e093981b23da405bf6c6f)
2339
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2340
+ jsii.set(self, "dbServers", value) # pyright: ignore[reportArgumentType]
2341
+
2342
+ @builtins.property
2343
+ @jsii.member(jsii_name="displayName")
2344
+ def display_name(self) -> typing.Optional[builtins.str]:
2345
+ '''The user-friendly name for the VM cluster.'''
2346
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "displayName"))
2347
+
2348
+ @display_name.setter
2349
+ def display_name(self, value: typing.Optional[builtins.str]) -> None:
2350
+ if __debug__:
2351
+ type_hints = typing.get_type_hints(_typecheckingstub__faa8f862640240013012d7cb9579c5f7537d081345be3b3e24850b27f8726e8e)
2352
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2353
+ jsii.set(self, "displayName", value) # pyright: ignore[reportArgumentType]
2354
+
2355
+ @builtins.property
2356
+ @jsii.member(jsii_name="giVersion")
2357
+ def gi_version(self) -> typing.Optional[builtins.str]:
2358
+ '''The software version of the Oracle Grid Infrastructure (GI) for the VM cluster.'''
2359
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "giVersion"))
2360
+
2361
+ @gi_version.setter
2362
+ def gi_version(self, value: typing.Optional[builtins.str]) -> None:
2363
+ if __debug__:
2364
+ type_hints = typing.get_type_hints(_typecheckingstub__e526643f4d50a0bc3309ec23106c8cf45132d45372c3b9b66ffc9329c9e1c8f1)
2365
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2366
+ jsii.set(self, "giVersion", value) # pyright: ignore[reportArgumentType]
2367
+
2368
+ @builtins.property
2369
+ @jsii.member(jsii_name="hostname")
2370
+ def hostname(self) -> typing.Optional[builtins.str]:
2371
+ '''The host name for the VM cluster.'''
2372
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "hostname"))
2373
+
2374
+ @hostname.setter
2375
+ def hostname(self, value: typing.Optional[builtins.str]) -> None:
2376
+ if __debug__:
2377
+ type_hints = typing.get_type_hints(_typecheckingstub__0fd54015f6c4b31aa2007d549141e71219e140c311d6f9e23a787d6f35024881)
2378
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2379
+ jsii.set(self, "hostname", value) # pyright: ignore[reportArgumentType]
2380
+
2381
+ @builtins.property
2382
+ @jsii.member(jsii_name="isLocalBackupEnabled")
2383
+ def is_local_backup_enabled(
2384
+ self,
2385
+ ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
2386
+ '''Specifies whether database backups to local Exadata storage are enabled for the VM cluster.'''
2387
+ return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], jsii.get(self, "isLocalBackupEnabled"))
2388
+
2389
+ @is_local_backup_enabled.setter
2390
+ def is_local_backup_enabled(
2391
+ self,
2392
+ value: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]],
2393
+ ) -> None:
2394
+ if __debug__:
2395
+ type_hints = typing.get_type_hints(_typecheckingstub__cee2b990c5219e427b51018646f252e8e93f20f5bc21497075e635e6fee21bc6)
2396
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2397
+ jsii.set(self, "isLocalBackupEnabled", value) # pyright: ignore[reportArgumentType]
2398
+
2399
+ @builtins.property
2400
+ @jsii.member(jsii_name="isSparseDiskgroupEnabled")
2401
+ def is_sparse_diskgroup_enabled(
2402
+ self,
2403
+ ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
2404
+ '''Specifies whether the VM cluster is configured with a sparse disk group.'''
2405
+ return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], jsii.get(self, "isSparseDiskgroupEnabled"))
2406
+
2407
+ @is_sparse_diskgroup_enabled.setter
2408
+ def is_sparse_diskgroup_enabled(
2409
+ self,
2410
+ value: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]],
2411
+ ) -> None:
2412
+ if __debug__:
2413
+ type_hints = typing.get_type_hints(_typecheckingstub__3c9800b0f09654567a1b07e3e8f1762764faa4d45ca7c8f2740ead91709fa406)
2414
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2415
+ jsii.set(self, "isSparseDiskgroupEnabled", value) # pyright: ignore[reportArgumentType]
2416
+
2417
+ @builtins.property
2418
+ @jsii.member(jsii_name="licenseModel")
2419
+ def license_model(self) -> typing.Optional[builtins.str]:
2420
+ '''The Oracle license model applied to the VM cluster.'''
2421
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "licenseModel"))
2422
+
2423
+ @license_model.setter
2424
+ def license_model(self, value: typing.Optional[builtins.str]) -> None:
2425
+ if __debug__:
2426
+ type_hints = typing.get_type_hints(_typecheckingstub__967fcd6461478a7564eb074b4498f432e3de0c5c89704737d521da3f25b82936)
2427
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2428
+ jsii.set(self, "licenseModel", value) # pyright: ignore[reportArgumentType]
2429
+
2430
+ @builtins.property
2431
+ @jsii.member(jsii_name="memorySizeInGBs")
2432
+ def memory_size_in_g_bs(self) -> typing.Optional[jsii.Number]:
2433
+ '''The amount of memory, in gigabytes (GB), that's allocated for the VM cluster.'''
2434
+ return typing.cast(typing.Optional[jsii.Number], jsii.get(self, "memorySizeInGBs"))
2435
+
2436
+ @memory_size_in_g_bs.setter
2437
+ def memory_size_in_g_bs(self, value: typing.Optional[jsii.Number]) -> None:
2438
+ if __debug__:
2439
+ type_hints = typing.get_type_hints(_typecheckingstub__12fb5bc77e272b408d9ce9c7acda5e61ab3441f5399d13b2019847b549593e4b)
2440
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2441
+ jsii.set(self, "memorySizeInGBs", value) # pyright: ignore[reportArgumentType]
2442
+
2443
+ @builtins.property
2444
+ @jsii.member(jsii_name="odbNetworkId")
2445
+ def odb_network_id(self) -> typing.Optional[builtins.str]:
2446
+ '''The unique identifier of the ODB network for the VM cluster.'''
2447
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "odbNetworkId"))
2448
+
2449
+ @odb_network_id.setter
2450
+ def odb_network_id(self, value: typing.Optional[builtins.str]) -> None:
2451
+ if __debug__:
2452
+ type_hints = typing.get_type_hints(_typecheckingstub__350c5336798cdbfad4947370bdc277a67530ed8e6b01d083fca3f79b8830dea6)
2453
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2454
+ jsii.set(self, "odbNetworkId", value) # pyright: ignore[reportArgumentType]
2455
+
2456
+ @builtins.property
2457
+ @jsii.member(jsii_name="scanListenerPortTcp")
2458
+ def scan_listener_port_tcp(self) -> typing.Optional[jsii.Number]:
2459
+ '''The port number for TCP connections to the single client access name (SCAN) listener.'''
2460
+ return typing.cast(typing.Optional[jsii.Number], jsii.get(self, "scanListenerPortTcp"))
2461
+
2462
+ @scan_listener_port_tcp.setter
2463
+ def scan_listener_port_tcp(self, value: typing.Optional[jsii.Number]) -> None:
2464
+ if __debug__:
2465
+ type_hints = typing.get_type_hints(_typecheckingstub__5eb9bc6b7d5257f43d703fc090ba522f231e4a93d03f84a030b4df45e8c072b2)
2466
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2467
+ jsii.set(self, "scanListenerPortTcp", value) # pyright: ignore[reportArgumentType]
2468
+
2469
+ @builtins.property
2470
+ @jsii.member(jsii_name="sshPublicKeys")
2471
+ def ssh_public_keys(self) -> typing.Optional[typing.List[builtins.str]]:
2472
+ '''The public key portion of one or more key pairs used for SSH access to the VM cluster.'''
2473
+ return typing.cast(typing.Optional[typing.List[builtins.str]], jsii.get(self, "sshPublicKeys"))
2474
+
2475
+ @ssh_public_keys.setter
2476
+ def ssh_public_keys(
2477
+ self,
2478
+ value: typing.Optional[typing.List[builtins.str]],
2479
+ ) -> None:
2480
+ if __debug__:
2481
+ type_hints = typing.get_type_hints(_typecheckingstub__8b623a41b47f8d29ffe185d4d174da5e8c6c773a014a3ccf0409f011487bc1b1)
2482
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2483
+ jsii.set(self, "sshPublicKeys", value) # pyright: ignore[reportArgumentType]
2484
+
2485
+ @builtins.property
2486
+ @jsii.member(jsii_name="systemVersion")
2487
+ def system_version(self) -> typing.Optional[builtins.str]:
2488
+ '''The operating system version of the image chosen for the VM cluster.'''
2489
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "systemVersion"))
2490
+
2491
+ @system_version.setter
2492
+ def system_version(self, value: typing.Optional[builtins.str]) -> None:
2493
+ if __debug__:
2494
+ type_hints = typing.get_type_hints(_typecheckingstub__95a2f67985613635273aa653a865d22f373a34cc2cf492bbaecbc97526a00620)
2495
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2496
+ jsii.set(self, "systemVersion", value) # pyright: ignore[reportArgumentType]
2497
+
2498
+ @builtins.property
2499
+ @jsii.member(jsii_name="tags")
2500
+ def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
2501
+ '''Tags to assign to the Vm Cluster.'''
2502
+ return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "tags"))
2503
+
2504
+ @tags.setter
2505
+ def tags(self, value: typing.Optional[typing.List[_CfnTag_f6864754]]) -> None:
2506
+ if __debug__:
2507
+ type_hints = typing.get_type_hints(_typecheckingstub__cb35585e2ec32ece572f8bcd0f0a038f35ebbc9d6e29c933404bd886b5900921)
2508
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2509
+ jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
2510
+
2511
+ @builtins.property
2512
+ @jsii.member(jsii_name="timeZone")
2513
+ def time_zone(self) -> typing.Optional[builtins.str]:
2514
+ '''The time zone of the VM cluster.'''
2515
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "timeZone"))
2516
+
2517
+ @time_zone.setter
2518
+ def time_zone(self, value: typing.Optional[builtins.str]) -> None:
2519
+ if __debug__:
2520
+ type_hints = typing.get_type_hints(_typecheckingstub__dbc007d119e94eccae2b52e6822c2ec73b5e10e124879ca88059e3b3b536edfd)
2521
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2522
+ jsii.set(self, "timeZone", value) # pyright: ignore[reportArgumentType]
2523
+
2524
+ @jsii.data_type(
2525
+ jsii_type="aws-cdk-lib.aws_odb.CfnCloudVmCluster.DataCollectionOptionsProperty",
2526
+ jsii_struct_bases=[],
2527
+ name_mapping={
2528
+ "is_diagnostics_events_enabled": "isDiagnosticsEventsEnabled",
2529
+ "is_health_monitoring_enabled": "isHealthMonitoringEnabled",
2530
+ "is_incident_logs_enabled": "isIncidentLogsEnabled",
2531
+ },
2532
+ )
2533
+ class DataCollectionOptionsProperty:
2534
+ def __init__(
2535
+ self,
2536
+ *,
2537
+ is_diagnostics_events_enabled: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
2538
+ is_health_monitoring_enabled: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
2539
+ is_incident_logs_enabled: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
2540
+ ) -> None:
2541
+ '''Information about the data collection options enabled for a VM cluster.
2542
+
2543
+ :param is_diagnostics_events_enabled: Specifies whether diagnostic collection is enabled for the VM cluster.
2544
+ :param is_health_monitoring_enabled: Specifies whether health monitoring is enabled for the VM cluster.
2545
+ :param is_incident_logs_enabled: Specifies whether incident logs are enabled for the VM cluster.
2546
+
2547
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-cloudvmcluster-datacollectionoptions.html
2548
+ :exampleMetadata: fixture=_generated
2549
+
2550
+ Example::
2551
+
2552
+ # The code below shows an example of how to instantiate this type.
2553
+ # The values are placeholders you should change.
2554
+ from aws_cdk import aws_odb as odb
2555
+
2556
+ data_collection_options_property = odb.CfnCloudVmCluster.DataCollectionOptionsProperty(
2557
+ is_diagnostics_events_enabled=False,
2558
+ is_health_monitoring_enabled=False,
2559
+ is_incident_logs_enabled=False
2560
+ )
2561
+ '''
2562
+ if __debug__:
2563
+ type_hints = typing.get_type_hints(_typecheckingstub__0be5e048213b0ee63e4c9703a3c1b37da85fb4dc37d9458571be7e6789ddbe30)
2564
+ check_type(argname="argument is_diagnostics_events_enabled", value=is_diagnostics_events_enabled, expected_type=type_hints["is_diagnostics_events_enabled"])
2565
+ check_type(argname="argument is_health_monitoring_enabled", value=is_health_monitoring_enabled, expected_type=type_hints["is_health_monitoring_enabled"])
2566
+ check_type(argname="argument is_incident_logs_enabled", value=is_incident_logs_enabled, expected_type=type_hints["is_incident_logs_enabled"])
2567
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
2568
+ if is_diagnostics_events_enabled is not None:
2569
+ self._values["is_diagnostics_events_enabled"] = is_diagnostics_events_enabled
2570
+ if is_health_monitoring_enabled is not None:
2571
+ self._values["is_health_monitoring_enabled"] = is_health_monitoring_enabled
2572
+ if is_incident_logs_enabled is not None:
2573
+ self._values["is_incident_logs_enabled"] = is_incident_logs_enabled
2574
+
2575
+ @builtins.property
2576
+ def is_diagnostics_events_enabled(
2577
+ self,
2578
+ ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
2579
+ '''Specifies whether diagnostic collection is enabled for the VM cluster.
2580
+
2581
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-cloudvmcluster-datacollectionoptions.html#cfn-odb-cloudvmcluster-datacollectionoptions-isdiagnosticseventsenabled
2582
+ '''
2583
+ result = self._values.get("is_diagnostics_events_enabled")
2584
+ return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], result)
2585
+
2586
+ @builtins.property
2587
+ def is_health_monitoring_enabled(
2588
+ self,
2589
+ ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
2590
+ '''Specifies whether health monitoring is enabled for the VM cluster.
2591
+
2592
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-cloudvmcluster-datacollectionoptions.html#cfn-odb-cloudvmcluster-datacollectionoptions-ishealthmonitoringenabled
2593
+ '''
2594
+ result = self._values.get("is_health_monitoring_enabled")
2595
+ return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], result)
2596
+
2597
+ @builtins.property
2598
+ def is_incident_logs_enabled(
2599
+ self,
2600
+ ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
2601
+ '''Specifies whether incident logs are enabled for the VM cluster.
2602
+
2603
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-cloudvmcluster-datacollectionoptions.html#cfn-odb-cloudvmcluster-datacollectionoptions-isincidentlogsenabled
2604
+ '''
2605
+ result = self._values.get("is_incident_logs_enabled")
2606
+ return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], result)
2607
+
2608
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
2609
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
2610
+
2611
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
2612
+ return not (rhs == self)
2613
+
2614
+ def __repr__(self) -> str:
2615
+ return "DataCollectionOptionsProperty(%s)" % ", ".join(
2616
+ k + "=" + repr(v) for k, v in self._values.items()
2617
+ )
2618
+
2619
+
2620
+ @jsii.data_type(
2621
+ jsii_type="aws-cdk-lib.aws_odb.CfnCloudVmClusterProps",
2622
+ jsii_struct_bases=[],
2623
+ name_mapping={
2624
+ "cloud_exadata_infrastructure_id": "cloudExadataInfrastructureId",
2625
+ "cluster_name": "clusterName",
2626
+ "cpu_core_count": "cpuCoreCount",
2627
+ "data_collection_options": "dataCollectionOptions",
2628
+ "data_storage_size_in_t_bs": "dataStorageSizeInTBs",
2629
+ "db_node_storage_size_in_g_bs": "dbNodeStorageSizeInGBs",
2630
+ "db_servers": "dbServers",
2631
+ "display_name": "displayName",
2632
+ "gi_version": "giVersion",
2633
+ "hostname": "hostname",
2634
+ "is_local_backup_enabled": "isLocalBackupEnabled",
2635
+ "is_sparse_diskgroup_enabled": "isSparseDiskgroupEnabled",
2636
+ "license_model": "licenseModel",
2637
+ "memory_size_in_g_bs": "memorySizeInGBs",
2638
+ "odb_network_id": "odbNetworkId",
2639
+ "scan_listener_port_tcp": "scanListenerPortTcp",
2640
+ "ssh_public_keys": "sshPublicKeys",
2641
+ "system_version": "systemVersion",
2642
+ "tags": "tags",
2643
+ "time_zone": "timeZone",
2644
+ },
2645
+ )
2646
+ class CfnCloudVmClusterProps:
2647
+ def __init__(
2648
+ self,
2649
+ *,
2650
+ cloud_exadata_infrastructure_id: typing.Optional[builtins.str] = None,
2651
+ cluster_name: typing.Optional[builtins.str] = None,
2652
+ cpu_core_count: typing.Optional[jsii.Number] = None,
2653
+ data_collection_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnCloudVmCluster.DataCollectionOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
2654
+ data_storage_size_in_t_bs: typing.Optional[jsii.Number] = None,
2655
+ db_node_storage_size_in_g_bs: typing.Optional[jsii.Number] = None,
2656
+ db_servers: typing.Optional[typing.Sequence[builtins.str]] = None,
2657
+ display_name: typing.Optional[builtins.str] = None,
2658
+ gi_version: typing.Optional[builtins.str] = None,
2659
+ hostname: typing.Optional[builtins.str] = None,
2660
+ is_local_backup_enabled: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
2661
+ is_sparse_diskgroup_enabled: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
2662
+ license_model: typing.Optional[builtins.str] = None,
2663
+ memory_size_in_g_bs: typing.Optional[jsii.Number] = None,
2664
+ odb_network_id: typing.Optional[builtins.str] = None,
2665
+ scan_listener_port_tcp: typing.Optional[jsii.Number] = None,
2666
+ ssh_public_keys: typing.Optional[typing.Sequence[builtins.str]] = None,
2667
+ system_version: typing.Optional[builtins.str] = None,
2668
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
2669
+ time_zone: typing.Optional[builtins.str] = None,
2670
+ ) -> None:
2671
+ '''Properties for defining a ``CfnCloudVmCluster``.
2672
+
2673
+ :param cloud_exadata_infrastructure_id: The unique identifier of the Exadata infrastructure that this VM cluster belongs to. Required when creating a VM cluster.
2674
+ :param cluster_name: The name of the Grid Infrastructure (GI) cluster.
2675
+ :param cpu_core_count: The number of CPU cores enabled on the VM cluster. Required when creating a VM cluster.
2676
+ :param data_collection_options: The set of diagnostic collection options enabled for the VM cluster.
2677
+ :param data_storage_size_in_t_bs: The size of the data disk group, in terabytes (TB), that's allocated for the VM cluster.
2678
+ :param db_node_storage_size_in_g_bs: The amount of local node storage, in gigabytes (GB), that's allocated for the VM cluster.
2679
+ :param db_servers: The list of database servers for the VM cluster.
2680
+ :param display_name: The user-friendly name for the VM cluster. Required when creating a VM cluster.
2681
+ :param gi_version: The software version of the Oracle Grid Infrastructure (GI) for the VM cluster. Required when creating a VM cluster.
2682
+ :param hostname: The host name for the VM cluster. Required when creating a VM cluster.
2683
+ :param is_local_backup_enabled: Specifies whether database backups to local Exadata storage are enabled for the VM cluster.
2684
+ :param is_sparse_diskgroup_enabled: Specifies whether the VM cluster is configured with a sparse disk group.
2685
+ :param license_model: The Oracle license model applied to the VM cluster.
2686
+ :param memory_size_in_g_bs: The amount of memory, in gigabytes (GB), that's allocated for the VM cluster.
2687
+ :param odb_network_id: The unique identifier of the ODB network for the VM cluster. Required when creating a VM cluster.
2688
+ :param scan_listener_port_tcp: The port number for TCP connections to the single client access name (SCAN) listener. Valid values: ``1024–8999`` with the following exceptions: ``2484`` , ``6100`` , ``6200`` , ``7060`` , ``7070`` , ``7085`` , and ``7879`` Default: ``1521``
2689
+ :param ssh_public_keys: The public key portion of one or more key pairs used for SSH access to the VM cluster. Required when creating a VM cluster.
2690
+ :param system_version: The operating system version of the image chosen for the VM cluster.
2691
+ :param tags: Tags to assign to the Vm Cluster.
2692
+ :param time_zone: The time zone of the VM cluster.
2693
+
2694
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudvmcluster.html
2695
+ :exampleMetadata: fixture=_generated
2696
+
2697
+ Example::
2698
+
2699
+ # The code below shows an example of how to instantiate this type.
2700
+ # The values are placeholders you should change.
2701
+ from aws_cdk import aws_odb as odb
2702
+
2703
+ cfn_cloud_vm_cluster_props = odb.CfnCloudVmClusterProps(
2704
+ cloud_exadata_infrastructure_id="cloudExadataInfrastructureId",
2705
+ cluster_name="clusterName",
2706
+ cpu_core_count=123,
2707
+ data_collection_options=odb.CfnCloudVmCluster.DataCollectionOptionsProperty(
2708
+ is_diagnostics_events_enabled=False,
2709
+ is_health_monitoring_enabled=False,
2710
+ is_incident_logs_enabled=False
2711
+ ),
2712
+ data_storage_size_in_tBs=123,
2713
+ db_node_storage_size_in_gBs=123,
2714
+ db_servers=["dbServers"],
2715
+ display_name="displayName",
2716
+ gi_version="giVersion",
2717
+ hostname="hostname",
2718
+ is_local_backup_enabled=False,
2719
+ is_sparse_diskgroup_enabled=False,
2720
+ license_model="licenseModel",
2721
+ memory_size_in_gBs=123,
2722
+ odb_network_id="odbNetworkId",
2723
+ scan_listener_port_tcp=123,
2724
+ ssh_public_keys=["sshPublicKeys"],
2725
+ system_version="systemVersion",
2726
+ tags=[CfnTag(
2727
+ key="key",
2728
+ value="value"
2729
+ )],
2730
+ time_zone="timeZone"
2731
+ )
2732
+ '''
2733
+ if __debug__:
2734
+ type_hints = typing.get_type_hints(_typecheckingstub__b7c1c550550cdc807e34dbb5ced4b50daf930df9156b6a6f0dfaa8e978be765a)
2735
+ check_type(argname="argument cloud_exadata_infrastructure_id", value=cloud_exadata_infrastructure_id, expected_type=type_hints["cloud_exadata_infrastructure_id"])
2736
+ check_type(argname="argument cluster_name", value=cluster_name, expected_type=type_hints["cluster_name"])
2737
+ check_type(argname="argument cpu_core_count", value=cpu_core_count, expected_type=type_hints["cpu_core_count"])
2738
+ check_type(argname="argument data_collection_options", value=data_collection_options, expected_type=type_hints["data_collection_options"])
2739
+ 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"])
2740
+ 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"])
2741
+ check_type(argname="argument db_servers", value=db_servers, expected_type=type_hints["db_servers"])
2742
+ check_type(argname="argument display_name", value=display_name, expected_type=type_hints["display_name"])
2743
+ check_type(argname="argument gi_version", value=gi_version, expected_type=type_hints["gi_version"])
2744
+ check_type(argname="argument hostname", value=hostname, expected_type=type_hints["hostname"])
2745
+ check_type(argname="argument is_local_backup_enabled", value=is_local_backup_enabled, expected_type=type_hints["is_local_backup_enabled"])
2746
+ check_type(argname="argument is_sparse_diskgroup_enabled", value=is_sparse_diskgroup_enabled, expected_type=type_hints["is_sparse_diskgroup_enabled"])
2747
+ check_type(argname="argument license_model", value=license_model, expected_type=type_hints["license_model"])
2748
+ check_type(argname="argument memory_size_in_g_bs", value=memory_size_in_g_bs, expected_type=type_hints["memory_size_in_g_bs"])
2749
+ check_type(argname="argument odb_network_id", value=odb_network_id, expected_type=type_hints["odb_network_id"])
2750
+ check_type(argname="argument scan_listener_port_tcp", value=scan_listener_port_tcp, expected_type=type_hints["scan_listener_port_tcp"])
2751
+ check_type(argname="argument ssh_public_keys", value=ssh_public_keys, expected_type=type_hints["ssh_public_keys"])
2752
+ check_type(argname="argument system_version", value=system_version, expected_type=type_hints["system_version"])
2753
+ check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
2754
+ check_type(argname="argument time_zone", value=time_zone, expected_type=type_hints["time_zone"])
2755
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
2756
+ if cloud_exadata_infrastructure_id is not None:
2757
+ self._values["cloud_exadata_infrastructure_id"] = cloud_exadata_infrastructure_id
2758
+ if cluster_name is not None:
2759
+ self._values["cluster_name"] = cluster_name
2760
+ if cpu_core_count is not None:
2761
+ self._values["cpu_core_count"] = cpu_core_count
2762
+ if data_collection_options is not None:
2763
+ self._values["data_collection_options"] = data_collection_options
2764
+ if data_storage_size_in_t_bs is not None:
2765
+ self._values["data_storage_size_in_t_bs"] = data_storage_size_in_t_bs
2766
+ if db_node_storage_size_in_g_bs is not None:
2767
+ self._values["db_node_storage_size_in_g_bs"] = db_node_storage_size_in_g_bs
2768
+ if db_servers is not None:
2769
+ self._values["db_servers"] = db_servers
2770
+ if display_name is not None:
2771
+ self._values["display_name"] = display_name
2772
+ if gi_version is not None:
2773
+ self._values["gi_version"] = gi_version
2774
+ if hostname is not None:
2775
+ self._values["hostname"] = hostname
2776
+ if is_local_backup_enabled is not None:
2777
+ self._values["is_local_backup_enabled"] = is_local_backup_enabled
2778
+ if is_sparse_diskgroup_enabled is not None:
2779
+ self._values["is_sparse_diskgroup_enabled"] = is_sparse_diskgroup_enabled
2780
+ if license_model is not None:
2781
+ self._values["license_model"] = license_model
2782
+ if memory_size_in_g_bs is not None:
2783
+ self._values["memory_size_in_g_bs"] = memory_size_in_g_bs
2784
+ if odb_network_id is not None:
2785
+ self._values["odb_network_id"] = odb_network_id
2786
+ if scan_listener_port_tcp is not None:
2787
+ self._values["scan_listener_port_tcp"] = scan_listener_port_tcp
2788
+ if ssh_public_keys is not None:
2789
+ self._values["ssh_public_keys"] = ssh_public_keys
2790
+ if system_version is not None:
2791
+ self._values["system_version"] = system_version
2792
+ if tags is not None:
2793
+ self._values["tags"] = tags
2794
+ if time_zone is not None:
2795
+ self._values["time_zone"] = time_zone
2796
+
2797
+ @builtins.property
2798
+ def cloud_exadata_infrastructure_id(self) -> typing.Optional[builtins.str]:
2799
+ '''The unique identifier of the Exadata infrastructure that this VM cluster belongs to.
2800
+
2801
+ Required when creating a VM cluster.
2802
+
2803
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudvmcluster.html#cfn-odb-cloudvmcluster-cloudexadatainfrastructureid
2804
+ '''
2805
+ result = self._values.get("cloud_exadata_infrastructure_id")
2806
+ return typing.cast(typing.Optional[builtins.str], result)
2807
+
2808
+ @builtins.property
2809
+ def cluster_name(self) -> typing.Optional[builtins.str]:
2810
+ '''The name of the Grid Infrastructure (GI) cluster.
2811
+
2812
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudvmcluster.html#cfn-odb-cloudvmcluster-clustername
2813
+ '''
2814
+ result = self._values.get("cluster_name")
2815
+ return typing.cast(typing.Optional[builtins.str], result)
2816
+
2817
+ @builtins.property
2818
+ def cpu_core_count(self) -> typing.Optional[jsii.Number]:
2819
+ '''The number of CPU cores enabled on the VM cluster.
2820
+
2821
+ Required when creating a VM cluster.
2822
+
2823
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudvmcluster.html#cfn-odb-cloudvmcluster-cpucorecount
2824
+ '''
2825
+ result = self._values.get("cpu_core_count")
2826
+ return typing.cast(typing.Optional[jsii.Number], result)
2827
+
2828
+ @builtins.property
2829
+ def data_collection_options(
2830
+ self,
2831
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnCloudVmCluster.DataCollectionOptionsProperty]]:
2832
+ '''The set of diagnostic collection options enabled for the VM cluster.
2833
+
2834
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudvmcluster.html#cfn-odb-cloudvmcluster-datacollectionoptions
2835
+ '''
2836
+ result = self._values.get("data_collection_options")
2837
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, CfnCloudVmCluster.DataCollectionOptionsProperty]], result)
2838
+
2839
+ @builtins.property
2840
+ def data_storage_size_in_t_bs(self) -> typing.Optional[jsii.Number]:
2841
+ '''The size of the data disk group, in terabytes (TB), that's allocated for the VM cluster.
2842
+
2843
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudvmcluster.html#cfn-odb-cloudvmcluster-datastoragesizeintbs
2844
+ '''
2845
+ result = self._values.get("data_storage_size_in_t_bs")
2846
+ return typing.cast(typing.Optional[jsii.Number], result)
2847
+
2848
+ @builtins.property
2849
+ def db_node_storage_size_in_g_bs(self) -> typing.Optional[jsii.Number]:
2850
+ '''The amount of local node storage, in gigabytes (GB), that's allocated for the VM cluster.
2851
+
2852
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudvmcluster.html#cfn-odb-cloudvmcluster-dbnodestoragesizeingbs
2853
+ '''
2854
+ result = self._values.get("db_node_storage_size_in_g_bs")
2855
+ return typing.cast(typing.Optional[jsii.Number], result)
2856
+
2857
+ @builtins.property
2858
+ def db_servers(self) -> typing.Optional[typing.List[builtins.str]]:
2859
+ '''The list of database servers for the VM cluster.
2860
+
2861
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudvmcluster.html#cfn-odb-cloudvmcluster-dbservers
2862
+ '''
2863
+ result = self._values.get("db_servers")
2864
+ return typing.cast(typing.Optional[typing.List[builtins.str]], result)
2865
+
2866
+ @builtins.property
2867
+ def display_name(self) -> typing.Optional[builtins.str]:
2868
+ '''The user-friendly name for the VM cluster.
2869
+
2870
+ Required when creating a VM cluster.
2871
+
2872
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudvmcluster.html#cfn-odb-cloudvmcluster-displayname
2873
+ '''
2874
+ result = self._values.get("display_name")
2875
+ return typing.cast(typing.Optional[builtins.str], result)
2876
+
2877
+ @builtins.property
2878
+ def gi_version(self) -> typing.Optional[builtins.str]:
2879
+ '''The software version of the Oracle Grid Infrastructure (GI) for the VM cluster.
2880
+
2881
+ Required when creating a VM cluster.
2882
+
2883
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudvmcluster.html#cfn-odb-cloudvmcluster-giversion
2884
+ '''
2885
+ result = self._values.get("gi_version")
2886
+ return typing.cast(typing.Optional[builtins.str], result)
2887
+
2888
+ @builtins.property
2889
+ def hostname(self) -> typing.Optional[builtins.str]:
2890
+ '''The host name for the VM cluster.
2891
+
2892
+ Required when creating a VM cluster.
2893
+
2894
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudvmcluster.html#cfn-odb-cloudvmcluster-hostname
2895
+ '''
2896
+ result = self._values.get("hostname")
2897
+ return typing.cast(typing.Optional[builtins.str], result)
2898
+
2899
+ @builtins.property
2900
+ def is_local_backup_enabled(
2901
+ self,
2902
+ ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
2903
+ '''Specifies whether database backups to local Exadata storage are enabled for the VM cluster.
2904
+
2905
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudvmcluster.html#cfn-odb-cloudvmcluster-islocalbackupenabled
2906
+ '''
2907
+ result = self._values.get("is_local_backup_enabled")
2908
+ return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], result)
2909
+
2910
+ @builtins.property
2911
+ def is_sparse_diskgroup_enabled(
2912
+ self,
2913
+ ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
2914
+ '''Specifies whether the VM cluster is configured with a sparse disk group.
2915
+
2916
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudvmcluster.html#cfn-odb-cloudvmcluster-issparsediskgroupenabled
2917
+ '''
2918
+ result = self._values.get("is_sparse_diskgroup_enabled")
2919
+ return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], result)
2920
+
2921
+ @builtins.property
2922
+ def license_model(self) -> typing.Optional[builtins.str]:
2923
+ '''The Oracle license model applied to the VM cluster.
2924
+
2925
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudvmcluster.html#cfn-odb-cloudvmcluster-licensemodel
2926
+ '''
2927
+ result = self._values.get("license_model")
2928
+ return typing.cast(typing.Optional[builtins.str], result)
2929
+
2930
+ @builtins.property
2931
+ def memory_size_in_g_bs(self) -> typing.Optional[jsii.Number]:
2932
+ '''The amount of memory, in gigabytes (GB), that's allocated for the VM cluster.
2933
+
2934
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudvmcluster.html#cfn-odb-cloudvmcluster-memorysizeingbs
2935
+ '''
2936
+ result = self._values.get("memory_size_in_g_bs")
2937
+ return typing.cast(typing.Optional[jsii.Number], result)
2938
+
2939
+ @builtins.property
2940
+ def odb_network_id(self) -> typing.Optional[builtins.str]:
2941
+ '''The unique identifier of the ODB network for the VM cluster.
2942
+
2943
+ Required when creating a VM cluster.
2944
+
2945
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudvmcluster.html#cfn-odb-cloudvmcluster-odbnetworkid
2946
+ '''
2947
+ result = self._values.get("odb_network_id")
2948
+ return typing.cast(typing.Optional[builtins.str], result)
2949
+
2950
+ @builtins.property
2951
+ def scan_listener_port_tcp(self) -> typing.Optional[jsii.Number]:
2952
+ '''The port number for TCP connections to the single client access name (SCAN) listener.
2953
+
2954
+ Valid values: ``1024–8999`` with the following exceptions: ``2484`` , ``6100`` , ``6200`` , ``7060`` , ``7070`` , ``7085`` , and ``7879``
2955
+
2956
+ Default: ``1521``
2957
+
2958
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudvmcluster.html#cfn-odb-cloudvmcluster-scanlistenerporttcp
2959
+ '''
2960
+ result = self._values.get("scan_listener_port_tcp")
2961
+ return typing.cast(typing.Optional[jsii.Number], result)
2962
+
2963
+ @builtins.property
2964
+ def ssh_public_keys(self) -> typing.Optional[typing.List[builtins.str]]:
2965
+ '''The public key portion of one or more key pairs used for SSH access to the VM cluster.
2966
+
2967
+ Required when creating a VM cluster.
2968
+
2969
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudvmcluster.html#cfn-odb-cloudvmcluster-sshpublickeys
2970
+ '''
2971
+ result = self._values.get("ssh_public_keys")
2972
+ return typing.cast(typing.Optional[typing.List[builtins.str]], result)
2973
+
2974
+ @builtins.property
2975
+ def system_version(self) -> typing.Optional[builtins.str]:
2976
+ '''The operating system version of the image chosen for the VM cluster.
2977
+
2978
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudvmcluster.html#cfn-odb-cloudvmcluster-systemversion
2979
+ '''
2980
+ result = self._values.get("system_version")
2981
+ return typing.cast(typing.Optional[builtins.str], result)
2982
+
2983
+ @builtins.property
2984
+ def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
2985
+ '''Tags to assign to the Vm Cluster.
2986
+
2987
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudvmcluster.html#cfn-odb-cloudvmcluster-tags
2988
+ '''
2989
+ result = self._values.get("tags")
2990
+ return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], result)
2991
+
2992
+ @builtins.property
2993
+ def time_zone(self) -> typing.Optional[builtins.str]:
2994
+ '''The time zone of the VM cluster.
2995
+
2996
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudvmcluster.html#cfn-odb-cloudvmcluster-timezone
2997
+ '''
2998
+ result = self._values.get("time_zone")
2999
+ return typing.cast(typing.Optional[builtins.str], result)
3000
+
3001
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
3002
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
3003
+
3004
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
3005
+ return not (rhs == self)
3006
+
3007
+ def __repr__(self) -> str:
3008
+ return "CfnCloudVmClusterProps(%s)" % ", ".join(
3009
+ k + "=" + repr(v) for k, v in self._values.items()
3010
+ )
3011
+
3012
+
3013
+ @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
3014
+ class CfnOdbNetwork(
3015
+ _CfnResource_9df397a6,
3016
+ metaclass=jsii.JSIIMeta,
3017
+ jsii_type="aws-cdk-lib.aws_odb.CfnOdbNetwork",
3018
+ ):
3019
+ '''The ``AWS::ODB::OdbNetwork`` resource creates an ODB network.
3020
+
3021
+ An ODB network provides the networking foundation for Oracle Database resources.
3022
+
3023
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbnetwork.html
3024
+ :cloudformationResource: AWS::ODB::OdbNetwork
3025
+ :exampleMetadata: fixture=_generated
3026
+
3027
+ Example::
3028
+
3029
+ # The code below shows an example of how to instantiate this type.
3030
+ # The values are placeholders you should change.
3031
+ from aws_cdk import aws_odb as odb
3032
+
3033
+ cfn_odb_network = odb.CfnOdbNetwork(self, "MyCfnOdbNetwork",
3034
+ availability_zone="availabilityZone",
3035
+ availability_zone_id="availabilityZoneId",
3036
+ backup_subnet_cidr="backupSubnetCidr",
3037
+ client_subnet_cidr="clientSubnetCidr",
3038
+ default_dns_prefix="defaultDnsPrefix",
3039
+ delete_associated_resources=False,
3040
+ display_name="displayName",
3041
+ tags=[CfnTag(
3042
+ key="key",
3043
+ value="value"
3044
+ )]
3045
+ )
3046
+ '''
3047
+
3048
+ def __init__(
3049
+ self,
3050
+ scope: _constructs_77d1e7e8.Construct,
3051
+ id: builtins.str,
3052
+ *,
3053
+ availability_zone: typing.Optional[builtins.str] = None,
3054
+ availability_zone_id: typing.Optional[builtins.str] = None,
3055
+ backup_subnet_cidr: typing.Optional[builtins.str] = None,
3056
+ client_subnet_cidr: typing.Optional[builtins.str] = None,
3057
+ default_dns_prefix: typing.Optional[builtins.str] = None,
3058
+ delete_associated_resources: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
3059
+ display_name: typing.Optional[builtins.str] = None,
3060
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
3061
+ ) -> None:
3062
+ '''
3063
+ :param scope: Scope in which this resource is defined.
3064
+ :param id: Construct identifier for this resource (unique in its scope).
3065
+ :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.
3066
+ :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.
3067
+ :param backup_subnet_cidr: The CIDR range of the backup subnet in the ODB network.
3068
+ :param client_subnet_cidr: The CIDR range of the client subnet in the ODB network. Required when creating an ODB network.
3069
+ :param default_dns_prefix: The DNS prefix to the default DNS domain name. The default DNS domain name is oraclevcn.com.
3070
+ :param delete_associated_resources: Specifies whether to delete associated OCI networking resources along with the ODB network. Required when creating an ODB network.
3071
+ :param display_name: The user-friendly name of the ODB network. Required when creating an ODB network.
3072
+ :param tags: Tags to assign to the Odb Network.
3073
+ '''
3074
+ if __debug__:
3075
+ type_hints = typing.get_type_hints(_typecheckingstub__9fb7fc690c89d5ce8f5abecb60ad841f57c0a476f500c817c386b57c3cd0f5d6)
3076
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
3077
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
3078
+ props = CfnOdbNetworkProps(
3079
+ availability_zone=availability_zone,
3080
+ availability_zone_id=availability_zone_id,
3081
+ backup_subnet_cidr=backup_subnet_cidr,
3082
+ client_subnet_cidr=client_subnet_cidr,
3083
+ default_dns_prefix=default_dns_prefix,
3084
+ delete_associated_resources=delete_associated_resources,
3085
+ display_name=display_name,
3086
+ tags=tags,
3087
+ )
3088
+
3089
+ jsii.create(self.__class__, self, [scope, id, props])
3090
+
3091
+ @jsii.member(jsii_name="inspect")
3092
+ def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
3093
+ '''Examines the CloudFormation resource and discloses attributes.
3094
+
3095
+ :param inspector: tree inspector to collect and process attributes.
3096
+ '''
3097
+ if __debug__:
3098
+ type_hints = typing.get_type_hints(_typecheckingstub__e2bd65fc6165cb531de2b171a21a41aaf44e19b81b1e54c00c7b0bb7dbc5feab)
3099
+ check_type(argname="argument inspector", value=inspector, expected_type=type_hints["inspector"])
3100
+ return typing.cast(None, jsii.invoke(self, "inspect", [inspector]))
3101
+
3102
+ @jsii.member(jsii_name="renderProperties")
3103
+ def _render_properties(
3104
+ self,
3105
+ props: typing.Mapping[builtins.str, typing.Any],
3106
+ ) -> typing.Mapping[builtins.str, typing.Any]:
3107
+ '''
3108
+ :param props: -
3109
+ '''
3110
+ if __debug__:
3111
+ type_hints = typing.get_type_hints(_typecheckingstub__afa78d8af0d52b46b8c4cc90575b6a94e64eb6cb32aa68eb759b91d8213e31ac)
3112
+ check_type(argname="argument props", value=props, expected_type=type_hints["props"])
3113
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "renderProperties", [props]))
3114
+
3115
+ @jsii.python.classproperty
3116
+ @jsii.member(jsii_name="CFN_RESOURCE_TYPE_NAME")
3117
+ def CFN_RESOURCE_TYPE_NAME(cls) -> builtins.str:
3118
+ '''The CloudFormation resource type name for this resource class.'''
3119
+ return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
3120
+
3121
+ @builtins.property
3122
+ @jsii.member(jsii_name="attrOciNetworkAnchorId")
3123
+ def attr_oci_network_anchor_id(self) -> builtins.str:
3124
+ '''The unique identifier of the OCI network anchor for the ODB network.
3125
+
3126
+ :cloudformationAttribute: OciNetworkAnchorId
3127
+ '''
3128
+ return typing.cast(builtins.str, jsii.get(self, "attrOciNetworkAnchorId"))
3129
+
3130
+ @builtins.property
3131
+ @jsii.member(jsii_name="attrOciResourceAnchorName")
3132
+ def attr_oci_resource_anchor_name(self) -> builtins.str:
3133
+ '''The name of the OCI resource anchor that's associated with the ODB network.
3134
+
3135
+ :cloudformationAttribute: OciResourceAnchorName
3136
+ '''
3137
+ return typing.cast(builtins.str, jsii.get(self, "attrOciResourceAnchorName"))
3138
+
3139
+ @builtins.property
3140
+ @jsii.member(jsii_name="attrOciVcnUrl")
3141
+ def attr_oci_vcn_url(self) -> builtins.str:
3142
+ '''The URL for the VCN that's associated with the ODB network.
3143
+
3144
+ :cloudformationAttribute: OciVcnUrl
3145
+ '''
3146
+ return typing.cast(builtins.str, jsii.get(self, "attrOciVcnUrl"))
3147
+
3148
+ @builtins.property
3149
+ @jsii.member(jsii_name="attrOdbNetworkArn")
3150
+ def attr_odb_network_arn(self) -> builtins.str:
3151
+ '''The Amazon Resource Name (ARN) of the ODB network.
3152
+
3153
+ :cloudformationAttribute: OdbNetworkArn
3154
+ '''
3155
+ return typing.cast(builtins.str, jsii.get(self, "attrOdbNetworkArn"))
3156
+
3157
+ @builtins.property
3158
+ @jsii.member(jsii_name="attrOdbNetworkId")
3159
+ def attr_odb_network_id(self) -> builtins.str:
3160
+ '''The unique identifier of the ODB network.
3161
+
3162
+ :cloudformationAttribute: OdbNetworkId
3163
+ '''
3164
+ return typing.cast(builtins.str, jsii.get(self, "attrOdbNetworkId"))
3165
+
3166
+ @builtins.property
3167
+ @jsii.member(jsii_name="cdkTagManager")
3168
+ def cdk_tag_manager(self) -> _TagManager_0a598cb3:
3169
+ '''Tag Manager which manages the tags for this resource.'''
3170
+ return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
3171
+
3172
+ @builtins.property
3173
+ @jsii.member(jsii_name="cfnProperties")
3174
+ def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
3175
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
3176
+
3177
+ @builtins.property
3178
+ @jsii.member(jsii_name="availabilityZone")
3179
+ def availability_zone(self) -> typing.Optional[builtins.str]:
3180
+ '''The Availability Zone (AZ) where the ODB network is located.'''
3181
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "availabilityZone"))
3182
+
3183
+ @availability_zone.setter
3184
+ def availability_zone(self, value: typing.Optional[builtins.str]) -> None:
3185
+ if __debug__:
3186
+ type_hints = typing.get_type_hints(_typecheckingstub__87621d2b03c5469d26954de7e37dfd0d3e012b5b4644ec0232e59bfecfb758e9)
3187
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
3188
+ jsii.set(self, "availabilityZone", value) # pyright: ignore[reportArgumentType]
3189
+
3190
+ @builtins.property
3191
+ @jsii.member(jsii_name="availabilityZoneId")
3192
+ def availability_zone_id(self) -> typing.Optional[builtins.str]:
3193
+ '''The AZ ID of the AZ where the ODB network is located.'''
3194
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "availabilityZoneId"))
3195
+
3196
+ @availability_zone_id.setter
3197
+ def availability_zone_id(self, value: typing.Optional[builtins.str]) -> None:
3198
+ if __debug__:
3199
+ type_hints = typing.get_type_hints(_typecheckingstub__328deed1718c1266e8446a386f2cfe2272763b64c3f37b5bd93a7c2f77ab2d5d)
3200
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
3201
+ jsii.set(self, "availabilityZoneId", value) # pyright: ignore[reportArgumentType]
3202
+
3203
+ @builtins.property
3204
+ @jsii.member(jsii_name="backupSubnetCidr")
3205
+ def backup_subnet_cidr(self) -> typing.Optional[builtins.str]:
3206
+ '''The CIDR range of the backup subnet in the ODB network.'''
3207
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "backupSubnetCidr"))
3208
+
3209
+ @backup_subnet_cidr.setter
3210
+ def backup_subnet_cidr(self, value: typing.Optional[builtins.str]) -> None:
3211
+ if __debug__:
3212
+ type_hints = typing.get_type_hints(_typecheckingstub__eee98a4fbff2c83a839881f8a102d4b7813c50e6fdb9be0997144c385e71c305)
3213
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
3214
+ jsii.set(self, "backupSubnetCidr", value) # pyright: ignore[reportArgumentType]
3215
+
3216
+ @builtins.property
3217
+ @jsii.member(jsii_name="clientSubnetCidr")
3218
+ def client_subnet_cidr(self) -> typing.Optional[builtins.str]:
3219
+ '''The CIDR range of the client subnet in the ODB network.'''
3220
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "clientSubnetCidr"))
3221
+
3222
+ @client_subnet_cidr.setter
3223
+ def client_subnet_cidr(self, value: typing.Optional[builtins.str]) -> None:
3224
+ if __debug__:
3225
+ type_hints = typing.get_type_hints(_typecheckingstub__964e75c8af7e656feecdf2af9cc1f3709e5857d22d004e58037f1a4d97df301d)
3226
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
3227
+ jsii.set(self, "clientSubnetCidr", value) # pyright: ignore[reportArgumentType]
3228
+
3229
+ @builtins.property
3230
+ @jsii.member(jsii_name="defaultDnsPrefix")
3231
+ def default_dns_prefix(self) -> typing.Optional[builtins.str]:
3232
+ '''The DNS prefix to the default DNS domain name.'''
3233
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "defaultDnsPrefix"))
3234
+
3235
+ @default_dns_prefix.setter
3236
+ def default_dns_prefix(self, value: typing.Optional[builtins.str]) -> None:
3237
+ if __debug__:
3238
+ type_hints = typing.get_type_hints(_typecheckingstub__ccee4738061946ef5f75dacb78a62f5c60382f3bd85cd506ee1454b932d8374a)
3239
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
3240
+ jsii.set(self, "defaultDnsPrefix", value) # pyright: ignore[reportArgumentType]
3241
+
3242
+ @builtins.property
3243
+ @jsii.member(jsii_name="deleteAssociatedResources")
3244
+ def delete_associated_resources(
3245
+ self,
3246
+ ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
3247
+ '''Specifies whether to delete associated OCI networking resources along with the ODB network.'''
3248
+ return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], jsii.get(self, "deleteAssociatedResources"))
3249
+
3250
+ @delete_associated_resources.setter
3251
+ def delete_associated_resources(
3252
+ self,
3253
+ value: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]],
3254
+ ) -> None:
3255
+ if __debug__:
3256
+ type_hints = typing.get_type_hints(_typecheckingstub__cc86642a834ad1214ad781ba4b6b7516ddb5e4df5219e6f1572c3707c253846a)
3257
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
3258
+ jsii.set(self, "deleteAssociatedResources", value) # pyright: ignore[reportArgumentType]
3259
+
3260
+ @builtins.property
3261
+ @jsii.member(jsii_name="displayName")
3262
+ def display_name(self) -> typing.Optional[builtins.str]:
3263
+ '''The user-friendly name of the ODB network.'''
3264
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "displayName"))
3265
+
3266
+ @display_name.setter
3267
+ def display_name(self, value: typing.Optional[builtins.str]) -> None:
3268
+ if __debug__:
3269
+ type_hints = typing.get_type_hints(_typecheckingstub__6f9a4c06370e66400707daa4ab73fb37a67d67c8422f10b57fa0ee6b191128e7)
3270
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
3271
+ jsii.set(self, "displayName", value) # pyright: ignore[reportArgumentType]
3272
+
3273
+ @builtins.property
3274
+ @jsii.member(jsii_name="tags")
3275
+ def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
3276
+ '''Tags to assign to the Odb Network.'''
3277
+ return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "tags"))
3278
+
3279
+ @tags.setter
3280
+ def tags(self, value: typing.Optional[typing.List[_CfnTag_f6864754]]) -> None:
3281
+ if __debug__:
3282
+ type_hints = typing.get_type_hints(_typecheckingstub__2a78f63e76d627d52015eb8e2a0dc2ab1a80a0926480a2a40fc93da33d803ce3)
3283
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
3284
+ jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
3285
+
3286
+
3287
+ @jsii.data_type(
3288
+ jsii_type="aws-cdk-lib.aws_odb.CfnOdbNetworkProps",
3289
+ jsii_struct_bases=[],
3290
+ name_mapping={
3291
+ "availability_zone": "availabilityZone",
3292
+ "availability_zone_id": "availabilityZoneId",
3293
+ "backup_subnet_cidr": "backupSubnetCidr",
3294
+ "client_subnet_cidr": "clientSubnetCidr",
3295
+ "default_dns_prefix": "defaultDnsPrefix",
3296
+ "delete_associated_resources": "deleteAssociatedResources",
3297
+ "display_name": "displayName",
3298
+ "tags": "tags",
3299
+ },
3300
+ )
3301
+ class CfnOdbNetworkProps:
3302
+ def __init__(
3303
+ self,
3304
+ *,
3305
+ availability_zone: typing.Optional[builtins.str] = None,
3306
+ availability_zone_id: typing.Optional[builtins.str] = None,
3307
+ backup_subnet_cidr: typing.Optional[builtins.str] = None,
3308
+ client_subnet_cidr: typing.Optional[builtins.str] = None,
3309
+ default_dns_prefix: typing.Optional[builtins.str] = None,
3310
+ delete_associated_resources: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
3311
+ display_name: typing.Optional[builtins.str] = None,
3312
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
3313
+ ) -> None:
3314
+ '''Properties for defining a ``CfnOdbNetwork``.
3315
+
3316
+ :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.
3317
+ :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.
3318
+ :param backup_subnet_cidr: The CIDR range of the backup subnet in the ODB network.
3319
+ :param client_subnet_cidr: The CIDR range of the client subnet in the ODB network. Required when creating an ODB network.
3320
+ :param default_dns_prefix: The DNS prefix to the default DNS domain name. The default DNS domain name is oraclevcn.com.
3321
+ :param delete_associated_resources: Specifies whether to delete associated OCI networking resources along with the ODB network. Required when creating an ODB network.
3322
+ :param display_name: The user-friendly name of the ODB network. Required when creating an ODB network.
3323
+ :param tags: Tags to assign to the Odb Network.
3324
+
3325
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbnetwork.html
3326
+ :exampleMetadata: fixture=_generated
3327
+
3328
+ Example::
3329
+
3330
+ # The code below shows an example of how to instantiate this type.
3331
+ # The values are placeholders you should change.
3332
+ from aws_cdk import aws_odb as odb
3333
+
3334
+ cfn_odb_network_props = odb.CfnOdbNetworkProps(
3335
+ availability_zone="availabilityZone",
3336
+ availability_zone_id="availabilityZoneId",
3337
+ backup_subnet_cidr="backupSubnetCidr",
3338
+ client_subnet_cidr="clientSubnetCidr",
3339
+ default_dns_prefix="defaultDnsPrefix",
3340
+ delete_associated_resources=False,
3341
+ display_name="displayName",
3342
+ tags=[CfnTag(
3343
+ key="key",
3344
+ value="value"
3345
+ )]
3346
+ )
3347
+ '''
3348
+ if __debug__:
3349
+ type_hints = typing.get_type_hints(_typecheckingstub__41648888050cc85bcebe5a38dc9918a297404cec697643f0d6d43e8c7feb6ea8)
3350
+ check_type(argname="argument availability_zone", value=availability_zone, expected_type=type_hints["availability_zone"])
3351
+ check_type(argname="argument availability_zone_id", value=availability_zone_id, expected_type=type_hints["availability_zone_id"])
3352
+ check_type(argname="argument backup_subnet_cidr", value=backup_subnet_cidr, expected_type=type_hints["backup_subnet_cidr"])
3353
+ check_type(argname="argument client_subnet_cidr", value=client_subnet_cidr, expected_type=type_hints["client_subnet_cidr"])
3354
+ check_type(argname="argument default_dns_prefix", value=default_dns_prefix, expected_type=type_hints["default_dns_prefix"])
3355
+ check_type(argname="argument delete_associated_resources", value=delete_associated_resources, expected_type=type_hints["delete_associated_resources"])
3356
+ check_type(argname="argument display_name", value=display_name, expected_type=type_hints["display_name"])
3357
+ check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
3358
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
3359
+ if availability_zone is not None:
3360
+ self._values["availability_zone"] = availability_zone
3361
+ if availability_zone_id is not None:
3362
+ self._values["availability_zone_id"] = availability_zone_id
3363
+ if backup_subnet_cidr is not None:
3364
+ self._values["backup_subnet_cidr"] = backup_subnet_cidr
3365
+ if client_subnet_cidr is not None:
3366
+ self._values["client_subnet_cidr"] = client_subnet_cidr
3367
+ if default_dns_prefix is not None:
3368
+ self._values["default_dns_prefix"] = default_dns_prefix
3369
+ if delete_associated_resources is not None:
3370
+ self._values["delete_associated_resources"] = delete_associated_resources
3371
+ if display_name is not None:
3372
+ self._values["display_name"] = display_name
3373
+ if tags is not None:
3374
+ self._values["tags"] = tags
3375
+
3376
+ @builtins.property
3377
+ def availability_zone(self) -> typing.Optional[builtins.str]:
3378
+ '''The Availability Zone (AZ) where the ODB network is located.
3379
+
3380
+ Required when creating an ODB network. Specify either AvailabilityZone or AvailabilityZoneId to define the location of the network.
3381
+
3382
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbnetwork.html#cfn-odb-odbnetwork-availabilityzone
3383
+ '''
3384
+ result = self._values.get("availability_zone")
3385
+ return typing.cast(typing.Optional[builtins.str], result)
3386
+
3387
+ @builtins.property
3388
+ def availability_zone_id(self) -> typing.Optional[builtins.str]:
3389
+ '''The AZ ID of the AZ where the ODB network is located.
3390
+
3391
+ Required when creating an ODB network. Specify either AvailabilityZone or AvailabilityZoneId to define the location of the network.
3392
+
3393
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbnetwork.html#cfn-odb-odbnetwork-availabilityzoneid
3394
+ '''
3395
+ result = self._values.get("availability_zone_id")
3396
+ return typing.cast(typing.Optional[builtins.str], result)
3397
+
3398
+ @builtins.property
3399
+ def backup_subnet_cidr(self) -> typing.Optional[builtins.str]:
3400
+ '''The CIDR range of the backup subnet in the ODB network.
3401
+
3402
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbnetwork.html#cfn-odb-odbnetwork-backupsubnetcidr
3403
+ '''
3404
+ result = self._values.get("backup_subnet_cidr")
3405
+ return typing.cast(typing.Optional[builtins.str], result)
3406
+
3407
+ @builtins.property
3408
+ def client_subnet_cidr(self) -> typing.Optional[builtins.str]:
3409
+ '''The CIDR range of the client subnet in the ODB network.
3410
+
3411
+ Required when creating an ODB network.
3412
+
3413
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbnetwork.html#cfn-odb-odbnetwork-clientsubnetcidr
3414
+ '''
3415
+ result = self._values.get("client_subnet_cidr")
3416
+ return typing.cast(typing.Optional[builtins.str], result)
3417
+
3418
+ @builtins.property
3419
+ def default_dns_prefix(self) -> typing.Optional[builtins.str]:
3420
+ '''The DNS prefix to the default DNS domain name.
3421
+
3422
+ The default DNS domain name is oraclevcn.com.
3423
+
3424
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbnetwork.html#cfn-odb-odbnetwork-defaultdnsprefix
3425
+ '''
3426
+ result = self._values.get("default_dns_prefix")
3427
+ return typing.cast(typing.Optional[builtins.str], result)
3428
+
3429
+ @builtins.property
3430
+ def delete_associated_resources(
3431
+ self,
3432
+ ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
3433
+ '''Specifies whether to delete associated OCI networking resources along with the ODB network.
3434
+
3435
+ Required when creating an ODB network.
3436
+
3437
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbnetwork.html#cfn-odb-odbnetwork-deleteassociatedresources
3438
+ '''
3439
+ result = self._values.get("delete_associated_resources")
3440
+ return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], result)
3441
+
3442
+ @builtins.property
3443
+ def display_name(self) -> typing.Optional[builtins.str]:
3444
+ '''The user-friendly name of the ODB network.
3445
+
3446
+ Required when creating an ODB network.
3447
+
3448
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbnetwork.html#cfn-odb-odbnetwork-displayname
3449
+ '''
3450
+ result = self._values.get("display_name")
3451
+ return typing.cast(typing.Optional[builtins.str], result)
3452
+
3453
+ @builtins.property
3454
+ def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
3455
+ '''Tags to assign to the Odb Network.
3456
+
3457
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbnetwork.html#cfn-odb-odbnetwork-tags
3458
+ '''
3459
+ result = self._values.get("tags")
3460
+ return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], result)
3461
+
3462
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
3463
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
3464
+
3465
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
3466
+ return not (rhs == self)
3467
+
3468
+ def __repr__(self) -> str:
3469
+ return "CfnOdbNetworkProps(%s)" % ", ".join(
3470
+ k + "=" + repr(v) for k, v in self._values.items()
3471
+ )
3472
+
3473
+
3474
+ __all__ = [
3475
+ "CfnCloudAutonomousVmCluster",
3476
+ "CfnCloudAutonomousVmClusterProps",
3477
+ "CfnCloudExadataInfrastructure",
3478
+ "CfnCloudExadataInfrastructureProps",
3479
+ "CfnCloudVmCluster",
3480
+ "CfnCloudVmClusterProps",
3481
+ "CfnOdbNetwork",
3482
+ "CfnOdbNetworkProps",
3483
+ ]
3484
+
3485
+ publication.publish()
3486
+
3487
+ def _typecheckingstub__d5f3b11bad526801ca3c7c4e0e6c7dadf7c59ded4c26290e2160449d622fe4b7(
3488
+ scope: _constructs_77d1e7e8.Construct,
3489
+ id: builtins.str,
3490
+ *,
3491
+ autonomous_data_storage_size_in_t_bs: typing.Optional[jsii.Number] = None,
3492
+ cloud_exadata_infrastructure_id: typing.Optional[builtins.str] = None,
3493
+ cpu_core_count_per_node: typing.Optional[jsii.Number] = None,
3494
+ db_servers: typing.Optional[typing.Sequence[builtins.str]] = None,
3495
+ description: typing.Optional[builtins.str] = None,
3496
+ display_name: typing.Optional[builtins.str] = None,
3497
+ is_mtls_enabled_vm_cluster: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
3498
+ license_model: typing.Optional[builtins.str] = None,
3499
+ maintenance_window: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnCloudAutonomousVmCluster.MaintenanceWindowProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
3500
+ memory_per_oracle_compute_unit_in_g_bs: typing.Optional[jsii.Number] = None,
3501
+ odb_network_id: typing.Optional[builtins.str] = None,
3502
+ scan_listener_port_non_tls: typing.Optional[jsii.Number] = None,
3503
+ scan_listener_port_tls: typing.Optional[jsii.Number] = None,
3504
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
3505
+ time_zone: typing.Optional[builtins.str] = None,
3506
+ total_container_databases: typing.Optional[jsii.Number] = None,
3507
+ ) -> None:
3508
+ """Type checking stubs"""
3509
+ pass
3510
+
3511
+ def _typecheckingstub__84a4f6b25bd9fc71f4af4608dc8d871a48a14e3aa106d9234cbf4fe28cb2b58f(
3512
+ inspector: _TreeInspector_488e0dd5,
3513
+ ) -> None:
3514
+ """Type checking stubs"""
3515
+ pass
3516
+
3517
+ def _typecheckingstub__1e2eb3cdd94f355c2d04e4e4acfc5c7ab515c2cf6e1291a5cd397e7293bef9dc(
3518
+ props: typing.Mapping[builtins.str, typing.Any],
3519
+ ) -> None:
3520
+ """Type checking stubs"""
3521
+ pass
3522
+
3523
+ def _typecheckingstub__40074e4af0815e5d10dc283d57884238e94d4495641eabd516fb0756ea7c3470(
3524
+ value: typing.Optional[jsii.Number],
3525
+ ) -> None:
3526
+ """Type checking stubs"""
3527
+ pass
3528
+
3529
+ def _typecheckingstub__f5301a4ddecbbb56f2a61e1dc19ab1b23bbb1871188111de8c469ba85ec8831c(
3530
+ value: typing.Optional[builtins.str],
3531
+ ) -> None:
3532
+ """Type checking stubs"""
3533
+ pass
3534
+
3535
+ def _typecheckingstub__5d5db84de12cdb3e5fabc3ed93ef628c9b5d3c1442b857b2ed5613f1ae8ee8d8(
3536
+ value: typing.Optional[jsii.Number],
3537
+ ) -> None:
3538
+ """Type checking stubs"""
3539
+ pass
3540
+
3541
+ def _typecheckingstub__3920feef52a9977e900bf54bab82c28ef41365e37516fc5e8e6a08317645e7bb(
3542
+ value: typing.Optional[typing.List[builtins.str]],
3543
+ ) -> None:
3544
+ """Type checking stubs"""
3545
+ pass
3546
+
3547
+ def _typecheckingstub__376a9ebe12aa174628e81620a3eb8d3f7a5903598d84242a38a6521b11c10c8d(
3548
+ value: typing.Optional[builtins.str],
3549
+ ) -> None:
3550
+ """Type checking stubs"""
3551
+ pass
3552
+
3553
+ def _typecheckingstub__75d262c2ba8661c4d2d20abe159b3efce30fa2a6854ff6d4d27b98c116630ce7(
3554
+ value: typing.Optional[builtins.str],
3555
+ ) -> None:
3556
+ """Type checking stubs"""
3557
+ pass
3558
+
3559
+ def _typecheckingstub__b71c28f08596e3a8e06bf9ac61f202a72d06b5f6a93ae96a6cd988fa2c8b3457(
3560
+ value: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]],
3561
+ ) -> None:
3562
+ """Type checking stubs"""
3563
+ pass
3564
+
3565
+ def _typecheckingstub__429e238c2071c653da37b075f2da161573e5972cfc94448900389409da574e63(
3566
+ value: typing.Optional[builtins.str],
3567
+ ) -> None:
3568
+ """Type checking stubs"""
3569
+ pass
3570
+
3571
+ def _typecheckingstub__9893af2fa0c239ed09a25053b836f4c53aa964e484761b3656bf3f69ee2f20aa(
3572
+ value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnCloudAutonomousVmCluster.MaintenanceWindowProperty]],
3573
+ ) -> None:
3574
+ """Type checking stubs"""
3575
+ pass
3576
+
3577
+ def _typecheckingstub__bd777a3c3d03d11ff6d441f65051a7d1dcba1c191c5da7776d901c5b9765eb42(
3578
+ value: typing.Optional[jsii.Number],
3579
+ ) -> None:
3580
+ """Type checking stubs"""
3581
+ pass
3582
+
3583
+ def _typecheckingstub__d834f35ba34f357c207777de5cc71d5a4ff7f1fc34d7d2258c384cf3f2fe69ea(
3584
+ value: typing.Optional[builtins.str],
3585
+ ) -> None:
3586
+ """Type checking stubs"""
3587
+ pass
3588
+
3589
+ def _typecheckingstub__dd9cf4eca6ac7c9c9481d6618538bfd5cfd343c9c4dee27e927e579919f0ee93(
3590
+ value: typing.Optional[jsii.Number],
3591
+ ) -> None:
3592
+ """Type checking stubs"""
3593
+ pass
3594
+
3595
+ def _typecheckingstub__6a7c3ab9bede20a7946889e0e134a092708444b390ea3a2deaafb7e86de212cb(
3596
+ value: typing.Optional[jsii.Number],
3597
+ ) -> None:
3598
+ """Type checking stubs"""
3599
+ pass
3600
+
3601
+ def _typecheckingstub__4c0f9eb455c371aedd7a5d89d20d74ae053b5c2fbe1fd8e6614a484ac7e8c9a1(
3602
+ value: typing.Optional[typing.List[_CfnTag_f6864754]],
3603
+ ) -> None:
3604
+ """Type checking stubs"""
3605
+ pass
3606
+
3607
+ def _typecheckingstub__8343f27429e0f5eae088fa7811047979c32cb60a08a24cfaa30bd3ccb47ed883(
3608
+ value: typing.Optional[builtins.str],
3609
+ ) -> None:
3610
+ """Type checking stubs"""
3611
+ pass
3612
+
3613
+ def _typecheckingstub__7f4f14ad61521ea763f91422ba382ad5682e9530d8b2883c57ade0003139ff56(
3614
+ value: typing.Optional[jsii.Number],
3615
+ ) -> None:
3616
+ """Type checking stubs"""
3617
+ pass
3618
+
3619
+ def _typecheckingstub__bec420fa64b103170ca1fde88b7f5526381889811659e8a32ae9356eed292838(
3620
+ *,
3621
+ days_of_week: typing.Optional[typing.Sequence[builtins.str]] = None,
3622
+ hours_of_day: typing.Optional[typing.Union[typing.Sequence[jsii.Number], _IResolvable_da3f097b]] = None,
3623
+ lead_time_in_weeks: typing.Optional[jsii.Number] = None,
3624
+ months: typing.Optional[typing.Sequence[builtins.str]] = None,
3625
+ preference: typing.Optional[builtins.str] = None,
3626
+ weeks_of_month: typing.Optional[typing.Union[typing.Sequence[jsii.Number], _IResolvable_da3f097b]] = None,
3627
+ ) -> None:
3628
+ """Type checking stubs"""
3629
+ pass
3630
+
3631
+ def _typecheckingstub__221a7c6782ef0d7603f8cd9a8a17d1bbaad9d65511e49e607ac274b8a007d48b(
3632
+ *,
3633
+ autonomous_data_storage_size_in_t_bs: typing.Optional[jsii.Number] = None,
3634
+ cloud_exadata_infrastructure_id: typing.Optional[builtins.str] = None,
3635
+ cpu_core_count_per_node: typing.Optional[jsii.Number] = None,
3636
+ db_servers: typing.Optional[typing.Sequence[builtins.str]] = None,
3637
+ description: typing.Optional[builtins.str] = None,
3638
+ display_name: typing.Optional[builtins.str] = None,
3639
+ is_mtls_enabled_vm_cluster: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
3640
+ license_model: typing.Optional[builtins.str] = None,
3641
+ maintenance_window: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnCloudAutonomousVmCluster.MaintenanceWindowProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
3642
+ memory_per_oracle_compute_unit_in_g_bs: typing.Optional[jsii.Number] = None,
3643
+ odb_network_id: typing.Optional[builtins.str] = None,
3644
+ scan_listener_port_non_tls: typing.Optional[jsii.Number] = None,
3645
+ scan_listener_port_tls: typing.Optional[jsii.Number] = None,
3646
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
3647
+ time_zone: typing.Optional[builtins.str] = None,
3648
+ total_container_databases: typing.Optional[jsii.Number] = None,
3649
+ ) -> None:
3650
+ """Type checking stubs"""
3651
+ pass
3652
+
3653
+ def _typecheckingstub__fd782f736e7ad827f171e15d160c54071c1fbef5443d136721533cbfdcdb7012(
3654
+ scope: _constructs_77d1e7e8.Construct,
3655
+ id: builtins.str,
3656
+ *,
3657
+ availability_zone: typing.Optional[builtins.str] = None,
3658
+ availability_zone_id: typing.Optional[builtins.str] = None,
3659
+ compute_count: typing.Optional[jsii.Number] = None,
3660
+ 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,
3661
+ database_server_type: typing.Optional[builtins.str] = None,
3662
+ display_name: typing.Optional[builtins.str] = None,
3663
+ shape: typing.Optional[builtins.str] = None,
3664
+ storage_count: typing.Optional[jsii.Number] = None,
3665
+ storage_server_type: typing.Optional[builtins.str] = None,
3666
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
3667
+ ) -> None:
3668
+ """Type checking stubs"""
3669
+ pass
3670
+
3671
+ def _typecheckingstub__4f2b53aab94ecf4f8defcc0e14b676f19557d80b7dd0f9ff46a17b7649889a87(
3672
+ inspector: _TreeInspector_488e0dd5,
3673
+ ) -> None:
3674
+ """Type checking stubs"""
3675
+ pass
3676
+
3677
+ def _typecheckingstub__30c5d730c06a06b60c97eec0e4a7fec63bac2317a2c033784ea9da48cda003b4(
3678
+ props: typing.Mapping[builtins.str, typing.Any],
3679
+ ) -> None:
3680
+ """Type checking stubs"""
3681
+ pass
3682
+
3683
+ def _typecheckingstub__7c16313314e3dc88f64b64a6807c0212a1ebb85e656c09cf7edb0f12490e36f6(
3684
+ value: typing.Optional[builtins.str],
3685
+ ) -> None:
3686
+ """Type checking stubs"""
3687
+ pass
3688
+
3689
+ def _typecheckingstub__2438c10c6661d5ac7195e2cd938683127ead28b38288093164aed692e449d80a(
3690
+ value: typing.Optional[builtins.str],
3691
+ ) -> None:
3692
+ """Type checking stubs"""
3693
+ pass
3694
+
3695
+ def _typecheckingstub__ed6c897fe570d07a340273c57b43f97da5d100a17ae8701b161d22cf07674db5(
3696
+ value: typing.Optional[jsii.Number],
3697
+ ) -> None:
3698
+ """Type checking stubs"""
3699
+ pass
3700
+
3701
+ def _typecheckingstub__564d722d30f571b6b15ec3202d92d33e97da84125c2eabe6a9cebe8d28fed3d6(
3702
+ value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnCloudExadataInfrastructure.CustomerContactProperty]]]],
3703
+ ) -> None:
3704
+ """Type checking stubs"""
3705
+ pass
3706
+
3707
+ def _typecheckingstub__e15e2bca6e90c311020132fc94b88d4dd573507aadbba5a8fddfbd5970990a3e(
3708
+ value: typing.Optional[builtins.str],
3709
+ ) -> None:
3710
+ """Type checking stubs"""
3711
+ pass
3712
+
3713
+ def _typecheckingstub__d12c1cc442676c06c38458b560f32148a7562dbf983c5df26ac19ffea7c7ee58(
3714
+ value: typing.Optional[builtins.str],
3715
+ ) -> None:
3716
+ """Type checking stubs"""
3717
+ pass
3718
+
3719
+ def _typecheckingstub__044d56c3db02ff4cda6e4851e60243f1c99ed89d6880d3e3d3d95a41f20c78c6(
3720
+ value: typing.Optional[builtins.str],
3721
+ ) -> None:
3722
+ """Type checking stubs"""
3723
+ pass
3724
+
3725
+ def _typecheckingstub__27c4cf52db8d984fcff55e5d69a31d9e228dff810356ee3b15020f688804596f(
3726
+ value: typing.Optional[jsii.Number],
3727
+ ) -> None:
3728
+ """Type checking stubs"""
3729
+ pass
3730
+
3731
+ def _typecheckingstub__0a8454cbe7499d2e89bee927276f8936ca72e6a1ce92f522f2f3a1178753392e(
3732
+ value: typing.Optional[builtins.str],
3733
+ ) -> None:
3734
+ """Type checking stubs"""
3735
+ pass
3736
+
3737
+ def _typecheckingstub__9909f2504aae00efa9d8adaf040cb71163078ccb5d88b84ca3af82a80de540b3(
3738
+ value: typing.Optional[typing.List[_CfnTag_f6864754]],
3739
+ ) -> None:
3740
+ """Type checking stubs"""
3741
+ pass
3742
+
3743
+ def _typecheckingstub__643c0e64847e961d0058c2280408d7c853e987c242dc2bdfb33b5b65dcc6c0f3(
3744
+ *,
3745
+ email: typing.Optional[builtins.str] = None,
3746
+ ) -> None:
3747
+ """Type checking stubs"""
3748
+ pass
3749
+
3750
+ def _typecheckingstub__b021189fda911f5f9c01459f93a1cc1991300050c373d976ffb11c43e7ef9081(
3751
+ *,
3752
+ availability_zone: typing.Optional[builtins.str] = None,
3753
+ availability_zone_id: typing.Optional[builtins.str] = None,
3754
+ compute_count: typing.Optional[jsii.Number] = None,
3755
+ 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,
3756
+ database_server_type: typing.Optional[builtins.str] = None,
3757
+ display_name: typing.Optional[builtins.str] = None,
3758
+ shape: typing.Optional[builtins.str] = None,
3759
+ storage_count: typing.Optional[jsii.Number] = None,
3760
+ storage_server_type: typing.Optional[builtins.str] = None,
3761
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
3762
+ ) -> None:
3763
+ """Type checking stubs"""
3764
+ pass
3765
+
3766
+ def _typecheckingstub__54a24296108cf4d367a887b0b65dc2c9163c185183c8fde1522a8cb329db03c9(
3767
+ scope: _constructs_77d1e7e8.Construct,
3768
+ id: builtins.str,
3769
+ *,
3770
+ cloud_exadata_infrastructure_id: typing.Optional[builtins.str] = None,
3771
+ cluster_name: typing.Optional[builtins.str] = None,
3772
+ cpu_core_count: typing.Optional[jsii.Number] = None,
3773
+ data_collection_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnCloudVmCluster.DataCollectionOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
3774
+ data_storage_size_in_t_bs: typing.Optional[jsii.Number] = None,
3775
+ db_node_storage_size_in_g_bs: typing.Optional[jsii.Number] = None,
3776
+ db_servers: typing.Optional[typing.Sequence[builtins.str]] = None,
3777
+ display_name: typing.Optional[builtins.str] = None,
3778
+ gi_version: typing.Optional[builtins.str] = None,
3779
+ hostname: typing.Optional[builtins.str] = None,
3780
+ is_local_backup_enabled: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
3781
+ is_sparse_diskgroup_enabled: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
3782
+ license_model: typing.Optional[builtins.str] = None,
3783
+ memory_size_in_g_bs: typing.Optional[jsii.Number] = None,
3784
+ odb_network_id: typing.Optional[builtins.str] = None,
3785
+ scan_listener_port_tcp: typing.Optional[jsii.Number] = None,
3786
+ ssh_public_keys: typing.Optional[typing.Sequence[builtins.str]] = None,
3787
+ system_version: typing.Optional[builtins.str] = None,
3788
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
3789
+ time_zone: typing.Optional[builtins.str] = None,
3790
+ ) -> None:
3791
+ """Type checking stubs"""
3792
+ pass
3793
+
3794
+ def _typecheckingstub__ed59e4637cf9d059e23e91ea16d89733fbc266730217c0eb52cd6e26b74ca7c7(
3795
+ inspector: _TreeInspector_488e0dd5,
3796
+ ) -> None:
3797
+ """Type checking stubs"""
3798
+ pass
3799
+
3800
+ def _typecheckingstub__1d823fc77af2f98ddeee14344f0e2eb8f2dd78ad96c2039f50849367a0710a3a(
3801
+ props: typing.Mapping[builtins.str, typing.Any],
3802
+ ) -> None:
3803
+ """Type checking stubs"""
3804
+ pass
3805
+
3806
+ def _typecheckingstub__4bf5be722e37c84a8be0753f43f6ebea1d0a90a8366126ea1037239c338f1d8d(
3807
+ value: typing.Optional[builtins.str],
3808
+ ) -> None:
3809
+ """Type checking stubs"""
3810
+ pass
3811
+
3812
+ def _typecheckingstub__d6ff07037dfba0ff0af683d4166a5b861e52d71412e3f43496c4333804c29424(
3813
+ value: typing.Optional[builtins.str],
3814
+ ) -> None:
3815
+ """Type checking stubs"""
3816
+ pass
3817
+
3818
+ def _typecheckingstub__97dfb24de12ee075095d22107411f090b917260a37c1ad001b48d7a5c67cb754(
3819
+ value: typing.Optional[jsii.Number],
3820
+ ) -> None:
3821
+ """Type checking stubs"""
3822
+ pass
3823
+
3824
+ def _typecheckingstub__53fa60e8088e8fcfabc4956f1ab3fbbe0607d6039731af37fdbf97088759d7f1(
3825
+ value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnCloudVmCluster.DataCollectionOptionsProperty]],
3826
+ ) -> None:
3827
+ """Type checking stubs"""
3828
+ pass
3829
+
3830
+ def _typecheckingstub__10a4a98dd975dea2ac63836158b2dc7afd11f93fa6eef648312be262c3ea26ec(
3831
+ value: typing.Optional[jsii.Number],
3832
+ ) -> None:
3833
+ """Type checking stubs"""
3834
+ pass
3835
+
3836
+ def _typecheckingstub__56b2b388df0abb719bfd805181dfedcccb07a854fdad9846d4422b3c03934e4f(
3837
+ value: typing.Optional[jsii.Number],
3838
+ ) -> None:
3839
+ """Type checking stubs"""
3840
+ pass
3841
+
3842
+ def _typecheckingstub__5b1dc50ef9ded98095512787e029921d39680bf2148e093981b23da405bf6c6f(
3843
+ value: typing.Optional[typing.List[builtins.str]],
3844
+ ) -> None:
3845
+ """Type checking stubs"""
3846
+ pass
3847
+
3848
+ def _typecheckingstub__faa8f862640240013012d7cb9579c5f7537d081345be3b3e24850b27f8726e8e(
3849
+ value: typing.Optional[builtins.str],
3850
+ ) -> None:
3851
+ """Type checking stubs"""
3852
+ pass
3853
+
3854
+ def _typecheckingstub__e526643f4d50a0bc3309ec23106c8cf45132d45372c3b9b66ffc9329c9e1c8f1(
3855
+ value: typing.Optional[builtins.str],
3856
+ ) -> None:
3857
+ """Type checking stubs"""
3858
+ pass
3859
+
3860
+ def _typecheckingstub__0fd54015f6c4b31aa2007d549141e71219e140c311d6f9e23a787d6f35024881(
3861
+ value: typing.Optional[builtins.str],
3862
+ ) -> None:
3863
+ """Type checking stubs"""
3864
+ pass
3865
+
3866
+ def _typecheckingstub__cee2b990c5219e427b51018646f252e8e93f20f5bc21497075e635e6fee21bc6(
3867
+ value: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]],
3868
+ ) -> None:
3869
+ """Type checking stubs"""
3870
+ pass
3871
+
3872
+ def _typecheckingstub__3c9800b0f09654567a1b07e3e8f1762764faa4d45ca7c8f2740ead91709fa406(
3873
+ value: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]],
3874
+ ) -> None:
3875
+ """Type checking stubs"""
3876
+ pass
3877
+
3878
+ def _typecheckingstub__967fcd6461478a7564eb074b4498f432e3de0c5c89704737d521da3f25b82936(
3879
+ value: typing.Optional[builtins.str],
3880
+ ) -> None:
3881
+ """Type checking stubs"""
3882
+ pass
3883
+
3884
+ def _typecheckingstub__12fb5bc77e272b408d9ce9c7acda5e61ab3441f5399d13b2019847b549593e4b(
3885
+ value: typing.Optional[jsii.Number],
3886
+ ) -> None:
3887
+ """Type checking stubs"""
3888
+ pass
3889
+
3890
+ def _typecheckingstub__350c5336798cdbfad4947370bdc277a67530ed8e6b01d083fca3f79b8830dea6(
3891
+ value: typing.Optional[builtins.str],
3892
+ ) -> None:
3893
+ """Type checking stubs"""
3894
+ pass
3895
+
3896
+ def _typecheckingstub__5eb9bc6b7d5257f43d703fc090ba522f231e4a93d03f84a030b4df45e8c072b2(
3897
+ value: typing.Optional[jsii.Number],
3898
+ ) -> None:
3899
+ """Type checking stubs"""
3900
+ pass
3901
+
3902
+ def _typecheckingstub__8b623a41b47f8d29ffe185d4d174da5e8c6c773a014a3ccf0409f011487bc1b1(
3903
+ value: typing.Optional[typing.List[builtins.str]],
3904
+ ) -> None:
3905
+ """Type checking stubs"""
3906
+ pass
3907
+
3908
+ def _typecheckingstub__95a2f67985613635273aa653a865d22f373a34cc2cf492bbaecbc97526a00620(
3909
+ value: typing.Optional[builtins.str],
3910
+ ) -> None:
3911
+ """Type checking stubs"""
3912
+ pass
3913
+
3914
+ def _typecheckingstub__cb35585e2ec32ece572f8bcd0f0a038f35ebbc9d6e29c933404bd886b5900921(
3915
+ value: typing.Optional[typing.List[_CfnTag_f6864754]],
3916
+ ) -> None:
3917
+ """Type checking stubs"""
3918
+ pass
3919
+
3920
+ def _typecheckingstub__dbc007d119e94eccae2b52e6822c2ec73b5e10e124879ca88059e3b3b536edfd(
3921
+ value: typing.Optional[builtins.str],
3922
+ ) -> None:
3923
+ """Type checking stubs"""
3924
+ pass
3925
+
3926
+ def _typecheckingstub__0be5e048213b0ee63e4c9703a3c1b37da85fb4dc37d9458571be7e6789ddbe30(
3927
+ *,
3928
+ is_diagnostics_events_enabled: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
3929
+ is_health_monitoring_enabled: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
3930
+ is_incident_logs_enabled: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
3931
+ ) -> None:
3932
+ """Type checking stubs"""
3933
+ pass
3934
+
3935
+ def _typecheckingstub__b7c1c550550cdc807e34dbb5ced4b50daf930df9156b6a6f0dfaa8e978be765a(
3936
+ *,
3937
+ cloud_exadata_infrastructure_id: typing.Optional[builtins.str] = None,
3938
+ cluster_name: typing.Optional[builtins.str] = None,
3939
+ cpu_core_count: typing.Optional[jsii.Number] = None,
3940
+ data_collection_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnCloudVmCluster.DataCollectionOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
3941
+ data_storage_size_in_t_bs: typing.Optional[jsii.Number] = None,
3942
+ db_node_storage_size_in_g_bs: typing.Optional[jsii.Number] = None,
3943
+ db_servers: typing.Optional[typing.Sequence[builtins.str]] = None,
3944
+ display_name: typing.Optional[builtins.str] = None,
3945
+ gi_version: typing.Optional[builtins.str] = None,
3946
+ hostname: typing.Optional[builtins.str] = None,
3947
+ is_local_backup_enabled: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
3948
+ is_sparse_diskgroup_enabled: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
3949
+ license_model: typing.Optional[builtins.str] = None,
3950
+ memory_size_in_g_bs: typing.Optional[jsii.Number] = None,
3951
+ odb_network_id: typing.Optional[builtins.str] = None,
3952
+ scan_listener_port_tcp: typing.Optional[jsii.Number] = None,
3953
+ ssh_public_keys: typing.Optional[typing.Sequence[builtins.str]] = None,
3954
+ system_version: typing.Optional[builtins.str] = None,
3955
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
3956
+ time_zone: typing.Optional[builtins.str] = None,
3957
+ ) -> None:
3958
+ """Type checking stubs"""
3959
+ pass
3960
+
3961
+ def _typecheckingstub__9fb7fc690c89d5ce8f5abecb60ad841f57c0a476f500c817c386b57c3cd0f5d6(
3962
+ scope: _constructs_77d1e7e8.Construct,
3963
+ id: builtins.str,
3964
+ *,
3965
+ availability_zone: typing.Optional[builtins.str] = None,
3966
+ availability_zone_id: typing.Optional[builtins.str] = None,
3967
+ backup_subnet_cidr: typing.Optional[builtins.str] = None,
3968
+ client_subnet_cidr: typing.Optional[builtins.str] = None,
3969
+ default_dns_prefix: typing.Optional[builtins.str] = None,
3970
+ delete_associated_resources: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
3971
+ display_name: typing.Optional[builtins.str] = None,
3972
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
3973
+ ) -> None:
3974
+ """Type checking stubs"""
3975
+ pass
3976
+
3977
+ def _typecheckingstub__e2bd65fc6165cb531de2b171a21a41aaf44e19b81b1e54c00c7b0bb7dbc5feab(
3978
+ inspector: _TreeInspector_488e0dd5,
3979
+ ) -> None:
3980
+ """Type checking stubs"""
3981
+ pass
3982
+
3983
+ def _typecheckingstub__afa78d8af0d52b46b8c4cc90575b6a94e64eb6cb32aa68eb759b91d8213e31ac(
3984
+ props: typing.Mapping[builtins.str, typing.Any],
3985
+ ) -> None:
3986
+ """Type checking stubs"""
3987
+ pass
3988
+
3989
+ def _typecheckingstub__87621d2b03c5469d26954de7e37dfd0d3e012b5b4644ec0232e59bfecfb758e9(
3990
+ value: typing.Optional[builtins.str],
3991
+ ) -> None:
3992
+ """Type checking stubs"""
3993
+ pass
3994
+
3995
+ def _typecheckingstub__328deed1718c1266e8446a386f2cfe2272763b64c3f37b5bd93a7c2f77ab2d5d(
3996
+ value: typing.Optional[builtins.str],
3997
+ ) -> None:
3998
+ """Type checking stubs"""
3999
+ pass
4000
+
4001
+ def _typecheckingstub__eee98a4fbff2c83a839881f8a102d4b7813c50e6fdb9be0997144c385e71c305(
4002
+ value: typing.Optional[builtins.str],
4003
+ ) -> None:
4004
+ """Type checking stubs"""
4005
+ pass
4006
+
4007
+ def _typecheckingstub__964e75c8af7e656feecdf2af9cc1f3709e5857d22d004e58037f1a4d97df301d(
4008
+ value: typing.Optional[builtins.str],
4009
+ ) -> None:
4010
+ """Type checking stubs"""
4011
+ pass
4012
+
4013
+ def _typecheckingstub__ccee4738061946ef5f75dacb78a62f5c60382f3bd85cd506ee1454b932d8374a(
4014
+ value: typing.Optional[builtins.str],
4015
+ ) -> None:
4016
+ """Type checking stubs"""
4017
+ pass
4018
+
4019
+ def _typecheckingstub__cc86642a834ad1214ad781ba4b6b7516ddb5e4df5219e6f1572c3707c253846a(
4020
+ value: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]],
4021
+ ) -> None:
4022
+ """Type checking stubs"""
4023
+ pass
4024
+
4025
+ def _typecheckingstub__6f9a4c06370e66400707daa4ab73fb37a67d67c8422f10b57fa0ee6b191128e7(
4026
+ value: typing.Optional[builtins.str],
4027
+ ) -> None:
4028
+ """Type checking stubs"""
4029
+ pass
4030
+
4031
+ def _typecheckingstub__2a78f63e76d627d52015eb8e2a0dc2ab1a80a0926480a2a40fc93da33d803ce3(
4032
+ value: typing.Optional[typing.List[_CfnTag_f6864754]],
4033
+ ) -> None:
4034
+ """Type checking stubs"""
4035
+ pass
4036
+
4037
+ def _typecheckingstub__41648888050cc85bcebe5a38dc9918a297404cec697643f0d6d43e8c7feb6ea8(
4038
+ *,
4039
+ availability_zone: typing.Optional[builtins.str] = None,
4040
+ availability_zone_id: typing.Optional[builtins.str] = None,
4041
+ backup_subnet_cidr: typing.Optional[builtins.str] = None,
4042
+ client_subnet_cidr: typing.Optional[builtins.str] = None,
4043
+ default_dns_prefix: typing.Optional[builtins.str] = None,
4044
+ delete_associated_resources: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
4045
+ display_name: typing.Optional[builtins.str] = None,
4046
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
4047
+ ) -> None:
4048
+ """Type checking stubs"""
4049
+ pass