aws-cdk-lib 2.219.0__py3-none-any.whl → 2.220.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 (51) hide show
  1. aws_cdk/__init__.py +12 -17
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.219.0.jsii.tgz → aws-cdk-lib@2.220.0.jsii.tgz} +0 -0
  4. aws_cdk/aws_applicationsignals/__init__.py +450 -2
  5. aws_cdk/aws_arcregionswitch/__init__.py +8 -0
  6. aws_cdk/aws_backup/__init__.py +29 -0
  7. aws_cdk/aws_batch/__init__.py +109 -7
  8. aws_cdk/aws_bedrock/__init__.py +44 -16
  9. aws_cdk/aws_bedrockagentcore/__init__.py +7872 -1718
  10. aws_cdk/aws_cloudfront/experimental/__init__.py +4 -0
  11. aws_cdk/aws_cloudfront_origins/__init__.py +87 -6
  12. aws_cdk/aws_cloudwatch/__init__.py +5 -5
  13. aws_cdk/aws_cognito/__init__.py +6 -4
  14. aws_cdk/aws_dax/__init__.py +12 -3
  15. aws_cdk/aws_directoryservice/__init__.py +29 -0
  16. aws_cdk/aws_ec2/__init__.py +99 -8
  17. aws_cdk/aws_ecs/__init__.py +342 -134
  18. aws_cdk/aws_eks/__init__.py +114 -9
  19. aws_cdk/aws_fsx/__init__.py +4 -4
  20. aws_cdk/aws_imagebuilder/__init__.py +397 -0
  21. aws_cdk/aws_iotsitewise/__init__.py +136 -80
  22. aws_cdk/aws_kinesis/__init__.py +95 -4
  23. aws_cdk/aws_lambda/__init__.py +43 -0
  24. aws_cdk/aws_lightsail/__init__.py +584 -0
  25. aws_cdk/aws_logs/__init__.py +57 -0
  26. aws_cdk/aws_lookoutmetrics/__init__.py +14 -2
  27. aws_cdk/aws_m2/__init__.py +59 -13
  28. aws_cdk/aws_medialive/__init__.py +108 -0
  29. aws_cdk/aws_mwaa/__init__.py +5 -5
  30. aws_cdk/aws_neptune/__init__.py +133 -70
  31. aws_cdk/aws_networkmanager/__init__.py +29 -0
  32. aws_cdk/aws_observabilityadmin/__init__.py +1227 -83
  33. aws_cdk/aws_omics/__init__.py +7 -1
  34. aws_cdk/aws_opensearchservice/__init__.py +6 -0
  35. aws_cdk/aws_pcs/__init__.py +224 -33
  36. aws_cdk/aws_pinpoint/__init__.py +58 -0
  37. aws_cdk/aws_quicksight/__init__.py +80 -0
  38. aws_cdk/aws_rds/__init__.py +29 -23
  39. aws_cdk/aws_refactorspaces/__init__.py +18 -6
  40. aws_cdk/aws_route53/__init__.py +130 -6
  41. aws_cdk/aws_s3/__init__.py +29 -2
  42. aws_cdk/aws_s3objectlambda/__init__.py +44 -12
  43. aws_cdk/aws_servicecatalog/__init__.py +25 -20
  44. aws_cdk/aws_ssmquicksetup/__init__.py +3 -3
  45. aws_cdk/aws_synthetics/__init__.py +21 -1
  46. {aws_cdk_lib-2.219.0.dist-info → aws_cdk_lib-2.220.0.dist-info}/METADATA +1 -1
  47. {aws_cdk_lib-2.219.0.dist-info → aws_cdk_lib-2.220.0.dist-info}/RECORD +51 -51
  48. {aws_cdk_lib-2.219.0.dist-info → aws_cdk_lib-2.220.0.dist-info}/LICENSE +0 -0
  49. {aws_cdk_lib-2.219.0.dist-info → aws_cdk_lib-2.220.0.dist-info}/NOTICE +0 -0
  50. {aws_cdk_lib-2.219.0.dist-info → aws_cdk_lib-2.220.0.dist-info}/WHEEL +0 -0
  51. {aws_cdk_lib-2.219.0.dist-info → aws_cdk_lib-2.220.0.dist-info}/top_level.txt +0 -0
@@ -86800,6 +86800,7 @@ class CfnDashboard(
86800
86800
  "executive_summary_option": "executiveSummaryOption",
86801
86801
  "export_to_csv_option": "exportToCsvOption",
86802
86802
  "export_with_hidden_fields_option": "exportWithHiddenFieldsOption",
86803
+ "quick_suite_actions_option": "quickSuiteActionsOption",
86803
86804
  "sheet_controls_option": "sheetControlsOption",
86804
86805
  "sheet_layout_element_maximization_option": "sheetLayoutElementMaximizationOption",
86805
86806
  "visual_axis_sort_option": "visualAxisSortOption",
@@ -86820,6 +86821,7 @@ class CfnDashboard(
86820
86821
  executive_summary_option: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDashboard.ExecutiveSummaryOptionProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
86821
86822
  export_to_csv_option: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDashboard.ExportToCSVOptionProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
86822
86823
  export_with_hidden_fields_option: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDashboard.ExportWithHiddenFieldsOptionProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
86824
+ quick_suite_actions_option: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDashboard.QuickSuiteActionsOptionProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
86823
86825
  sheet_controls_option: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDashboard.SheetControlsOptionProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
86824
86826
  sheet_layout_element_maximization_option: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDashboard.SheetLayoutElementMaximizationOptionProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
86825
86827
  visual_axis_sort_option: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDashboard.VisualAxisSortOptionProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
@@ -86837,6 +86839,7 @@ class CfnDashboard(
86837
86839
  :param executive_summary_option: Executive summary option.
86838
86840
  :param export_to_csv_option: Export to .csv option.
86839
86841
  :param export_with_hidden_fields_option: Determines if hidden fields are exported with a dashboard.
86842
+ :param quick_suite_actions_option:
86840
86843
  :param sheet_controls_option: Sheet controls option.
86841
86844
  :param sheet_layout_element_maximization_option: The sheet layout maximization options of a dashbaord.
86842
86845
  :param visual_axis_sort_option: The axis sort options of a dashboard.
@@ -86880,6 +86883,9 @@ class CfnDashboard(
86880
86883
  export_with_hidden_fields_option=quicksight.CfnDashboard.ExportWithHiddenFieldsOptionProperty(
86881
86884
  availability_status="availabilityStatus"
86882
86885
  ),
86886
+ quick_suite_actions_option=quicksight.CfnDashboard.QuickSuiteActionsOptionProperty(
86887
+ availability_status="availabilityStatus"
86888
+ ),
86883
86889
  sheet_controls_option=quicksight.CfnDashboard.SheetControlsOptionProperty(
86884
86890
  visibility_state="visibilityState"
86885
86891
  ),
@@ -86910,6 +86916,7 @@ class CfnDashboard(
86910
86916
  check_type(argname="argument executive_summary_option", value=executive_summary_option, expected_type=type_hints["executive_summary_option"])
86911
86917
  check_type(argname="argument export_to_csv_option", value=export_to_csv_option, expected_type=type_hints["export_to_csv_option"])
86912
86918
  check_type(argname="argument export_with_hidden_fields_option", value=export_with_hidden_fields_option, expected_type=type_hints["export_with_hidden_fields_option"])
86919
+ check_type(argname="argument quick_suite_actions_option", value=quick_suite_actions_option, expected_type=type_hints["quick_suite_actions_option"])
86913
86920
  check_type(argname="argument sheet_controls_option", value=sheet_controls_option, expected_type=type_hints["sheet_controls_option"])
86914
86921
  check_type(argname="argument sheet_layout_element_maximization_option", value=sheet_layout_element_maximization_option, expected_type=type_hints["sheet_layout_element_maximization_option"])
86915
86922
  check_type(argname="argument visual_axis_sort_option", value=visual_axis_sort_option, expected_type=type_hints["visual_axis_sort_option"])
@@ -86934,6 +86941,8 @@ class CfnDashboard(
86934
86941
  self._values["export_to_csv_option"] = export_to_csv_option
86935
86942
  if export_with_hidden_fields_option is not None:
86936
86943
  self._values["export_with_hidden_fields_option"] = export_with_hidden_fields_option
86944
+ if quick_suite_actions_option is not None:
86945
+ self._values["quick_suite_actions_option"] = quick_suite_actions_option
86937
86946
  if sheet_controls_option is not None:
86938
86947
  self._values["sheet_controls_option"] = sheet_controls_option
86939
86948
  if sheet_layout_element_maximization_option is not None:
@@ -87046,6 +87055,16 @@ class CfnDashboard(
87046
87055
  result = self._values.get("export_with_hidden_fields_option")
87047
87056
  return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDashboard.ExportWithHiddenFieldsOptionProperty"]], result)
87048
87057
 
87058
+ @builtins.property
87059
+ def quick_suite_actions_option(
87060
+ self,
87061
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDashboard.QuickSuiteActionsOptionProperty"]]:
87062
+ '''
87063
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-dashboardpublishoptions.html#cfn-quicksight-dashboard-dashboardpublishoptions-quicksuiteactionsoption
87064
+ '''
87065
+ result = self._values.get("quick_suite_actions_option")
87066
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDashboard.QuickSuiteActionsOptionProperty"]], result)
87067
+
87049
87068
  @builtins.property
87050
87069
  def sheet_controls_option(
87051
87070
  self,
@@ -126336,6 +126355,59 @@ class CfnDashboard(
126336
126355
  k + "=" + repr(v) for k, v in self._values.items()
126337
126356
  )
126338
126357
 
126358
+ @jsii.data_type(
126359
+ jsii_type="aws-cdk-lib.aws_quicksight.CfnDashboard.QuickSuiteActionsOptionProperty",
126360
+ jsii_struct_bases=[],
126361
+ name_mapping={"availability_status": "availabilityStatus"},
126362
+ )
126363
+ class QuickSuiteActionsOptionProperty:
126364
+ def __init__(
126365
+ self,
126366
+ *,
126367
+ availability_status: typing.Optional[builtins.str] = None,
126368
+ ) -> None:
126369
+ '''
126370
+ :param availability_status:
126371
+
126372
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-quicksuiteactionsoption.html
126373
+ :exampleMetadata: fixture=_generated
126374
+
126375
+ Example::
126376
+
126377
+ # The code below shows an example of how to instantiate this type.
126378
+ # The values are placeholders you should change.
126379
+ from aws_cdk import aws_quicksight as quicksight
126380
+
126381
+ quick_suite_actions_option_property = quicksight.CfnDashboard.QuickSuiteActionsOptionProperty(
126382
+ availability_status="availabilityStatus"
126383
+ )
126384
+ '''
126385
+ if __debug__:
126386
+ type_hints = typing.get_type_hints(_typecheckingstub__9c8b3e1bc413fb8347a340dd8ee206f937d0c39bdda82fbb3961908543f7b81c)
126387
+ check_type(argname="argument availability_status", value=availability_status, expected_type=type_hints["availability_status"])
126388
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
126389
+ if availability_status is not None:
126390
+ self._values["availability_status"] = availability_status
126391
+
126392
+ @builtins.property
126393
+ def availability_status(self) -> typing.Optional[builtins.str]:
126394
+ '''
126395
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-quicksuiteactionsoption.html#cfn-quicksight-dashboard-quicksuiteactionsoption-availabilitystatus
126396
+ '''
126397
+ result = self._values.get("availability_status")
126398
+ return typing.cast(typing.Optional[builtins.str], result)
126399
+
126400
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
126401
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
126402
+
126403
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
126404
+ return not (rhs == self)
126405
+
126406
+ def __repr__(self) -> str:
126407
+ return "QuickSuiteActionsOptionProperty(%s)" % ", ".join(
126408
+ k + "=" + repr(v) for k, v in self._values.items()
126409
+ )
126410
+
126339
126411
  @jsii.data_type(
126340
126412
  jsii_type="aws-cdk-lib.aws_quicksight.CfnDashboard.RadarChartAggregatedFieldWellsProperty",
126341
126413
  jsii_struct_bases=[],
@@ -236109,6 +236181,7 @@ def _typecheckingstub__c9e09587ab720431f5373014612c24f6d414533d5702638a33a14c36c
236109
236181
  executive_summary_option: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.ExecutiveSummaryOptionProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
236110
236182
  export_to_csv_option: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.ExportToCSVOptionProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
236111
236183
  export_with_hidden_fields_option: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.ExportWithHiddenFieldsOptionProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
236184
+ quick_suite_actions_option: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.QuickSuiteActionsOptionProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
236112
236185
  sheet_controls_option: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.SheetControlsOptionProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
236113
236186
  sheet_layout_element_maximization_option: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.SheetLayoutElementMaximizationOptionProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
236114
236187
  visual_axis_sort_option: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.VisualAxisSortOptionProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
@@ -239015,6 +239088,13 @@ def _typecheckingstub__7b749fd545ef26437f40040ce3d66eb5fc1f74dd885bdbd215d96299a
239015
239088
  """Type checking stubs"""
239016
239089
  pass
239017
239090
 
239091
+ def _typecheckingstub__9c8b3e1bc413fb8347a340dd8ee206f937d0c39bdda82fbb3961908543f7b81c(
239092
+ *,
239093
+ availability_status: typing.Optional[builtins.str] = None,
239094
+ ) -> None:
239095
+ """Type checking stubs"""
239096
+ pass
239097
+
239018
239098
  def _typecheckingstub__62e03423d11f9d7c54d2dbabdc23b969f7868353b929e4d5ed40a4a2e3caac79(
239019
239099
  *,
239020
239100
  category: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.DimensionFieldProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
@@ -3272,6 +3272,12 @@ class AuroraMysqlEngineVersion(
3272
3272
  '''Version "8.0.mysql_aurora.3.10.0".'''
3273
3273
  return typing.cast("AuroraMysqlEngineVersion", jsii.sget(cls, "VER_3_10_0"))
3274
3274
 
3275
+ @jsii.python.classproperty
3276
+ @jsii.member(jsii_name="VER_3_10_1")
3277
+ def VER_3_10_1(cls) -> "AuroraMysqlEngineVersion":
3278
+ '''Version "8.0.mysql_aurora.3.10.1".'''
3279
+ return typing.cast("AuroraMysqlEngineVersion", jsii.sget(cls, "VER_3_10_1"))
3280
+
3275
3281
  @jsii.python.classproperty
3276
3282
  @jsii.member(jsii_name="VER_5_7_12")
3277
3283
  def VER_5_7_12(cls) -> "AuroraMysqlEngineVersion":
@@ -17009,7 +17015,7 @@ class DatabaseInstanceNewProps:
17009
17015
  :param s3_import_role: Role that will be associated with this DB instance to enable S3 import. This feature is only supported by the Microsoft SQL Server, Oracle, and PostgreSQL engines. This property must not be used if ``s3ImportBuckets`` is used. For Microsoft SQL Server: Default: - New role is created if ``s3ImportBuckets`` is set, no role is defined otherwise
17010
17016
  :param security_groups: The security groups to assign to the DB instance. Default: - a new security group is created
17011
17017
  :param storage_throughput: The storage throughput, specified in mebibytes per second (MiBps). Only applicable for GP3. Default: - 125 MiBps if allocated storage is less than 400 GiB for MariaDB, MySQL, and PostgreSQL, less than 200 GiB for Oracle and less than 20 GiB for SQL Server. 500 MiBps otherwise (except for SQL Server where the default is always 125 MiBps).
17012
- :param storage_type: The storage type. Storage types supported are gp2, io1, standard. Default: GP2
17018
+ :param storage_type: The storage type to associate with the DB instance. Storage types supported are gp2, gp3, io1, io2, and standard. Default: StorageType.GP2
17013
17019
  :param subnet_group: Existing subnet group for the instance. Default: - a new subnet group will be created.
17014
17020
  :param vpc_subnets: The type of subnets to add to the created DB subnet group. Default: - private subnets
17015
17021
 
@@ -17717,11 +17723,11 @@ class DatabaseInstanceNewProps:
17717
17723
 
17718
17724
  @builtins.property
17719
17725
  def storage_type(self) -> typing.Optional["StorageType"]:
17720
- '''The storage type.
17726
+ '''The storage type to associate with the DB instance.
17721
17727
 
17722
- Storage types supported are gp2, io1, standard.
17728
+ Storage types supported are gp2, gp3, io1, io2, and standard.
17723
17729
 
17724
- :default: GP2
17730
+ :default: StorageType.GP2
17725
17731
 
17726
17732
  :see: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Storage.html#Concepts.Storage.GeneralSSD
17727
17733
  '''
@@ -17910,7 +17916,7 @@ class DatabaseInstanceReadReplicaProps(DatabaseInstanceNewProps):
17910
17916
  :param s3_import_role: Role that will be associated with this DB instance to enable S3 import. This feature is only supported by the Microsoft SQL Server, Oracle, and PostgreSQL engines. This property must not be used if ``s3ImportBuckets`` is used. For Microsoft SQL Server: Default: - New role is created if ``s3ImportBuckets`` is set, no role is defined otherwise
17911
17917
  :param security_groups: The security groups to assign to the DB instance. Default: - a new security group is created
17912
17918
  :param storage_throughput: The storage throughput, specified in mebibytes per second (MiBps). Only applicable for GP3. Default: - 125 MiBps if allocated storage is less than 400 GiB for MariaDB, MySQL, and PostgreSQL, less than 200 GiB for Oracle and less than 20 GiB for SQL Server. 500 MiBps otherwise (except for SQL Server where the default is always 125 MiBps).
17913
- :param storage_type: The storage type. Storage types supported are gp2, io1, standard. Default: GP2
17919
+ :param storage_type: The storage type to associate with the DB instance. Storage types supported are gp2, gp3, io1, io2, and standard. Default: StorageType.GP2
17914
17920
  :param subnet_group: Existing subnet group for the instance. Default: - a new subnet group will be created.
17915
17921
  :param vpc_subnets: The type of subnets to add to the created DB subnet group. Default: - private subnets
17916
17922
  :param instance_type: The name of the compute and memory capacity classes.
@@ -18571,11 +18577,11 @@ class DatabaseInstanceReadReplicaProps(DatabaseInstanceNewProps):
18571
18577
 
18572
18578
  @builtins.property
18573
18579
  def storage_type(self) -> typing.Optional["StorageType"]:
18574
- '''The storage type.
18580
+ '''The storage type to associate with the DB instance.
18575
18581
 
18576
- Storage types supported are gp2, io1, standard.
18582
+ Storage types supported are gp2, gp3, io1, io2, and standard.
18577
18583
 
18578
- :default: GP2
18584
+ :default: StorageType.GP2
18579
18585
 
18580
18586
  :see: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Storage.html#Concepts.Storage.GeneralSSD
18581
18587
  '''
@@ -18815,7 +18821,7 @@ class DatabaseInstanceSourceProps(DatabaseInstanceNewProps):
18815
18821
  :param s3_import_role: Role that will be associated with this DB instance to enable S3 import. This feature is only supported by the Microsoft SQL Server, Oracle, and PostgreSQL engines. This property must not be used if ``s3ImportBuckets`` is used. For Microsoft SQL Server: Default: - New role is created if ``s3ImportBuckets`` is set, no role is defined otherwise
18816
18822
  :param security_groups: The security groups to assign to the DB instance. Default: - a new security group is created
18817
18823
  :param storage_throughput: The storage throughput, specified in mebibytes per second (MiBps). Only applicable for GP3. Default: - 125 MiBps if allocated storage is less than 400 GiB for MariaDB, MySQL, and PostgreSQL, less than 200 GiB for Oracle and less than 20 GiB for SQL Server. 500 MiBps otherwise (except for SQL Server where the default is always 125 MiBps).
18818
- :param storage_type: The storage type. Storage types supported are gp2, io1, standard. Default: GP2
18824
+ :param storage_type: The storage type to associate with the DB instance. Storage types supported are gp2, gp3, io1, io2, and standard. Default: StorageType.GP2
18819
18825
  :param subnet_group: Existing subnet group for the instance. Default: - a new subnet group will be created.
18820
18826
  :param vpc_subnets: The type of subnets to add to the created DB subnet group. Default: - private subnets
18821
18827
  :param engine: The database engine.
@@ -19566,11 +19572,11 @@ class DatabaseInstanceSourceProps(DatabaseInstanceNewProps):
19566
19572
 
19567
19573
  @builtins.property
19568
19574
  def storage_type(self) -> typing.Optional["StorageType"]:
19569
- '''The storage type.
19575
+ '''The storage type to associate with the DB instance.
19570
19576
 
19571
- Storage types supported are gp2, io1, standard.
19577
+ Storage types supported are gp2, gp3, io1, io2, and standard.
19572
19578
 
19573
- :default: GP2
19579
+ :default: StorageType.GP2
19574
19580
 
19575
19581
  :see: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Storage.html#Concepts.Storage.GeneralSSD
19576
19582
  '''
@@ -47714,7 +47720,7 @@ class DatabaseInstanceFromSnapshot(
47714
47720
  :param s3_import_role: Role that will be associated with this DB instance to enable S3 import. This feature is only supported by the Microsoft SQL Server, Oracle, and PostgreSQL engines. This property must not be used if ``s3ImportBuckets`` is used. For Microsoft SQL Server: Default: - New role is created if ``s3ImportBuckets`` is set, no role is defined otherwise
47715
47721
  :param security_groups: The security groups to assign to the DB instance. Default: - a new security group is created
47716
47722
  :param storage_throughput: The storage throughput, specified in mebibytes per second (MiBps). Only applicable for GP3. Default: - 125 MiBps if allocated storage is less than 400 GiB for MariaDB, MySQL, and PostgreSQL, less than 200 GiB for Oracle and less than 20 GiB for SQL Server. 500 MiBps otherwise (except for SQL Server where the default is always 125 MiBps).
47717
- :param storage_type: The storage type. Storage types supported are gp2, io1, standard. Default: GP2
47723
+ :param storage_type: The storage type to associate with the DB instance. Storage types supported are gp2, gp3, io1, io2, and standard. Default: StorageType.GP2
47718
47724
  :param subnet_group: Existing subnet group for the instance. Default: - a new subnet group will be created.
47719
47725
  :param vpc_subnets: The type of subnets to add to the created DB subnet group. Default: - private subnets
47720
47726
  '''
@@ -48148,7 +48154,7 @@ class DatabaseInstanceFromSnapshotProps(DatabaseInstanceSourceProps):
48148
48154
  :param s3_import_role: Role that will be associated with this DB instance to enable S3 import. This feature is only supported by the Microsoft SQL Server, Oracle, and PostgreSQL engines. This property must not be used if ``s3ImportBuckets`` is used. For Microsoft SQL Server: Default: - New role is created if ``s3ImportBuckets`` is set, no role is defined otherwise
48149
48155
  :param security_groups: The security groups to assign to the DB instance. Default: - a new security group is created
48150
48156
  :param storage_throughput: The storage throughput, specified in mebibytes per second (MiBps). Only applicable for GP3. Default: - 125 MiBps if allocated storage is less than 400 GiB for MariaDB, MySQL, and PostgreSQL, less than 200 GiB for Oracle and less than 20 GiB for SQL Server. 500 MiBps otherwise (except for SQL Server where the default is always 125 MiBps).
48151
- :param storage_type: The storage type. Storage types supported are gp2, io1, standard. Default: GP2
48157
+ :param storage_type: The storage type to associate with the DB instance. Storage types supported are gp2, gp3, io1, io2, and standard. Default: StorageType.GP2
48152
48158
  :param subnet_group: Existing subnet group for the instance. Default: - a new subnet group will be created.
48153
48159
  :param vpc_subnets: The type of subnets to add to the created DB subnet group. Default: - private subnets
48154
48160
  :param engine: The database engine.
@@ -48833,11 +48839,11 @@ class DatabaseInstanceFromSnapshotProps(DatabaseInstanceSourceProps):
48833
48839
 
48834
48840
  @builtins.property
48835
48841
  def storage_type(self) -> typing.Optional[StorageType]:
48836
- '''The storage type.
48842
+ '''The storage type to associate with the DB instance.
48837
48843
 
48838
- Storage types supported are gp2, io1, standard.
48844
+ Storage types supported are gp2, gp3, io1, io2, and standard.
48839
48845
 
48840
- :default: GP2
48846
+ :default: StorageType.GP2
48841
48847
 
48842
48848
  :see: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Storage.html#Concepts.Storage.GeneralSSD
48843
48849
  '''
@@ -49163,7 +49169,7 @@ class DatabaseInstanceProps(DatabaseInstanceSourceProps):
49163
49169
  :param s3_import_role: Role that will be associated with this DB instance to enable S3 import. This feature is only supported by the Microsoft SQL Server, Oracle, and PostgreSQL engines. This property must not be used if ``s3ImportBuckets`` is used. For Microsoft SQL Server: Default: - New role is created if ``s3ImportBuckets`` is set, no role is defined otherwise
49164
49170
  :param security_groups: The security groups to assign to the DB instance. Default: - a new security group is created
49165
49171
  :param storage_throughput: The storage throughput, specified in mebibytes per second (MiBps). Only applicable for GP3. Default: - 125 MiBps if allocated storage is less than 400 GiB for MariaDB, MySQL, and PostgreSQL, less than 200 GiB for Oracle and less than 20 GiB for SQL Server. 500 MiBps otherwise (except for SQL Server where the default is always 125 MiBps).
49166
- :param storage_type: The storage type. Storage types supported are gp2, io1, standard. Default: GP2
49172
+ :param storage_type: The storage type to associate with the DB instance. Storage types supported are gp2, gp3, io1, io2, and standard. Default: StorageType.GP2
49167
49173
  :param subnet_group: Existing subnet group for the instance. Default: - a new subnet group will be created.
49168
49174
  :param vpc_subnets: The type of subnets to add to the created DB subnet group. Default: - private subnets
49169
49175
  :param engine: The database engine.
@@ -49854,11 +49860,11 @@ class DatabaseInstanceProps(DatabaseInstanceSourceProps):
49854
49860
 
49855
49861
  @builtins.property
49856
49862
  def storage_type(self) -> typing.Optional[StorageType]:
49857
- '''The storage type.
49863
+ '''The storage type to associate with the DB instance.
49858
49864
 
49859
- Storage types supported are gp2, io1, standard.
49865
+ Storage types supported are gp2, gp3, io1, io2, and standard.
49860
49866
 
49861
- :default: GP2
49867
+ :default: StorageType.GP2
49862
49868
 
49863
49869
  :see: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Storage.html#Concepts.Storage.GeneralSSD
49864
49870
  '''
@@ -50141,7 +50147,7 @@ class DatabaseInstanceReadReplica(
50141
50147
  :param s3_import_role: Role that will be associated with this DB instance to enable S3 import. This feature is only supported by the Microsoft SQL Server, Oracle, and PostgreSQL engines. This property must not be used if ``s3ImportBuckets`` is used. For Microsoft SQL Server: Default: - New role is created if ``s3ImportBuckets`` is set, no role is defined otherwise
50142
50148
  :param security_groups: The security groups to assign to the DB instance. Default: - a new security group is created
50143
50149
  :param storage_throughput: The storage throughput, specified in mebibytes per second (MiBps). Only applicable for GP3. Default: - 125 MiBps if allocated storage is less than 400 GiB for MariaDB, MySQL, and PostgreSQL, less than 200 GiB for Oracle and less than 20 GiB for SQL Server. 500 MiBps otherwise (except for SQL Server where the default is always 125 MiBps).
50144
- :param storage_type: The storage type. Storage types supported are gp2, io1, standard. Default: GP2
50150
+ :param storage_type: The storage type to associate with the DB instance. Storage types supported are gp2, gp3, io1, io2, and standard. Default: StorageType.GP2
50145
50151
  :param subnet_group: Existing subnet group for the instance. Default: - a new subnet group will be created.
50146
50152
  :param vpc_subnets: The type of subnets to add to the created DB subnet group. Default: - private subnets
50147
50153
  '''
@@ -51607,7 +51613,7 @@ class DatabaseInstance(
51607
51613
  :param s3_import_role: Role that will be associated with this DB instance to enable S3 import. This feature is only supported by the Microsoft SQL Server, Oracle, and PostgreSQL engines. This property must not be used if ``s3ImportBuckets`` is used. For Microsoft SQL Server: Default: - New role is created if ``s3ImportBuckets`` is set, no role is defined otherwise
51608
51614
  :param security_groups: The security groups to assign to the DB instance. Default: - a new security group is created
51609
51615
  :param storage_throughput: The storage throughput, specified in mebibytes per second (MiBps). Only applicable for GP3. Default: - 125 MiBps if allocated storage is less than 400 GiB for MariaDB, MySQL, and PostgreSQL, less than 200 GiB for Oracle and less than 20 GiB for SQL Server. 500 MiBps otherwise (except for SQL Server where the default is always 125 MiBps).
51610
- :param storage_type: The storage type. Storage types supported are gp2, io1, standard. Default: GP2
51616
+ :param storage_type: The storage type to associate with the DB instance. Storage types supported are gp2, gp3, io1, io2, and standard. Default: StorageType.GP2
51611
51617
  :param subnet_group: Existing subnet group for the instance. Default: - a new subnet group will be created.
51612
51618
  :param vpc_subnets: The type of subnets to add to the created DB subnet group. Default: - private subnets
51613
51619
  '''
@@ -1207,9 +1207,13 @@ class CfnApplication(
1207
1207
  metaclass=jsii.JSIIMeta,
1208
1208
  jsii_type="aws-cdk-lib.aws_refactorspaces.CfnApplication",
1209
1209
  ):
1210
- '''Creates an AWS Migration Hub Refactor Spaces application.
1210
+ '''.. epigraph::
1211
1211
 
1212
- The account that owns the environment also owns the applications created inside the environment, regardless of the account that creates the application. Refactor Spaces provisions an Amazon API Gateway, API Gateway VPC link, and Network Load Balancer for the application proxy inside your account.
1212
+ AWS Migration Hub will no longer be open to new customers starting November 7, 2025.
1213
+
1214
+ To continue using the service, sign up prior to November 7, 2025. For capabilities similar to AWS Migration Hub , explore `AWS Migration Hub <https://docs.aws.amazon.com/https://aws.amazon.com/transform>`_ .
1215
+
1216
+ Creates an AWS Migration Hub Refactor Spaces application. The account that owns the environment also owns the applications created inside the environment, regardless of the account that creates the application. Refactor Spaces provisions an Amazon API Gateway, API Gateway VPC link, and Network Load Balancer for the application proxy inside your account.
1213
1217
 
1214
1218
  In environments created with a `CreateEnvironment:NetworkFabricType <https://docs.aws.amazon.com/migrationhub-refactor-spaces/latest/APIReference/API_CreateEnvironment.html#migrationhubrefactorspaces-CreateEnvironment-request-NetworkFabricType>`_ of ``NONE`` you need to configure `VPC to VPC connectivity <https://docs.aws.amazon.com/whitepapers/latest/aws-vpc-connectivity-options/amazon-vpc-to-amazon-vpc-connectivity-options.html>`_ between your service VPC and the application proxy VPC to route traffic through the application proxy to a service with a private URL endpoint. For more information, see `Create an application <https://docs.aws.amazon.com/migrationhub-refactor-spaces/latest/userguide/getting-started-create-application.html>`_ in the *Refactor Spaces User Guide* .
1215
1219
 
@@ -1565,9 +1569,13 @@ class CfnEnvironment(
1565
1569
  metaclass=jsii.JSIIMeta,
1566
1570
  jsii_type="aws-cdk-lib.aws_refactorspaces.CfnEnvironment",
1567
1571
  ):
1568
- '''Creates an AWS Migration Hub Refactor Spaces environment.
1572
+ '''.. epigraph::
1573
+
1574
+ AWS Migration Hub will no longer be open to new customers starting November 7, 2025.
1569
1575
 
1570
- The caller owns the environment resource, and all Refactor Spaces applications, services, and routes created within the environment. They are referred to as the *environment owner* . The environment owner has cross-account visibility and control of Refactor Spaces resources that are added to the environment by other accounts that the environment is shared with.
1576
+ To continue using the service, sign up prior to November 7, 2025. For capabilities similar to AWS Migration Hub , explore `AWS Migration Hub <https://docs.aws.amazon.com/https://aws.amazon.com/transform>`_ .
1577
+
1578
+ Creates an AWS Migration Hub Refactor Spaces environment. The caller owns the environment resource, and all Refactor Spaces applications, services, and routes created within the environment. They are referred to as the *environment owner* . The environment owner has cross-account visibility and control of Refactor Spaces resources that are added to the environment by other accounts that the environment is shared with.
1571
1579
 
1572
1580
  When creating an environment with a `CreateEnvironment:NetworkFabricType <https://docs.aws.amazon.com/migrationhub-refactor-spaces/latest/APIReference/API_CreateEnvironment.html#migrationhubrefactorspaces-CreateEnvironment-request-NetworkFabricType>`_ of ``TRANSIT_GATEWAY`` , Refactor Spaces provisions a transit gateway to enable services in VPCs to communicate directly across accounts. If `CreateEnvironment:NetworkFabricType <https://docs.aws.amazon.com/migrationhub-refactor-spaces/latest/APIReference/API_CreateEnvironment.html#migrationhubrefactorspaces-CreateEnvironment-request-NetworkFabricType>`_ is ``NONE`` , Refactor Spaces does not create a transit gateway and you must use your network infrastructure to route traffic to services with private URL endpoints.
1573
1581
 
@@ -2235,9 +2243,13 @@ class CfnService(
2235
2243
  metaclass=jsii.JSIIMeta,
2236
2244
  jsii_type="aws-cdk-lib.aws_refactorspaces.CfnService",
2237
2245
  ):
2238
- '''Creates an AWS Migration Hub Refactor Spaces service.
2246
+ '''.. epigraph::
2247
+
2248
+ AWS Migration Hub will no longer be open to new customers starting November 7, 2025.
2249
+
2250
+ To continue using the service, sign up prior to November 7, 2025. For capabilities similar to AWS Migration Hub , explore `AWS Migration Hub <https://docs.aws.amazon.com/https://aws.amazon.com/transform>`_ .
2239
2251
 
2240
- The account owner of the service is always the environment owner, regardless of which account in the environment creates the service. Services have either a URL endpoint in a virtual private cloud (VPC), or a Lambda function endpoint.
2252
+ Creates an AWS Migration Hub Refactor Spaces service. The account owner of the service is always the environment owner, regardless of which account in the environment creates the service. Services have either a URL endpoint in a virtual private cloud (VPC), or a Lambda function endpoint.
2241
2253
  .. epigraph::
2242
2254
 
2243
2255
  If an AWS resource is launched in a service VPC, and you want it to be accessible to all of an environment’s services with VPCs and routes, apply the ``RefactorSpacesSecurityGroup`` to the resource. Alternatively, to add more cross-account constraints, apply your own security group.
@@ -572,6 +572,18 @@ zone_from_attributes = route53.PublicHostedZone.from_public_hosted_zone_attribut
572
572
  zone_from_id = route53.PublicHostedZone.from_public_hosted_zone_id(self, "MyZone", "ZOJJZC49E0EPZ")
573
573
  ```
574
574
 
575
+ You can import a Private Hosted Zone with `PrivateHostedZone.fromPrivateHostedZoneId` and `PrivateHostedZone.fromPrivateHostedZoneAttributes` methods:
576
+
577
+ ```python
578
+ private_zone_from_attributes = route53.PrivateHostedZone.from_private_hosted_zone_attributes(self, "MyPrivateZone",
579
+ zone_name="example.local",
580
+ hosted_zone_id="ZOJJZC49E0EPZ"
581
+ )
582
+
583
+ # Does not know zoneName
584
+ private_zone_from_id = route53.PrivateHostedZone.from_private_hosted_zone_id(self, "MyPrivateZone", "ZOJJZC49E0EPZ")
585
+ ```
586
+
575
587
  You can use `CrossAccountZoneDelegationRecord` on imported Hosted Zones with the `grantDelegation` method:
576
588
 
577
589
  ```python
@@ -5069,6 +5081,70 @@ class MxRecordValue:
5069
5081
  )
5070
5082
 
5071
5083
 
5084
+ @jsii.data_type(
5085
+ jsii_type="aws-cdk-lib.aws_route53.PrivateHostedZoneAttributes",
5086
+ jsii_struct_bases=[HostedZoneAttributes],
5087
+ name_mapping={"hosted_zone_id": "hostedZoneId", "zone_name": "zoneName"},
5088
+ )
5089
+ class PrivateHostedZoneAttributes(HostedZoneAttributes):
5090
+ def __init__(
5091
+ self,
5092
+ *,
5093
+ hosted_zone_id: builtins.str,
5094
+ zone_name: builtins.str,
5095
+ ) -> None:
5096
+ '''Reference to a private hosted zone.
5097
+
5098
+ :param hosted_zone_id: Identifier of the hosted zone.
5099
+ :param zone_name: Name of the hosted zone.
5100
+
5101
+ :exampleMetadata: infused
5102
+
5103
+ Example::
5104
+
5105
+ private_zone_from_attributes = route53.PrivateHostedZone.from_private_hosted_zone_attributes(self, "MyPrivateZone",
5106
+ zone_name="example.local",
5107
+ hosted_zone_id="ZOJJZC49E0EPZ"
5108
+ )
5109
+
5110
+ # Does not know zoneName
5111
+ private_zone_from_id = route53.PrivateHostedZone.from_private_hosted_zone_id(self, "MyPrivateZone", "ZOJJZC49E0EPZ")
5112
+ '''
5113
+ if __debug__:
5114
+ type_hints = typing.get_type_hints(_typecheckingstub__7d59e6606b03cf3d00569e659297984570c743e09eb89316ce4d0048cd192732)
5115
+ check_type(argname="argument hosted_zone_id", value=hosted_zone_id, expected_type=type_hints["hosted_zone_id"])
5116
+ check_type(argname="argument zone_name", value=zone_name, expected_type=type_hints["zone_name"])
5117
+ self._values: typing.Dict[builtins.str, typing.Any] = {
5118
+ "hosted_zone_id": hosted_zone_id,
5119
+ "zone_name": zone_name,
5120
+ }
5121
+
5122
+ @builtins.property
5123
+ def hosted_zone_id(self) -> builtins.str:
5124
+ '''Identifier of the hosted zone.'''
5125
+ result = self._values.get("hosted_zone_id")
5126
+ assert result is not None, "Required property 'hosted_zone_id' is missing"
5127
+ return typing.cast(builtins.str, result)
5128
+
5129
+ @builtins.property
5130
+ def zone_name(self) -> builtins.str:
5131
+ '''Name of the hosted zone.'''
5132
+ result = self._values.get("zone_name")
5133
+ assert result is not None, "Required property 'zone_name' is missing"
5134
+ return typing.cast(builtins.str, result)
5135
+
5136
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
5137
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
5138
+
5139
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
5140
+ return not (rhs == self)
5141
+
5142
+ def __repr__(self) -> str:
5143
+ return "PrivateHostedZoneAttributes(%s)" % ", ".join(
5144
+ k + "=" + repr(v) for k, v in self._values.items()
5145
+ )
5146
+
5147
+
5072
5148
  @jsii.data_type(
5073
5149
  jsii_type="aws-cdk-lib.aws_route53.PrivateHostedZoneProps",
5074
5150
  jsii_struct_bases=[CommonHostedZoneProps],
@@ -17080,13 +17156,13 @@ class PrivateHostedZone(
17080
17156
 
17081
17157
  Example::
17082
17158
 
17083
- # vpc: ec2.Vpc
17084
-
17085
-
17086
- zone = route53.PrivateHostedZone(self, "HostedZone",
17087
- zone_name="fully.qualified.domain.com",
17088
- vpc=vpc
17159
+ private_zone_from_attributes = route53.PrivateHostedZone.from_private_hosted_zone_attributes(self, "MyPrivateZone",
17160
+ zone_name="example.local",
17161
+ hosted_zone_id="ZOJJZC49E0EPZ"
17089
17162
  )
17163
+
17164
+ # Does not know zoneName
17165
+ private_zone_from_id = route53.PrivateHostedZone.from_private_hosted_zone_id(self, "MyPrivateZone", "ZOJJZC49E0EPZ")
17090
17166
  '''
17091
17167
 
17092
17168
  def __init__(
@@ -17123,6 +17199,35 @@ class PrivateHostedZone(
17123
17199
 
17124
17200
  jsii.create(self.__class__, self, [scope, id, props])
17125
17201
 
17202
+ @jsii.member(jsii_name="fromPrivateHostedZoneAttributes")
17203
+ @builtins.classmethod
17204
+ def from_private_hosted_zone_attributes(
17205
+ cls,
17206
+ scope: _constructs_77d1e7e8.Construct,
17207
+ id: builtins.str,
17208
+ *,
17209
+ hosted_zone_id: builtins.str,
17210
+ zone_name: builtins.str,
17211
+ ) -> IPrivateHostedZone:
17212
+ '''Imports a private hosted zone from another stack.
17213
+
17214
+ Use when both hosted zone ID and hosted zone name are known.
17215
+
17216
+ :param scope: the parent Construct for this Construct.
17217
+ :param id: the logical name of this Construct.
17218
+ :param hosted_zone_id: Identifier of the hosted zone.
17219
+ :param zone_name: Name of the hosted zone.
17220
+ '''
17221
+ if __debug__:
17222
+ type_hints = typing.get_type_hints(_typecheckingstub__2854fdc710e9385a23e0748e6a26b1a8050ddd16e7e432970959903de7650f09)
17223
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
17224
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
17225
+ attrs = PrivateHostedZoneAttributes(
17226
+ hosted_zone_id=hosted_zone_id, zone_name=zone_name
17227
+ )
17228
+
17229
+ return typing.cast(IPrivateHostedZone, jsii.sinvoke(cls, "fromPrivateHostedZoneAttributes", [scope, id, attrs]))
17230
+
17126
17231
  @jsii.member(jsii_name="fromPrivateHostedZoneId")
17127
17232
  @builtins.classmethod
17128
17233
  def from_private_hosted_zone_id(
@@ -17517,6 +17622,7 @@ __all__ = [
17517
17622
  "NsRecord",
17518
17623
  "NsRecordProps",
17519
17624
  "PrivateHostedZone",
17625
+ "PrivateHostedZoneAttributes",
17520
17626
  "PrivateHostedZoneProps",
17521
17627
  "PublicHostedZone",
17522
17628
  "PublicHostedZoneAttributes",
@@ -17882,6 +17988,14 @@ def _typecheckingstub__2600b3ca2027fe7d531738c20a112cef3282c7ef114758a51ee386360
17882
17988
  """Type checking stubs"""
17883
17989
  pass
17884
17990
 
17991
+ def _typecheckingstub__7d59e6606b03cf3d00569e659297984570c743e09eb89316ce4d0048cd192732(
17992
+ *,
17993
+ hosted_zone_id: builtins.str,
17994
+ zone_name: builtins.str,
17995
+ ) -> None:
17996
+ """Type checking stubs"""
17997
+ pass
17998
+
17885
17999
  def _typecheckingstub__3dc8529d9382b27a0613e5ea30e125e3af07550dc23754412bd1f99368cfc62d(
17886
18000
  *,
17887
18001
  zone_name: builtins.str,
@@ -19311,6 +19425,16 @@ def _typecheckingstub__b5513b0f840f5eafaeee3e3a9c7776204d075ee417c3cce2c38a14213
19311
19425
  """Type checking stubs"""
19312
19426
  pass
19313
19427
 
19428
+ def _typecheckingstub__2854fdc710e9385a23e0748e6a26b1a8050ddd16e7e432970959903de7650f09(
19429
+ scope: _constructs_77d1e7e8.Construct,
19430
+ id: builtins.str,
19431
+ *,
19432
+ hosted_zone_id: builtins.str,
19433
+ zone_name: builtins.str,
19434
+ ) -> None:
19435
+ """Type checking stubs"""
19436
+ pass
19437
+
19314
19438
  def _typecheckingstub__b376eac72cdb24a91e277cf6c9c277d3ed571280fb5b90bd23b7e1e1d5f88dac(
19315
19439
  scope: _constructs_77d1e7e8.Construct,
19316
19440
  id: builtins.str,