aws-cdk-lib 2.132.1__py3-none-any.whl → 2.134.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 (69) hide show
  1. aws_cdk/__init__.py +9 -1
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.132.1.jsii.tgz → aws-cdk-lib@2.134.0.jsii.tgz} +0 -0
  4. aws_cdk/aws_amplify/__init__.py +12 -10
  5. aws_cdk/aws_apigatewayv2/__init__.py +112 -6
  6. aws_cdk/aws_apigatewayv2_integrations/__init__.py +155 -3
  7. aws_cdk/aws_appconfig/__init__.py +186 -8
  8. aws_cdk/aws_appintegrations/__init__.py +551 -0
  9. aws_cdk/aws_applicationautoscaling/__init__.py +6 -6
  10. aws_cdk/aws_appsync/__init__.py +71 -0
  11. aws_cdk/aws_autoscaling/__init__.py +10 -14
  12. aws_cdk/aws_b2bi/__init__.py +2 -42
  13. aws_cdk/aws_backup/__init__.py +23 -12
  14. aws_cdk/aws_batch/__init__.py +2150 -1078
  15. aws_cdk/aws_bedrock/__init__.py +197 -2
  16. aws_cdk/aws_cloudformation/__init__.py +1 -1
  17. aws_cdk/aws_cloudfront/__init__.py +4 -4
  18. aws_cdk/aws_cloudtrail/__init__.py +44 -14
  19. aws_cdk/aws_cloudwatch/__init__.py +20 -4
  20. aws_cdk/aws_codeartifact/__init__.py +812 -2
  21. aws_cdk/aws_codebuild/__init__.py +32 -10
  22. aws_cdk/aws_codepipeline/__init__.py +33 -11
  23. aws_cdk/aws_cognito/__init__.py +49 -44
  24. aws_cdk/aws_connect/__init__.py +256 -0
  25. aws_cdk/aws_controltower/__init__.py +4 -4
  26. aws_cdk/aws_datasync/__init__.py +393 -13
  27. aws_cdk/aws_dlm/__init__.py +2 -2
  28. aws_cdk/aws_docdbelastic/__init__.py +117 -0
  29. aws_cdk/aws_dynamodb/__init__.py +416 -5
  30. aws_cdk/aws_ec2/__init__.py +590 -134
  31. aws_cdk/aws_ecs/__init__.py +29 -20
  32. aws_cdk/aws_ecs_patterns/__init__.py +52 -12
  33. aws_cdk/aws_eks/__init__.py +27 -25
  34. aws_cdk/aws_elasticloadbalancing/__init__.py +6 -9
  35. aws_cdk/aws_elasticloadbalancingv2/__init__.py +363 -62
  36. aws_cdk/aws_emr/__init__.py +7 -4
  37. aws_cdk/aws_entityresolution/__init__.py +91 -64
  38. aws_cdk/aws_fsx/__init__.py +7 -7
  39. aws_cdk/aws_glue/__init__.py +137 -3
  40. aws_cdk/aws_iam/__init__.py +9 -10
  41. aws_cdk/aws_internetmonitor/__init__.py +85 -0
  42. aws_cdk/aws_iotsitewise/__init__.py +208 -198
  43. aws_cdk/aws_iotwireless/__init__.py +6 -5
  44. aws_cdk/aws_kafkaconnect/__init__.py +1237 -162
  45. aws_cdk/aws_kendra/__init__.py +34 -24
  46. aws_cdk/aws_kinesisanalytics/__init__.py +37 -37
  47. aws_cdk/aws_kinesisanalyticsv2/__init__.py +37 -37
  48. aws_cdk/aws_kinesisfirehose/__init__.py +6 -2
  49. aws_cdk/aws_lambda/__init__.py +16 -16
  50. aws_cdk/aws_msk/__init__.py +88 -0
  51. aws_cdk/aws_opensearchservice/__init__.py +61 -18
  52. aws_cdk/aws_pinpoint/__init__.py +42 -0
  53. aws_cdk/aws_rds/__init__.py +1292 -216
  54. aws_cdk/aws_redshift/__init__.py +6 -3
  55. aws_cdk/aws_redshiftserverless/__init__.py +0 -157
  56. aws_cdk/aws_sagemaker/__init__.py +29 -9
  57. aws_cdk/aws_shield/__init__.py +7 -8
  58. aws_cdk/aws_ssm/__init__.py +15 -12
  59. aws_cdk/aws_stepfunctions_tasks/__init__.py +476 -0
  60. aws_cdk/aws_synthetics/__init__.py +74 -14
  61. aws_cdk/aws_transfer/__init__.py +4 -3
  62. aws_cdk/aws_wafv2/__init__.py +516 -42
  63. aws_cdk/cx_api/__init__.py +34 -0
  64. {aws_cdk_lib-2.132.1.dist-info → aws_cdk_lib-2.134.0.dist-info}/METADATA +2 -2
  65. {aws_cdk_lib-2.132.1.dist-info → aws_cdk_lib-2.134.0.dist-info}/RECORD +69 -69
  66. {aws_cdk_lib-2.132.1.dist-info → aws_cdk_lib-2.134.0.dist-info}/LICENSE +0 -0
  67. {aws_cdk_lib-2.132.1.dist-info → aws_cdk_lib-2.134.0.dist-info}/NOTICE +0 -0
  68. {aws_cdk_lib-2.132.1.dist-info → aws_cdk_lib-2.134.0.dist-info}/WHEEL +0 -0
  69. {aws_cdk_lib-2.132.1.dist-info → aws_cdk_lib-2.134.0.dist-info}/top_level.txt +0 -0
@@ -1185,7 +1185,9 @@ rds.DatabaseCluster(self, "dbcluster",
1185
1185
  ## Creating a Database Proxy
1186
1186
 
1187
1187
  Amazon RDS Proxy sits between your application and your relational database to efficiently manage
1188
- connections to the database and improve scalability of the application. Learn more about at [Amazon RDS Proxy](https://aws.amazon.com/rds/proxy/)
1188
+ connections to the database and improve scalability of the application. Learn more about at [Amazon RDS Proxy](https://aws.amazon.com/rds/proxy/).
1189
+
1190
+ RDS Proxy is supported for MySQL, MariaDB, Postgres, and SQL Server.
1189
1191
 
1190
1192
  The following code configures an RDS Proxy for a `DatabaseInstance`.
1191
1193
 
@@ -1407,8 +1409,6 @@ cluster = rds.DatabaseCluster(self, "Cluster",
1407
1409
  enable_data_api=True
1408
1410
  )
1409
1411
  cluster.grant_data_api_access(fn)
1410
- # It is necessary to grant the function access to the secret associated with the cluster for `DatabaseCluster`.
1411
- cluster.secret.grant_read(fn)
1412
1412
  ```
1413
1413
 
1414
1414
  **Note**: To invoke the Data API, the resource will need to read the secret associated with the cluster.
@@ -1917,6 +1917,17 @@ class AuroraMysqlEngineVersion(
1917
1917
  check_type(argname="argument aurora_mysql_major_version", value=aurora_mysql_major_version, expected_type=type_hints["aurora_mysql_major_version"])
1918
1918
  return typing.cast("AuroraMysqlEngineVersion", jsii.sinvoke(cls, "of", [aurora_mysql_full_version, aurora_mysql_major_version]))
1919
1919
 
1920
+ @jsii.python.classproperty
1921
+ @jsii.member(jsii_name="VER_2_02_3")
1922
+ def VER_2_02_3(cls) -> "AuroraMysqlEngineVersion":
1923
+ '''(deprecated) Version "5.7.mysql_aurora.2.02.3".
1924
+
1925
+ :deprecated: Version 5.7.mysql_aurora.2.02.3 is no longer supported by Amazon RDS.
1926
+
1927
+ :stability: deprecated
1928
+ '''
1929
+ return typing.cast("AuroraMysqlEngineVersion", jsii.sget(cls, "VER_2_02_3"))
1930
+
1920
1931
  @jsii.python.classproperty
1921
1932
  @jsii.member(jsii_name="VER_2_03_2")
1922
1933
  def VER_2_03_2(cls) -> "AuroraMysqlEngineVersion":
@@ -2049,6 +2060,17 @@ class AuroraMysqlEngineVersion(
2049
2060
  '''
2050
2061
  return typing.cast("AuroraMysqlEngineVersion", jsii.sget(cls, "VER_2_04_8"))
2051
2062
 
2063
+ @jsii.python.classproperty
2064
+ @jsii.member(jsii_name="VER_2_04_9")
2065
+ def VER_2_04_9(cls) -> "AuroraMysqlEngineVersion":
2066
+ '''(deprecated) Version "5.7.mysql_aurora.2.04.9".
2067
+
2068
+ :deprecated: Version 5.7.mysql_aurora.2.04.9 is no longer supported by Amazon RDS.
2069
+
2070
+ :stability: deprecated
2071
+ '''
2072
+ return typing.cast("AuroraMysqlEngineVersion", jsii.sget(cls, "VER_2_04_9"))
2073
+
2052
2074
  @jsii.python.classproperty
2053
2075
  @jsii.member(jsii_name="VER_2_05_0")
2054
2076
  def VER_2_05_0(cls) -> "AuroraMysqlEngineVersion":
@@ -2060,6 +2082,17 @@ class AuroraMysqlEngineVersion(
2060
2082
  '''
2061
2083
  return typing.cast("AuroraMysqlEngineVersion", jsii.sget(cls, "VER_2_05_0"))
2062
2084
 
2085
+ @jsii.python.classproperty
2086
+ @jsii.member(jsii_name="VER_2_05_1")
2087
+ def VER_2_05_1(cls) -> "AuroraMysqlEngineVersion":
2088
+ '''(deprecated) Version "5.7.mysql_aurora.2.05.1".
2089
+
2090
+ :deprecated: Version 5.7.mysql_aurora.2.05.1 is no longer supported by Amazon RDS.
2091
+
2092
+ :stability: deprecated
2093
+ '''
2094
+ return typing.cast("AuroraMysqlEngineVersion", jsii.sget(cls, "VER_2_05_1"))
2095
+
2063
2096
  @jsii.python.classproperty
2064
2097
  @jsii.member(jsii_name="VER_2_06_0")
2065
2098
  def VER_2_06_0(cls) -> "AuroraMysqlEngineVersion":
@@ -2328,7 +2361,12 @@ class AuroraMysqlEngineVersion(
2328
2361
  @jsii.python.classproperty
2329
2362
  @jsii.member(jsii_name="VER_2_11_0")
2330
2363
  def VER_2_11_0(cls) -> "AuroraMysqlEngineVersion":
2331
- '''Version "5.7.mysql_aurora.2.11.0". This version isn't available for new creations.'''
2364
+ '''(deprecated) Version "5.7.mysql_aurora.2.11.0".
2365
+
2366
+ :deprecated: Version 5.7.mysql_aurora.2.11.0 is no longer supported by Amazon RDS.
2367
+
2368
+ :stability: deprecated
2369
+ '''
2332
2370
  return typing.cast("AuroraMysqlEngineVersion", jsii.sget(cls, "VER_2_11_0"))
2333
2371
 
2334
2372
  @jsii.python.classproperty
@@ -2361,6 +2399,12 @@ class AuroraMysqlEngineVersion(
2361
2399
  '''Version "5.7.mysql_aurora.2.12.0".'''
2362
2400
  return typing.cast("AuroraMysqlEngineVersion", jsii.sget(cls, "VER_2_12_0"))
2363
2401
 
2402
+ @jsii.python.classproperty
2403
+ @jsii.member(jsii_name="VER_2_12_1")
2404
+ def VER_2_12_1(cls) -> "AuroraMysqlEngineVersion":
2405
+ '''Version "5.7.mysql_aurora.2.12.1".'''
2406
+ return typing.cast("AuroraMysqlEngineVersion", jsii.sget(cls, "VER_2_12_1"))
2407
+
2364
2408
  @jsii.python.classproperty
2365
2409
  @jsii.member(jsii_name="VER_3_01_0")
2366
2410
  def VER_3_01_0(cls) -> "AuroraMysqlEngineVersion":
@@ -2409,6 +2453,18 @@ class AuroraMysqlEngineVersion(
2409
2453
  '''Version "8.0.mysql_aurora.3.03.1".'''
2410
2454
  return typing.cast("AuroraMysqlEngineVersion", jsii.sget(cls, "VER_3_03_1"))
2411
2455
 
2456
+ @jsii.python.classproperty
2457
+ @jsii.member(jsii_name="VER_3_03_2")
2458
+ def VER_3_03_2(cls) -> "AuroraMysqlEngineVersion":
2459
+ '''Version "8.0.mysql_aurora.3.03.2".'''
2460
+ return typing.cast("AuroraMysqlEngineVersion", jsii.sget(cls, "VER_3_03_2"))
2461
+
2462
+ @jsii.python.classproperty
2463
+ @jsii.member(jsii_name="VER_3_03_3")
2464
+ def VER_3_03_3(cls) -> "AuroraMysqlEngineVersion":
2465
+ '''Version "8.0.mysql_aurora.3.03.3".'''
2466
+ return typing.cast("AuroraMysqlEngineVersion", jsii.sget(cls, "VER_3_03_3"))
2467
+
2412
2468
  @jsii.python.classproperty
2413
2469
  @jsii.member(jsii_name="VER_3_04_0")
2414
2470
  def VER_3_04_0(cls) -> "AuroraMysqlEngineVersion":
@@ -2424,13 +2480,23 @@ class AuroraMysqlEngineVersion(
2424
2480
  @jsii.python.classproperty
2425
2481
  @jsii.member(jsii_name="VER_3_05_0")
2426
2482
  def VER_3_05_0(cls) -> "AuroraMysqlEngineVersion":
2427
- '''Version "8.0.mysql_aurora.3.05.0".'''
2483
+ '''(deprecated) Version "8.0.mysql_aurora.3.05.0".
2484
+
2485
+ :deprecated: Aurora MySQL 8.0.mysql_aurora.3.05.0 is no longer supported by Amazon RDS.
2486
+
2487
+ :stability: deprecated
2488
+ '''
2428
2489
  return typing.cast("AuroraMysqlEngineVersion", jsii.sget(cls, "VER_3_05_0"))
2429
2490
 
2430
2491
  @jsii.python.classproperty
2431
2492
  @jsii.member(jsii_name="VER_3_05_1")
2432
2493
  def VER_3_05_1(cls) -> "AuroraMysqlEngineVersion":
2433
- '''Version "8.0.mysql_aurora.3.05.1".'''
2494
+ '''(deprecated) Version "8.0.mysql_aurora.3.05.1".
2495
+
2496
+ :deprecated: Aurora MySQL 8.0.mysql_aurora.3.05.1 is no longer supported by Amazon RDS.
2497
+
2498
+ :stability: deprecated
2499
+ '''
2434
2500
  return typing.cast("AuroraMysqlEngineVersion", jsii.sget(cls, "VER_3_05_1"))
2435
2501
 
2436
2502
  @jsii.python.classproperty
@@ -2439,6 +2505,12 @@ class AuroraMysqlEngineVersion(
2439
2505
  '''Version "8.0.mysql_aurora.3.05.2".'''
2440
2506
  return typing.cast("AuroraMysqlEngineVersion", jsii.sget(cls, "VER_3_05_2"))
2441
2507
 
2508
+ @jsii.python.classproperty
2509
+ @jsii.member(jsii_name="VER_3_06_0")
2510
+ def VER_3_06_0(cls) -> "AuroraMysqlEngineVersion":
2511
+ '''Version "8.0.mysql_aurora.3.06.0".'''
2512
+ return typing.cast("AuroraMysqlEngineVersion", jsii.sget(cls, "VER_3_06_0"))
2513
+
2442
2514
  @jsii.python.classproperty
2443
2515
  @jsii.member(jsii_name="VER_5_7_12")
2444
2516
  def VER_5_7_12(cls) -> "AuroraMysqlEngineVersion":
@@ -2867,31 +2939,56 @@ class AuroraPostgresEngineVersion(
2867
2939
  @jsii.python.classproperty
2868
2940
  @jsii.member(jsii_name="VER_11_16")
2869
2941
  def VER_11_16(cls) -> "AuroraPostgresEngineVersion":
2870
- '''Version "11.16".'''
2942
+ '''(deprecated) Version "11.16".
2943
+
2944
+ :deprecated: Version 11.16 is no longer supported by Amazon RDS.
2945
+
2946
+ :stability: deprecated
2947
+ '''
2871
2948
  return typing.cast("AuroraPostgresEngineVersion", jsii.sget(cls, "VER_11_16"))
2872
2949
 
2873
2950
  @jsii.python.classproperty
2874
2951
  @jsii.member(jsii_name="VER_11_17")
2875
2952
  def VER_11_17(cls) -> "AuroraPostgresEngineVersion":
2876
- '''Version "11.17".'''
2953
+ '''(deprecated) Version "11.17".
2954
+
2955
+ :deprecated: Version 11.17 is no longer supported by Amazon RDS.
2956
+
2957
+ :stability: deprecated
2958
+ '''
2877
2959
  return typing.cast("AuroraPostgresEngineVersion", jsii.sget(cls, "VER_11_17"))
2878
2960
 
2879
2961
  @jsii.python.classproperty
2880
2962
  @jsii.member(jsii_name="VER_11_18")
2881
2963
  def VER_11_18(cls) -> "AuroraPostgresEngineVersion":
2882
- '''Version "11.18".'''
2964
+ '''(deprecated) Version "11.18".
2965
+
2966
+ :deprecated: Version 11.18 is no longer supported by Amazon RDS.
2967
+
2968
+ :stability: deprecated
2969
+ '''
2883
2970
  return typing.cast("AuroraPostgresEngineVersion", jsii.sget(cls, "VER_11_18"))
2884
2971
 
2885
2972
  @jsii.python.classproperty
2886
2973
  @jsii.member(jsii_name="VER_11_19")
2887
2974
  def VER_11_19(cls) -> "AuroraPostgresEngineVersion":
2888
- '''Version "11.19".'''
2975
+ '''(deprecated) Version "11.19".
2976
+
2977
+ :deprecated: Version 11.19 is no longer supported by Amazon RDS.
2978
+
2979
+ :stability: deprecated
2980
+ '''
2889
2981
  return typing.cast("AuroraPostgresEngineVersion", jsii.sget(cls, "VER_11_19"))
2890
2982
 
2891
2983
  @jsii.python.classproperty
2892
2984
  @jsii.member(jsii_name="VER_11_20")
2893
2985
  def VER_11_20(cls) -> "AuroraPostgresEngineVersion":
2894
- '''Version "11.20".'''
2986
+ '''(deprecated) Version "11.20".
2987
+
2988
+ :deprecated: Version 11.20 is no longer supported by Amazon RDS.
2989
+
2990
+ :stability: deprecated
2991
+ '''
2895
2992
  return typing.cast("AuroraPostgresEngineVersion", jsii.sget(cls, "VER_11_20"))
2896
2993
 
2897
2994
  @jsii.python.classproperty
@@ -3154,12 +3251,7 @@ class AuroraPostgresEngineVersion(
3154
3251
  @jsii.python.classproperty
3155
3252
  @jsii.member(jsii_name="VER_14_4")
3156
3253
  def VER_14_4(cls) -> "AuroraPostgresEngineVersion":
3157
- '''(deprecated) Version "14.4".
3158
-
3159
- :deprecated: Version 14.4 is no longer supported by Amazon RDS.
3160
-
3161
- :stability: deprecated
3162
- '''
3254
+ '''Version "14.4".'''
3163
3255
  return typing.cast("AuroraPostgresEngineVersion", jsii.sget(cls, "VER_14_4"))
3164
3256
 
3165
3257
  @jsii.python.classproperty
@@ -3219,7 +3311,12 @@ class AuroraPostgresEngineVersion(
3219
3311
  @jsii.python.classproperty
3220
3312
  @jsii.member(jsii_name="VER_16_0")
3221
3313
  def VER_16_0(cls) -> "AuroraPostgresEngineVersion":
3222
- '''Version "16.0".'''
3314
+ '''(deprecated) Version "16.0".
3315
+
3316
+ :deprecated: Version 16.0 is no longer supported by Amazon RDS.
3317
+
3318
+ :stability: deprecated
3319
+ '''
3223
3320
  return typing.cast("AuroraPostgresEngineVersion", jsii.sget(cls, "VER_16_0"))
3224
3321
 
3225
3322
  @jsii.python.classproperty
@@ -3294,6 +3391,17 @@ class AuroraPostgresEngineVersion(
3294
3391
  '''
3295
3392
  return typing.cast("AuroraPostgresEngineVersion", jsii.sget(cls, "VER_9_6_19"))
3296
3393
 
3394
+ @jsii.python.classproperty
3395
+ @jsii.member(jsii_name="VER_9_6_22")
3396
+ def VER_9_6_22(cls) -> "AuroraPostgresEngineVersion":
3397
+ '''(deprecated) Version "9.6.22".
3398
+
3399
+ :deprecated: Version 9.6.22 is no longer supported by Amazon RDS.
3400
+
3401
+ :stability: deprecated
3402
+ '''
3403
+ return typing.cast("AuroraPostgresEngineVersion", jsii.sget(cls, "VER_9_6_22"))
3404
+
3297
3405
  @jsii.python.classproperty
3298
3406
  @jsii.member(jsii_name="VER_9_6_8")
3299
3407
  def VER_9_6_8(cls) -> "AuroraPostgresEngineVersion":
@@ -4167,10 +4275,10 @@ class CfnDBCluster(
4167
4275
  :param domain_iam_role_name: Specifies the name of the IAM role to use when making API calls to the Directory Service. Valid for: Aurora DB clusters only
4168
4276
  :param enable_cloudwatch_logs_exports: The list of log types that need to be enabled for exporting to CloudWatch Logs. The values in the list depend on the DB engine being used. For more information, see `Publishing Database Logs to Amazon CloudWatch Logs <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch>`_ in the *Amazon Aurora User Guide* . *Aurora MySQL* Valid values: ``audit`` , ``error`` , ``general`` , ``slowquery`` *Aurora PostgreSQL* Valid values: ``postgresql`` Valid for: Aurora DB clusters and Multi-AZ DB clusters
4169
4277
  :param enable_global_write_forwarding: Specifies whether to enable this DB cluster to forward write operations to the primary cluster of a global cluster (Aurora global database). By default, write operations are not allowed on Aurora DB clusters that are secondary clusters in an Aurora global database. You can set this value only on Aurora DB clusters that are members of an Aurora global database. With this parameter enabled, a secondary cluster can forward writes to the current primary cluster, and the resulting changes are replicated back to this cluster. For the primary DB cluster of an Aurora global database, this value is used immediately if the primary is demoted by a global cluster API operation, but it does nothing until then. Valid for Cluster Type: Aurora DB clusters only
4170
- :param enable_http_endpoint: A value that indicates whether to enable the HTTP endpoint for an Aurora Serverless DB cluster. By default, the HTTP endpoint is disabled. When enabled, the HTTP endpoint provides a connectionless web service API for running SQL queries on the Aurora Serverless DB cluster. You can also query your database from inside the RDS console with the query editor. For more information, see `Using the Data API for Aurora Serverless <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/data-api.html>`_ in the *Amazon Aurora User Guide* . Valid for: Aurora DB clusters only
4278
+ :param enable_http_endpoint: Specifies whether to enable the HTTP endpoint for the DB cluster. By default, the HTTP endpoint isn't enabled. When enabled, the HTTP endpoint provides a connectionless web service API (RDS Data API) for running SQL queries on the DB cluster. You can also query your database from inside the RDS console with the RDS query editor. RDS Data API is supported with the following DB clusters: - Aurora PostgreSQL Serverless v2 and provisioned - Aurora PostgreSQL and Aurora MySQL Serverless v1 For more information, see `Using RDS Data API <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/data-api.html>`_ in the *Amazon Aurora User Guide* . Valid for Cluster Type: Aurora DB clusters only
4171
4279
  :param enable_iam_database_authentication: A value that indicates whether to enable mapping of AWS Identity and Access Management (IAM) accounts to database accounts. By default, mapping is disabled. For more information, see `IAM Database Authentication <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.IAMDBAuth.html>`_ in the *Amazon Aurora User Guide.* Valid for: Aurora DB clusters only
4172
4280
  :param engine: The name of the database engine to be used for this DB cluster. Valid Values: - ``aurora-mysql`` - ``aurora-postgresql`` - ``mysql`` - ``postgres`` Valid for: Aurora DB clusters and Multi-AZ DB clusters
4173
- :param engine_mode: The DB engine mode of the DB cluster, either ``provisioned`` or ``serverless`` . The ``serverless`` engine mode only supports Aurora Serverless v1. Limitations and requirements apply to some DB engine modes. For more information, see the following sections in the *Amazon Aurora User Guide* : - `Limitations of Aurora Serverless v1 <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.html#aurora-serverless.limitations>`_ - `Requirements for Aurora Serverless v2 <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.requirements.html>`_ - `Limitations of parallel query <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-mysql-parallel-query.html#aurora-mysql-parallel-query-limitations>`_ - `Limitations of Aurora global databases <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-global-database.html#aurora-global-database.limitations>`_ Valid for: Aurora DB clusters only
4281
+ :param engine_mode: The DB engine mode of the DB cluster, either ``provisioned`` or ``serverless`` . The ``serverless`` engine mode only applies for Aurora Serverless v1 DB clusters. For information about limitations and requirements for Serverless DB clusters, see the following sections in the *Amazon Aurora User Guide* : - `Limitations of Aurora Serverless v1 <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.html#aurora-serverless.limitations>`_ - `Requirements for Aurora Serverless v2 <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.requirements.html>`_ Valid for Cluster Type: Aurora DB clusters only
4174
4282
  :param engine_version: The version number of the database engine to use. To list all of the available engine versions for Aurora MySQL version 2 (5.7-compatible) and version 3 (8.0-compatible), use the following command: ``aws rds describe-db-engine-versions --engine aurora-mysql --query "DBEngineVersions[].EngineVersion"`` You can supply either ``5.7`` or ``8.0`` to use the default engine version for Aurora MySQL version 2 or version 3, respectively. To list all of the available engine versions for Aurora PostgreSQL, use the following command: ``aws rds describe-db-engine-versions --engine aurora-postgresql --query "DBEngineVersions[].EngineVersion"`` To list all of the available engine versions for RDS for MySQL, use the following command: ``aws rds describe-db-engine-versions --engine mysql --query "DBEngineVersions[].EngineVersion"`` To list all of the available engine versions for RDS for PostgreSQL, use the following command: ``aws rds describe-db-engine-versions --engine postgres --query "DBEngineVersions[].EngineVersion"`` *Aurora MySQL* For information, see `Database engine updates for Amazon Aurora MySQL <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Updates.html>`_ in the *Amazon Aurora User Guide* . *Aurora PostgreSQL* For information, see `Amazon Aurora PostgreSQL releases and engine versions <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraPostgreSQL.Updates.20180305.html>`_ in the *Amazon Aurora User Guide* . *MySQL* For information, see `Amazon RDS for MySQL <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MySQL.html#MySQL.Concepts.VersionMgmt>`_ in the *Amazon RDS User Guide* . *PostgreSQL* For information, see `Amazon RDS for PostgreSQL <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_PostgreSQL.html#PostgreSQL.Concepts>`_ in the *Amazon RDS User Guide* . Valid for: Aurora DB clusters and Multi-AZ DB clusters
4175
4283
  :param global_cluster_identifier: If you are configuring an Aurora global database cluster and want your Aurora DB cluster to be a secondary member in the global database cluster, specify the global cluster ID of the global database cluster. To define the primary database cluster of the global cluster, use the `AWS::RDS::GlobalCluster <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-globalcluster.html>`_ resource. If you aren't configuring a global database cluster, don't specify this property. .. epigraph:: To remove the DB cluster from a global database cluster, specify an empty value for the ``GlobalClusterIdentifier`` property. For information about Aurora global databases, see `Working with Amazon Aurora Global Databases <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-global-database.html>`_ in the *Amazon Aurora User Guide* . Valid for: Aurora DB clusters only
4176
4284
  :param iops: The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for each DB instance in the Multi-AZ DB cluster. For information about valid IOPS values, see `Provisioned IOPS storage <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Storage.html#USER_PIOPS>`_ in the *Amazon RDS User Guide* . This setting is required to create a Multi-AZ DB cluster. Valid for Cluster Type: Multi-AZ DB clusters only Constraints: - Must be a multiple between .5 and 50 of the storage amount for the DB cluster.
@@ -4198,7 +4306,7 @@ class CfnDBCluster(
4198
4306
  :param source_db_cluster_identifier: When restoring a DB cluster to a point in time, the identifier of the source DB cluster from which to restore. Constraints: - Must match the identifier of an existing DBCluster. Valid for: Aurora DB clusters and Multi-AZ DB clusters
4199
4307
  :param source_region: The AWS Region which contains the source DB cluster when replicating a DB cluster. For example, ``us-east-1`` . Valid for: Aurora DB clusters only
4200
4308
  :param storage_encrypted: Indicates whether the DB cluster is encrypted. If you specify the ``KmsKeyId`` property, then you must enable encryption. If you specify the ``SourceDBClusterIdentifier`` property, don't specify this property. The value is inherited from the source DB cluster, and if the DB cluster is encrypted, the specified ``KmsKeyId`` property is used. If you specify the ``SnapshotIdentifier`` and the specified snapshot is encrypted, don't specify this property. The value is inherited from the snapshot, and the specified ``KmsKeyId`` property is used. If you specify the ``SnapshotIdentifier`` and the specified snapshot isn't encrypted, you can use this property to specify that the restored DB cluster is encrypted. Specify the ``KmsKeyId`` property for the KMS key to use for encryption. If you don't want the restored DB cluster to be encrypted, then don't set this property or set it to ``false`` . Valid for: Aurora DB clusters and Multi-AZ DB clusters
4201
- :param storage_type: The storage type to associate with the DB cluster. For information on storage types for Aurora DB clusters, see `Storage configurations for Amazon Aurora DB clusters <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Overview.StorageReliability.html#aurora-storage-type>`_ . For information on storage types for Multi-AZ DB clusters, see `Settings for creating Multi-AZ DB clusters <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/create-multi-az-db-cluster.html#create-multi-az-db-cluster-settings>`_ . This setting is required to create a Multi-AZ DB cluster. When specified for a Multi-AZ DB cluster, a value for the ``Iops`` parameter is required. Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters Valid Values: - Aurora DB clusters - ``aurora | aurora-iopt1`` - Multi-AZ DB clusters - ``io1`` Default: - Aurora DB clusters - ``aurora`` - Multi-AZ DB clusters - ``io1`` .. epigraph:: When you create an Aurora DB cluster with the storage type set to ``aurora-iopt1`` , the storage type is returned in the response. The storage type isn't returned when you set it to ``aurora`` .
4309
+ :param storage_type: The storage type to associate with the DB cluster. For information on storage types for Aurora DB clusters, see `Storage configurations for Amazon Aurora DB clusters <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Overview.StorageReliability.html#aurora-storage-type>`_ . For information on storage types for Multi-AZ DB clusters, see `Settings for creating Multi-AZ DB clusters <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/create-multi-az-db-cluster.html#create-multi-az-db-cluster-settings>`_ . This setting is required to create a Multi-AZ DB cluster. When specified for a Multi-AZ DB cluster, a value for the ``Iops`` parameter is required. Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters Valid Values: - Aurora DB clusters - ``aurora | aurora-iopt1`` - Multi-AZ DB clusters - ``io1 | io2 | gp3`` Default: - Aurora DB clusters - ``aurora`` - Multi-AZ DB clusters - ``io1`` .. epigraph:: When you create an Aurora DB cluster with the storage type set to ``aurora-iopt1`` , the storage type is returned in the response. The storage type isn't returned when you set it to ``aurora`` .
4202
4310
  :param tags: An optional array of key-value pairs to apply to this DB cluster. Valid for: Aurora DB clusters and Multi-AZ DB clusters
4203
4311
  :param use_latest_restorable_time: A value that indicates whether to restore the DB cluster to the latest restorable backup time. By default, the DB cluster is not restored to the latest restorable backup time. Valid for: Aurora DB clusters and Multi-AZ DB clusters
4204
4312
  :param vpc_security_group_ids: A list of EC2 VPC security groups to associate with this DB cluster. If you plan to update the resource, don't specify VPC security groups in a shared VPC. Valid for: Aurora DB clusters and Multi-AZ DB clusters
@@ -4374,6 +4482,19 @@ class CfnDBCluster(
4374
4482
  '''
4375
4483
  return typing.cast(builtins.str, jsii.get(self, "attrReadEndpointAddress"))
4376
4484
 
4485
+ @builtins.property
4486
+ @jsii.member(jsii_name="attrStorageThroughput")
4487
+ def attr_storage_throughput(self) -> jsii.Number:
4488
+ '''The storage throughput for the DB cluster.
4489
+
4490
+ The throughput is automatically set based on the IOPS that you provision, and is not configurable.
4491
+
4492
+ This setting is only for non-Aurora Multi-AZ DB clusters.
4493
+
4494
+ :cloudformationAttribute: StorageThroughput
4495
+ '''
4496
+ return typing.cast(jsii.Number, jsii.get(self, "attrStorageThroughput"))
4497
+
4377
4498
  @builtins.property
4378
4499
  @jsii.member(jsii_name="cfnProperties")
4379
4500
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
@@ -4682,7 +4803,10 @@ class CfnDBCluster(
4682
4803
  def enable_http_endpoint(
4683
4804
  self,
4684
4805
  ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
4685
- '''A value that indicates whether to enable the HTTP endpoint for an Aurora Serverless DB cluster.'''
4806
+ '''Specifies whether to enable the HTTP endpoint for the DB cluster.
4807
+
4808
+ By default, the HTTP endpoint isn't enabled.
4809
+ '''
4686
4810
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], jsii.get(self, "enableHttpEndpoint"))
4687
4811
 
4688
4812
  @enable_http_endpoint.setter
@@ -6217,10 +6341,10 @@ class CfnDBClusterProps:
6217
6341
  :param domain_iam_role_name: Specifies the name of the IAM role to use when making API calls to the Directory Service. Valid for: Aurora DB clusters only
6218
6342
  :param enable_cloudwatch_logs_exports: The list of log types that need to be enabled for exporting to CloudWatch Logs. The values in the list depend on the DB engine being used. For more information, see `Publishing Database Logs to Amazon CloudWatch Logs <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch>`_ in the *Amazon Aurora User Guide* . *Aurora MySQL* Valid values: ``audit`` , ``error`` , ``general`` , ``slowquery`` *Aurora PostgreSQL* Valid values: ``postgresql`` Valid for: Aurora DB clusters and Multi-AZ DB clusters
6219
6343
  :param enable_global_write_forwarding: Specifies whether to enable this DB cluster to forward write operations to the primary cluster of a global cluster (Aurora global database). By default, write operations are not allowed on Aurora DB clusters that are secondary clusters in an Aurora global database. You can set this value only on Aurora DB clusters that are members of an Aurora global database. With this parameter enabled, a secondary cluster can forward writes to the current primary cluster, and the resulting changes are replicated back to this cluster. For the primary DB cluster of an Aurora global database, this value is used immediately if the primary is demoted by a global cluster API operation, but it does nothing until then. Valid for Cluster Type: Aurora DB clusters only
6220
- :param enable_http_endpoint: A value that indicates whether to enable the HTTP endpoint for an Aurora Serverless DB cluster. By default, the HTTP endpoint is disabled. When enabled, the HTTP endpoint provides a connectionless web service API for running SQL queries on the Aurora Serverless DB cluster. You can also query your database from inside the RDS console with the query editor. For more information, see `Using the Data API for Aurora Serverless <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/data-api.html>`_ in the *Amazon Aurora User Guide* . Valid for: Aurora DB clusters only
6344
+ :param enable_http_endpoint: Specifies whether to enable the HTTP endpoint for the DB cluster. By default, the HTTP endpoint isn't enabled. When enabled, the HTTP endpoint provides a connectionless web service API (RDS Data API) for running SQL queries on the DB cluster. You can also query your database from inside the RDS console with the RDS query editor. RDS Data API is supported with the following DB clusters: - Aurora PostgreSQL Serverless v2 and provisioned - Aurora PostgreSQL and Aurora MySQL Serverless v1 For more information, see `Using RDS Data API <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/data-api.html>`_ in the *Amazon Aurora User Guide* . Valid for Cluster Type: Aurora DB clusters only
6221
6345
  :param enable_iam_database_authentication: A value that indicates whether to enable mapping of AWS Identity and Access Management (IAM) accounts to database accounts. By default, mapping is disabled. For more information, see `IAM Database Authentication <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.IAMDBAuth.html>`_ in the *Amazon Aurora User Guide.* Valid for: Aurora DB clusters only
6222
6346
  :param engine: The name of the database engine to be used for this DB cluster. Valid Values: - ``aurora-mysql`` - ``aurora-postgresql`` - ``mysql`` - ``postgres`` Valid for: Aurora DB clusters and Multi-AZ DB clusters
6223
- :param engine_mode: The DB engine mode of the DB cluster, either ``provisioned`` or ``serverless`` . The ``serverless`` engine mode only supports Aurora Serverless v1. Limitations and requirements apply to some DB engine modes. For more information, see the following sections in the *Amazon Aurora User Guide* : - `Limitations of Aurora Serverless v1 <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.html#aurora-serverless.limitations>`_ - `Requirements for Aurora Serverless v2 <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.requirements.html>`_ - `Limitations of parallel query <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-mysql-parallel-query.html#aurora-mysql-parallel-query-limitations>`_ - `Limitations of Aurora global databases <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-global-database.html#aurora-global-database.limitations>`_ Valid for: Aurora DB clusters only
6347
+ :param engine_mode: The DB engine mode of the DB cluster, either ``provisioned`` or ``serverless`` . The ``serverless`` engine mode only applies for Aurora Serverless v1 DB clusters. For information about limitations and requirements for Serverless DB clusters, see the following sections in the *Amazon Aurora User Guide* : - `Limitations of Aurora Serverless v1 <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.html#aurora-serverless.limitations>`_ - `Requirements for Aurora Serverless v2 <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.requirements.html>`_ Valid for Cluster Type: Aurora DB clusters only
6224
6348
  :param engine_version: The version number of the database engine to use. To list all of the available engine versions for Aurora MySQL version 2 (5.7-compatible) and version 3 (8.0-compatible), use the following command: ``aws rds describe-db-engine-versions --engine aurora-mysql --query "DBEngineVersions[].EngineVersion"`` You can supply either ``5.7`` or ``8.0`` to use the default engine version for Aurora MySQL version 2 or version 3, respectively. To list all of the available engine versions for Aurora PostgreSQL, use the following command: ``aws rds describe-db-engine-versions --engine aurora-postgresql --query "DBEngineVersions[].EngineVersion"`` To list all of the available engine versions for RDS for MySQL, use the following command: ``aws rds describe-db-engine-versions --engine mysql --query "DBEngineVersions[].EngineVersion"`` To list all of the available engine versions for RDS for PostgreSQL, use the following command: ``aws rds describe-db-engine-versions --engine postgres --query "DBEngineVersions[].EngineVersion"`` *Aurora MySQL* For information, see `Database engine updates for Amazon Aurora MySQL <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Updates.html>`_ in the *Amazon Aurora User Guide* . *Aurora PostgreSQL* For information, see `Amazon Aurora PostgreSQL releases and engine versions <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraPostgreSQL.Updates.20180305.html>`_ in the *Amazon Aurora User Guide* . *MySQL* For information, see `Amazon RDS for MySQL <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MySQL.html#MySQL.Concepts.VersionMgmt>`_ in the *Amazon RDS User Guide* . *PostgreSQL* For information, see `Amazon RDS for PostgreSQL <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_PostgreSQL.html#PostgreSQL.Concepts>`_ in the *Amazon RDS User Guide* . Valid for: Aurora DB clusters and Multi-AZ DB clusters
6225
6349
  :param global_cluster_identifier: If you are configuring an Aurora global database cluster and want your Aurora DB cluster to be a secondary member in the global database cluster, specify the global cluster ID of the global database cluster. To define the primary database cluster of the global cluster, use the `AWS::RDS::GlobalCluster <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-globalcluster.html>`_ resource. If you aren't configuring a global database cluster, don't specify this property. .. epigraph:: To remove the DB cluster from a global database cluster, specify an empty value for the ``GlobalClusterIdentifier`` property. For information about Aurora global databases, see `Working with Amazon Aurora Global Databases <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-global-database.html>`_ in the *Amazon Aurora User Guide* . Valid for: Aurora DB clusters only
6226
6350
  :param iops: The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for each DB instance in the Multi-AZ DB cluster. For information about valid IOPS values, see `Provisioned IOPS storage <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Storage.html#USER_PIOPS>`_ in the *Amazon RDS User Guide* . This setting is required to create a Multi-AZ DB cluster. Valid for Cluster Type: Multi-AZ DB clusters only Constraints: - Must be a multiple between .5 and 50 of the storage amount for the DB cluster.
@@ -6248,7 +6372,7 @@ class CfnDBClusterProps:
6248
6372
  :param source_db_cluster_identifier: When restoring a DB cluster to a point in time, the identifier of the source DB cluster from which to restore. Constraints: - Must match the identifier of an existing DBCluster. Valid for: Aurora DB clusters and Multi-AZ DB clusters
6249
6373
  :param source_region: The AWS Region which contains the source DB cluster when replicating a DB cluster. For example, ``us-east-1`` . Valid for: Aurora DB clusters only
6250
6374
  :param storage_encrypted: Indicates whether the DB cluster is encrypted. If you specify the ``KmsKeyId`` property, then you must enable encryption. If you specify the ``SourceDBClusterIdentifier`` property, don't specify this property. The value is inherited from the source DB cluster, and if the DB cluster is encrypted, the specified ``KmsKeyId`` property is used. If you specify the ``SnapshotIdentifier`` and the specified snapshot is encrypted, don't specify this property. The value is inherited from the snapshot, and the specified ``KmsKeyId`` property is used. If you specify the ``SnapshotIdentifier`` and the specified snapshot isn't encrypted, you can use this property to specify that the restored DB cluster is encrypted. Specify the ``KmsKeyId`` property for the KMS key to use for encryption. If you don't want the restored DB cluster to be encrypted, then don't set this property or set it to ``false`` . Valid for: Aurora DB clusters and Multi-AZ DB clusters
6251
- :param storage_type: The storage type to associate with the DB cluster. For information on storage types for Aurora DB clusters, see `Storage configurations for Amazon Aurora DB clusters <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Overview.StorageReliability.html#aurora-storage-type>`_ . For information on storage types for Multi-AZ DB clusters, see `Settings for creating Multi-AZ DB clusters <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/create-multi-az-db-cluster.html#create-multi-az-db-cluster-settings>`_ . This setting is required to create a Multi-AZ DB cluster. When specified for a Multi-AZ DB cluster, a value for the ``Iops`` parameter is required. Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters Valid Values: - Aurora DB clusters - ``aurora | aurora-iopt1`` - Multi-AZ DB clusters - ``io1`` Default: - Aurora DB clusters - ``aurora`` - Multi-AZ DB clusters - ``io1`` .. epigraph:: When you create an Aurora DB cluster with the storage type set to ``aurora-iopt1`` , the storage type is returned in the response. The storage type isn't returned when you set it to ``aurora`` .
6375
+ :param storage_type: The storage type to associate with the DB cluster. For information on storage types for Aurora DB clusters, see `Storage configurations for Amazon Aurora DB clusters <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Overview.StorageReliability.html#aurora-storage-type>`_ . For information on storage types for Multi-AZ DB clusters, see `Settings for creating Multi-AZ DB clusters <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/create-multi-az-db-cluster.html#create-multi-az-db-cluster-settings>`_ . This setting is required to create a Multi-AZ DB cluster. When specified for a Multi-AZ DB cluster, a value for the ``Iops`` parameter is required. Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters Valid Values: - Aurora DB clusters - ``aurora | aurora-iopt1`` - Multi-AZ DB clusters - ``io1 | io2 | gp3`` Default: - Aurora DB clusters - ``aurora`` - Multi-AZ DB clusters - ``io1`` .. epigraph:: When you create an Aurora DB cluster with the storage type set to ``aurora-iopt1`` , the storage type is returned in the response. The storage type isn't returned when you set it to ``aurora`` .
6252
6376
  :param tags: An optional array of key-value pairs to apply to this DB cluster. Valid for: Aurora DB clusters and Multi-AZ DB clusters
6253
6377
  :param use_latest_restorable_time: A value that indicates whether to restore the DB cluster to the latest restorable backup time. By default, the DB cluster is not restored to the latest restorable backup time. Valid for: Aurora DB clusters and Multi-AZ DB clusters
6254
6378
  :param vpc_security_group_ids: A list of EC2 VPC security groups to associate with this DB cluster. If you plan to update the resource, don't specify VPC security groups in a shared VPC. Valid for: Aurora DB clusters and Multi-AZ DB clusters
@@ -6815,15 +6939,18 @@ class CfnDBClusterProps:
6815
6939
  def enable_http_endpoint(
6816
6940
  self,
6817
6941
  ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
6818
- '''A value that indicates whether to enable the HTTP endpoint for an Aurora Serverless DB cluster.
6942
+ '''Specifies whether to enable the HTTP endpoint for the DB cluster. By default, the HTTP endpoint isn't enabled.
6819
6943
 
6820
- By default, the HTTP endpoint is disabled.
6944
+ When enabled, the HTTP endpoint provides a connectionless web service API (RDS Data API) for running SQL queries on the DB cluster. You can also query your database from inside the RDS console with the RDS query editor.
6821
6945
 
6822
- When enabled, the HTTP endpoint provides a connectionless web service API for running SQL queries on the Aurora Serverless DB cluster. You can also query your database from inside the RDS console with the query editor.
6946
+ RDS Data API is supported with the following DB clusters:
6823
6947
 
6824
- For more information, see `Using the Data API for Aurora Serverless <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/data-api.html>`_ in the *Amazon Aurora User Guide* .
6948
+ - Aurora PostgreSQL Serverless v2 and provisioned
6949
+ - Aurora PostgreSQL and Aurora MySQL Serverless v1
6825
6950
 
6826
- Valid for: Aurora DB clusters only
6951
+ For more information, see `Using RDS Data API <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/data-api.html>`_ in the *Amazon Aurora User Guide* .
6952
+
6953
+ Valid for Cluster Type: Aurora DB clusters only
6827
6954
 
6828
6955
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-enablehttpendpoint
6829
6956
  '''
@@ -6869,16 +6996,14 @@ class CfnDBClusterProps:
6869
6996
  def engine_mode(self) -> typing.Optional[builtins.str]:
6870
6997
  '''The DB engine mode of the DB cluster, either ``provisioned`` or ``serverless`` .
6871
6998
 
6872
- The ``serverless`` engine mode only supports Aurora Serverless v1.
6999
+ The ``serverless`` engine mode only applies for Aurora Serverless v1 DB clusters.
6873
7000
 
6874
- Limitations and requirements apply to some DB engine modes. For more information, see the following sections in the *Amazon Aurora User Guide* :
7001
+ For information about limitations and requirements for Serverless DB clusters, see the following sections in the *Amazon Aurora User Guide* :
6875
7002
 
6876
7003
  - `Limitations of Aurora Serverless v1 <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.html#aurora-serverless.limitations>`_
6877
7004
  - `Requirements for Aurora Serverless v2 <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.requirements.html>`_
6878
- - `Limitations of parallel query <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-mysql-parallel-query.html#aurora-mysql-parallel-query-limitations>`_
6879
- - `Limitations of Aurora global databases <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-global-database.html#aurora-global-database.limitations>`_
6880
7005
 
6881
- Valid for: Aurora DB clusters only
7006
+ Valid for Cluster Type: Aurora DB clusters only
6882
7007
 
6883
7008
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-enginemode
6884
7009
  '''
@@ -7421,7 +7546,7 @@ class CfnDBClusterProps:
7421
7546
  Valid Values:
7422
7547
 
7423
7548
  - Aurora DB clusters - ``aurora | aurora-iopt1``
7424
- - Multi-AZ DB clusters - ``io1``
7549
+ - Multi-AZ DB clusters - ``io1 | io2 | gp3``
7425
7550
 
7426
7551
  Default:
7427
7552
 
@@ -7742,7 +7867,7 @@ class CfnDBInstance(
7742
7867
  :param custom_iam_instance_profile: The instance profile associated with the underlying Amazon EC2 instance of an RDS Custom DB instance. This setting is required for RDS Custom. Constraints: - The profile must exist in your account. - The profile must have an IAM role that Amazon EC2 has permissions to assume. - The instance profile name and the associated IAM role name must start with the prefix ``AWSRDSCustom`` . For the list of permissions required for the IAM role, see `Configure IAM and your VPC <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-setup-orcl.html#custom-setup-orcl.iam-vpc>`_ in the *Amazon RDS User Guide* .
7743
7868
  :param db_cluster_identifier: The identifier of the DB cluster that the instance will belong to.
7744
7869
  :param db_cluster_snapshot_identifier: The identifier for the Multi-AZ DB cluster snapshot to restore from. For more information on Multi-AZ DB clusters, see `Multi-AZ DB cluster deployments <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html>`_ in the *Amazon RDS User Guide* . Constraints: - Must match the identifier of an existing Multi-AZ DB cluster snapshot. - Can't be specified when ``DBSnapshotIdentifier`` is specified. - Must be specified when ``DBSnapshotIdentifier`` isn't specified. - If you are restoring from a shared manual Multi-AZ DB cluster snapshot, the ``DBClusterSnapshotIdentifier`` must be the ARN of the shared snapshot. - Can't be the identifier of an Aurora DB cluster snapshot.
7745
- :param db_instance_class: The compute and memory capacity of the DB instance, for example, ``db.m4.large`` . Not all DB instance classes are available in all AWS Regions, or for all database engines. For the full list of DB instance classes, and availability for your engine, see `DB Instance Class <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html>`_ in the *Amazon RDS User Guide.* For more information about DB instance class pricing and AWS Region support for DB instance classes, see `Amazon RDS Pricing <https://docs.aws.amazon.com/rds/pricing/>`_ .
7870
+ :param db_instance_class: The compute and memory capacity of the DB instance, for example ``db.m5.large`` . Not all DB instance classes are available in all AWS Regions , or for all database engines. For the full list of DB instance classes, and availability for your engine, see `DB instance classes <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html>`_ in the *Amazon RDS User Guide* or `Aurora DB instance classes <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Concepts.DBInstanceClass.html>`_ in the *Amazon Aurora User Guide* .
7746
7871
  :param db_instance_identifier: A name for the DB instance. If you specify a name, AWS CloudFormation converts it to lowercase. If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the DB instance. For more information, see `Name Type <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-name.html>`_ . For information about constraints that apply to DB instance identifiers, see `Naming constraints in Amazon RDS <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Limits.html#RDS_Limits.Constraints>`_ in the *Amazon RDS User Guide* . .. epigraph:: If you specify a name, you can't perform updates that require replacement of this resource. You can perform updates that require no or some interruption. If you must replace the resource, specify a new name.
7747
7872
  :param db_name: The meaning of this parameter differs according to the database engine you use. .. epigraph:: If you specify the ``[DBSnapshotIdentifier](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbsnapshotidentifier)`` property, this property only applies to RDS for Oracle. *Amazon Aurora* Not applicable. The database name is managed by the DB cluster. *Db2* The name of the database to create when the DB instance is created. If this parameter isn't specified, no database is created in the DB instance. Constraints: - Must contain 1 to 64 letters or numbers. - Must begin with a letter. Subsequent characters can be letters, underscores, or digits (0-9). - Can't be a word reserved by the specified database engine. *MySQL* The name of the database to create when the DB instance is created. If this parameter is not specified, no database is created in the DB instance. Constraints: - Must contain 1 to 64 letters or numbers. - Can't be a word reserved by the specified database engine *MariaDB* The name of the database to create when the DB instance is created. If this parameter is not specified, no database is created in the DB instance. Constraints: - Must contain 1 to 64 letters or numbers. - Can't be a word reserved by the specified database engine *PostgreSQL* The name of the database to create when the DB instance is created. If this parameter is not specified, the default ``postgres`` database is created in the DB instance. Constraints: - Must begin with a letter. Subsequent characters can be letters, underscores, or digits (0-9). - Must contain 1 to 63 characters. - Can't be a word reserved by the specified database engine *Oracle* The Oracle System ID (SID) of the created DB instance. If you specify ``null`` , the default value ``ORCL`` is used. You can't specify the string NULL, or any other reserved word, for ``DBName`` . Default: ``ORCL`` Constraints: - Can't be longer than 8 characters *SQL Server* Not applicable. Must be null.
7748
7873
  :param db_parameter_group_name: The name of an existing DB parameter group or a reference to an `AWS::RDS::DBParameterGroup <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html>`_ resource created in the template. To list all of the available DB parameter group names, use the following command: ``aws rds describe-db-parameter-groups --query "DBParameterGroups[].DBParameterGroupName" --output text`` .. epigraph:: If any of the data members of the referenced parameter group are changed during an update, the DB instance might need to be restarted, which causes some interruption. If the parameter group contains static parameters, whether they were changed or not, an update triggers a reboot. If you don't specify a value for ``DBParameterGroupName`` property, the default DB parameter group for the specified engine and engine version is used.
@@ -7762,7 +7887,7 @@ class CfnDBInstance(
7762
7887
  :param enable_iam_database_authentication: A value that indicates whether to enable mapping of AWS Identity and Access Management (IAM) accounts to database accounts. By default, mapping is disabled. This property is supported for RDS for MariaDB, RDS for MySQL, and RDS for PostgreSQL. For more information, see `IAM Database Authentication for MariaDB, MySQL, and PostgreSQL <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html>`_ in the *Amazon RDS User Guide.* *Amazon Aurora* Not applicable. Mapping AWS IAM accounts to database accounts is managed by the DB cluster.
7763
7888
  :param enable_performance_insights: Specifies whether to enable Performance Insights for the DB instance. For more information, see `Using Amazon Performance Insights <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PerfInsights.html>`_ in the *Amazon RDS User Guide* . This setting doesn't apply to RDS Custom DB instances.
7764
7889
  :param endpoint: The connection endpoint for the DB instance. .. epigraph:: The endpoint might not be shown for instances with the status of ``creating`` .
7765
- :param engine: The name of the database engine that you want to use for this DB instance. Not every database engine is available in every AWS Region. .. epigraph:: When you are creating a DB instance, the ``Engine`` property is required. Valid Values: - ``aurora-mysql`` (for Aurora MySQL DB instances) - ``aurora-postgresql`` (for Aurora PostgreSQL DB instances) - ``custom-oracle-ee`` (for RDS Custom for Oracle DB instances) - ``custom-oracle-ee-cdb`` (for RDS Custom for Oracle DB instances) - ``custom-sqlserver-ee`` (for RDS Custom for SQL Server DB instances) - ``custom-sqlserver-se`` (for RDS Custom for SQL Server DB instances) - ``custom-sqlserver-web`` (for RDS Custom for SQL Server DB instances) - ``db2-ae`` - ``db2-se`` - ``mariadb`` - ``mysql`` - ``oracle-ee`` - ``oracle-ee-cdb`` - ``oracle-se2`` - ``oracle-se2-cdb`` - ``postgres`` - ``sqlserver-ee`` - ``sqlserver-se`` - ``sqlserver-ex`` - ``sqlserver-web``
7890
+ :param engine: The name of the database engine to use for this DB instance. Not every database engine is available in every AWS Region. This property is required when creating a DB instance. .. epigraph:: You can change the architecture of an Oracle database from the non-container database (CDB) architecture to the CDB architecture by updating the ``Engine`` value in your templates from ``oracle-ee`` or ``oracle-ee-cdb`` to ``oracle-se2-cdb`` . Converting to the CDB architecture requires an interruption. Valid Values: - ``aurora-mysql`` (for Aurora MySQL DB instances) - ``aurora-postgresql`` (for Aurora PostgreSQL DB instances) - ``custom-oracle-ee`` (for RDS Custom for Oracle DB instances) - ``custom-oracle-ee-cdb`` (for RDS Custom for Oracle DB instances) - ``custom-sqlserver-ee`` (for RDS Custom for SQL Server DB instances) - ``custom-sqlserver-se`` (for RDS Custom for SQL Server DB instances) - ``custom-sqlserver-web`` (for RDS Custom for SQL Server DB instances) - ``db2-ae`` - ``db2-se`` - ``mariadb`` - ``mysql`` - ``oracle-ee`` - ``oracle-ee-cdb`` - ``oracle-se2`` - ``oracle-se2-cdb`` - ``postgres`` - ``sqlserver-ee`` - ``sqlserver-se`` - ``sqlserver-ex`` - ``sqlserver-web``
7766
7891
  :param engine_version: The version number of the database engine to use. For a list of valid engine versions, use the ``DescribeDBEngineVersions`` action. The following are the database engines and links to information about the major and minor versions that are available with Amazon RDS. Not every database engine is available for every AWS Region. *Amazon Aurora* Not applicable. The version number of the database engine to be used by the DB instance is managed by the DB cluster. *Db2* See `Amazon RDS for Db2 <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Db2.html#Db2.Concepts.VersionMgmt>`_ in the *Amazon RDS User Guide.* *MariaDB* See `MariaDB on Amazon RDS Versions <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MariaDB.html#MariaDB.Concepts.VersionMgmt>`_ in the *Amazon RDS User Guide.* *Microsoft SQL Server* See `Microsoft SQL Server Versions on Amazon RDS <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.VersionSupport>`_ in the *Amazon RDS User Guide.* *MySQL* See `MySQL on Amazon RDS Versions <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MySQL.html#MySQL.Concepts.VersionMgmt>`_ in the *Amazon RDS User Guide.* *Oracle* See `Oracle Database Engine Release Notes <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.Oracle.PatchComposition.html>`_ in the *Amazon RDS User Guide.* *PostgreSQL* See `Supported PostgreSQL Database Versions <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_PostgreSQL.html#PostgreSQL.Concepts.General.DBVersions>`_ in the *Amazon RDS User Guide.*
7767
7892
  :param iops: The number of I/O operations per second (IOPS) that the database provisions. The value must be equal to or greater than 1000. If you specify this property, you must follow the range of allowed ratios of your requested IOPS rate to the amount of storage that you allocate (IOPS to allocated storage). For example, you can provision an Oracle database instance with 1000 IOPS and 200 GiB of storage (a ratio of 5:1), or specify 2000 IOPS with 200 GiB of storage (a ratio of 10:1). For more information, see `Amazon RDS Provisioned IOPS Storage to Improve Performance <https://docs.aws.amazon.com/AmazonRDS/latest/DeveloperGuide/CHAP_Storage.html#USER_PIOPS>`_ in the *Amazon RDS User Guide* . .. epigraph:: If you specify ``io1`` for the ``StorageType`` property, then you must also specify the ``Iops`` property. Constraints: - For RDS for Db2, MariaDB, MySQL, Oracle, and PostgreSQL - Must be a multiple between .5 and 50 of the storage amount for the DB instance. - For RDS for SQL Server - Must be a multiple between 1 and 50 of the storage amount for the DB instance.
7768
7893
  :param kms_key_id: The ARN of the AWS KMS key that's used to encrypt the DB instance, such as ``arn:aws:kms:us-east-1:012345678910:key/abcd1234-a123-456a-a12b-a123b4cd56ef`` . If you enable the StorageEncrypted property but don't specify this property, AWS CloudFormation uses the default KMS key. If you specify this property, you must set the StorageEncrypted property to true. If you specify the ``SourceDBInstanceIdentifier`` property, the value is inherited from the source DB instance if the read replica is created in the same region. If you create an encrypted read replica in a different AWS Region, then you must specify a KMS key for the destination AWS Region. KMS encryption keys are specific to the region that they're created in, and you can't use encryption keys from one region in another region. If you specify the ``SnapshotIdentifier`` property, the ``StorageEncrypted`` property value is inherited from the snapshot, and if the DB instance is encrypted, the specified ``KmsKeyId`` property is used. If you specify ``DBSecurityGroups`` , AWS CloudFormation ignores this property. To specify both a security group and this property, you must use a VPC security group. For more information about Amazon RDS and VPC, see `Using Amazon RDS with Amazon VPC <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.html>`_ in the *Amazon RDS User Guide* . *Amazon Aurora* Not applicable. The KMS key identifier is managed by the DB cluster.
@@ -7795,7 +7920,7 @@ class CfnDBInstance(
7795
7920
  :param source_region: The ID of the region that contains the source DB instance for the read replica.
7796
7921
  :param storage_encrypted: A value that indicates whether the DB instance is encrypted. By default, it isn't encrypted. If you specify the ``KmsKeyId`` property, then you must enable encryption. If you specify the ``SourceDBInstanceIdentifier`` property, don't specify this property. The value is inherited from the source DB instance, and if the DB instance is encrypted, the specified ``KmsKeyId`` property is used. If you specify the ``DBSnapshotIdentifier`` and the specified snapshot is encrypted, don't specify this property. The value is inherited from the snapshot, and the specified ``KmsKeyId`` property is used. If you specify the ``DBSnapshotIdentifier`` and the specified snapshot isn't encrypted, you can use this property to specify that the restored DB instance is encrypted. Specify the ``KmsKeyId`` property for the KMS key to use for encryption. If you don't want the restored DB instance to be encrypted, then don't set this property or set it to ``false`` . *Amazon Aurora* Not applicable. The encryption for DB instances is managed by the DB cluster.
7797
7922
  :param storage_throughput: Specifies the storage throughput value for the DB instance. This setting applies only to the ``gp3`` storage type. This setting doesn't apply to RDS Custom or Amazon Aurora.
7798
- :param storage_type: Specifies the storage type to be associated with the DB instance. Valid values: ``gp2 | gp3 | io1 | standard`` The ``standard`` value is also known as magnetic. If you specify ``io1`` or ``gp3`` , you must also include a value for the ``Iops`` parameter. Default: ``io1`` if the ``Iops`` parameter is specified, otherwise ``gp2`` For more information, see `Amazon RDS DB Instance Storage <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Storage.html>`_ in the *Amazon RDS User Guide* . *Amazon Aurora* Not applicable. Aurora data is stored in the cluster volume, which is a single, virtual volume that uses solid state drives (SSDs).
7923
+ :param storage_type: The storage type to associate with the DB instance. If you specify ``io1`` , ``io2`` , or ``gp3`` , you must also include a value for the ``Iops`` parameter. This setting doesn't apply to Amazon Aurora DB instances. Storage is managed by the DB cluster. Valid Values: ``gp2 | gp3 | io1 | io2 | standard`` Default: ``io1`` , if the ``Iops`` parameter is specified. Otherwise, ``gp2`` .
7799
7924
  :param tags: An optional array of key-value pairs to apply to this DB instance.
7800
7925
  :param tde_credential_arn:
7801
7926
  :param tde_credential_password:
@@ -8255,7 +8380,7 @@ class CfnDBInstance(
8255
8380
  @builtins.property
8256
8381
  @jsii.member(jsii_name="dbInstanceClass")
8257
8382
  def db_instance_class(self) -> typing.Optional[builtins.str]:
8258
- '''The compute and memory capacity of the DB instance, for example, ``db.m4.large`` . Not all DB instance classes are available in all AWS Regions, or for all database engines.'''
8383
+ '''The compute and memory capacity of the DB instance, for example ``db.m5.large`` . Not all DB instance classes are available in all AWS Regions , or for all database engines. For the full list of DB instance classes, and availability for your engine, see `DB instance classes <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html>`_ in the *Amazon RDS User Guide* or `Aurora DB instance classes <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Concepts.DBInstanceClass.html>`_ in the *Amazon Aurora User Guide* .'''
8259
8384
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "dbInstanceClass"))
8260
8385
 
8261
8386
  @db_instance_class.setter
@@ -8553,7 +8678,7 @@ class CfnDBInstance(
8553
8678
  @builtins.property
8554
8679
  @jsii.member(jsii_name="engine")
8555
8680
  def engine(self) -> typing.Optional[builtins.str]:
8556
- '''The name of the database engine that you want to use for this DB instance.'''
8681
+ '''The name of the database engine to use for this DB instance.'''
8557
8682
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "engine"))
8558
8683
 
8559
8684
  @engine.setter
@@ -9039,7 +9164,7 @@ class CfnDBInstance(
9039
9164
  @builtins.property
9040
9165
  @jsii.member(jsii_name="storageType")
9041
9166
  def storage_type(self) -> typing.Optional[builtins.str]:
9042
- '''Specifies the storage type to be associated with the DB instance.'''
9167
+ '''The storage type to associate with the DB instance.'''
9043
9168
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "storageType"))
9044
9169
 
9045
9170
  @storage_type.setter
@@ -9728,7 +9853,7 @@ class CfnDBInstanceProps:
9728
9853
  :param custom_iam_instance_profile: The instance profile associated with the underlying Amazon EC2 instance of an RDS Custom DB instance. This setting is required for RDS Custom. Constraints: - The profile must exist in your account. - The profile must have an IAM role that Amazon EC2 has permissions to assume. - The instance profile name and the associated IAM role name must start with the prefix ``AWSRDSCustom`` . For the list of permissions required for the IAM role, see `Configure IAM and your VPC <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-setup-orcl.html#custom-setup-orcl.iam-vpc>`_ in the *Amazon RDS User Guide* .
9729
9854
  :param db_cluster_identifier: The identifier of the DB cluster that the instance will belong to.
9730
9855
  :param db_cluster_snapshot_identifier: The identifier for the Multi-AZ DB cluster snapshot to restore from. For more information on Multi-AZ DB clusters, see `Multi-AZ DB cluster deployments <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html>`_ in the *Amazon RDS User Guide* . Constraints: - Must match the identifier of an existing Multi-AZ DB cluster snapshot. - Can't be specified when ``DBSnapshotIdentifier`` is specified. - Must be specified when ``DBSnapshotIdentifier`` isn't specified. - If you are restoring from a shared manual Multi-AZ DB cluster snapshot, the ``DBClusterSnapshotIdentifier`` must be the ARN of the shared snapshot. - Can't be the identifier of an Aurora DB cluster snapshot.
9731
- :param db_instance_class: The compute and memory capacity of the DB instance, for example, ``db.m4.large`` . Not all DB instance classes are available in all AWS Regions, or for all database engines. For the full list of DB instance classes, and availability for your engine, see `DB Instance Class <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html>`_ in the *Amazon RDS User Guide.* For more information about DB instance class pricing and AWS Region support for DB instance classes, see `Amazon RDS Pricing <https://docs.aws.amazon.com/rds/pricing/>`_ .
9856
+ :param db_instance_class: The compute and memory capacity of the DB instance, for example ``db.m5.large`` . Not all DB instance classes are available in all AWS Regions , or for all database engines. For the full list of DB instance classes, and availability for your engine, see `DB instance classes <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html>`_ in the *Amazon RDS User Guide* or `Aurora DB instance classes <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Concepts.DBInstanceClass.html>`_ in the *Amazon Aurora User Guide* .
9732
9857
  :param db_instance_identifier: A name for the DB instance. If you specify a name, AWS CloudFormation converts it to lowercase. If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the DB instance. For more information, see `Name Type <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-name.html>`_ . For information about constraints that apply to DB instance identifiers, see `Naming constraints in Amazon RDS <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Limits.html#RDS_Limits.Constraints>`_ in the *Amazon RDS User Guide* . .. epigraph:: If you specify a name, you can't perform updates that require replacement of this resource. You can perform updates that require no or some interruption. If you must replace the resource, specify a new name.
9733
9858
  :param db_name: The meaning of this parameter differs according to the database engine you use. .. epigraph:: If you specify the ``[DBSnapshotIdentifier](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbsnapshotidentifier)`` property, this property only applies to RDS for Oracle. *Amazon Aurora* Not applicable. The database name is managed by the DB cluster. *Db2* The name of the database to create when the DB instance is created. If this parameter isn't specified, no database is created in the DB instance. Constraints: - Must contain 1 to 64 letters or numbers. - Must begin with a letter. Subsequent characters can be letters, underscores, or digits (0-9). - Can't be a word reserved by the specified database engine. *MySQL* The name of the database to create when the DB instance is created. If this parameter is not specified, no database is created in the DB instance. Constraints: - Must contain 1 to 64 letters or numbers. - Can't be a word reserved by the specified database engine *MariaDB* The name of the database to create when the DB instance is created. If this parameter is not specified, no database is created in the DB instance. Constraints: - Must contain 1 to 64 letters or numbers. - Can't be a word reserved by the specified database engine *PostgreSQL* The name of the database to create when the DB instance is created. If this parameter is not specified, the default ``postgres`` database is created in the DB instance. Constraints: - Must begin with a letter. Subsequent characters can be letters, underscores, or digits (0-9). - Must contain 1 to 63 characters. - Can't be a word reserved by the specified database engine *Oracle* The Oracle System ID (SID) of the created DB instance. If you specify ``null`` , the default value ``ORCL`` is used. You can't specify the string NULL, or any other reserved word, for ``DBName`` . Default: ``ORCL`` Constraints: - Can't be longer than 8 characters *SQL Server* Not applicable. Must be null.
9734
9859
  :param db_parameter_group_name: The name of an existing DB parameter group or a reference to an `AWS::RDS::DBParameterGroup <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html>`_ resource created in the template. To list all of the available DB parameter group names, use the following command: ``aws rds describe-db-parameter-groups --query "DBParameterGroups[].DBParameterGroupName" --output text`` .. epigraph:: If any of the data members of the referenced parameter group are changed during an update, the DB instance might need to be restarted, which causes some interruption. If the parameter group contains static parameters, whether they were changed or not, an update triggers a reboot. If you don't specify a value for ``DBParameterGroupName`` property, the default DB parameter group for the specified engine and engine version is used.
@@ -9748,7 +9873,7 @@ class CfnDBInstanceProps:
9748
9873
  :param enable_iam_database_authentication: A value that indicates whether to enable mapping of AWS Identity and Access Management (IAM) accounts to database accounts. By default, mapping is disabled. This property is supported for RDS for MariaDB, RDS for MySQL, and RDS for PostgreSQL. For more information, see `IAM Database Authentication for MariaDB, MySQL, and PostgreSQL <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html>`_ in the *Amazon RDS User Guide.* *Amazon Aurora* Not applicable. Mapping AWS IAM accounts to database accounts is managed by the DB cluster.
9749
9874
  :param enable_performance_insights: Specifies whether to enable Performance Insights for the DB instance. For more information, see `Using Amazon Performance Insights <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PerfInsights.html>`_ in the *Amazon RDS User Guide* . This setting doesn't apply to RDS Custom DB instances.
9750
9875
  :param endpoint: The connection endpoint for the DB instance. .. epigraph:: The endpoint might not be shown for instances with the status of ``creating`` .
9751
- :param engine: The name of the database engine that you want to use for this DB instance. Not every database engine is available in every AWS Region. .. epigraph:: When you are creating a DB instance, the ``Engine`` property is required. Valid Values: - ``aurora-mysql`` (for Aurora MySQL DB instances) - ``aurora-postgresql`` (for Aurora PostgreSQL DB instances) - ``custom-oracle-ee`` (for RDS Custom for Oracle DB instances) - ``custom-oracle-ee-cdb`` (for RDS Custom for Oracle DB instances) - ``custom-sqlserver-ee`` (for RDS Custom for SQL Server DB instances) - ``custom-sqlserver-se`` (for RDS Custom for SQL Server DB instances) - ``custom-sqlserver-web`` (for RDS Custom for SQL Server DB instances) - ``db2-ae`` - ``db2-se`` - ``mariadb`` - ``mysql`` - ``oracle-ee`` - ``oracle-ee-cdb`` - ``oracle-se2`` - ``oracle-se2-cdb`` - ``postgres`` - ``sqlserver-ee`` - ``sqlserver-se`` - ``sqlserver-ex`` - ``sqlserver-web``
9876
+ :param engine: The name of the database engine to use for this DB instance. Not every database engine is available in every AWS Region. This property is required when creating a DB instance. .. epigraph:: You can change the architecture of an Oracle database from the non-container database (CDB) architecture to the CDB architecture by updating the ``Engine`` value in your templates from ``oracle-ee`` or ``oracle-ee-cdb`` to ``oracle-se2-cdb`` . Converting to the CDB architecture requires an interruption. Valid Values: - ``aurora-mysql`` (for Aurora MySQL DB instances) - ``aurora-postgresql`` (for Aurora PostgreSQL DB instances) - ``custom-oracle-ee`` (for RDS Custom for Oracle DB instances) - ``custom-oracle-ee-cdb`` (for RDS Custom for Oracle DB instances) - ``custom-sqlserver-ee`` (for RDS Custom for SQL Server DB instances) - ``custom-sqlserver-se`` (for RDS Custom for SQL Server DB instances) - ``custom-sqlserver-web`` (for RDS Custom for SQL Server DB instances) - ``db2-ae`` - ``db2-se`` - ``mariadb`` - ``mysql`` - ``oracle-ee`` - ``oracle-ee-cdb`` - ``oracle-se2`` - ``oracle-se2-cdb`` - ``postgres`` - ``sqlserver-ee`` - ``sqlserver-se`` - ``sqlserver-ex`` - ``sqlserver-web``
9752
9877
  :param engine_version: The version number of the database engine to use. For a list of valid engine versions, use the ``DescribeDBEngineVersions`` action. The following are the database engines and links to information about the major and minor versions that are available with Amazon RDS. Not every database engine is available for every AWS Region. *Amazon Aurora* Not applicable. The version number of the database engine to be used by the DB instance is managed by the DB cluster. *Db2* See `Amazon RDS for Db2 <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Db2.html#Db2.Concepts.VersionMgmt>`_ in the *Amazon RDS User Guide.* *MariaDB* See `MariaDB on Amazon RDS Versions <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MariaDB.html#MariaDB.Concepts.VersionMgmt>`_ in the *Amazon RDS User Guide.* *Microsoft SQL Server* See `Microsoft SQL Server Versions on Amazon RDS <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.VersionSupport>`_ in the *Amazon RDS User Guide.* *MySQL* See `MySQL on Amazon RDS Versions <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MySQL.html#MySQL.Concepts.VersionMgmt>`_ in the *Amazon RDS User Guide.* *Oracle* See `Oracle Database Engine Release Notes <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.Oracle.PatchComposition.html>`_ in the *Amazon RDS User Guide.* *PostgreSQL* See `Supported PostgreSQL Database Versions <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_PostgreSQL.html#PostgreSQL.Concepts.General.DBVersions>`_ in the *Amazon RDS User Guide.*
9753
9878
  :param iops: The number of I/O operations per second (IOPS) that the database provisions. The value must be equal to or greater than 1000. If you specify this property, you must follow the range of allowed ratios of your requested IOPS rate to the amount of storage that you allocate (IOPS to allocated storage). For example, you can provision an Oracle database instance with 1000 IOPS and 200 GiB of storage (a ratio of 5:1), or specify 2000 IOPS with 200 GiB of storage (a ratio of 10:1). For more information, see `Amazon RDS Provisioned IOPS Storage to Improve Performance <https://docs.aws.amazon.com/AmazonRDS/latest/DeveloperGuide/CHAP_Storage.html#USER_PIOPS>`_ in the *Amazon RDS User Guide* . .. epigraph:: If you specify ``io1`` for the ``StorageType`` property, then you must also specify the ``Iops`` property. Constraints: - For RDS for Db2, MariaDB, MySQL, Oracle, and PostgreSQL - Must be a multiple between .5 and 50 of the storage amount for the DB instance. - For RDS for SQL Server - Must be a multiple between 1 and 50 of the storage amount for the DB instance.
9754
9879
  :param kms_key_id: The ARN of the AWS KMS key that's used to encrypt the DB instance, such as ``arn:aws:kms:us-east-1:012345678910:key/abcd1234-a123-456a-a12b-a123b4cd56ef`` . If you enable the StorageEncrypted property but don't specify this property, AWS CloudFormation uses the default KMS key. If you specify this property, you must set the StorageEncrypted property to true. If you specify the ``SourceDBInstanceIdentifier`` property, the value is inherited from the source DB instance if the read replica is created in the same region. If you create an encrypted read replica in a different AWS Region, then you must specify a KMS key for the destination AWS Region. KMS encryption keys are specific to the region that they're created in, and you can't use encryption keys from one region in another region. If you specify the ``SnapshotIdentifier`` property, the ``StorageEncrypted`` property value is inherited from the snapshot, and if the DB instance is encrypted, the specified ``KmsKeyId`` property is used. If you specify ``DBSecurityGroups`` , AWS CloudFormation ignores this property. To specify both a security group and this property, you must use a VPC security group. For more information about Amazon RDS and VPC, see `Using Amazon RDS with Amazon VPC <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.html>`_ in the *Amazon RDS User Guide* . *Amazon Aurora* Not applicable. The KMS key identifier is managed by the DB cluster.
@@ -9781,7 +9906,7 @@ class CfnDBInstanceProps:
9781
9906
  :param source_region: The ID of the region that contains the source DB instance for the read replica.
9782
9907
  :param storage_encrypted: A value that indicates whether the DB instance is encrypted. By default, it isn't encrypted. If you specify the ``KmsKeyId`` property, then you must enable encryption. If you specify the ``SourceDBInstanceIdentifier`` property, don't specify this property. The value is inherited from the source DB instance, and if the DB instance is encrypted, the specified ``KmsKeyId`` property is used. If you specify the ``DBSnapshotIdentifier`` and the specified snapshot is encrypted, don't specify this property. The value is inherited from the snapshot, and the specified ``KmsKeyId`` property is used. If you specify the ``DBSnapshotIdentifier`` and the specified snapshot isn't encrypted, you can use this property to specify that the restored DB instance is encrypted. Specify the ``KmsKeyId`` property for the KMS key to use for encryption. If you don't want the restored DB instance to be encrypted, then don't set this property or set it to ``false`` . *Amazon Aurora* Not applicable. The encryption for DB instances is managed by the DB cluster.
9783
9908
  :param storage_throughput: Specifies the storage throughput value for the DB instance. This setting applies only to the ``gp3`` storage type. This setting doesn't apply to RDS Custom or Amazon Aurora.
9784
- :param storage_type: Specifies the storage type to be associated with the DB instance. Valid values: ``gp2 | gp3 | io1 | standard`` The ``standard`` value is also known as magnetic. If you specify ``io1`` or ``gp3`` , you must also include a value for the ``Iops`` parameter. Default: ``io1`` if the ``Iops`` parameter is specified, otherwise ``gp2`` For more information, see `Amazon RDS DB Instance Storage <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Storage.html>`_ in the *Amazon RDS User Guide* . *Amazon Aurora* Not applicable. Aurora data is stored in the cluster volume, which is a single, virtual volume that uses solid state drives (SSDs).
9909
+ :param storage_type: The storage type to associate with the DB instance. If you specify ``io1`` , ``io2`` , or ``gp3`` , you must also include a value for the ``Iops`` parameter. This setting doesn't apply to Amazon Aurora DB instances. Storage is managed by the DB cluster. Valid Values: ``gp2 | gp3 | io1 | io2 | standard`` Default: ``io1`` , if the ``Iops`` parameter is specified. Otherwise, ``gp2`` .
9785
9910
  :param tags: An optional array of key-value pairs to apply to this DB instance.
9786
9911
  :param tde_credential_arn:
9787
9912
  :param tde_credential_password:
@@ -10421,9 +10546,7 @@ class CfnDBInstanceProps:
10421
10546
 
10422
10547
  @builtins.property
10423
10548
  def db_instance_class(self) -> typing.Optional[builtins.str]:
10424
- '''The compute and memory capacity of the DB instance, for example, ``db.m4.large`` . Not all DB instance classes are available in all AWS Regions, or for all database engines.
10425
-
10426
- For the full list of DB instance classes, and availability for your engine, see `DB Instance Class <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html>`_ in the *Amazon RDS User Guide.* For more information about DB instance class pricing and AWS Region support for DB instance classes, see `Amazon RDS Pricing <https://docs.aws.amazon.com/rds/pricing/>`_ .
10549
+ '''The compute and memory capacity of the DB instance, for example ``db.m5.large`` . Not all DB instance classes are available in all AWS Regions , or for all database engines. For the full list of DB instance classes, and availability for your engine, see `DB instance classes <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html>`_ in the *Amazon RDS User Guide* or `Aurora DB instance classes <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Concepts.DBInstanceClass.html>`_ in the *Amazon Aurora User Guide* .
10427
10550
 
10428
10551
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-dbinstanceclass
10429
10552
  '''
@@ -10851,12 +10974,14 @@ class CfnDBInstanceProps:
10851
10974
 
10852
10975
  @builtins.property
10853
10976
  def engine(self) -> typing.Optional[builtins.str]:
10854
- '''The name of the database engine that you want to use for this DB instance.
10977
+ '''The name of the database engine to use for this DB instance.
10855
10978
 
10856
10979
  Not every database engine is available in every AWS Region.
10980
+
10981
+ This property is required when creating a DB instance.
10857
10982
  .. epigraph::
10858
10983
 
10859
- When you are creating a DB instance, the ``Engine`` property is required.
10984
+ You can change the architecture of an Oracle database from the non-container database (CDB) architecture to the CDB architecture by updating the ``Engine`` value in your templates from ``oracle-ee`` or ``oracle-ee-cdb`` to ``oracle-se2-cdb`` . Converting to the CDB architecture requires an interruption.
10860
10985
 
10861
10986
  Valid Values:
10862
10987
 
@@ -11517,21 +11642,15 @@ class CfnDBInstanceProps:
11517
11642
 
11518
11643
  @builtins.property
11519
11644
  def storage_type(self) -> typing.Optional[builtins.str]:
11520
- '''Specifies the storage type to be associated with the DB instance.
11645
+ '''The storage type to associate with the DB instance.
11521
11646
 
11522
- Valid values: ``gp2 | gp3 | io1 | standard``
11647
+ If you specify ``io1`` , ``io2`` , or ``gp3`` , you must also include a value for the ``Iops`` parameter.
11523
11648
 
11524
- The ``standard`` value is also known as magnetic.
11649
+ This setting doesn't apply to Amazon Aurora DB instances. Storage is managed by the DB cluster.
11525
11650
 
11526
- If you specify ``io1`` or ``gp3`` , you must also include a value for the ``Iops`` parameter.
11527
-
11528
- Default: ``io1`` if the ``Iops`` parameter is specified, otherwise ``gp2``
11529
-
11530
- For more information, see `Amazon RDS DB Instance Storage <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Storage.html>`_ in the *Amazon RDS User Guide* .
11531
-
11532
- *Amazon Aurora*
11651
+ Valid Values: ``gp2 | gp3 | io1 | io2 | standard``
11533
11652
 
11534
- Not applicable. Aurora data is stored in the cluster volume, which is a single, virtual volume that uses solid state drives (SSDs).
11653
+ Default: ``io1`` , if the ``Iops`` parameter is specified. Otherwise, ``gp2`` .
11535
11654
 
11536
11655
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-storagetype
11537
11656
  '''
@@ -18404,6 +18523,7 @@ class DBClusterStorageType(enum.Enum):
18404
18523
  "instance_identifiers": "instanceIdentifiers",
18405
18524
  "port": "port",
18406
18525
  "reader_endpoint_address": "readerEndpointAddress",
18526
+ "secret": "secret",
18407
18527
  "security_groups": "securityGroups",
18408
18528
  },
18409
18529
  )
@@ -18419,6 +18539,7 @@ class DatabaseClusterAttributes:
18419
18539
  instance_identifiers: typing.Optional[typing.Sequence[builtins.str]] = None,
18420
18540
  port: typing.Optional[jsii.Number] = None,
18421
18541
  reader_endpoint_address: typing.Optional[builtins.str] = None,
18542
+ secret: typing.Optional[_ISecret_6e020e6a] = None,
18422
18543
  security_groups: typing.Optional[typing.Sequence[_ISecurityGroup_acf8a799]] = None,
18423
18544
  ) -> None:
18424
18545
  '''Properties that describe an existing cluster instance.
@@ -18431,6 +18552,7 @@ class DatabaseClusterAttributes:
18431
18552
  :param instance_identifiers: Identifier for the instances. Default: - no instance identifiers
18432
18553
  :param port: The database port. Default: - none
18433
18554
  :param reader_endpoint_address: Reader endpoint address. Default: - no reader address
18555
+ :param secret: The secret attached to the database cluster. Default: - the imported Cluster's secret is unknown
18434
18556
  :param security_groups: The security groups of the database cluster. Default: - no security groups
18435
18557
 
18436
18558
  :exampleMetadata: fixture=_generated
@@ -18441,8 +18563,10 @@ class DatabaseClusterAttributes:
18441
18563
  # The values are placeholders you should change.
18442
18564
  from aws_cdk import aws_ec2 as ec2
18443
18565
  from aws_cdk import aws_rds as rds
18566
+ from aws_cdk import aws_secretsmanager as secretsmanager
18444
18567
 
18445
18568
  # cluster_engine: rds.IClusterEngine
18569
+ # secret: secretsmanager.Secret
18446
18570
  # security_group: ec2.SecurityGroup
18447
18571
 
18448
18572
  database_cluster_attributes = rds.DatabaseClusterAttributes(
@@ -18456,6 +18580,7 @@ class DatabaseClusterAttributes:
18456
18580
  instance_identifiers=["instanceIdentifiers"],
18457
18581
  port=123,
18458
18582
  reader_endpoint_address="readerEndpointAddress",
18583
+ secret=secret,
18459
18584
  security_groups=[security_group]
18460
18585
  )
18461
18586
  '''
@@ -18469,6 +18594,7 @@ class DatabaseClusterAttributes:
18469
18594
  check_type(argname="argument instance_identifiers", value=instance_identifiers, expected_type=type_hints["instance_identifiers"])
18470
18595
  check_type(argname="argument port", value=port, expected_type=type_hints["port"])
18471
18596
  check_type(argname="argument reader_endpoint_address", value=reader_endpoint_address, expected_type=type_hints["reader_endpoint_address"])
18597
+ check_type(argname="argument secret", value=secret, expected_type=type_hints["secret"])
18472
18598
  check_type(argname="argument security_groups", value=security_groups, expected_type=type_hints["security_groups"])
18473
18599
  self._values: typing.Dict[builtins.str, typing.Any] = {
18474
18600
  "cluster_identifier": cluster_identifier,
@@ -18487,6 +18613,8 @@ class DatabaseClusterAttributes:
18487
18613
  self._values["port"] = port
18488
18614
  if reader_endpoint_address is not None:
18489
18615
  self._values["reader_endpoint_address"] = reader_endpoint_address
18616
+ if secret is not None:
18617
+ self._values["secret"] = secret
18490
18618
  if security_groups is not None:
18491
18619
  self._values["security_groups"] = security_groups
18492
18620
 
@@ -18562,6 +18690,15 @@ class DatabaseClusterAttributes:
18562
18690
  result = self._values.get("reader_endpoint_address")
18563
18691
  return typing.cast(typing.Optional[builtins.str], result)
18564
18692
 
18693
+ @builtins.property
18694
+ def secret(self) -> typing.Optional[_ISecret_6e020e6a]:
18695
+ '''The secret attached to the database cluster.
18696
+
18697
+ :default: - the imported Cluster's secret is unknown
18698
+ '''
18699
+ result = self._values.get("secret")
18700
+ return typing.cast(typing.Optional[_ISecret_6e020e6a], result)
18701
+
18565
18702
  @builtins.property
18566
18703
  def security_groups(self) -> typing.Optional[typing.List[_ISecurityGroup_acf8a799]]:
18567
18704
  '''The security groups of the database cluster.
@@ -28225,6 +28362,12 @@ class MariaDbEngineVersion(
28225
28362
  '''Version "10.11.6".'''
28226
28363
  return typing.cast("MariaDbEngineVersion", jsii.sget(cls, "VER_10_11_6"))
28227
28364
 
28365
+ @jsii.python.classproperty
28366
+ @jsii.member(jsii_name="VER_10_11_7")
28367
+ def VER_10_11_7(cls) -> "MariaDbEngineVersion":
28368
+ '''Version "10.11.7".'''
28369
+ return typing.cast("MariaDbEngineVersion", jsii.sget(cls, "VER_10_11_7"))
28370
+
28228
28371
  @jsii.python.classproperty
28229
28372
  @jsii.member(jsii_name="VER_10_2")
28230
28373
  def VER_10_2(cls) -> "MariaDbEngineVersion":
@@ -28335,88 +28478,180 @@ class MariaDbEngineVersion(
28335
28478
  '''
28336
28479
  return typing.cast("MariaDbEngineVersion", jsii.sget(cls, "VER_10_2_41"))
28337
28480
 
28481
+ @jsii.python.classproperty
28482
+ @jsii.member(jsii_name="VER_10_2_43")
28483
+ def VER_10_2_43(cls) -> "MariaDbEngineVersion":
28484
+ '''(deprecated) Version "10.2.43".
28485
+
28486
+ :deprecated: MariaDB 10.2.43 is no longer supported by Amazon RDS.
28487
+
28488
+ :stability: deprecated
28489
+ '''
28490
+ return typing.cast("MariaDbEngineVersion", jsii.sget(cls, "VER_10_2_43"))
28491
+
28492
+ @jsii.python.classproperty
28493
+ @jsii.member(jsii_name="VER_10_2_44")
28494
+ def VER_10_2_44(cls) -> "MariaDbEngineVersion":
28495
+ '''(deprecated) Version "10.2.44".
28496
+
28497
+ :deprecated: MariaDB 10.2.44 is no longer supported by Amazon RDS.
28498
+
28499
+ :stability: deprecated
28500
+ '''
28501
+ return typing.cast("MariaDbEngineVersion", jsii.sget(cls, "VER_10_2_44"))
28502
+
28338
28503
  @jsii.python.classproperty
28339
28504
  @jsii.member(jsii_name="VER_10_3")
28340
28505
  def VER_10_3(cls) -> "MariaDbEngineVersion":
28341
- '''Version "10.3" (only a major version, without a specific minor version).'''
28506
+ '''(deprecated) Version "10.3" (only a major version, without a specific minor version).
28507
+
28508
+ :deprecated: MariaDB 10.3 is no longer supported by Amazon RDS.
28509
+
28510
+ :stability: deprecated
28511
+ '''
28342
28512
  return typing.cast("MariaDbEngineVersion", jsii.sget(cls, "VER_10_3"))
28343
28513
 
28344
28514
  @jsii.python.classproperty
28345
28515
  @jsii.member(jsii_name="VER_10_3_13")
28346
28516
  def VER_10_3_13(cls) -> "MariaDbEngineVersion":
28347
- '''Version "10.3.13".'''
28517
+ '''(deprecated) Version "10.3.13".
28518
+
28519
+ :deprecated: MariaDB 10.3.13 is no longer supported by Amazon RDS.
28520
+
28521
+ :stability: deprecated
28522
+ '''
28348
28523
  return typing.cast("MariaDbEngineVersion", jsii.sget(cls, "VER_10_3_13"))
28349
28524
 
28350
28525
  @jsii.python.classproperty
28351
28526
  @jsii.member(jsii_name="VER_10_3_20")
28352
28527
  def VER_10_3_20(cls) -> "MariaDbEngineVersion":
28353
- '''Version "10.3.20".'''
28528
+ '''(deprecated) Version "10.3.20".
28529
+
28530
+ :deprecated: MariaDB 10.3.20 is no longer supported by Amazon RDS.
28531
+
28532
+ :stability: deprecated
28533
+ '''
28354
28534
  return typing.cast("MariaDbEngineVersion", jsii.sget(cls, "VER_10_3_20"))
28355
28535
 
28356
28536
  @jsii.python.classproperty
28357
28537
  @jsii.member(jsii_name="VER_10_3_23")
28358
28538
  def VER_10_3_23(cls) -> "MariaDbEngineVersion":
28359
- '''Version "10.3.23".'''
28539
+ '''(deprecated) Version "10.3.23".
28540
+
28541
+ :deprecated: MariaDB 10.3.23 is no longer supported by Amazon RDS.
28542
+
28543
+ :stability: deprecated
28544
+ '''
28360
28545
  return typing.cast("MariaDbEngineVersion", jsii.sget(cls, "VER_10_3_23"))
28361
28546
 
28362
28547
  @jsii.python.classproperty
28363
28548
  @jsii.member(jsii_name="VER_10_3_28")
28364
28549
  def VER_10_3_28(cls) -> "MariaDbEngineVersion":
28365
- '''Version "10.3.28".'''
28550
+ '''(deprecated) Version "10.3.28".
28551
+
28552
+ :deprecated: MariaDB 10.3.28 is no longer supported by Amazon RDS.
28553
+
28554
+ :stability: deprecated
28555
+ '''
28366
28556
  return typing.cast("MariaDbEngineVersion", jsii.sget(cls, "VER_10_3_28"))
28367
28557
 
28368
28558
  @jsii.python.classproperty
28369
28559
  @jsii.member(jsii_name="VER_10_3_31")
28370
28560
  def VER_10_3_31(cls) -> "MariaDbEngineVersion":
28371
- '''Version "10.3.31".'''
28561
+ '''(deprecated) Version "10.3.31".
28562
+
28563
+ :deprecated: MariaDB 10.3.31 is no longer supported by Amazon RDS.
28564
+
28565
+ :stability: deprecated
28566
+ '''
28372
28567
  return typing.cast("MariaDbEngineVersion", jsii.sget(cls, "VER_10_3_31"))
28373
28568
 
28374
28569
  @jsii.python.classproperty
28375
28570
  @jsii.member(jsii_name="VER_10_3_32")
28376
28571
  def VER_10_3_32(cls) -> "MariaDbEngineVersion":
28377
- '''Version "10.3.32".'''
28572
+ '''(deprecated) Version "10.3.32".
28573
+
28574
+ :deprecated: MariaDB 10.3.32 is no longer supported by Amazon RDS.
28575
+
28576
+ :stability: deprecated
28577
+ '''
28378
28578
  return typing.cast("MariaDbEngineVersion", jsii.sget(cls, "VER_10_3_32"))
28379
28579
 
28380
28580
  @jsii.python.classproperty
28381
28581
  @jsii.member(jsii_name="VER_10_3_34")
28382
28582
  def VER_10_3_34(cls) -> "MariaDbEngineVersion":
28383
- '''Version "10.3.34".'''
28583
+ '''(deprecated) Version "10.3.34".
28584
+
28585
+ :deprecated: MariaDB 10.3.34 is no longer supported by Amazon RDS.
28586
+
28587
+ :stability: deprecated
28588
+ '''
28384
28589
  return typing.cast("MariaDbEngineVersion", jsii.sget(cls, "VER_10_3_34"))
28385
28590
 
28386
28591
  @jsii.python.classproperty
28387
28592
  @jsii.member(jsii_name="VER_10_3_35")
28388
28593
  def VER_10_3_35(cls) -> "MariaDbEngineVersion":
28389
- '''Version "10.3.35".'''
28594
+ '''(deprecated) Version "10.3.35".
28595
+
28596
+ :deprecated: MariaDB 10.3.35 is no longer supported by Amazon RDS.
28597
+
28598
+ :stability: deprecated
28599
+ '''
28390
28600
  return typing.cast("MariaDbEngineVersion", jsii.sget(cls, "VER_10_3_35"))
28391
28601
 
28392
28602
  @jsii.python.classproperty
28393
28603
  @jsii.member(jsii_name="VER_10_3_36")
28394
28604
  def VER_10_3_36(cls) -> "MariaDbEngineVersion":
28395
- '''Version "10.3.36".'''
28605
+ '''(deprecated) Version "10.3.36".
28606
+
28607
+ :deprecated: MariaDB 10.3.36 is no longer supported by Amazon RDS.
28608
+
28609
+ :stability: deprecated
28610
+ '''
28396
28611
  return typing.cast("MariaDbEngineVersion", jsii.sget(cls, "VER_10_3_36"))
28397
28612
 
28398
28613
  @jsii.python.classproperty
28399
28614
  @jsii.member(jsii_name="VER_10_3_37")
28400
28615
  def VER_10_3_37(cls) -> "MariaDbEngineVersion":
28401
- '''Version "10.3.37".'''
28616
+ '''(deprecated) Version "10.3.37".
28617
+
28618
+ :deprecated: MariaDB 10.3.37 is no longer supported by Amazon RDS.
28619
+
28620
+ :stability: deprecated
28621
+ '''
28402
28622
  return typing.cast("MariaDbEngineVersion", jsii.sget(cls, "VER_10_3_37"))
28403
28623
 
28404
28624
  @jsii.python.classproperty
28405
28625
  @jsii.member(jsii_name="VER_10_3_38")
28406
28626
  def VER_10_3_38(cls) -> "MariaDbEngineVersion":
28407
- '''Version "10.3.38".'''
28627
+ '''(deprecated) Version "10.3.38".
28628
+
28629
+ :deprecated: MariaDB 10.3.38 is no longer supported by Amazon RDS.
28630
+
28631
+ :stability: deprecated
28632
+ '''
28408
28633
  return typing.cast("MariaDbEngineVersion", jsii.sget(cls, "VER_10_3_38"))
28409
28634
 
28410
28635
  @jsii.python.classproperty
28411
28636
  @jsii.member(jsii_name="VER_10_3_39")
28412
28637
  def VER_10_3_39(cls) -> "MariaDbEngineVersion":
28413
- '''Version "10.3.39".'''
28638
+ '''(deprecated) Version "10.3.39".
28639
+
28640
+ :deprecated: MariaDB 10.3.39 is no longer supported by Amazon RDS.
28641
+
28642
+ :stability: deprecated
28643
+ '''
28414
28644
  return typing.cast("MariaDbEngineVersion", jsii.sget(cls, "VER_10_3_39"))
28415
28645
 
28416
28646
  @jsii.python.classproperty
28417
28647
  @jsii.member(jsii_name="VER_10_3_8")
28418
28648
  def VER_10_3_8(cls) -> "MariaDbEngineVersion":
28419
- '''Version "10.3.8".'''
28649
+ '''(deprecated) Version "10.3.8".
28650
+
28651
+ :deprecated: MariaDB 10.3.8 is no longer supported by Amazon RDS.
28652
+
28653
+ :stability: deprecated
28654
+ '''
28420
28655
  return typing.cast("MariaDbEngineVersion", jsii.sget(cls, "VER_10_3_8"))
28421
28656
 
28422
28657
  @jsii.python.classproperty
@@ -28428,43 +28663,78 @@ class MariaDbEngineVersion(
28428
28663
  @jsii.python.classproperty
28429
28664
  @jsii.member(jsii_name="VER_10_4_13")
28430
28665
  def VER_10_4_13(cls) -> "MariaDbEngineVersion":
28431
- '''Version "10.4.13".'''
28666
+ '''(deprecated) Version "10.4.13".
28667
+
28668
+ :deprecated: MariaDB 10.4.13 is no longer supported by Amazon RDS.
28669
+
28670
+ :stability: deprecated
28671
+ '''
28432
28672
  return typing.cast("MariaDbEngineVersion", jsii.sget(cls, "VER_10_4_13"))
28433
28673
 
28434
28674
  @jsii.python.classproperty
28435
28675
  @jsii.member(jsii_name="VER_10_4_18")
28436
28676
  def VER_10_4_18(cls) -> "MariaDbEngineVersion":
28437
- '''Version "10.4.18".'''
28677
+ '''(deprecated) Version "10.4.18".
28678
+
28679
+ :deprecated: MariaDB 10.4.18 is no longer supported by Amazon RDS.
28680
+
28681
+ :stability: deprecated
28682
+ '''
28438
28683
  return typing.cast("MariaDbEngineVersion", jsii.sget(cls, "VER_10_4_18"))
28439
28684
 
28440
28685
  @jsii.python.classproperty
28441
28686
  @jsii.member(jsii_name="VER_10_4_21")
28442
28687
  def VER_10_4_21(cls) -> "MariaDbEngineVersion":
28443
- '''Version "10.4.21".'''
28688
+ '''(deprecated) Version "10.4.21".
28689
+
28690
+ :deprecated: MariaDB 10.4.21 is no longer supported by Amazon RDS.
28691
+
28692
+ :stability: deprecated
28693
+ '''
28444
28694
  return typing.cast("MariaDbEngineVersion", jsii.sget(cls, "VER_10_4_21"))
28445
28695
 
28446
28696
  @jsii.python.classproperty
28447
28697
  @jsii.member(jsii_name="VER_10_4_22")
28448
28698
  def VER_10_4_22(cls) -> "MariaDbEngineVersion":
28449
- '''Version "10.4.22".'''
28699
+ '''(deprecated) Version "10.4.22".
28700
+
28701
+ :deprecated: MariaDB 10.4.22 is no longer supported by Amazon RDS.
28702
+
28703
+ :stability: deprecated
28704
+ '''
28450
28705
  return typing.cast("MariaDbEngineVersion", jsii.sget(cls, "VER_10_4_22"))
28451
28706
 
28452
28707
  @jsii.python.classproperty
28453
28708
  @jsii.member(jsii_name="VER_10_4_24")
28454
28709
  def VER_10_4_24(cls) -> "MariaDbEngineVersion":
28455
- '''Version "10.4.24".'''
28710
+ '''(deprecated) Version "10.4.24".
28711
+
28712
+ :deprecated: MariaDB 10.4.24 is no longer supported by Amazon RDS.
28713
+
28714
+ :stability: deprecated
28715
+ '''
28456
28716
  return typing.cast("MariaDbEngineVersion", jsii.sget(cls, "VER_10_4_24"))
28457
28717
 
28458
28718
  @jsii.python.classproperty
28459
28719
  @jsii.member(jsii_name="VER_10_4_25")
28460
28720
  def VER_10_4_25(cls) -> "MariaDbEngineVersion":
28461
- '''Version "10.4.25".'''
28721
+ '''(deprecated) Version "10.4.25".
28722
+
28723
+ :deprecated: MariaDB 10.4.25 is no longer supported by Amazon RDS.
28724
+
28725
+ :stability: deprecated
28726
+ '''
28462
28727
  return typing.cast("MariaDbEngineVersion", jsii.sget(cls, "VER_10_4_25"))
28463
28728
 
28464
28729
  @jsii.python.classproperty
28465
28730
  @jsii.member(jsii_name="VER_10_4_26")
28466
28731
  def VER_10_4_26(cls) -> "MariaDbEngineVersion":
28467
- '''Version "10.4.26".'''
28732
+ '''(deprecated) Version "10.4.26".
28733
+
28734
+ :deprecated: MariaDB 10.4.26 is no longer supported by Amazon RDS.
28735
+
28736
+ :stability: deprecated
28737
+ '''
28468
28738
  return typing.cast("MariaDbEngineVersion", jsii.sget(cls, "VER_10_4_26"))
28469
28739
 
28470
28740
  @jsii.python.classproperty
@@ -28503,10 +28773,21 @@ class MariaDbEngineVersion(
28503
28773
  '''Version "10.4.32".'''
28504
28774
  return typing.cast("MariaDbEngineVersion", jsii.sget(cls, "VER_10_4_32"))
28505
28775
 
28776
+ @jsii.python.classproperty
28777
+ @jsii.member(jsii_name="VER_10_4_33")
28778
+ def VER_10_4_33(cls) -> "MariaDbEngineVersion":
28779
+ '''Version "10.4.33".'''
28780
+ return typing.cast("MariaDbEngineVersion", jsii.sget(cls, "VER_10_4_33"))
28781
+
28506
28782
  @jsii.python.classproperty
28507
28783
  @jsii.member(jsii_name="VER_10_4_8")
28508
28784
  def VER_10_4_8(cls) -> "MariaDbEngineVersion":
28509
- '''Version "10.4.8".'''
28785
+ '''(deprecated) Version "10.4.8".
28786
+
28787
+ :deprecated: MariaDB 10.4.8 is no longer supported by Amazon RDS.
28788
+
28789
+ :stability: deprecated
28790
+ '''
28510
28791
  return typing.cast("MariaDbEngineVersion", jsii.sget(cls, "VER_10_4_8"))
28511
28792
 
28512
28793
  @jsii.python.classproperty
@@ -28518,31 +28799,56 @@ class MariaDbEngineVersion(
28518
28799
  @jsii.python.classproperty
28519
28800
  @jsii.member(jsii_name="VER_10_5_12")
28520
28801
  def VER_10_5_12(cls) -> "MariaDbEngineVersion":
28521
- '''Version "10.5.12".'''
28802
+ '''(deprecated) Version "10.5.12".
28803
+
28804
+ :deprecated: MariaDB 10.5.12 is no longer supported by Amazon RDS.
28805
+
28806
+ :stability: deprecated
28807
+ '''
28522
28808
  return typing.cast("MariaDbEngineVersion", jsii.sget(cls, "VER_10_5_12"))
28523
28809
 
28524
28810
  @jsii.python.classproperty
28525
28811
  @jsii.member(jsii_name="VER_10_5_13")
28526
28812
  def VER_10_5_13(cls) -> "MariaDbEngineVersion":
28527
- '''Version "10.5.13".'''
28813
+ '''(deprecated) Version "10.5.13".
28814
+
28815
+ :deprecated: MariaDB 10.5.13 is no longer supported by Amazon RDS.
28816
+
28817
+ :stability: deprecated
28818
+ '''
28528
28819
  return typing.cast("MariaDbEngineVersion", jsii.sget(cls, "VER_10_5_13"))
28529
28820
 
28530
28821
  @jsii.python.classproperty
28531
28822
  @jsii.member(jsii_name="VER_10_5_15")
28532
28823
  def VER_10_5_15(cls) -> "MariaDbEngineVersion":
28533
- '''Version "10.5.15".'''
28824
+ '''(deprecated) Version "10.5.15".
28825
+
28826
+ :deprecated: MariaDB 10.5.15 is no longer supported by Amazon RDS.
28827
+
28828
+ :stability: deprecated
28829
+ '''
28534
28830
  return typing.cast("MariaDbEngineVersion", jsii.sget(cls, "VER_10_5_15"))
28535
28831
 
28536
28832
  @jsii.python.classproperty
28537
28833
  @jsii.member(jsii_name="VER_10_5_16")
28538
28834
  def VER_10_5_16(cls) -> "MariaDbEngineVersion":
28539
- '''Version "10.5.16".'''
28835
+ '''(deprecated) Version "10.5.16".
28836
+
28837
+ :deprecated: MariaDB 10.5.16 is no longer supported by Amazon RDS.
28838
+
28839
+ :stability: deprecated
28840
+ '''
28540
28841
  return typing.cast("MariaDbEngineVersion", jsii.sget(cls, "VER_10_5_16"))
28541
28842
 
28542
28843
  @jsii.python.classproperty
28543
28844
  @jsii.member(jsii_name="VER_10_5_17")
28544
28845
  def VER_10_5_17(cls) -> "MariaDbEngineVersion":
28545
- '''Version "10.5.17".'''
28846
+ '''(deprecated) Version "10.5.17".
28847
+
28848
+ :deprecated: MariaDB 10.5.17 is no longer supported by Amazon RDS.
28849
+
28850
+ :stability: deprecated
28851
+ '''
28546
28852
  return typing.cast("MariaDbEngineVersion", jsii.sget(cls, "VER_10_5_17"))
28547
28853
 
28548
28854
  @jsii.python.classproperty
@@ -28581,16 +28887,32 @@ class MariaDbEngineVersion(
28581
28887
  '''Version "10.5.23".'''
28582
28888
  return typing.cast("MariaDbEngineVersion", jsii.sget(cls, "VER_10_5_23"))
28583
28889
 
28890
+ @jsii.python.classproperty
28891
+ @jsii.member(jsii_name="VER_10_5_24")
28892
+ def VER_10_5_24(cls) -> "MariaDbEngineVersion":
28893
+ '''Version "10.5.24".'''
28894
+ return typing.cast("MariaDbEngineVersion", jsii.sget(cls, "VER_10_5_24"))
28895
+
28584
28896
  @jsii.python.classproperty
28585
28897
  @jsii.member(jsii_name="VER_10_5_8")
28586
28898
  def VER_10_5_8(cls) -> "MariaDbEngineVersion":
28587
- '''Version "10.5.8".'''
28899
+ '''(deprecated) Version "10.5.8".
28900
+
28901
+ :deprecated: MariaDB 10.5.8 is no longer supported by Amazon RDS.
28902
+
28903
+ :stability: deprecated
28904
+ '''
28588
28905
  return typing.cast("MariaDbEngineVersion", jsii.sget(cls, "VER_10_5_8"))
28589
28906
 
28590
28907
  @jsii.python.classproperty
28591
28908
  @jsii.member(jsii_name="VER_10_5_9")
28592
28909
  def VER_10_5_9(cls) -> "MariaDbEngineVersion":
28593
- '''Version "10.5.9".'''
28910
+ '''(deprecated) Version "10.5.9".
28911
+
28912
+ :deprecated: MariaDB 10.5.9 is no longer supported by Amazon RDS.
28913
+
28914
+ :stability: deprecated
28915
+ '''
28594
28916
  return typing.cast("MariaDbEngineVersion", jsii.sget(cls, "VER_10_5_9"))
28595
28917
 
28596
28918
  @jsii.python.classproperty
@@ -28641,22 +28963,43 @@ class MariaDbEngineVersion(
28641
28963
  '''Version "10.6.16".'''
28642
28964
  return typing.cast("MariaDbEngineVersion", jsii.sget(cls, "VER_10_6_16"))
28643
28965
 
28966
+ @jsii.python.classproperty
28967
+ @jsii.member(jsii_name="VER_10_6_17")
28968
+ def VER_10_6_17(cls) -> "MariaDbEngineVersion":
28969
+ '''Version "10.6.17".'''
28970
+ return typing.cast("MariaDbEngineVersion", jsii.sget(cls, "VER_10_6_17"))
28971
+
28644
28972
  @jsii.python.classproperty
28645
28973
  @jsii.member(jsii_name="VER_10_6_5")
28646
28974
  def VER_10_6_5(cls) -> "MariaDbEngineVersion":
28647
- '''Version "10.6.5".'''
28975
+ '''(deprecated) Version "10.6.5".
28976
+
28977
+ :deprecated: MariaDB 10.6.5 is no longer supported by Amazon RDS.
28978
+
28979
+ :stability: deprecated
28980
+ '''
28648
28981
  return typing.cast("MariaDbEngineVersion", jsii.sget(cls, "VER_10_6_5"))
28649
28982
 
28650
28983
  @jsii.python.classproperty
28651
28984
  @jsii.member(jsii_name="VER_10_6_7")
28652
28985
  def VER_10_6_7(cls) -> "MariaDbEngineVersion":
28653
- '''Version "10.6.7".'''
28986
+ '''(deprecated) Version "10.6.7".
28987
+
28988
+ :deprecated: MariaDB 10.6.7 is no longer supported by Amazon RDS.
28989
+
28990
+ :stability: deprecated
28991
+ '''
28654
28992
  return typing.cast("MariaDbEngineVersion", jsii.sget(cls, "VER_10_6_7"))
28655
28993
 
28656
28994
  @jsii.python.classproperty
28657
28995
  @jsii.member(jsii_name="VER_10_6_8")
28658
28996
  def VER_10_6_8(cls) -> "MariaDbEngineVersion":
28659
- '''Version "10.6.8".'''
28997
+ '''(deprecated) Version "10.6.8".
28998
+
28999
+ :deprecated: MariaDB 10.6.8 is no longer supported by Amazon RDS.
29000
+
29001
+ :stability: deprecated
29002
+ '''
28660
29003
  return typing.cast("MariaDbEngineVersion", jsii.sget(cls, "VER_10_6_8"))
28661
29004
 
28662
29005
  @builtins.property
@@ -28833,6 +29176,17 @@ class MysqlEngineVersion(
28833
29176
  check_type(argname="argument mysql_major_version", value=mysql_major_version, expected_type=type_hints["mysql_major_version"])
28834
29177
  return typing.cast("MysqlEngineVersion", jsii.sinvoke(cls, "of", [mysql_full_version, mysql_major_version]))
28835
29178
 
29179
+ @jsii.python.classproperty
29180
+ @jsii.member(jsii_name="VER_5_5_54")
29181
+ def VER_5_5_54(cls) -> "MysqlEngineVersion":
29182
+ '''(deprecated) Version "5.5.54".
29183
+
29184
+ :deprecated: MySQL 5.5.54 is no longer supported by Amazon RDS.
29185
+
29186
+ :stability: deprecated
29187
+ '''
29188
+ return typing.cast("MysqlEngineVersion", jsii.sget(cls, "VER_5_5_54"))
29189
+
28836
29190
  @jsii.python.classproperty
28837
29191
  @jsii.member(jsii_name="VER_5_7")
28838
29192
  def VER_5_7(cls) -> "MysqlEngineVersion":
@@ -28842,97 +29196,177 @@ class MysqlEngineVersion(
28842
29196
  @jsii.python.classproperty
28843
29197
  @jsii.member(jsii_name="VER_5_7_16")
28844
29198
  def VER_5_7_16(cls) -> "MysqlEngineVersion":
28845
- '''Version "5.7.16".'''
29199
+ '''(deprecated) Version "5.7.16".
29200
+
29201
+ :deprecated: MySQL 5.7.16 is no longer supported by Amazon RDS.
29202
+
29203
+ :stability: deprecated
29204
+ '''
28846
29205
  return typing.cast("MysqlEngineVersion", jsii.sget(cls, "VER_5_7_16"))
28847
29206
 
28848
29207
  @jsii.python.classproperty
28849
29208
  @jsii.member(jsii_name="VER_5_7_17")
28850
29209
  def VER_5_7_17(cls) -> "MysqlEngineVersion":
28851
- '''Version "5.7.17".'''
29210
+ '''(deprecated) Version "5.7.17".
29211
+
29212
+ :deprecated: MySQL 5.7.17 is no longer supported by Amazon RDS.
29213
+
29214
+ :stability: deprecated
29215
+ '''
28852
29216
  return typing.cast("MysqlEngineVersion", jsii.sget(cls, "VER_5_7_17"))
28853
29217
 
28854
29218
  @jsii.python.classproperty
28855
29219
  @jsii.member(jsii_name="VER_5_7_19")
28856
29220
  def VER_5_7_19(cls) -> "MysqlEngineVersion":
28857
- '''Version "5.7.19".'''
29221
+ '''(deprecated) Version "5.7.19".
29222
+
29223
+ :deprecated: MySQL 5.7.19 is no longer supported by Amazon RDS.
29224
+
29225
+ :stability: deprecated
29226
+ '''
28858
29227
  return typing.cast("MysqlEngineVersion", jsii.sget(cls, "VER_5_7_19"))
28859
29228
 
28860
29229
  @jsii.python.classproperty
28861
29230
  @jsii.member(jsii_name="VER_5_7_21")
28862
29231
  def VER_5_7_21(cls) -> "MysqlEngineVersion":
28863
- '''Version "5.7.21".'''
29232
+ '''(deprecated) Version "5.7.21".
29233
+
29234
+ :deprecated: MySQL 5.7.21 is no longer supported by Amazon RDS.
29235
+
29236
+ :stability: deprecated
29237
+ '''
28864
29238
  return typing.cast("MysqlEngineVersion", jsii.sget(cls, "VER_5_7_21"))
28865
29239
 
28866
29240
  @jsii.python.classproperty
28867
29241
  @jsii.member(jsii_name="VER_5_7_22")
28868
29242
  def VER_5_7_22(cls) -> "MysqlEngineVersion":
28869
- '''Version "5.7.22".'''
29243
+ '''(deprecated) Version "5.7.22".
29244
+
29245
+ :deprecated: MySQL 5.7.22 is no longer supported by Amazon RDS.
29246
+
29247
+ :stability: deprecated
29248
+ '''
28870
29249
  return typing.cast("MysqlEngineVersion", jsii.sget(cls, "VER_5_7_22"))
28871
29250
 
28872
29251
  @jsii.python.classproperty
28873
29252
  @jsii.member(jsii_name="VER_5_7_23")
28874
29253
  def VER_5_7_23(cls) -> "MysqlEngineVersion":
28875
- '''Version "5.7.23".'''
29254
+ '''(deprecated) Version "5.7.23".
29255
+
29256
+ :deprecated: MySQL 5.7.23 is no longer supported by Amazon RDS.
29257
+
29258
+ :stability: deprecated
29259
+ '''
28876
29260
  return typing.cast("MysqlEngineVersion", jsii.sget(cls, "VER_5_7_23"))
28877
29261
 
28878
29262
  @jsii.python.classproperty
28879
29263
  @jsii.member(jsii_name="VER_5_7_24")
28880
29264
  def VER_5_7_24(cls) -> "MysqlEngineVersion":
28881
- '''Version "5.7.24".'''
29265
+ '''(deprecated) Version "5.7.24".
29266
+
29267
+ :deprecated: MySQL 5.7.24 is no longer supported by Amazon RDS.
29268
+
29269
+ :stability: deprecated
29270
+ '''
28882
29271
  return typing.cast("MysqlEngineVersion", jsii.sget(cls, "VER_5_7_24"))
28883
29272
 
28884
29273
  @jsii.python.classproperty
28885
29274
  @jsii.member(jsii_name="VER_5_7_25")
28886
29275
  def VER_5_7_25(cls) -> "MysqlEngineVersion":
28887
- '''Version "5.7.25".'''
29276
+ '''(deprecated) Version "5.7.25".
29277
+
29278
+ :deprecated: MySQL 5.7.25 is no longer supported by Amazon RDS.
29279
+
29280
+ :stability: deprecated
29281
+ '''
28888
29282
  return typing.cast("MysqlEngineVersion", jsii.sget(cls, "VER_5_7_25"))
28889
29283
 
28890
29284
  @jsii.python.classproperty
28891
29285
  @jsii.member(jsii_name="VER_5_7_26")
28892
29286
  def VER_5_7_26(cls) -> "MysqlEngineVersion":
28893
- '''Version "5.7.26".'''
29287
+ '''(deprecated) Version "5.7.26".
29288
+
29289
+ :deprecated: MySQL 5.7.26 is no longer supported by Amazon RDS.
29290
+
29291
+ :stability: deprecated
29292
+ '''
28894
29293
  return typing.cast("MysqlEngineVersion", jsii.sget(cls, "VER_5_7_26"))
28895
29294
 
28896
29295
  @jsii.python.classproperty
28897
29296
  @jsii.member(jsii_name="VER_5_7_28")
28898
29297
  def VER_5_7_28(cls) -> "MysqlEngineVersion":
28899
- '''Version "5.7.28".'''
29298
+ '''(deprecated) Version "5.7.28".
29299
+
29300
+ :deprecated: MySQL 5.7.28 is no longer supported by Amazon RDS.
29301
+
29302
+ :stability: deprecated
29303
+ '''
28900
29304
  return typing.cast("MysqlEngineVersion", jsii.sget(cls, "VER_5_7_28"))
28901
29305
 
28902
29306
  @jsii.python.classproperty
28903
29307
  @jsii.member(jsii_name="VER_5_7_30")
28904
29308
  def VER_5_7_30(cls) -> "MysqlEngineVersion":
28905
- '''Version "5.7.30".'''
29309
+ '''(deprecated) Version "5.7.30".
29310
+
29311
+ :deprecated: MySQL 5.7.30 is no longer supported by Amazon RDS.
29312
+
29313
+ :stability: deprecated
29314
+ '''
28906
29315
  return typing.cast("MysqlEngineVersion", jsii.sget(cls, "VER_5_7_30"))
28907
29316
 
28908
29317
  @jsii.python.classproperty
28909
29318
  @jsii.member(jsii_name="VER_5_7_31")
28910
29319
  def VER_5_7_31(cls) -> "MysqlEngineVersion":
28911
- '''Version "5.7.31".'''
29320
+ '''(deprecated) Version "5.7.31".
29321
+
29322
+ :deprecated: MySQL 5.7.31 is no longer supported by Amazon RDS.
29323
+
29324
+ :stability: deprecated
29325
+ '''
28912
29326
  return typing.cast("MysqlEngineVersion", jsii.sget(cls, "VER_5_7_31"))
28913
29327
 
28914
29328
  @jsii.python.classproperty
28915
29329
  @jsii.member(jsii_name="VER_5_7_33")
28916
29330
  def VER_5_7_33(cls) -> "MysqlEngineVersion":
28917
- '''Version "5.7.33".'''
29331
+ '''(deprecated) Version "5.7.33".
29332
+
29333
+ :deprecated: MySQL 5.7.33 is no longer supported by Amazon RDS.
29334
+
29335
+ :stability: deprecated
29336
+ '''
28918
29337
  return typing.cast("MysqlEngineVersion", jsii.sget(cls, "VER_5_7_33"))
28919
29338
 
28920
29339
  @jsii.python.classproperty
28921
29340
  @jsii.member(jsii_name="VER_5_7_34")
28922
29341
  def VER_5_7_34(cls) -> "MysqlEngineVersion":
28923
- '''Version "5.7.34".'''
29342
+ '''(deprecated) Version "5.7.34".
29343
+
29344
+ :deprecated: MySQL 5.7.34 is no longer supported by Amazon RDS.
29345
+
29346
+ :stability: deprecated
29347
+ '''
28924
29348
  return typing.cast("MysqlEngineVersion", jsii.sget(cls, "VER_5_7_34"))
28925
29349
 
28926
29350
  @jsii.python.classproperty
28927
29351
  @jsii.member(jsii_name="VER_5_7_35")
28928
29352
  def VER_5_7_35(cls) -> "MysqlEngineVersion":
28929
- '''Version "5.7.35".'''
29353
+ '''(deprecated) Version "5.7.35".
29354
+
29355
+ :deprecated: MySQL 5.7.35 is no longer supported by Amazon RDS.
29356
+
29357
+ :stability: deprecated
29358
+ '''
28930
29359
  return typing.cast("MysqlEngineVersion", jsii.sget(cls, "VER_5_7_35"))
28931
29360
 
28932
29361
  @jsii.python.classproperty
28933
29362
  @jsii.member(jsii_name="VER_5_7_36")
28934
29363
  def VER_5_7_36(cls) -> "MysqlEngineVersion":
28935
- '''Version "5.7.36".'''
29364
+ '''(deprecated) Version "5.7.36".
29365
+
29366
+ :deprecated: MySQL 5.7.36 is no longer supported by Amazon RDS.
29367
+
29368
+ :stability: deprecated
29369
+ '''
28936
29370
  return typing.cast("MysqlEngineVersion", jsii.sget(cls, "VER_5_7_36"))
28937
29371
 
28938
29372
  @jsii.python.classproperty
@@ -28992,73 +29426,133 @@ class MysqlEngineVersion(
28992
29426
  @jsii.python.classproperty
28993
29427
  @jsii.member(jsii_name="VER_8_0_11")
28994
29428
  def VER_8_0_11(cls) -> "MysqlEngineVersion":
28995
- '''Version "8.0.11".'''
29429
+ '''(deprecated) Version "8.0.11".
29430
+
29431
+ :deprecated: MySQL 8.0.11 is no longer supported by Amazon RDS.
29432
+
29433
+ :stability: deprecated
29434
+ '''
28996
29435
  return typing.cast("MysqlEngineVersion", jsii.sget(cls, "VER_8_0_11"))
28997
29436
 
28998
29437
  @jsii.python.classproperty
28999
29438
  @jsii.member(jsii_name="VER_8_0_13")
29000
29439
  def VER_8_0_13(cls) -> "MysqlEngineVersion":
29001
- '''Version "8.0.13".'''
29440
+ '''(deprecated) Version "8.0.13".
29441
+
29442
+ :deprecated: MySQL 8.0.13 is no longer supported by Amazon RDS.
29443
+
29444
+ :stability: deprecated
29445
+ '''
29002
29446
  return typing.cast("MysqlEngineVersion", jsii.sget(cls, "VER_8_0_13"))
29003
29447
 
29004
29448
  @jsii.python.classproperty
29005
29449
  @jsii.member(jsii_name="VER_8_0_15")
29006
29450
  def VER_8_0_15(cls) -> "MysqlEngineVersion":
29007
- '''Version "8.0.15".'''
29451
+ '''(deprecated) Version "8.0.15".
29452
+
29453
+ :deprecated: MySQL 8.0.15 is no longer supported by Amazon RDS.
29454
+
29455
+ :stability: deprecated
29456
+ '''
29008
29457
  return typing.cast("MysqlEngineVersion", jsii.sget(cls, "VER_8_0_15"))
29009
29458
 
29010
29459
  @jsii.python.classproperty
29011
29460
  @jsii.member(jsii_name="VER_8_0_16")
29012
29461
  def VER_8_0_16(cls) -> "MysqlEngineVersion":
29013
- '''Version "8.0.16".'''
29462
+ '''(deprecated) Version "8.0.16".
29463
+
29464
+ :deprecated: MySQL 8.0.16 is no longer supported by Amazon RDS.
29465
+
29466
+ :stability: deprecated
29467
+ '''
29014
29468
  return typing.cast("MysqlEngineVersion", jsii.sget(cls, "VER_8_0_16"))
29015
29469
 
29016
29470
  @jsii.python.classproperty
29017
29471
  @jsii.member(jsii_name="VER_8_0_17")
29018
29472
  def VER_8_0_17(cls) -> "MysqlEngineVersion":
29019
- '''Version "8.0.17".'''
29473
+ '''(deprecated) Version "8.0.17".
29474
+
29475
+ :deprecated: MySQL 8.0.17 is no longer supported by Amazon RDS.
29476
+
29477
+ :stability: deprecated
29478
+ '''
29020
29479
  return typing.cast("MysqlEngineVersion", jsii.sget(cls, "VER_8_0_17"))
29021
29480
 
29022
29481
  @jsii.python.classproperty
29023
29482
  @jsii.member(jsii_name="VER_8_0_19")
29024
29483
  def VER_8_0_19(cls) -> "MysqlEngineVersion":
29025
- '''Version "8.0.19".'''
29484
+ '''(deprecated) Version "8.0.19".
29485
+
29486
+ :deprecated: MySQL 8.0.19 is no longer supported by Amazon RDS.
29487
+
29488
+ :stability: deprecated
29489
+ '''
29026
29490
  return typing.cast("MysqlEngineVersion", jsii.sget(cls, "VER_8_0_19"))
29027
29491
 
29028
29492
  @jsii.python.classproperty
29029
29493
  @jsii.member(jsii_name="VER_8_0_20")
29030
29494
  def VER_8_0_20(cls) -> "MysqlEngineVersion":
29031
- '''Version "8.0.20 ".'''
29495
+ '''(deprecated) Version "8.0.20".
29496
+
29497
+ :deprecated: MySQL 8.0.20 is no longer supported by Amazon RDS.
29498
+
29499
+ :stability: deprecated
29500
+ '''
29032
29501
  return typing.cast("MysqlEngineVersion", jsii.sget(cls, "VER_8_0_20"))
29033
29502
 
29034
29503
  @jsii.python.classproperty
29035
29504
  @jsii.member(jsii_name="VER_8_0_21")
29036
29505
  def VER_8_0_21(cls) -> "MysqlEngineVersion":
29037
- '''Version "8.0.21 ".'''
29506
+ '''(deprecated) Version "8.0.21".
29507
+
29508
+ :deprecated: MySQL 8.0.21 is no longer supported by Amazon RDS.
29509
+
29510
+ :stability: deprecated
29511
+ '''
29038
29512
  return typing.cast("MysqlEngineVersion", jsii.sget(cls, "VER_8_0_21"))
29039
29513
 
29040
29514
  @jsii.python.classproperty
29041
29515
  @jsii.member(jsii_name="VER_8_0_23")
29042
29516
  def VER_8_0_23(cls) -> "MysqlEngineVersion":
29043
- '''Version "8.0.23".'''
29517
+ '''(deprecated) Version "8.0.23".
29518
+
29519
+ :deprecated: MySQL 8.0.23 is no longer supported by Amazon RDS.
29520
+
29521
+ :stability: deprecated
29522
+ '''
29044
29523
  return typing.cast("MysqlEngineVersion", jsii.sget(cls, "VER_8_0_23"))
29045
29524
 
29046
29525
  @jsii.python.classproperty
29047
29526
  @jsii.member(jsii_name="VER_8_0_25")
29048
29527
  def VER_8_0_25(cls) -> "MysqlEngineVersion":
29049
- '''Version "8.0.25".'''
29528
+ '''(deprecated) Version "8.0.25".
29529
+
29530
+ :deprecated: MySQL 8.0.25 is no longer supported by Amazon RDS.
29531
+
29532
+ :stability: deprecated
29533
+ '''
29050
29534
  return typing.cast("MysqlEngineVersion", jsii.sget(cls, "VER_8_0_25"))
29051
29535
 
29052
29536
  @jsii.python.classproperty
29053
29537
  @jsii.member(jsii_name="VER_8_0_26")
29054
29538
  def VER_8_0_26(cls) -> "MysqlEngineVersion":
29055
- '''Version "8.0.26".'''
29539
+ '''(deprecated) Version "8.0.26".
29540
+
29541
+ :deprecated: MySQL 8.0.26 is no longer supported by Amazon RDS.
29542
+
29543
+ :stability: deprecated
29544
+ '''
29056
29545
  return typing.cast("MysqlEngineVersion", jsii.sget(cls, "VER_8_0_26"))
29057
29546
 
29058
29547
  @jsii.python.classproperty
29059
29548
  @jsii.member(jsii_name="VER_8_0_27")
29060
29549
  def VER_8_0_27(cls) -> "MysqlEngineVersion":
29061
- '''Version "8.0.27".'''
29550
+ '''(deprecated) Version "8.0.27".
29551
+
29552
+ :deprecated: MySQL 8.0.27 is no longer supported by Amazon RDS.
29553
+
29554
+ :stability: deprecated
29555
+ '''
29062
29556
  return typing.cast("MysqlEngineVersion", jsii.sget(cls, "VER_8_0_27"))
29063
29557
 
29064
29558
  @jsii.python.classproperty
@@ -29067,10 +29561,26 @@ class MysqlEngineVersion(
29067
29561
  '''Version "8.0.28".'''
29068
29562
  return typing.cast("MysqlEngineVersion", jsii.sget(cls, "VER_8_0_28"))
29069
29563
 
29564
+ @jsii.python.classproperty
29565
+ @jsii.member(jsii_name="VER_8_0_29")
29566
+ def VER_8_0_29(cls) -> "MysqlEngineVersion":
29567
+ '''(deprecated) Version "8.0.29".
29568
+
29569
+ :deprecated: MySQL 8.0.29 is no longer supported by Amazon RDS.
29570
+
29571
+ :stability: deprecated
29572
+ '''
29573
+ return typing.cast("MysqlEngineVersion", jsii.sget(cls, "VER_8_0_29"))
29574
+
29070
29575
  @jsii.python.classproperty
29071
29576
  @jsii.member(jsii_name="VER_8_0_30")
29072
29577
  def VER_8_0_30(cls) -> "MysqlEngineVersion":
29073
- '''Version "8.0.30".'''
29578
+ '''(deprecated) Version "8.0.30".
29579
+
29580
+ :deprecated: MySQL 8.0.30 is no longer supported by Amazon RDS.
29581
+
29582
+ :stability: deprecated
29583
+ '''
29074
29584
  return typing.cast("MysqlEngineVersion", jsii.sget(cls, "VER_8_0_30"))
29075
29585
 
29076
29586
  @jsii.python.classproperty
@@ -29103,6 +29613,12 @@ class MysqlEngineVersion(
29103
29613
  '''Version "8.0.35".'''
29104
29614
  return typing.cast("MysqlEngineVersion", jsii.sget(cls, "VER_8_0_35"))
29105
29615
 
29616
+ @jsii.python.classproperty
29617
+ @jsii.member(jsii_name="VER_8_0_36")
29618
+ def VER_8_0_36(cls) -> "MysqlEngineVersion":
29619
+ '''Version "8.0.36".'''
29620
+ return typing.cast("MysqlEngineVersion", jsii.sget(cls, "VER_8_0_36"))
29621
+
29106
29622
  @builtins.property
29107
29623
  @jsii.member(jsii_name="mysqlFullVersion")
29108
29624
  def mysql_full_version(self) -> builtins.str:
@@ -29779,325 +30295,595 @@ class OracleEngineVersion(
29779
30295
  @jsii.python.classproperty
29780
30296
  @jsii.member(jsii_name="VER_12_1")
29781
30297
  def VER_12_1(cls) -> "OracleEngineVersion":
29782
- '''Version "12.1" (only a major version, without a specific minor version).'''
30298
+ '''(deprecated) Version "12.1" (only a major version, without a specific minor version).
30299
+
30300
+ :deprecated: Oracle 12.1 is no longer supported by Amazon RDS.
30301
+
30302
+ :stability: deprecated
30303
+ '''
29783
30304
  return typing.cast("OracleEngineVersion", jsii.sget(cls, "VER_12_1"))
29784
30305
 
29785
30306
  @jsii.python.classproperty
29786
30307
  @jsii.member(jsii_name="VER_12_1_0_2_V1")
29787
30308
  def VER_12_1_0_2_V1(cls) -> "OracleEngineVersion":
29788
- '''Version "12.1.0.2.v1".'''
30309
+ '''(deprecated) Version "12.1.0.2.v1".
30310
+
30311
+ :deprecated: Oracle 12.1.0.2.v1 is no longer supported by Amazon RDS.
30312
+
30313
+ :stability: deprecated
30314
+ '''
29789
30315
  return typing.cast("OracleEngineVersion", jsii.sget(cls, "VER_12_1_0_2_V1"))
29790
30316
 
29791
30317
  @jsii.python.classproperty
29792
30318
  @jsii.member(jsii_name="VER_12_1_0_2_V10")
29793
30319
  def VER_12_1_0_2_V10(cls) -> "OracleEngineVersion":
29794
- '''Version "12.1.0.2.v10".'''
30320
+ '''(deprecated) Version "12.1.0.2.v10".
30321
+
30322
+ :deprecated: Oracle 12.1.0.2.v10 is no longer supported by Amazon RDS.
30323
+
30324
+ :stability: deprecated
30325
+ '''
29795
30326
  return typing.cast("OracleEngineVersion", jsii.sget(cls, "VER_12_1_0_2_V10"))
29796
30327
 
29797
30328
  @jsii.python.classproperty
29798
30329
  @jsii.member(jsii_name="VER_12_1_0_2_V11")
29799
30330
  def VER_12_1_0_2_V11(cls) -> "OracleEngineVersion":
29800
- '''Version "12.1.0.2.v11".'''
30331
+ '''(deprecated) Version "12.1.0.2.v11".
30332
+
30333
+ :deprecated: Oracle 12.1.0.2.v11 is no longer supported by Amazon RDS.
30334
+
30335
+ :stability: deprecated
30336
+ '''
29801
30337
  return typing.cast("OracleEngineVersion", jsii.sget(cls, "VER_12_1_0_2_V11"))
29802
30338
 
29803
30339
  @jsii.python.classproperty
29804
30340
  @jsii.member(jsii_name="VER_12_1_0_2_V12")
29805
30341
  def VER_12_1_0_2_V12(cls) -> "OracleEngineVersion":
29806
- '''Version "12.1.0.2.v12".'''
30342
+ '''(deprecated) Version "12.1.0.2.v12".
30343
+
30344
+ :deprecated: Oracle 12.1.0.2.v12 is no longer supported by Amazon RDS.
30345
+
30346
+ :stability: deprecated
30347
+ '''
29807
30348
  return typing.cast("OracleEngineVersion", jsii.sget(cls, "VER_12_1_0_2_V12"))
29808
30349
 
29809
30350
  @jsii.python.classproperty
29810
30351
  @jsii.member(jsii_name="VER_12_1_0_2_V13")
29811
30352
  def VER_12_1_0_2_V13(cls) -> "OracleEngineVersion":
29812
- '''Version "12.1.0.2.v13".'''
30353
+ '''(deprecated) Version "12.1.0.2.v13".
30354
+
30355
+ :deprecated: Oracle 12.1.0.2.v13 is no longer supported by Amazon RDS.
30356
+
30357
+ :stability: deprecated
30358
+ '''
29813
30359
  return typing.cast("OracleEngineVersion", jsii.sget(cls, "VER_12_1_0_2_V13"))
29814
30360
 
29815
30361
  @jsii.python.classproperty
29816
30362
  @jsii.member(jsii_name="VER_12_1_0_2_V14")
29817
30363
  def VER_12_1_0_2_V14(cls) -> "OracleEngineVersion":
29818
- '''Version "12.1.0.2.v14".'''
30364
+ '''(deprecated) Version "12.1.0.2.v14".
30365
+
30366
+ :deprecated: Oracle 12.1.0.2.v14 is no longer supported by Amazon RDS.
30367
+
30368
+ :stability: deprecated
30369
+ '''
29819
30370
  return typing.cast("OracleEngineVersion", jsii.sget(cls, "VER_12_1_0_2_V14"))
29820
30371
 
29821
30372
  @jsii.python.classproperty
29822
30373
  @jsii.member(jsii_name="VER_12_1_0_2_V15")
29823
30374
  def VER_12_1_0_2_V15(cls) -> "OracleEngineVersion":
29824
- '''Version "12.1.0.2.v15".'''
30375
+ '''(deprecated) Version "12.1.0.2.v15".
30376
+
30377
+ :deprecated: Oracle 12.1.0.2.v15 is no longer supported by Amazon RDS.
30378
+
30379
+ :stability: deprecated
30380
+ '''
29825
30381
  return typing.cast("OracleEngineVersion", jsii.sget(cls, "VER_12_1_0_2_V15"))
29826
30382
 
29827
30383
  @jsii.python.classproperty
29828
30384
  @jsii.member(jsii_name="VER_12_1_0_2_V16")
29829
30385
  def VER_12_1_0_2_V16(cls) -> "OracleEngineVersion":
29830
- '''Version "12.1.0.2.v16".'''
30386
+ '''(deprecated) Version "12.1.0.2.v16".
30387
+
30388
+ :deprecated: Oracle 12.1.0.2.v16 is no longer supported by Amazon RDS.
30389
+
30390
+ :stability: deprecated
30391
+ '''
29831
30392
  return typing.cast("OracleEngineVersion", jsii.sget(cls, "VER_12_1_0_2_V16"))
29832
30393
 
29833
30394
  @jsii.python.classproperty
29834
30395
  @jsii.member(jsii_name="VER_12_1_0_2_V17")
29835
30396
  def VER_12_1_0_2_V17(cls) -> "OracleEngineVersion":
29836
- '''Version "12.1.0.2.v17".'''
30397
+ '''(deprecated) Version "12.1.0.2.v17".
30398
+
30399
+ :deprecated: Oracle 12.1.0.2.v17 is no longer supported by Amazon RDS.
30400
+
30401
+ :stability: deprecated
30402
+ '''
29837
30403
  return typing.cast("OracleEngineVersion", jsii.sget(cls, "VER_12_1_0_2_V17"))
29838
30404
 
29839
30405
  @jsii.python.classproperty
29840
30406
  @jsii.member(jsii_name="VER_12_1_0_2_V18")
29841
30407
  def VER_12_1_0_2_V18(cls) -> "OracleEngineVersion":
29842
- '''Version "12.1.0.2.v18".'''
30408
+ '''(deprecated) Version "12.1.0.2.v18".
30409
+
30410
+ :deprecated: Oracle 12.1.0.2.v18 is no longer supported by Amazon RDS.
30411
+
30412
+ :stability: deprecated
30413
+ '''
29843
30414
  return typing.cast("OracleEngineVersion", jsii.sget(cls, "VER_12_1_0_2_V18"))
29844
30415
 
29845
30416
  @jsii.python.classproperty
29846
30417
  @jsii.member(jsii_name="VER_12_1_0_2_V19")
29847
30418
  def VER_12_1_0_2_V19(cls) -> "OracleEngineVersion":
29848
- '''Version "12.1.0.2.v19".'''
30419
+ '''(deprecated) Version "12.1.0.2.v19".
30420
+
30421
+ :deprecated: Oracle 12.1.0.2.v19 is no longer supported by Amazon RDS.
30422
+
30423
+ :stability: deprecated
30424
+ '''
29849
30425
  return typing.cast("OracleEngineVersion", jsii.sget(cls, "VER_12_1_0_2_V19"))
29850
30426
 
29851
30427
  @jsii.python.classproperty
29852
30428
  @jsii.member(jsii_name="VER_12_1_0_2_V2")
29853
30429
  def VER_12_1_0_2_V2(cls) -> "OracleEngineVersion":
29854
- '''Version "12.1.0.2.v2".'''
30430
+ '''(deprecated) Version "12.1.0.2.v2".
30431
+
30432
+ :deprecated: Oracle 12.1.0.2.v2 is no longer supported by Amazon RDS.
30433
+
30434
+ :stability: deprecated
30435
+ '''
29855
30436
  return typing.cast("OracleEngineVersion", jsii.sget(cls, "VER_12_1_0_2_V2"))
29856
30437
 
29857
30438
  @jsii.python.classproperty
29858
30439
  @jsii.member(jsii_name="VER_12_1_0_2_V20")
29859
30440
  def VER_12_1_0_2_V20(cls) -> "OracleEngineVersion":
29860
- '''Version "12.1.0.2.v20".'''
30441
+ '''(deprecated) Version "12.1.0.2.v20".
30442
+
30443
+ :deprecated: Oracle 12.1.0.2.v20 is no longer supported by Amazon RDS.
30444
+
30445
+ :stability: deprecated
30446
+ '''
29861
30447
  return typing.cast("OracleEngineVersion", jsii.sget(cls, "VER_12_1_0_2_V20"))
29862
30448
 
29863
30449
  @jsii.python.classproperty
29864
30450
  @jsii.member(jsii_name="VER_12_1_0_2_V21")
29865
30451
  def VER_12_1_0_2_V21(cls) -> "OracleEngineVersion":
29866
- '''Version "12.1.0.2.v21".'''
30452
+ '''(deprecated) Version "12.1.0.2.v21".
30453
+
30454
+ :deprecated: Oracle 12.1.0.2.v21 is no longer supported by Amazon RDS.
30455
+
30456
+ :stability: deprecated
30457
+ '''
29867
30458
  return typing.cast("OracleEngineVersion", jsii.sget(cls, "VER_12_1_0_2_V21"))
29868
30459
 
29869
30460
  @jsii.python.classproperty
29870
30461
  @jsii.member(jsii_name="VER_12_1_0_2_V22")
29871
30462
  def VER_12_1_0_2_V22(cls) -> "OracleEngineVersion":
29872
- '''Version "12.1.0.2.v22".'''
30463
+ '''(deprecated) Version "12.1.0.2.v22".
30464
+
30465
+ :deprecated: Oracle 12.1.0.2.v22 is no longer supported by Amazon RDS.
30466
+
30467
+ :stability: deprecated
30468
+ '''
29873
30469
  return typing.cast("OracleEngineVersion", jsii.sget(cls, "VER_12_1_0_2_V22"))
29874
30470
 
29875
30471
  @jsii.python.classproperty
29876
30472
  @jsii.member(jsii_name="VER_12_1_0_2_V23")
29877
30473
  def VER_12_1_0_2_V23(cls) -> "OracleEngineVersion":
29878
- '''Version "12.1.0.2.v23".'''
30474
+ '''(deprecated) Version "12.1.0.2.v23".
30475
+
30476
+ :deprecated: Oracle 12.1.0.2.v23 is no longer supported by Amazon RDS.
30477
+
30478
+ :stability: deprecated
30479
+ '''
29879
30480
  return typing.cast("OracleEngineVersion", jsii.sget(cls, "VER_12_1_0_2_V23"))
29880
30481
 
29881
30482
  @jsii.python.classproperty
29882
30483
  @jsii.member(jsii_name="VER_12_1_0_2_V24")
29883
30484
  def VER_12_1_0_2_V24(cls) -> "OracleEngineVersion":
29884
- '''Version "12.1.0.2.v24".'''
30485
+ '''(deprecated) Version "12.1.0.2.v24".
30486
+
30487
+ :deprecated: Oracle 12.1.0.2.v24 is no longer supported by Amazon RDS.
30488
+
30489
+ :stability: deprecated
30490
+ '''
29885
30491
  return typing.cast("OracleEngineVersion", jsii.sget(cls, "VER_12_1_0_2_V24"))
29886
30492
 
29887
30493
  @jsii.python.classproperty
29888
30494
  @jsii.member(jsii_name="VER_12_1_0_2_V25")
29889
30495
  def VER_12_1_0_2_V25(cls) -> "OracleEngineVersion":
29890
- '''Version "12.1.0.2.v25".'''
30496
+ '''(deprecated) Version "12.1.0.2.v25".
30497
+
30498
+ :deprecated: Oracle 12.1.0.2.v25 is no longer supported by Amazon RDS.
30499
+
30500
+ :stability: deprecated
30501
+ '''
29891
30502
  return typing.cast("OracleEngineVersion", jsii.sget(cls, "VER_12_1_0_2_V25"))
29892
30503
 
29893
30504
  @jsii.python.classproperty
29894
30505
  @jsii.member(jsii_name="VER_12_1_0_2_V26")
29895
30506
  def VER_12_1_0_2_V26(cls) -> "OracleEngineVersion":
29896
- '''Version "12.1.0.2.v26".'''
30507
+ '''(deprecated) Version "12.1.0.2.v26".
30508
+
30509
+ :deprecated: Oracle 12.1.0.2.v26 is no longer supported by Amazon RDS.
30510
+
30511
+ :stability: deprecated
30512
+ '''
29897
30513
  return typing.cast("OracleEngineVersion", jsii.sget(cls, "VER_12_1_0_2_V26"))
29898
30514
 
29899
30515
  @jsii.python.classproperty
29900
30516
  @jsii.member(jsii_name="VER_12_1_0_2_V27")
29901
30517
  def VER_12_1_0_2_V27(cls) -> "OracleEngineVersion":
29902
- '''Version "12.1.0.2.v27".'''
30518
+ '''(deprecated) Version "12.1.0.2.v27".
30519
+
30520
+ :deprecated: Oracle 12.1.0.2.v27 is no longer supported by Amazon RDS.
30521
+
30522
+ :stability: deprecated
30523
+ '''
29903
30524
  return typing.cast("OracleEngineVersion", jsii.sget(cls, "VER_12_1_0_2_V27"))
29904
30525
 
29905
30526
  @jsii.python.classproperty
29906
30527
  @jsii.member(jsii_name="VER_12_1_0_2_V28")
29907
30528
  def VER_12_1_0_2_V28(cls) -> "OracleEngineVersion":
29908
- '''Version "12.1.0.2.v28".'''
30529
+ '''(deprecated) Version "12.1.0.2.v28".
30530
+
30531
+ :deprecated: Oracle 12.1.0.2.v28 is no longer supported by Amazon RDS.
30532
+
30533
+ :stability: deprecated
30534
+ '''
29909
30535
  return typing.cast("OracleEngineVersion", jsii.sget(cls, "VER_12_1_0_2_V28"))
29910
30536
 
29911
30537
  @jsii.python.classproperty
29912
30538
  @jsii.member(jsii_name="VER_12_1_0_2_V29")
29913
30539
  def VER_12_1_0_2_V29(cls) -> "OracleEngineVersion":
29914
- '''Version "12.1.0.2.v29".'''
30540
+ '''(deprecated) Version "12.1.0.2.v29".
30541
+
30542
+ :deprecated: Oracle 12.1.0.2.v29 is no longer supported by Amazon RDS.
30543
+
30544
+ :stability: deprecated
30545
+ '''
29915
30546
  return typing.cast("OracleEngineVersion", jsii.sget(cls, "VER_12_1_0_2_V29"))
29916
30547
 
29917
30548
  @jsii.python.classproperty
29918
30549
  @jsii.member(jsii_name="VER_12_1_0_2_V3")
29919
30550
  def VER_12_1_0_2_V3(cls) -> "OracleEngineVersion":
29920
- '''Version "12.1.0.2.v3".'''
30551
+ '''(deprecated) Version "12.1.0.2.v3".
30552
+
30553
+ :deprecated: Oracle 12.1.0.2.v3 is no longer supported by Amazon RDS.
30554
+
30555
+ :stability: deprecated
30556
+ '''
29921
30557
  return typing.cast("OracleEngineVersion", jsii.sget(cls, "VER_12_1_0_2_V3"))
29922
30558
 
29923
30559
  @jsii.python.classproperty
29924
30560
  @jsii.member(jsii_name="VER_12_1_0_2_V4")
29925
30561
  def VER_12_1_0_2_V4(cls) -> "OracleEngineVersion":
29926
- '''Version "12.1.0.2.v4".'''
30562
+ '''(deprecated) Version "12.1.0.2.v4".
30563
+
30564
+ :deprecated: Oracle 12.1.0.2.v4 is no longer supported by Amazon RDS.
30565
+
30566
+ :stability: deprecated
30567
+ '''
29927
30568
  return typing.cast("OracleEngineVersion", jsii.sget(cls, "VER_12_1_0_2_V4"))
29928
30569
 
29929
30570
  @jsii.python.classproperty
29930
30571
  @jsii.member(jsii_name="VER_12_1_0_2_V5")
29931
30572
  def VER_12_1_0_2_V5(cls) -> "OracleEngineVersion":
29932
- '''Version "12.1.0.2.v5".'''
30573
+ '''(deprecated) Version "12.1.0.2.v5".
30574
+
30575
+ :deprecated: Oracle 12.1.0.2.v5 is no longer supported by Amazon RDS.
30576
+
30577
+ :stability: deprecated
30578
+ '''
29933
30579
  return typing.cast("OracleEngineVersion", jsii.sget(cls, "VER_12_1_0_2_V5"))
29934
30580
 
29935
30581
  @jsii.python.classproperty
29936
30582
  @jsii.member(jsii_name="VER_12_1_0_2_V6")
29937
30583
  def VER_12_1_0_2_V6(cls) -> "OracleEngineVersion":
29938
- '''Version "12.1.0.2.v6".'''
30584
+ '''(deprecated) Version "12.1.0.2.v6".
30585
+
30586
+ :deprecated: Oracle 12.1.0.2.v6 is no longer supported by Amazon RDS.
30587
+
30588
+ :stability: deprecated
30589
+ '''
29939
30590
  return typing.cast("OracleEngineVersion", jsii.sget(cls, "VER_12_1_0_2_V6"))
29940
30591
 
29941
30592
  @jsii.python.classproperty
29942
30593
  @jsii.member(jsii_name="VER_12_1_0_2_V7")
29943
30594
  def VER_12_1_0_2_V7(cls) -> "OracleEngineVersion":
29944
- '''Version "12.1.0.2.v7".'''
30595
+ '''(deprecated) Version "12.1.0.2.v7".
30596
+
30597
+ :deprecated: Oracle 12.1.0.2.v7 is no longer supported by Amazon RDS.
30598
+
30599
+ :stability: deprecated
30600
+ '''
29945
30601
  return typing.cast("OracleEngineVersion", jsii.sget(cls, "VER_12_1_0_2_V7"))
29946
30602
 
29947
30603
  @jsii.python.classproperty
29948
30604
  @jsii.member(jsii_name="VER_12_1_0_2_V8")
29949
30605
  def VER_12_1_0_2_V8(cls) -> "OracleEngineVersion":
29950
- '''Version "12.1.0.2.v8".'''
30606
+ '''(deprecated) Version "12.1.0.2.v8".
30607
+
30608
+ :deprecated: Oracle 12.1.0.2.v8 is no longer supported by Amazon RDS.
30609
+
30610
+ :stability: deprecated
30611
+ '''
29951
30612
  return typing.cast("OracleEngineVersion", jsii.sget(cls, "VER_12_1_0_2_V8"))
29952
30613
 
29953
30614
  @jsii.python.classproperty
29954
30615
  @jsii.member(jsii_name="VER_12_1_0_2_V9")
29955
30616
  def VER_12_1_0_2_V9(cls) -> "OracleEngineVersion":
29956
- '''Version "12.1.0.2.v9".'''
30617
+ '''(deprecated) Version "12.1.0.2.v9".
30618
+
30619
+ :deprecated: Oracle 12.1.0.2.v9 is no longer supported by Amazon RDS.
30620
+
30621
+ :stability: deprecated
30622
+ '''
29957
30623
  return typing.cast("OracleEngineVersion", jsii.sget(cls, "VER_12_1_0_2_V9"))
29958
30624
 
29959
30625
  @jsii.python.classproperty
29960
30626
  @jsii.member(jsii_name="VER_12_2")
29961
30627
  def VER_12_2(cls) -> "OracleEngineVersion":
29962
- '''Version "12.2" (only a major version, without a specific minor version).'''
30628
+ '''(deprecated) Version "12.1" (only a major version, without a specific minor version).
30629
+
30630
+ :deprecated: Oracle 12.1 is no longer supported by Amazon RDS.
30631
+
30632
+ :stability: deprecated
30633
+ '''
29963
30634
  return typing.cast("OracleEngineVersion", jsii.sget(cls, "VER_12_2"))
29964
30635
 
29965
30636
  @jsii.python.classproperty
29966
30637
  @jsii.member(jsii_name="VER_12_2_0_1_2018_10_R1")
29967
30638
  def VER_12_2_0_1_2018_10_R1(cls) -> "OracleEngineVersion":
29968
- '''Version "12.2.0.1.ru-2018-10.rur-2018-10.r1".'''
30639
+ '''(deprecated) Version "12.2.0.1.ru-2018-10.rur-2018-10.r1".
30640
+
30641
+ :deprecated: Oracle 12.2.0.1.ru-2018-10.rur-2018-10.r1 is no longer supported by Amazon RDS.
30642
+
30643
+ :stability: deprecated
30644
+ '''
29969
30645
  return typing.cast("OracleEngineVersion", jsii.sget(cls, "VER_12_2_0_1_2018_10_R1"))
29970
30646
 
29971
30647
  @jsii.python.classproperty
29972
30648
  @jsii.member(jsii_name="VER_12_2_0_1_2019_01_R1")
29973
30649
  def VER_12_2_0_1_2019_01_R1(cls) -> "OracleEngineVersion":
29974
- '''Version "12.2.0.1.ru-2019-01.rur-2019-01.r1".'''
30650
+ '''(deprecated) Version "12.2.0.1.ru-2019-01.rur-2019-01.r1".
30651
+
30652
+ :deprecated: Oracle 12.2.0.1.ru-2019-01.rur-2019-01.r1 is no longer supported by Amazon RDS.
30653
+
30654
+ :stability: deprecated
30655
+ '''
29975
30656
  return typing.cast("OracleEngineVersion", jsii.sget(cls, "VER_12_2_0_1_2019_01_R1"))
29976
30657
 
29977
30658
  @jsii.python.classproperty
29978
30659
  @jsii.member(jsii_name="VER_12_2_0_1_2019_04_R1")
29979
30660
  def VER_12_2_0_1_2019_04_R1(cls) -> "OracleEngineVersion":
29980
- '''Version "12.2.0.1.ru-2019-04.rur-2019-04.r1".'''
30661
+ '''(deprecated) Version "12.2.0.1.ru-2019-04.rur-2019-04.r1".
30662
+
30663
+ :deprecated: Oracle 12.2.0.1.ru-2019-04.rur-2019-04.r1 is no longer supported by Amazon RDS.
30664
+
30665
+ :stability: deprecated
30666
+ '''
29981
30667
  return typing.cast("OracleEngineVersion", jsii.sget(cls, "VER_12_2_0_1_2019_04_R1"))
29982
30668
 
29983
30669
  @jsii.python.classproperty
29984
30670
  @jsii.member(jsii_name="VER_12_2_0_1_2019_07_R1")
29985
30671
  def VER_12_2_0_1_2019_07_R1(cls) -> "OracleEngineVersion":
29986
- '''Version "12.2.0.1.ru-2019-07.rur-2019-07.r1".'''
30672
+ '''(deprecated) Version "12.2.0.1.ru-2019-07.rur-2019-07.r1".
30673
+
30674
+ :deprecated: Oracle 12.2.0.1.ru-2019-07.rur-2019-07.r1 is no longer supported by Amazon RDS.
30675
+
30676
+ :stability: deprecated
30677
+ '''
29987
30678
  return typing.cast("OracleEngineVersion", jsii.sget(cls, "VER_12_2_0_1_2019_07_R1"))
29988
30679
 
29989
30680
  @jsii.python.classproperty
29990
30681
  @jsii.member(jsii_name="VER_12_2_0_1_2019_10_R1")
29991
30682
  def VER_12_2_0_1_2019_10_R1(cls) -> "OracleEngineVersion":
29992
- '''Version "12.2.0.1.ru-2019-10.rur-2019-10.r1".'''
30683
+ '''(deprecated) Version "12.2.0.1.ru-2019-10.rur-2019-10.r1".
30684
+
30685
+ :deprecated: Oracle 12.2.0.1.ru-2019-10.rur-2019-10.r1 is no longer supported by Amazon RDS.
30686
+
30687
+ :stability: deprecated
30688
+ '''
29993
30689
  return typing.cast("OracleEngineVersion", jsii.sget(cls, "VER_12_2_0_1_2019_10_R1"))
29994
30690
 
29995
30691
  @jsii.python.classproperty
29996
30692
  @jsii.member(jsii_name="VER_12_2_0_1_2020_01_R1")
29997
30693
  def VER_12_2_0_1_2020_01_R1(cls) -> "OracleEngineVersion":
29998
- '''Version "12.2.0.1.ru-2020-01.rur-2020-01.r1".'''
30694
+ '''(deprecated) Version "12.2.0.1.ru-2020-01.rur-2020-01.r1".
30695
+
30696
+ :deprecated: Oracle 12.2.0.1.ru-2020-01.rur-2020-01.r1 is no longer supported by Amazon RDS.
30697
+
30698
+ :stability: deprecated
30699
+ '''
29999
30700
  return typing.cast("OracleEngineVersion", jsii.sget(cls, "VER_12_2_0_1_2020_01_R1"))
30000
30701
 
30001
30702
  @jsii.python.classproperty
30002
30703
  @jsii.member(jsii_name="VER_12_2_0_1_2020_04_R1")
30003
30704
  def VER_12_2_0_1_2020_04_R1(cls) -> "OracleEngineVersion":
30004
- '''Version "12.2.0.1.ru-2020-04.rur-2020-04.r1".'''
30705
+ '''(deprecated) Version "12.2.0.1.ru-2020-04.rur-2020-04.r1".
30706
+
30707
+ :deprecated: Oracle 12.2.0.1.ru-2020-04.rur-2020-04.r1 is no longer supported by Amazon RDS.
30708
+
30709
+ :stability: deprecated
30710
+ '''
30005
30711
  return typing.cast("OracleEngineVersion", jsii.sget(cls, "VER_12_2_0_1_2020_04_R1"))
30006
30712
 
30007
30713
  @jsii.python.classproperty
30008
30714
  @jsii.member(jsii_name="VER_12_2_0_1_2020_07_R1")
30009
30715
  def VER_12_2_0_1_2020_07_R1(cls) -> "OracleEngineVersion":
30010
- '''Version "12.2.0.1.ru-2020-07.rur-2020-07.r1".'''
30716
+ '''(deprecated) Version "12.2.0.1.ru-2020-07.rur-2020-07.r1".
30717
+
30718
+ :deprecated: Oracle 12.2.0.1.ru-2020-07.rur-2020-07.r1 is no longer supported by Amazon RDS.
30719
+
30720
+ :stability: deprecated
30721
+ '''
30011
30722
  return typing.cast("OracleEngineVersion", jsii.sget(cls, "VER_12_2_0_1_2020_07_R1"))
30012
30723
 
30013
30724
  @jsii.python.classproperty
30014
30725
  @jsii.member(jsii_name="VER_12_2_0_1_2020_10_R1")
30015
30726
  def VER_12_2_0_1_2020_10_R1(cls) -> "OracleEngineVersion":
30016
- '''Version "12.2.0.1.ru-2021-10.rur-2020-10.r1".'''
30727
+ '''(deprecated) Version "12.2.0.1.ru-2021-10.rur-2020-10.r1".
30728
+
30729
+ :deprecated: Oracle 12.2.0.1.ru-2021-10.rur-2020-10.r1 is no longer supported by Amazon RDS.
30730
+
30731
+ :stability: deprecated
30732
+ '''
30017
30733
  return typing.cast("OracleEngineVersion", jsii.sget(cls, "VER_12_2_0_1_2020_10_R1"))
30018
30734
 
30019
30735
  @jsii.python.classproperty
30020
30736
  @jsii.member(jsii_name="VER_12_2_0_1_2021_01_R1")
30021
30737
  def VER_12_2_0_1_2021_01_R1(cls) -> "OracleEngineVersion":
30022
- '''Version "12.2.0.1.ru-2021-01.rur-2021-01.r1".'''
30738
+ '''(deprecated) Version "12.2.0.1.ru-2021-01.rur-2021-01.r1".
30739
+
30740
+ :deprecated: Oracle 12.2.0.1.ru-2021-01.rur-2021-01.r1 is no longer supported by Amazon RDS.
30741
+
30742
+ :stability: deprecated
30743
+ '''
30023
30744
  return typing.cast("OracleEngineVersion", jsii.sget(cls, "VER_12_2_0_1_2021_01_R1"))
30024
30745
 
30025
30746
  @jsii.python.classproperty
30026
30747
  @jsii.member(jsii_name="VER_12_2_0_1_2021_04_R1")
30027
30748
  def VER_12_2_0_1_2021_04_R1(cls) -> "OracleEngineVersion":
30028
- '''Version "12.2.0.1.ru-2021-04.rur-2021-04.r1".'''
30749
+ '''(deprecated) Version "12.2.0.1.ru-2021-04.rur-2021-04.r1".
30750
+
30751
+ :deprecated: Oracle 12.2.0.1.ru-2021-04.rur-2021-04.r1 is no longer supported by Amazon RDS.
30752
+
30753
+ :stability: deprecated
30754
+ '''
30029
30755
  return typing.cast("OracleEngineVersion", jsii.sget(cls, "VER_12_2_0_1_2021_04_R1"))
30030
30756
 
30031
30757
  @jsii.python.classproperty
30032
30758
  @jsii.member(jsii_name="VER_12_2_0_1_2021_07_R1")
30033
30759
  def VER_12_2_0_1_2021_07_R1(cls) -> "OracleEngineVersion":
30034
- '''Version "12.2.0.1.ru-2021-07.rur-2021-07.r1".'''
30760
+ '''(deprecated) Version "12.2.0.1.ru-2021-07.rur-2021-07.r1".
30761
+
30762
+ :deprecated: Oracle 12.2.0.1.ru-2021-07.rur-2021-07.r1 is no longer supported by Amazon RDS.
30763
+
30764
+ :stability: deprecated
30765
+ '''
30035
30766
  return typing.cast("OracleEngineVersion", jsii.sget(cls, "VER_12_2_0_1_2021_07_R1"))
30036
30767
 
30037
30768
  @jsii.python.classproperty
30038
30769
  @jsii.member(jsii_name="VER_12_2_0_1_2021_10_R1")
30039
30770
  def VER_12_2_0_1_2021_10_R1(cls) -> "OracleEngineVersion":
30040
- '''Version "12.2.0.1.ru-2021-10.rur-2021-10.r1".'''
30771
+ '''(deprecated) Version "12.2.0.1.ru-2021-10.rur-2021-10.r1".
30772
+
30773
+ :deprecated: Oracle 12.2.0.1.ru-2021-10.rur-2021-10.r1 is no longer supported by Amazon RDS.
30774
+
30775
+ :stability: deprecated
30776
+ '''
30041
30777
  return typing.cast("OracleEngineVersion", jsii.sget(cls, "VER_12_2_0_1_2021_10_R1"))
30042
30778
 
30043
30779
  @jsii.python.classproperty
30044
30780
  @jsii.member(jsii_name="VER_12_2_0_1_2022_01_R1")
30045
30781
  def VER_12_2_0_1_2022_01_R1(cls) -> "OracleEngineVersion":
30046
- '''Version "12.2.0.1.ru-2022-01.rur-2022-01.r1".'''
30782
+ '''(deprecated) Version "12.2.0.1.ru-2022-01.rur-2022-01.r1".
30783
+
30784
+ :deprecated: Oracle 12.2.0.1.ru-2022-01.rur-2022-01.r1 is no longer supported by Amazon RDS.
30785
+
30786
+ :stability: deprecated
30787
+ '''
30047
30788
  return typing.cast("OracleEngineVersion", jsii.sget(cls, "VER_12_2_0_1_2022_01_R1"))
30048
30789
 
30049
30790
  @jsii.python.classproperty
30050
30791
  @jsii.member(jsii_name="VER_18")
30051
30792
  def VER_18(cls) -> "OracleEngineVersion":
30052
- '''Version "18" (only a major version, without a specific minor version).'''
30793
+ '''(deprecated) Version "18" (only a major version, without a specific minor version).
30794
+
30795
+ :deprecated: Oracle 18 is no longer supported by Amazon RDS.
30796
+
30797
+ :stability: deprecated
30798
+ '''
30053
30799
  return typing.cast("OracleEngineVersion", jsii.sget(cls, "VER_18"))
30054
30800
 
30055
30801
  @jsii.python.classproperty
30056
30802
  @jsii.member(jsii_name="VER_18_0_0_0_2019_07_R1")
30057
30803
  def VER_18_0_0_0_2019_07_R1(cls) -> "OracleEngineVersion":
30058
- '''Version "18.0.0.0.ru-2019-07.rur-2019-07.r1".'''
30804
+ '''(deprecated) Version "18.0.0.0.ru-2019-07.rur-2019-07.r1".
30805
+
30806
+ :deprecated: Oracle 18.0.0.0.ru-2019-07.rur-2019-07.r1 is no longer supported by Amazon RDS.
30807
+
30808
+ :stability: deprecated
30809
+ '''
30059
30810
  return typing.cast("OracleEngineVersion", jsii.sget(cls, "VER_18_0_0_0_2019_07_R1"))
30060
30811
 
30061
30812
  @jsii.python.classproperty
30062
30813
  @jsii.member(jsii_name="VER_18_0_0_0_2019_10_R1")
30063
30814
  def VER_18_0_0_0_2019_10_R1(cls) -> "OracleEngineVersion":
30064
- '''Version "18.0.0.0.ru-2019-10.rur-2019-10.r1".'''
30815
+ '''(deprecated) Version "18.0.0.0.ru-2019-10.rur-2019-10.r1".
30816
+
30817
+ :deprecated: Oracle 18.0.0.0.ru-2019-10.rur-2019-10.r1 is no longer supported by Amazon RDS.
30818
+
30819
+ :stability: deprecated
30820
+ '''
30065
30821
  return typing.cast("OracleEngineVersion", jsii.sget(cls, "VER_18_0_0_0_2019_10_R1"))
30066
30822
 
30067
30823
  @jsii.python.classproperty
30068
30824
  @jsii.member(jsii_name="VER_18_0_0_0_2020_01_R1")
30069
30825
  def VER_18_0_0_0_2020_01_R1(cls) -> "OracleEngineVersion":
30070
- '''Version "18.0.0.0.ru-2020-01.rur-2020-01.r1".'''
30826
+ '''(deprecated) Version "18.0.0.0.ru-2020-01.rur-2020-01.r1".
30827
+
30828
+ :deprecated: Oracle 18.0.0.0.ru-2020-01.rur-2020-01.r1 is no longer supported by Amazon RDS.
30829
+
30830
+ :stability: deprecated
30831
+ '''
30071
30832
  return typing.cast("OracleEngineVersion", jsii.sget(cls, "VER_18_0_0_0_2020_01_R1"))
30072
30833
 
30073
30834
  @jsii.python.classproperty
30074
30835
  @jsii.member(jsii_name="VER_18_0_0_0_2020_04_R1")
30075
30836
  def VER_18_0_0_0_2020_04_R1(cls) -> "OracleEngineVersion":
30076
- '''Version "18.0.0.0.ru-2020-04.rur-2020-04.r1".'''
30837
+ '''(deprecated) Version "18.0.0.0.ru-2020-04.rur-2020-04.r1".
30838
+
30839
+ :deprecated: Oracle 18.0.0.0.ru-2020-04.rur-2020-04.r1 is no longer supported by Amazon RDS.
30840
+
30841
+ :stability: deprecated
30842
+ '''
30077
30843
  return typing.cast("OracleEngineVersion", jsii.sget(cls, "VER_18_0_0_0_2020_04_R1"))
30078
30844
 
30079
30845
  @jsii.python.classproperty
30080
30846
  @jsii.member(jsii_name="VER_18_0_0_0_2020_07_R1")
30081
30847
  def VER_18_0_0_0_2020_07_R1(cls) -> "OracleEngineVersion":
30082
- '''Version "18.0.0.0.ru-2020-07.rur-2020-07.r1".'''
30848
+ '''(deprecated) Version "18.0.0.0.ru-2020-07.rur-2020-07.r1".
30849
+
30850
+ :deprecated: Oracle 18.0.0.0.ru-2020-07.rur-2020-07.r1 is no longer supported by Amazon RDS.
30851
+
30852
+ :stability: deprecated
30853
+ '''
30083
30854
  return typing.cast("OracleEngineVersion", jsii.sget(cls, "VER_18_0_0_0_2020_07_R1"))
30084
30855
 
30085
30856
  @jsii.python.classproperty
30086
30857
  @jsii.member(jsii_name="VER_18_0_0_0_2020_10_R1")
30087
30858
  def VER_18_0_0_0_2020_10_R1(cls) -> "OracleEngineVersion":
30088
- '''Version "18.0.0.0.ru-2020-10.rur-2020-10.r1".'''
30859
+ '''(deprecated) Version "18.0.0.0.ru-2020-10.rur-2020-10.r1".
30860
+
30861
+ :deprecated: Oracle 18.0.0.0.ru-2020-10.rur-2020-10.r1 is no longer supported by Amazon RDS.
30862
+
30863
+ :stability: deprecated
30864
+ '''
30089
30865
  return typing.cast("OracleEngineVersion", jsii.sget(cls, "VER_18_0_0_0_2020_10_R1"))
30090
30866
 
30091
30867
  @jsii.python.classproperty
30092
30868
  @jsii.member(jsii_name="VER_18_0_0_0_2021_01_R1")
30093
30869
  def VER_18_0_0_0_2021_01_R1(cls) -> "OracleEngineVersion":
30094
- '''Version "18.0.0.0.ru-2021-01.rur-2021-01.r1".'''
30870
+ '''(deprecated) Version "18.0.0.0.ru-2021-01.rur-2021-01.r1".
30871
+
30872
+ :deprecated: Oracle 18.0.0.0.ru-2021-01.rur-2021-01.r1 is no longer supported by Amazon RDS.
30873
+
30874
+ :stability: deprecated
30875
+ '''
30095
30876
  return typing.cast("OracleEngineVersion", jsii.sget(cls, "VER_18_0_0_0_2021_01_R1"))
30096
30877
 
30097
30878
  @jsii.python.classproperty
30098
30879
  @jsii.member(jsii_name="VER_18_0_0_0_2021_04_R1")
30099
30880
  def VER_18_0_0_0_2021_04_R1(cls) -> "OracleEngineVersion":
30100
- '''Version "18.0.0.0.ru-2021-04.rur-2021-04.r1".'''
30881
+ '''(deprecated) Version "18.0.0.0.ru-2021-04.rur-2021-04.r1".
30882
+
30883
+ :deprecated: Oracle 18.0.0.0.ru-2021-04.rur-2021-04.r1 is no longer supported by Amazon RDS.
30884
+
30885
+ :stability: deprecated
30886
+ '''
30101
30887
  return typing.cast("OracleEngineVersion", jsii.sget(cls, "VER_18_0_0_0_2021_04_R1"))
30102
30888
 
30103
30889
  @jsii.python.classproperty
@@ -30202,6 +30988,12 @@ class OracleEngineVersion(
30202
30988
  '''Version "19.0.0.0.ru-2023-01.rur-2023-01.r1".'''
30203
30989
  return typing.cast("OracleEngineVersion", jsii.sget(cls, "VER_19_0_0_0_2023_01_R1"))
30204
30990
 
30991
+ @jsii.python.classproperty
30992
+ @jsii.member(jsii_name="VER_19_0_0_0_2023_01_R2")
30993
+ def VER_19_0_0_0_2023_01_R2(cls) -> "OracleEngineVersion":
30994
+ '''Version "19.0.0.0.ru-2023-01.rur-2023-01.r2".'''
30995
+ return typing.cast("OracleEngineVersion", jsii.sget(cls, "VER_19_0_0_0_2023_01_R2"))
30996
+
30205
30997
  @jsii.python.classproperty
30206
30998
  @jsii.member(jsii_name="VER_19_0_0_0_2023_04_R1")
30207
30999
  def VER_19_0_0_0_2023_04_R1(cls) -> "OracleEngineVersion":
@@ -30220,6 +31012,12 @@ class OracleEngineVersion(
30220
31012
  '''Version "19.0.0.0.ru-2023-10.rur-2023-10.r1".'''
30221
31013
  return typing.cast("OracleEngineVersion", jsii.sget(cls, "VER_19_0_0_0_2023_10_R1"))
30222
31014
 
31015
+ @jsii.python.classproperty
31016
+ @jsii.member(jsii_name="VER_19_0_0_0_2024_01_R1")
31017
+ def VER_19_0_0_0_2024_01_R1(cls) -> "OracleEngineVersion":
31018
+ '''Version "19.0.0.0.ru-2024-01.rur-2024-01.r1".'''
31019
+ return typing.cast("OracleEngineVersion", jsii.sget(cls, "VER_19_0_0_0_2024_01_R1"))
31020
+
30223
31021
  @jsii.python.classproperty
30224
31022
  @jsii.member(jsii_name="VER_21")
30225
31023
  def VER_21(cls) -> "OracleEngineVersion":
@@ -30256,6 +31054,12 @@ class OracleEngineVersion(
30256
31054
  '''Version "21.0.0.0.ru-2023-01.rur-2023-01.r1".'''
30257
31055
  return typing.cast("OracleEngineVersion", jsii.sget(cls, "VER_21_0_0_0_2023_01_R1"))
30258
31056
 
31057
+ @jsii.python.classproperty
31058
+ @jsii.member(jsii_name="VER_21_0_0_0_2023_01_R2")
31059
+ def VER_21_0_0_0_2023_01_R2(cls) -> "OracleEngineVersion":
31060
+ '''Version "21.0.0.0.ru-2023-01.rur-2023-01.r2".'''
31061
+ return typing.cast("OracleEngineVersion", jsii.sget(cls, "VER_21_0_0_0_2023_01_R2"))
31062
+
30259
31063
  @jsii.python.classproperty
30260
31064
  @jsii.member(jsii_name="VER_21_0_0_0_2023_04_R1")
30261
31065
  def VER_21_0_0_0_2023_04_R1(cls) -> "OracleEngineVersion":
@@ -30274,6 +31078,12 @@ class OracleEngineVersion(
30274
31078
  '''Version "21.0.0.0.ru-2023-10.rur-2023-10.r1".'''
30275
31079
  return typing.cast("OracleEngineVersion", jsii.sget(cls, "VER_21_0_0_0_2023_10_R1"))
30276
31080
 
31081
+ @jsii.python.classproperty
31082
+ @jsii.member(jsii_name="VER_21_0_0_0_2024_01_R1")
31083
+ def VER_21_0_0_0_2024_01_R1(cls) -> "OracleEngineVersion":
31084
+ '''Version "21.0.0.0.ru-2024-01.rur-2024-01.r1".'''
31085
+ return typing.cast("OracleEngineVersion", jsii.sget(cls, "VER_21_0_0_0_2024_01_R1"))
31086
+
30277
31087
  @builtins.property
30278
31088
  @jsii.member(jsii_name="oracleFullVersion")
30279
31089
  def oracle_full_version(self) -> builtins.str:
@@ -31349,7 +32159,12 @@ class PostgresEngineVersion(
31349
32159
  @jsii.python.classproperty
31350
32160
  @jsii.member(jsii_name="VER_11_16")
31351
32161
  def VER_11_16(cls) -> "PostgresEngineVersion":
31352
- '''Version "11.16".'''
32162
+ '''(deprecated) Version "11.16".
32163
+
32164
+ :deprecated: PostgreSQL 11.16 is no longer supported by Amazon RDS.
32165
+
32166
+ :stability: deprecated
32167
+ '''
31353
32168
  return typing.cast("PostgresEngineVersion", jsii.sget(cls, "VER_11_16"))
31354
32169
 
31355
32170
  @jsii.python.classproperty
@@ -31485,7 +32300,12 @@ class PostgresEngineVersion(
31485
32300
  @jsii.python.classproperty
31486
32301
  @jsii.member(jsii_name="VER_12_11")
31487
32302
  def VER_12_11(cls) -> "PostgresEngineVersion":
31488
- '''Version "12.11".'''
32303
+ '''(deprecated) Version "12.11".
32304
+
32305
+ :deprecated: PostgreSQL 12.11 is no longer supported by Amazon RDS.
32306
+
32307
+ :stability: deprecated
32308
+ '''
31489
32309
  return typing.cast("PostgresEngineVersion", jsii.sget(cls, "VER_12_11"))
31490
32310
 
31491
32311
  @jsii.python.classproperty
@@ -31524,6 +32344,12 @@ class PostgresEngineVersion(
31524
32344
  '''Version "12.17".'''
31525
32345
  return typing.cast("PostgresEngineVersion", jsii.sget(cls, "VER_12_17"))
31526
32346
 
32347
+ @jsii.python.classproperty
32348
+ @jsii.member(jsii_name="VER_12_18")
32349
+ def VER_12_18(cls) -> "PostgresEngineVersion":
32350
+ '''Version "12.18".'''
32351
+ return typing.cast("PostgresEngineVersion", jsii.sget(cls, "VER_12_18"))
32352
+
31527
32353
  @jsii.python.classproperty
31528
32354
  @jsii.member(jsii_name="VER_12_2")
31529
32355
  def VER_12_2(cls) -> "PostgresEngineVersion":
@@ -31653,6 +32479,12 @@ class PostgresEngineVersion(
31653
32479
  '''Version "13.13".'''
31654
32480
  return typing.cast("PostgresEngineVersion", jsii.sget(cls, "VER_13_13"))
31655
32481
 
32482
+ @jsii.python.classproperty
32483
+ @jsii.member(jsii_name="VER_13_14")
32484
+ def VER_13_14(cls) -> "PostgresEngineVersion":
32485
+ '''Version "13.14".'''
32486
+ return typing.cast("PostgresEngineVersion", jsii.sget(cls, "VER_13_14"))
32487
+
31656
32488
  @jsii.python.classproperty
31657
32489
  @jsii.member(jsii_name="VER_13_2")
31658
32490
  def VER_13_2(cls) -> "PostgresEngineVersion":
@@ -31711,7 +32543,12 @@ class PostgresEngineVersion(
31711
32543
  @jsii.python.classproperty
31712
32544
  @jsii.member(jsii_name="VER_13_7")
31713
32545
  def VER_13_7(cls) -> "PostgresEngineVersion":
31714
- '''Version "13.7".'''
32546
+ '''(deprecated) Version "13.7".
32547
+
32548
+ :deprecated: PostgreSQL 13.7 is no longer supported by Amazon RDS.
32549
+
32550
+ :stability: deprecated
32551
+ '''
31715
32552
  return typing.cast("PostgresEngineVersion", jsii.sget(cls, "VER_13_7"))
31716
32553
 
31717
32554
  @jsii.python.classproperty
@@ -31749,6 +32586,12 @@ class PostgresEngineVersion(
31749
32586
  '''Version "14.10".'''
31750
32587
  return typing.cast("PostgresEngineVersion", jsii.sget(cls, "VER_14_10"))
31751
32588
 
32589
+ @jsii.python.classproperty
32590
+ @jsii.member(jsii_name="VER_14_11")
32591
+ def VER_14_11(cls) -> "PostgresEngineVersion":
32592
+ '''Version "14.11".'''
32593
+ return typing.cast("PostgresEngineVersion", jsii.sget(cls, "VER_14_11"))
32594
+
31752
32595
  @jsii.python.classproperty
31753
32596
  @jsii.member(jsii_name="VER_14_2")
31754
32597
  def VER_14_2(cls) -> "PostgresEngineVersion":
@@ -31763,13 +32606,23 @@ class PostgresEngineVersion(
31763
32606
  @jsii.python.classproperty
31764
32607
  @jsii.member(jsii_name="VER_14_3")
31765
32608
  def VER_14_3(cls) -> "PostgresEngineVersion":
31766
- '''Version "14.3".'''
32609
+ '''(deprecated) Version "14.3".
32610
+
32611
+ :deprecated: PostgreSQL 14.3 is no longer supported by Amazon RDS.
32612
+
32613
+ :stability: deprecated
32614
+ '''
31767
32615
  return typing.cast("PostgresEngineVersion", jsii.sget(cls, "VER_14_3"))
31768
32616
 
31769
32617
  @jsii.python.classproperty
31770
32618
  @jsii.member(jsii_name="VER_14_4")
31771
32619
  def VER_14_4(cls) -> "PostgresEngineVersion":
31772
- '''Version "14.4".'''
32620
+ '''(deprecated) Version "14.4".
32621
+
32622
+ :deprecated: PostgreSQL 14.4 is no longer supported by Amazon RDS.
32623
+
32624
+ :stability: deprecated
32625
+ '''
31773
32626
  return typing.cast("PostgresEngineVersion", jsii.sget(cls, "VER_14_4"))
31774
32627
 
31775
32628
  @jsii.python.classproperty
@@ -31832,6 +32685,12 @@ class PostgresEngineVersion(
31832
32685
  '''Version "15.5".'''
31833
32686
  return typing.cast("PostgresEngineVersion", jsii.sget(cls, "VER_15_5"))
31834
32687
 
32688
+ @jsii.python.classproperty
32689
+ @jsii.member(jsii_name="VER_15_6")
32690
+ def VER_15_6(cls) -> "PostgresEngineVersion":
32691
+ '''Version "15.6".'''
32692
+ return typing.cast("PostgresEngineVersion", jsii.sget(cls, "VER_15_6"))
32693
+
31835
32694
  @jsii.python.classproperty
31836
32695
  @jsii.member(jsii_name="VER_16")
31837
32696
  def VER_16(cls) -> "PostgresEngineVersion":
@@ -31844,6 +32703,12 @@ class PostgresEngineVersion(
31844
32703
  '''Version "16.1".'''
31845
32704
  return typing.cast("PostgresEngineVersion", jsii.sget(cls, "VER_16_1"))
31846
32705
 
32706
+ @jsii.python.classproperty
32707
+ @jsii.member(jsii_name="VER_16_2")
32708
+ def VER_16_2(cls) -> "PostgresEngineVersion":
32709
+ '''Version "16.2".'''
32710
+ return typing.cast("PostgresEngineVersion", jsii.sget(cls, "VER_16_2"))
32711
+
31847
32712
  @jsii.python.classproperty
31848
32713
  @jsii.member(jsii_name="VER_9_6_24")
31849
32714
  def VER_9_6_24(cls) -> "PostgresEngineVersion":
@@ -35047,97 +35912,188 @@ class SqlServerEngineVersion(
35047
35912
  @jsii.python.classproperty
35048
35913
  @jsii.member(jsii_name="VER_11")
35049
35914
  def VER_11(cls) -> "SqlServerEngineVersion":
35050
- '''Version "11.00" (only a major version, without a specific minor version).'''
35915
+ '''(deprecated) Version "11.00" (only a major version, without a specific minor version).
35916
+
35917
+ :deprecated: SQL Server 11.00 is no longer supported by Amazon RDS.
35918
+
35919
+ :stability: deprecated
35920
+ '''
35051
35921
  return typing.cast("SqlServerEngineVersion", jsii.sget(cls, "VER_11"))
35052
35922
 
35053
35923
  @jsii.python.classproperty
35054
35924
  @jsii.member(jsii_name="VER_11_00_5058_0_V1")
35055
35925
  def VER_11_00_5058_0_V1(cls) -> "SqlServerEngineVersion":
35056
- '''Version "11.00.5058.0.v1".'''
35926
+ '''(deprecated) Version "11.00.5058.0.v1".
35927
+
35928
+ :deprecated: SQL Server 11.00.5058.0.v1 is no longer supported by Amazon RDS.
35929
+
35930
+ :stability: deprecated
35931
+ '''
35057
35932
  return typing.cast("SqlServerEngineVersion", jsii.sget(cls, "VER_11_00_5058_0_V1"))
35058
35933
 
35059
35934
  @jsii.python.classproperty
35060
35935
  @jsii.member(jsii_name="VER_11_00_6020_0_V1")
35061
35936
  def VER_11_00_6020_0_V1(cls) -> "SqlServerEngineVersion":
35062
- '''Version "11.00.6020.0.v1".'''
35937
+ '''(deprecated) Version "11.00.6020.0.v1".
35938
+
35939
+ :deprecated: SQL Server 11.00.6020.0.v1 is no longer supported by Amazon RDS.
35940
+
35941
+ :stability: deprecated
35942
+ '''
35063
35943
  return typing.cast("SqlServerEngineVersion", jsii.sget(cls, "VER_11_00_6020_0_V1"))
35064
35944
 
35065
35945
  @jsii.python.classproperty
35066
35946
  @jsii.member(jsii_name="VER_11_00_6594_0_V1")
35067
35947
  def VER_11_00_6594_0_V1(cls) -> "SqlServerEngineVersion":
35068
- '''Version "11.00.6594.0.v1".'''
35948
+ '''(deprecated) Version "11.00.6594.0.v1".
35949
+
35950
+ :deprecated: SQL Server 11.00.6594.0.v1 is no longer supported by Amazon RDS.
35951
+
35952
+ :stability: deprecated
35953
+ '''
35069
35954
  return typing.cast("SqlServerEngineVersion", jsii.sget(cls, "VER_11_00_6594_0_V1"))
35070
35955
 
35071
35956
  @jsii.python.classproperty
35072
35957
  @jsii.member(jsii_name="VER_11_00_7462_6_V1")
35073
35958
  def VER_11_00_7462_6_V1(cls) -> "SqlServerEngineVersion":
35074
- '''Version "11.00.7462.6.v1".'''
35959
+ '''(deprecated) Version "11.00.7462.6.v1".
35960
+
35961
+ :deprecated: SQL Server 11.00.7462.6.v1 is no longer supported by Amazon RDS.
35962
+
35963
+ :stability: deprecated
35964
+ '''
35075
35965
  return typing.cast("SqlServerEngineVersion", jsii.sget(cls, "VER_11_00_7462_6_V1"))
35076
35966
 
35077
35967
  @jsii.python.classproperty
35078
35968
  @jsii.member(jsii_name="VER_11_00_7493_4_V1")
35079
35969
  def VER_11_00_7493_4_V1(cls) -> "SqlServerEngineVersion":
35080
- '''Version "11.00.7493.4.v1".'''
35970
+ '''(deprecated) Version "11.00.7493.4.v1".
35971
+
35972
+ :deprecated: SQL Server 11.00.7493.4.v1 is no longer supported by Amazon RDS.
35973
+
35974
+ :stability: deprecated
35975
+ '''
35081
35976
  return typing.cast("SqlServerEngineVersion", jsii.sget(cls, "VER_11_00_7493_4_V1"))
35082
35977
 
35083
35978
  @jsii.python.classproperty
35084
35979
  @jsii.member(jsii_name="VER_12")
35085
35980
  def VER_12(cls) -> "SqlServerEngineVersion":
35086
- '''Version "12.00" (only a major version, without a specific minor version).'''
35981
+ '''(deprecated) Version "12.00" (only a major version, without a specific minor version).
35982
+
35983
+ :deprecated: SQL Server 12.00 is no longer supported by Amazon RDS.
35984
+
35985
+ :stability: deprecated
35986
+ '''
35087
35987
  return typing.cast("SqlServerEngineVersion", jsii.sget(cls, "VER_12"))
35088
35988
 
35989
+ @jsii.python.classproperty
35990
+ @jsii.member(jsii_name="VER_12_00_4422_0_V1")
35991
+ def VER_12_00_4422_0_V1(cls) -> "SqlServerEngineVersion":
35992
+ '''(deprecated) Version "12.00.4422.0.v1".
35993
+
35994
+ :deprecated: SQL Server 12.00.4422.0.v1 is no longer supported by Amazon RDS.
35995
+
35996
+ :stability: deprecated
35997
+ '''
35998
+ return typing.cast("SqlServerEngineVersion", jsii.sget(cls, "VER_12_00_4422_0_V1"))
35999
+
35089
36000
  @jsii.python.classproperty
35090
36001
  @jsii.member(jsii_name="VER_12_00_5000_0_V1")
35091
36002
  def VER_12_00_5000_0_V1(cls) -> "SqlServerEngineVersion":
35092
- '''Version "12.00.5000.0.v1".'''
36003
+ '''(deprecated) Version "12.00.5000.0.v1".
36004
+
36005
+ :deprecated: SQL Server 12.00.5000.0.v1 is no longer supported by Amazon RDS.
36006
+
36007
+ :stability: deprecated
36008
+ '''
35093
36009
  return typing.cast("SqlServerEngineVersion", jsii.sget(cls, "VER_12_00_5000_0_V1"))
35094
36010
 
35095
36011
  @jsii.python.classproperty
35096
36012
  @jsii.member(jsii_name="VER_12_00_5546_0_V1")
35097
36013
  def VER_12_00_5546_0_V1(cls) -> "SqlServerEngineVersion":
35098
- '''Version "12.00.5546.0.v1".'''
36014
+ '''(deprecated) Version "12.00.5546.0.v1".
36015
+
36016
+ :deprecated: SQL Server 12.00.5546.0.v1 is no longer supported by Amazon RDS.
36017
+
36018
+ :stability: deprecated
36019
+ '''
35099
36020
  return typing.cast("SqlServerEngineVersion", jsii.sget(cls, "VER_12_00_5546_0_V1"))
35100
36021
 
35101
36022
  @jsii.python.classproperty
35102
36023
  @jsii.member(jsii_name="VER_12_00_5571_0_V1")
35103
36024
  def VER_12_00_5571_0_V1(cls) -> "SqlServerEngineVersion":
35104
- '''Version "12.00.5571.0.v1".'''
36025
+ '''(deprecated) Version "12.00.5571.0.v1".
36026
+
36027
+ :deprecated: SQL Server 12.00.5571.0.v1 is no longer supported by Amazon RDS.
36028
+
36029
+ :stability: deprecated
36030
+ '''
35105
36031
  return typing.cast("SqlServerEngineVersion", jsii.sget(cls, "VER_12_00_5571_0_V1"))
35106
36032
 
35107
36033
  @jsii.python.classproperty
35108
36034
  @jsii.member(jsii_name="VER_12_00_6293_0_V1")
35109
36035
  def VER_12_00_6293_0_V1(cls) -> "SqlServerEngineVersion":
35110
- '''Version "12.00.6293.0.v1".'''
36036
+ '''(deprecated) Version "12.00.6293.0.v1".
36037
+
36038
+ :deprecated: SQL Server 12.00.6293.0.v1 is no longer supported by Amazon RDS.
36039
+
36040
+ :stability: deprecated
36041
+ '''
35111
36042
  return typing.cast("SqlServerEngineVersion", jsii.sget(cls, "VER_12_00_6293_0_V1"))
35112
36043
 
35113
36044
  @jsii.python.classproperty
35114
36045
  @jsii.member(jsii_name="VER_12_00_6329_1_V1")
35115
36046
  def VER_12_00_6329_1_V1(cls) -> "SqlServerEngineVersion":
35116
- '''Version "12.00.6329.1.v1".'''
36047
+ '''(deprecated) Version "12.00.6329.1.v1".
36048
+
36049
+ :deprecated: SQL Server 12.00.6329.1.v1 is no longer supported by Amazon RDS.
36050
+
36051
+ :stability: deprecated
36052
+ '''
35117
36053
  return typing.cast("SqlServerEngineVersion", jsii.sget(cls, "VER_12_00_6329_1_V1"))
35118
36054
 
35119
36055
  @jsii.python.classproperty
35120
36056
  @jsii.member(jsii_name="VER_12_00_6433_1_V1")
35121
36057
  def VER_12_00_6433_1_V1(cls) -> "SqlServerEngineVersion":
35122
- '''Version "12.00.6433.1.v1".'''
36058
+ '''(deprecated) Version "12.00.6433.1.v1".
36059
+
36060
+ :deprecated: SQL Server 12.00.6433.1.v1 is no longer supported by Amazon RDS.
36061
+
36062
+ :stability: deprecated
36063
+ '''
35123
36064
  return typing.cast("SqlServerEngineVersion", jsii.sget(cls, "VER_12_00_6433_1_V1"))
35124
36065
 
35125
36066
  @jsii.python.classproperty
35126
36067
  @jsii.member(jsii_name="VER_12_00_6439_10_V1")
35127
36068
  def VER_12_00_6439_10_V1(cls) -> "SqlServerEngineVersion":
35128
- '''Version "12.00.6439.10.v1".'''
36069
+ '''(deprecated) Version "12.00.6439.10.v1".
36070
+
36071
+ :deprecated: SQL Server 12.00.6439.10.v1 is no longer supported by Amazon RDS.
36072
+
36073
+ :stability: deprecated
36074
+ '''
35129
36075
  return typing.cast("SqlServerEngineVersion", jsii.sget(cls, "VER_12_00_6439_10_V1"))
35130
36076
 
35131
36077
  @jsii.python.classproperty
35132
36078
  @jsii.member(jsii_name="VER_12_00_6444_4_V1")
35133
36079
  def VER_12_00_6444_4_V1(cls) -> "SqlServerEngineVersion":
35134
- '''Version "12.00.6444.4.v1".'''
36080
+ '''(deprecated) Version "12.00.6444.4.v1".
36081
+
36082
+ :deprecated: SQL Server 12.00.6444.4.v1 is no longer supported by Amazon RDS.
36083
+
36084
+ :stability: deprecated
36085
+ '''
35135
36086
  return typing.cast("SqlServerEngineVersion", jsii.sget(cls, "VER_12_00_6444_4_V1"))
35136
36087
 
35137
36088
  @jsii.python.classproperty
35138
36089
  @jsii.member(jsii_name="VER_12_00_6449_1_V1")
35139
36090
  def VER_12_00_6449_1_V1(cls) -> "SqlServerEngineVersion":
35140
- '''Version "12.00.6449.1.v1".'''
36091
+ '''(deprecated) Version "12.00.6449.1.v1".
36092
+
36093
+ :deprecated: SQL Server 12.00.6449.1.v1 is no longer supported by Amazon RDS.
36094
+
36095
+ :stability: deprecated
36096
+ '''
35141
36097
  return typing.cast("SqlServerEngineVersion", jsii.sget(cls, "VER_12_00_6449_1_V1"))
35142
36098
 
35143
36099
  @jsii.python.classproperty
@@ -35149,79 +36105,144 @@ class SqlServerEngineVersion(
35149
36105
  @jsii.python.classproperty
35150
36106
  @jsii.member(jsii_name="VER_13_00_2164_0_V1")
35151
36107
  def VER_13_00_2164_0_V1(cls) -> "SqlServerEngineVersion":
35152
- '''Version "13.00.2164.0.v1".'''
36108
+ '''(deprecated) Version "13.00.2164.0.v1".
36109
+
36110
+ :deprecated: SQL Server 13.00.2164.0.v1 is no longer supported by Amazon RDS.
36111
+
36112
+ :stability: deprecated
36113
+ '''
35153
36114
  return typing.cast("SqlServerEngineVersion", jsii.sget(cls, "VER_13_00_2164_0_V1"))
35154
36115
 
35155
36116
  @jsii.python.classproperty
35156
36117
  @jsii.member(jsii_name="VER_13_00_4422_0_V1")
35157
36118
  def VER_13_00_4422_0_V1(cls) -> "SqlServerEngineVersion":
35158
- '''Version "13.00.4422.0.v1".'''
36119
+ '''(deprecated) Version "13.00.4422.0.v1".
36120
+
36121
+ :deprecated: SQL Server 13.00.4422.0.v1 is no longer supported by Amazon RDS.
36122
+
36123
+ :stability: deprecated
36124
+ '''
35159
36125
  return typing.cast("SqlServerEngineVersion", jsii.sget(cls, "VER_13_00_4422_0_V1"))
35160
36126
 
35161
36127
  @jsii.python.classproperty
35162
36128
  @jsii.member(jsii_name="VER_13_00_4451_0_V1")
35163
36129
  def VER_13_00_4451_0_V1(cls) -> "SqlServerEngineVersion":
35164
- '''Version "13.00.4451.0.v1".'''
36130
+ '''(deprecated) Version "13.00.4451.0.v1".
36131
+
36132
+ :deprecated: SQL Server 13.00.4451.0.v1 is no longer supported by Amazon RDS.
36133
+
36134
+ :stability: deprecated
36135
+ '''
35165
36136
  return typing.cast("SqlServerEngineVersion", jsii.sget(cls, "VER_13_00_4451_0_V1"))
35166
36137
 
35167
36138
  @jsii.python.classproperty
35168
36139
  @jsii.member(jsii_name="VER_13_00_4466_4_V1")
35169
36140
  def VER_13_00_4466_4_V1(cls) -> "SqlServerEngineVersion":
35170
- '''Version "13.00.4466.4.v1".'''
36141
+ '''(deprecated) Version "13.00.4466.4.v1".
36142
+
36143
+ :deprecated: SQL Server 13.00.4466.4.v1 is no longer supported by Amazon RDS.
36144
+
36145
+ :stability: deprecated
36146
+ '''
35171
36147
  return typing.cast("SqlServerEngineVersion", jsii.sget(cls, "VER_13_00_4466_4_V1"))
35172
36148
 
35173
36149
  @jsii.python.classproperty
35174
36150
  @jsii.member(jsii_name="VER_13_00_4522_0_V1")
35175
36151
  def VER_13_00_4522_0_V1(cls) -> "SqlServerEngineVersion":
35176
- '''Version "13.00.4522.0.v1".'''
36152
+ '''(deprecated) Version "13.00.4522.0.v1".
36153
+
36154
+ :deprecated: SQL Server 13.00.4522.0.v1 is no longer supported by Amazon RDS.
36155
+
36156
+ :stability: deprecated
36157
+ '''
35177
36158
  return typing.cast("SqlServerEngineVersion", jsii.sget(cls, "VER_13_00_4522_0_V1"))
35178
36159
 
35179
36160
  @jsii.python.classproperty
35180
36161
  @jsii.member(jsii_name="VER_13_00_5216_0_V1")
35181
36162
  def VER_13_00_5216_0_V1(cls) -> "SqlServerEngineVersion":
35182
- '''Version "13.00.5216.0.v1".'''
36163
+ '''(deprecated) Version "13.00.5216.0.v1".
36164
+
36165
+ :deprecated: SQL Server 13.00.5216.0.v1 is no longer supported by Amazon RDS.
36166
+
36167
+ :stability: deprecated
36168
+ '''
35183
36169
  return typing.cast("SqlServerEngineVersion", jsii.sget(cls, "VER_13_00_5216_0_V1"))
35184
36170
 
35185
36171
  @jsii.python.classproperty
35186
36172
  @jsii.member(jsii_name="VER_13_00_5292_0_V1")
35187
36173
  def VER_13_00_5292_0_V1(cls) -> "SqlServerEngineVersion":
35188
- '''Version "13.00.5292.0.v1".'''
36174
+ '''(deprecated) Version "13.00.5292.0.v1".
36175
+
36176
+ :deprecated: SQL Server 13.00.5292.0.v1 is no longer supported by Amazon RDS.
36177
+
36178
+ :stability: deprecated
36179
+ '''
35189
36180
  return typing.cast("SqlServerEngineVersion", jsii.sget(cls, "VER_13_00_5292_0_V1"))
35190
36181
 
35191
36182
  @jsii.python.classproperty
35192
36183
  @jsii.member(jsii_name="VER_13_00_5366_0_V1")
35193
36184
  def VER_13_00_5366_0_V1(cls) -> "SqlServerEngineVersion":
35194
- '''Version "13.00.5366.0.v1".'''
36185
+ '''(deprecated) Version "13.00.5366.0.v1".
36186
+
36187
+ :deprecated: SQL Server 13.00.5366.0.v1 is no longer supported by Amazon RDS.
36188
+
36189
+ :stability: deprecated
36190
+ '''
35195
36191
  return typing.cast("SqlServerEngineVersion", jsii.sget(cls, "VER_13_00_5366_0_V1"))
35196
36192
 
35197
36193
  @jsii.python.classproperty
35198
36194
  @jsii.member(jsii_name="VER_13_00_5426_0_V1")
35199
36195
  def VER_13_00_5426_0_V1(cls) -> "SqlServerEngineVersion":
35200
- '''Version "13.00.5426.0.v1".'''
36196
+ '''(deprecated) Version "13.00.5426.0.v1".
36197
+
36198
+ :deprecated: SQL Server 13.00.5426.0.v1 is no longer supported by Amazon RDS.
36199
+
36200
+ :stability: deprecated
36201
+ '''
35201
36202
  return typing.cast("SqlServerEngineVersion", jsii.sget(cls, "VER_13_00_5426_0_V1"))
35202
36203
 
35203
36204
  @jsii.python.classproperty
35204
36205
  @jsii.member(jsii_name="VER_13_00_5598_27_V1")
35205
36206
  def VER_13_00_5598_27_V1(cls) -> "SqlServerEngineVersion":
35206
- '''Version "13.00.5598.27.v1".'''
36207
+ '''(deprecated) Version "13.00.5598.27.v1".
36208
+
36209
+ :deprecated: SQL Server 13.00.5598.27.v1 is no longer supported by Amazon RDS.
36210
+
36211
+ :stability: deprecated
36212
+ '''
35207
36213
  return typing.cast("SqlServerEngineVersion", jsii.sget(cls, "VER_13_00_5598_27_V1"))
35208
36214
 
35209
36215
  @jsii.python.classproperty
35210
36216
  @jsii.member(jsii_name="VER_13_00_5820_21_V1")
35211
36217
  def VER_13_00_5820_21_V1(cls) -> "SqlServerEngineVersion":
35212
- '''Version "13.00.5820.21.v1".'''
36218
+ '''(deprecated) Version "13.00.5820.21.v1".
36219
+
36220
+ :deprecated: SQL Server 13.00.5820.21.v1 is no longer supported by Amazon RDS.
36221
+
36222
+ :stability: deprecated
36223
+ '''
35213
36224
  return typing.cast("SqlServerEngineVersion", jsii.sget(cls, "VER_13_00_5820_21_V1"))
35214
36225
 
35215
36226
  @jsii.python.classproperty
35216
36227
  @jsii.member(jsii_name="VER_13_00_5850_14_V1")
35217
36228
  def VER_13_00_5850_14_V1(cls) -> "SqlServerEngineVersion":
35218
- '''Version "13.00.5850.14.v1".'''
36229
+ '''(deprecated) Version "13.00.5850.14.v1".
36230
+
36231
+ :deprecated: SQL Server 13.00.5850.14.v1 is no longer supported by Amazon RDS.
36232
+
36233
+ :stability: deprecated
36234
+ '''
35219
36235
  return typing.cast("SqlServerEngineVersion", jsii.sget(cls, "VER_13_00_5850_14_V1"))
35220
36236
 
35221
36237
  @jsii.python.classproperty
35222
36238
  @jsii.member(jsii_name="VER_13_00_5882_1_V1")
35223
36239
  def VER_13_00_5882_1_V1(cls) -> "SqlServerEngineVersion":
35224
- '''Version "13.00.5882.1.v1".'''
36240
+ '''(deprecated) Version "13.00.5882.1.v1".
36241
+
36242
+ :deprecated: SQL Server 13.00.5882.1.v1 is no longer supported by Amazon RDS.
36243
+
36244
+ :stability: deprecated
36245
+ '''
35225
36246
  return typing.cast("SqlServerEngineVersion", jsii.sget(cls, "VER_13_00_5882_1_V1"))
35226
36247
 
35227
36248
  @jsii.python.classproperty
@@ -35257,25 +36278,45 @@ class SqlServerEngineVersion(
35257
36278
  @jsii.python.classproperty
35258
36279
  @jsii.member(jsii_name="VER_14_00_1000_169_V1")
35259
36280
  def VER_14_00_1000_169_V1(cls) -> "SqlServerEngineVersion":
35260
- '''Version "14.00.1000.169.v1".'''
36281
+ '''(deprecated) Version "14.00.1000.169.v1".
36282
+
36283
+ :deprecated: SQL Server 14.00.1000.169.v1 is no longer supported by Amazon RDS.
36284
+
36285
+ :stability: deprecated
36286
+ '''
35261
36287
  return typing.cast("SqlServerEngineVersion", jsii.sget(cls, "VER_14_00_1000_169_V1"))
35262
36288
 
35263
36289
  @jsii.python.classproperty
35264
36290
  @jsii.member(jsii_name="VER_14_00_3015_40_V1")
35265
36291
  def VER_14_00_3015_40_V1(cls) -> "SqlServerEngineVersion":
35266
- '''Version "14.00.3015.40.v1".'''
36292
+ '''(deprecated) Version "14.00.3015.40.v1".
36293
+
36294
+ :deprecated: SQL Server 14.00.3015.40.v1 is no longer supported by Amazon RDS.
36295
+
36296
+ :stability: deprecated
36297
+ '''
35267
36298
  return typing.cast("SqlServerEngineVersion", jsii.sget(cls, "VER_14_00_3015_40_V1"))
35268
36299
 
35269
36300
  @jsii.python.classproperty
35270
36301
  @jsii.member(jsii_name="VER_14_00_3035_2_V1")
35271
36302
  def VER_14_00_3035_2_V1(cls) -> "SqlServerEngineVersion":
35272
- '''Version "14.00.3035.2.v1".'''
36303
+ '''(deprecated) Version "14.00.3035.2.v1".
36304
+
36305
+ :deprecated: SQL Server 14.00.3035.2.v1 is no longer supported by Amazon RDS.
36306
+
36307
+ :stability: deprecated
36308
+ '''
35273
36309
  return typing.cast("SqlServerEngineVersion", jsii.sget(cls, "VER_14_00_3035_2_V1"))
35274
36310
 
35275
36311
  @jsii.python.classproperty
35276
36312
  @jsii.member(jsii_name="VER_14_00_3049_1_V1")
35277
36313
  def VER_14_00_3049_1_V1(cls) -> "SqlServerEngineVersion":
35278
- '''Version "14.00.3049.1.v1".'''
36314
+ '''(deprecated) Version "14.00.3049.1.v1".
36315
+
36316
+ :deprecated: SQL Server 14.00.3049.1.v1 is no longer supported by Amazon RDS.
36317
+
36318
+ :stability: deprecated
36319
+ '''
35279
36320
  return typing.cast("SqlServerEngineVersion", jsii.sget(cls, "VER_14_00_3049_1_V1"))
35280
36321
 
35281
36322
  @jsii.python.classproperty
@@ -35283,7 +36324,7 @@ class SqlServerEngineVersion(
35283
36324
  def VER_14_00_3192_2_V1(cls) -> "SqlServerEngineVersion":
35284
36325
  '''(deprecated) Version "14.00.3192.2.v1".
35285
36326
 
35286
- :deprecated: SQL Server version 14.00.3192.2.v1 reached end of life
36327
+ :deprecated: SQL Server 14.00.3192.2.v1 is no longer supported by Amazon RDS.
35287
36328
 
35288
36329
  :stability: deprecated
35289
36330
  '''
@@ -35292,7 +36333,12 @@ class SqlServerEngineVersion(
35292
36333
  @jsii.python.classproperty
35293
36334
  @jsii.member(jsii_name="VER_14_00_3223_3_V1")
35294
36335
  def VER_14_00_3223_3_V1(cls) -> "SqlServerEngineVersion":
35295
- '''Version "14.00.3223.3.v1".'''
36336
+ '''(deprecated) Version "14.00.3223.3.v1".
36337
+
36338
+ :deprecated: SQL Server 14.00.3223.3.v1 is no longer supported by Amazon RDS.
36339
+
36340
+ :stability: deprecated
36341
+ '''
35296
36342
  return typing.cast("SqlServerEngineVersion", jsii.sget(cls, "VER_14_00_3223_3_V1"))
35297
36343
 
35298
36344
  @jsii.python.classproperty
@@ -35415,6 +36461,12 @@ class SqlServerEngineVersion(
35415
36461
  '''Version "15.00.4345.5.v1".'''
35416
36462
  return typing.cast("SqlServerEngineVersion", jsii.sget(cls, "VER_15_00_4345_5_V1"))
35417
36463
 
36464
+ @jsii.python.classproperty
36465
+ @jsii.member(jsii_name="VER_15_00_4355_3_V1")
36466
+ def VER_15_00_4355_3_V1(cls) -> "SqlServerEngineVersion":
36467
+ '''Version "15.00.4355.3.v1".'''
36468
+ return typing.cast("SqlServerEngineVersion", jsii.sget(cls, "VER_15_00_4355_3_V1"))
36469
+
35418
36470
  @jsii.python.classproperty
35419
36471
  @jsii.member(jsii_name="VER_16")
35420
36472
  def VER_16(cls) -> "SqlServerEngineVersion":
@@ -35433,6 +36485,12 @@ class SqlServerEngineVersion(
35433
36485
  '''Version "16.00.4095.4.v1".'''
35434
36486
  return typing.cast("SqlServerEngineVersion", jsii.sget(cls, "VER_16_00_4095_4_V1"))
35435
36487
 
36488
+ @jsii.python.classproperty
36489
+ @jsii.member(jsii_name="VER_16_00_4105_2_V1")
36490
+ def VER_16_00_4105_2_V1(cls) -> "SqlServerEngineVersion":
36491
+ '''Version "16.00.4105.2.v1".'''
36492
+ return typing.cast("SqlServerEngineVersion", jsii.sget(cls, "VER_16_00_4105_2_V1"))
36493
+
35436
36494
  @builtins.property
35437
36495
  @jsii.member(jsii_name="sqlServerFullVersion")
35438
36496
  def sql_server_full_version(self) -> builtins.str:
@@ -36930,6 +37988,13 @@ class DatabaseClusterBase(
36930
37988
  '''
36931
37989
  ...
36932
37990
 
37991
+ @builtins.property
37992
+ @jsii.member(jsii_name="secret")
37993
+ @abc.abstractmethod
37994
+ def secret(self) -> typing.Optional[_ISecret_6e020e6a]:
37995
+ '''Secret in SecretsManager to store the database cluster user credentials.'''
37996
+ ...
37997
+
36933
37998
  @builtins.property
36934
37999
  @jsii.member(jsii_name="enableDataApi")
36935
38000
  @abc.abstractmethod
@@ -37000,6 +38065,12 @@ class _DatabaseClusterBaseProxy(
37000
38065
  '''
37001
38066
  return typing.cast(typing.Optional["IClusterEngine"], jsii.get(self, "engine"))
37002
38067
 
38068
+ @builtins.property
38069
+ @jsii.member(jsii_name="secret")
38070
+ def secret(self) -> typing.Optional[_ISecret_6e020e6a]:
38071
+ '''Secret in SecretsManager to store the database cluster user credentials.'''
38072
+ return typing.cast(typing.Optional[_ISecret_6e020e6a], jsii.get(self, "secret"))
38073
+
37003
38074
  @builtins.property
37004
38075
  @jsii.member(jsii_name="enableDataApi")
37005
38076
  def _enable_data_api(self) -> typing.Optional[builtins.bool]:
@@ -41196,6 +42267,7 @@ class DatabaseCluster(
41196
42267
  instance_identifiers: typing.Optional[typing.Sequence[builtins.str]] = None,
41197
42268
  port: typing.Optional[jsii.Number] = None,
41198
42269
  reader_endpoint_address: typing.Optional[builtins.str] = None,
42270
+ secret: typing.Optional[_ISecret_6e020e6a] = None,
41199
42271
  security_groups: typing.Optional[typing.Sequence[_ISecurityGroup_acf8a799]] = None,
41200
42272
  ) -> IDatabaseCluster:
41201
42273
  '''Import an existing DatabaseCluster from properties.
@@ -41210,6 +42282,7 @@ class DatabaseCluster(
41210
42282
  :param instance_identifiers: Identifier for the instances. Default: - no instance identifiers
41211
42283
  :param port: The database port. Default: - none
41212
42284
  :param reader_endpoint_address: Reader endpoint address. Default: - no reader address
42285
+ :param secret: The secret attached to the database cluster. Default: - the imported Cluster's secret is unknown
41213
42286
  :param security_groups: The security groups of the database cluster. Default: - no security groups
41214
42287
  '''
41215
42288
  if __debug__:
@@ -41225,6 +42298,7 @@ class DatabaseCluster(
41225
42298
  instance_identifiers=instance_identifiers,
41226
42299
  port=port,
41227
42300
  reader_endpoint_address=reader_endpoint_address,
42301
+ secret=secret,
41228
42302
  security_groups=security_groups,
41229
42303
  )
41230
42304
 
@@ -44543,6 +45617,7 @@ def _typecheckingstub__ed300072ed57a352a09d26b0a71ae628bf48c46f003dddeb880d02b1b
44543
45617
  instance_identifiers: typing.Optional[typing.Sequence[builtins.str]] = None,
44544
45618
  port: typing.Optional[jsii.Number] = None,
44545
45619
  reader_endpoint_address: typing.Optional[builtins.str] = None,
45620
+ secret: typing.Optional[_ISecret_6e020e6a] = None,
44546
45621
  security_groups: typing.Optional[typing.Sequence[_ISecurityGroup_acf8a799]] = None,
44547
45622
  ) -> None:
44548
45623
  """Type checking stubs"""
@@ -46329,6 +47404,7 @@ def _typecheckingstub__d7cb0d9ec8799a7f25049acfbf2838c0699426663debfac03fac47054
46329
47404
  instance_identifiers: typing.Optional[typing.Sequence[builtins.str]] = None,
46330
47405
  port: typing.Optional[jsii.Number] = None,
46331
47406
  reader_endpoint_address: typing.Optional[builtins.str] = None,
47407
+ secret: typing.Optional[_ISecret_6e020e6a] = None,
46332
47408
  security_groups: typing.Optional[typing.Sequence[_ISecurityGroup_acf8a799]] = None,
46333
47409
  ) -> None:
46334
47410
  """Type checking stubs"""