aws-cdk-lib 2.186.0__py3-none-any.whl → 2.188.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 (85) hide show
  1. aws_cdk/__init__.py +303 -119
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.186.0.jsii.tgz → aws-cdk-lib@2.188.0.jsii.tgz} +0 -0
  4. aws_cdk/aws_amplify/__init__.py +136 -0
  5. aws_cdk/aws_apigateway/__init__.py +69 -17
  6. aws_cdk/aws_apigatewayv2/__init__.py +88 -0
  7. aws_cdk/aws_appconfig/__init__.py +30 -14
  8. aws_cdk/aws_appsync/__init__.py +14 -5
  9. aws_cdk/aws_arczonalshift/__init__.py +4 -4
  10. aws_cdk/aws_bedrock/__init__.py +637 -32
  11. aws_cdk/aws_budgets/__init__.py +8 -8
  12. aws_cdk/aws_cassandra/__init__.py +4 -2
  13. aws_cdk/aws_ce/__init__.py +2 -2
  14. aws_cdk/aws_cloudformation/__init__.py +3 -3
  15. aws_cdk/aws_cloudfront/__init__.py +11 -0
  16. aws_cdk/aws_cloudtrail/__init__.py +4 -18
  17. aws_cdk/aws_cloudwatch/__init__.py +50 -50
  18. aws_cdk/aws_codebuild/__init__.py +32 -1
  19. aws_cdk/aws_codepipeline/__init__.py +47 -32
  20. aws_cdk/aws_codepipeline_actions/__init__.py +2786 -1042
  21. aws_cdk/aws_codestarnotifications/__init__.py +16 -16
  22. aws_cdk/aws_cognito/__init__.py +8 -2
  23. aws_cdk/aws_config/__init__.py +2 -5
  24. aws_cdk/aws_datazone/__init__.py +287 -226
  25. aws_cdk/aws_detective/__init__.py +3 -3
  26. aws_cdk/aws_dynamodb/__init__.py +37 -0
  27. aws_cdk/aws_ec2/__init__.py +2448 -442
  28. aws_cdk/aws_ecr/__init__.py +143 -0
  29. aws_cdk/aws_ecr_assets/__init__.py +115 -4
  30. aws_cdk/aws_ecs/__init__.py +51 -0
  31. aws_cdk/aws_eks/__init__.py +222 -6
  32. aws_cdk/aws_events/__init__.py +8 -11
  33. aws_cdk/aws_events_targets/__init__.py +136 -0
  34. aws_cdk/aws_forecast/__init__.py +1 -1
  35. aws_cdk/aws_fsx/__init__.py +2 -2
  36. aws_cdk/aws_gamelift/__init__.py +11 -11
  37. aws_cdk/aws_iam/__init__.py +6 -4
  38. aws_cdk/aws_identitystore/__init__.py +6 -4
  39. aws_cdk/aws_iotsitewise/__init__.py +623 -0
  40. aws_cdk/aws_kinesisfirehose/__init__.py +38 -0
  41. aws_cdk/aws_kms/__init__.py +10 -11
  42. aws_cdk/aws_lakeformation/__init__.py +3 -3
  43. aws_cdk/aws_lambda/__init__.py +105 -4
  44. aws_cdk/aws_lambda_event_sources/__init__.py +87 -25
  45. aws_cdk/aws_lambda_nodejs/__init__.py +5 -24
  46. aws_cdk/aws_lex/__init__.py +985 -5
  47. aws_cdk/aws_logs/__init__.py +18 -0
  48. aws_cdk/aws_logs_destinations/__init__.py +146 -0
  49. aws_cdk/aws_mediaconnect/__init__.py +714 -290
  50. aws_cdk/aws_mwaa/__init__.py +9 -9
  51. aws_cdk/aws_networkfirewall/__init__.py +44 -0
  52. aws_cdk/aws_notifications/__init__.py +4 -4
  53. aws_cdk/aws_omics/__init__.py +225 -1
  54. aws_cdk/aws_opensearchserverless/__init__.py +31 -23
  55. aws_cdk/aws_organizations/__init__.py +1 -1
  56. aws_cdk/aws_pcaconnectorad/__init__.py +3 -2
  57. aws_cdk/aws_quicksight/__init__.py +268 -50
  58. aws_cdk/aws_rds/__init__.py +186 -10
  59. aws_cdk/aws_route53/__init__.py +5 -5
  60. aws_cdk/aws_route53recoverycontrol/__init__.py +41 -2
  61. aws_cdk/aws_rum/__init__.py +13 -10
  62. aws_cdk/aws_s3/__init__.py +3 -6
  63. aws_cdk/aws_s3_assets/__init__.py +70 -1
  64. aws_cdk/aws_s3_deployment/__init__.py +4 -0
  65. aws_cdk/aws_sagemaker/__init__.py +47 -4
  66. aws_cdk/aws_scheduler_targets/__init__.py +4 -16
  67. aws_cdk/aws_securitylake/__init__.py +2 -2
  68. aws_cdk/aws_servicecatalog/__init__.py +4 -0
  69. aws_cdk/aws_sns/__init__.py +1 -1
  70. aws_cdk/aws_ssmincidents/__init__.py +10 -10
  71. aws_cdk/aws_stepfunctions/__init__.py +23 -17
  72. aws_cdk/aws_stepfunctions_tasks/__init__.py +4 -0
  73. aws_cdk/aws_synthetics/__init__.py +9 -0
  74. aws_cdk/aws_systemsmanagersap/__init__.py +160 -0
  75. aws_cdk/aws_transfer/__init__.py +19 -10
  76. aws_cdk/aws_wafv2/__init__.py +512 -1141
  77. aws_cdk/cloud_assembly_schema/__init__.py +60 -10
  78. aws_cdk/cx_api/__init__.py +38 -2
  79. aws_cdk/pipelines/__init__.py +52 -2
  80. {aws_cdk_lib-2.186.0.dist-info → aws_cdk_lib-2.188.0.dist-info}/METADATA +4 -4
  81. {aws_cdk_lib-2.186.0.dist-info → aws_cdk_lib-2.188.0.dist-info}/RECORD +85 -85
  82. {aws_cdk_lib-2.186.0.dist-info → aws_cdk_lib-2.188.0.dist-info}/WHEEL +1 -1
  83. {aws_cdk_lib-2.186.0.dist-info → aws_cdk_lib-2.188.0.dist-info}/LICENSE +0 -0
  84. {aws_cdk_lib-2.186.0.dist-info → aws_cdk_lib-2.188.0.dist-info}/NOTICE +0 -0
  85. {aws_cdk_lib-2.186.0.dist-info → aws_cdk_lib-2.188.0.dist-info}/top_level.txt +0 -0
@@ -153,6 +153,20 @@ rds.DatabaseCluster(self, "DatabaseCluster",
153
153
  )
154
154
  ```
155
155
 
156
+ To configure [the life cycle type of the cluster](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/extended-support.html), use the `engineLifecycleSupport` property:
157
+
158
+ ```python
159
+ # vpc: ec2.IVpc
160
+
161
+
162
+ rds.DatabaseCluster(self, "DatabaseCluster",
163
+ engine=rds.DatabaseClusterEngine.aurora_mysql(version=rds.AuroraMysqlEngineVersion.VER_3_07_0),
164
+ writer=rds.ClusterInstance.serverless_v2("writerInstance"),
165
+ vpc=vpc,
166
+ engine_lifecycle_support=rds.EngineLifecycleSupport.OPEN_SOURCE_RDS_EXTENDED_SUPPORT
167
+ )
168
+ ```
169
+
156
170
  ### Updating the database instances in a cluster
157
171
 
158
172
  Database cluster instances may be updated in bulk or on a rolling basis.
@@ -8799,6 +8813,7 @@ class CfnDBInstance(
8799
8813
  )],
8800
8814
  automatic_backup_replication_kms_key_id="automaticBackupReplicationKmsKeyId",
8801
8815
  automatic_backup_replication_region="automaticBackupReplicationRegion",
8816
+ automatic_backup_replication_retention_period=123,
8802
8817
  auto_minor_version_upgrade=False,
8803
8818
  availability_zone="availabilityZone",
8804
8819
  backup_retention_period=123,
@@ -8903,6 +8918,7 @@ class CfnDBInstance(
8903
8918
  associated_roles: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDBInstance.DBInstanceRoleProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
8904
8919
  automatic_backup_replication_kms_key_id: typing.Optional[builtins.str] = None,
8905
8920
  automatic_backup_replication_region: typing.Optional[builtins.str] = None,
8921
+ automatic_backup_replication_retention_period: typing.Optional[jsii.Number] = None,
8906
8922
  auto_minor_version_upgrade: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
8907
8923
  availability_zone: typing.Optional[builtins.str] = None,
8908
8924
  backup_retention_period: typing.Optional[jsii.Number] = None,
@@ -8987,11 +9003,12 @@ class CfnDBInstance(
8987
9003
  :param associated_roles: The AWS Identity and Access Management (IAM) roles associated with the DB instance. *Amazon Aurora* Not applicable. The associated roles are managed by the DB cluster.
8988
9004
  :param automatic_backup_replication_kms_key_id: The AWS KMS key identifier for encryption of the replicated automated backups. The KMS key ID is the Amazon Resource Name (ARN) for the KMS encryption key in the destination AWS Region , for example, ``arn:aws:kms:us-east-1:123456789012:key/AKIAIOSFODNN7EXAMPLE`` .
8989
9005
  :param automatic_backup_replication_region: The AWS Region associated with the automated backup.
9006
+ :param automatic_backup_replication_retention_period: The retention period for automated backups in a different AWS Region. Use this parameter to set a unique retention period that only applies to cross-Region automated backups. To enable automated backups in a different Region, specify a positive value for the ``AutomaticBackupReplicationRegion`` parameter. If not specified, this parameter defaults to the value of the ``BackupRetentionPeriod`` parameter. The maximum allowed value is 35.
8990
9007
  :param auto_minor_version_upgrade: A value that indicates whether minor engine upgrades are applied automatically to the DB instance during the maintenance window. By default, minor engine upgrades are applied automatically.
8991
9008
  :param availability_zone: The Availability Zone (AZ) where the database will be created. For information on AWS Regions and Availability Zones, see `Regions and Availability Zones <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html>`_ . For Amazon Aurora, each Aurora DB cluster hosts copies of its storage in three separate Availability Zones. Specify one of these Availability Zones. Aurora automatically chooses an appropriate Availability Zone if you don't specify one. Default: A random, system-chosen Availability Zone in the endpoint's AWS Region . Constraints: - The ``AvailabilityZone`` parameter can't be specified if the DB instance is a Multi-AZ deployment. - The specified Availability Zone must be in the same AWS Region as the current endpoint. Example: ``us-east-1d``
8992
9009
  :param backup_retention_period: The number of days for which automated backups are retained. Setting this parameter to a positive number enables backups. Setting this parameter to 0 disables automated backups. *Amazon Aurora* Not applicable. The retention period for automated backups is managed by the DB cluster. Default: 1 Constraints: - Must be a value from 0 to 35 - Can't be set to 0 if the DB instance is a source to read replicas
8993
9010
  :param ca_certificate_identifier: The identifier of the CA certificate for this DB instance. For more information, see `Using SSL/TLS to encrypt a connection to a DB instance <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html>`_ in the *Amazon RDS User Guide* and `Using SSL/TLS to encrypt a connection to a DB cluster <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html>`_ in the *Amazon Aurora User Guide* .
8994
- :param certificate_details: The details of the DB instance's server certificate.
9011
+ :param certificate_details: The details of the DB instances server certificate. For more information, see `Using SSL/TLS to encrypt a connection to a DB instance <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html>`_ in the *Amazon RDS User Guide* and `Using SSL/TLS to encrypt a connection to a DB cluster <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html>`_ in the *Amazon Aurora User Guide*.
8995
9012
  :param certificate_rotation_restart: Specifies whether the DB instance is restarted when you rotate your SSL/TLS certificate. By default, the DB instance is restarted when you rotate your SSL/TLS certificate. The certificate is not updated until the DB instance is restarted. .. epigraph:: Set this parameter only if you are *not* using SSL/TLS to connect to the DB instance. If you are using SSL/TLS to connect to the DB instance, follow the appropriate instructions for your DB engine to rotate your SSL/TLS certificate: - For more information about rotating your SSL/TLS certificate for RDS DB engines, see `Rotating Your SSL/TLS Certificate. <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL-certificate-rotation.html>`_ in the *Amazon RDS User Guide.* - For more information about rotating your SSL/TLS certificate for Aurora DB engines, see `Rotating Your SSL/TLS Certificate <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL-certificate-rotation.html>`_ in the *Amazon Aurora User Guide* . This setting doesn't apply to RDS Custom DB instances.
8996
9013
  :param character_set_name: For supported engines, indicates that the DB instance should be associated with the specified character set. *Amazon Aurora* Not applicable. The character set is managed by the DB cluster. For more information, see `AWS::RDS::DBCluster <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html>`_ .
8997
9014
  :param copy_tags_to_snapshot: Specifies whether to copy tags from the DB instance to snapshots of the DB instance. By default, tags are not copied. This setting doesn't apply to Amazon Aurora DB instances. Copying tags to snapshots is managed by the DB cluster. Setting this value for an Aurora DB instance has no effect on the DB cluster setting.
@@ -9018,7 +9035,7 @@ class CfnDBInstance(
9018
9035
  :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/UserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch>`_ in the *Amazon Relational Database Service User Guide* . *Amazon Aurora* Not applicable. CloudWatch Logs exports are managed by the DB cluster. *Db2* Valid values: ``diag.log`` , ``notify.log`` *MariaDB* Valid values: ``audit`` , ``error`` , ``general`` , ``slowquery`` *Microsoft SQL Server* Valid values: ``agent`` , ``error`` *MySQL* Valid values: ``audit`` , ``error`` , ``general`` , ``slowquery`` *Oracle* Valid values: ``alert`` , ``audit`` , ``listener`` , ``trace`` , ``oemagent`` *PostgreSQL* Valid values: ``postgresql`` , ``upgrade``
9019
9036
  :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.
9020
9037
  :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.
9021
- :param endpoint: The connection endpoint for the DB instance. .. epigraph:: The endpoint might not be shown for instances with the status of ``creating`` .
9038
+ :param endpoint: This data type represents the information you need to connect to an Amazon RDS DB instance. This data type is used as a response element in the following actions: - ``CreateDBInstance`` - ``DescribeDBInstances`` - ``DeleteDBInstance`` For the data structure that represents Amazon Aurora DB cluster endpoints, see ``DBClusterEndpoint``.
9022
9039
  :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 convert an Oracle database from the non-CDB architecture to the container database (CDB) architecture by updating the ``Engine`` value in your templates from ``oracle-ee`` to ``oracle-ee-cdb`` or from ``oracle-se2`` 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``
9023
9040
  :param engine_lifecycle_support: The life cycle type for this DB instance. .. epigraph:: By default, this value is set to ``open-source-rds-extended-support`` , which enrolls your DB instance into Amazon RDS Extended Support. At the end of standard support, you can avoid charges for Extended Support by setting the value to ``open-source-rds-extended-support-disabled`` . In this case, creating the DB instance will fail if the DB major version is past its end of standard support date. This setting applies only to RDS for MySQL and RDS for PostgreSQL. For Amazon Aurora DB instances, the life cycle type is managed by the DB cluster. You can use this setting to enroll your DB instance into Amazon RDS Extended Support. With RDS Extended Support, you can run the selected major engine version on your DB instance past the end of standard support for that engine version. For more information, see `Using Amazon RDS Extended Support <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/extended-support.html>`_ in the *Amazon RDS User Guide* . Valid Values: ``open-source-rds-extended-support | open-source-rds-extended-support-disabled`` Default: ``open-source-rds-extended-support``
9024
9041
  :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.*
@@ -9073,6 +9090,7 @@ class CfnDBInstance(
9073
9090
  associated_roles=associated_roles,
9074
9091
  automatic_backup_replication_kms_key_id=automatic_backup_replication_kms_key_id,
9075
9092
  automatic_backup_replication_region=automatic_backup_replication_region,
9093
+ automatic_backup_replication_retention_period=automatic_backup_replication_retention_period,
9076
9094
  auto_minor_version_upgrade=auto_minor_version_upgrade,
9077
9095
  availability_zone=availability_zone,
9078
9096
  backup_retention_period=backup_retention_period,
@@ -9181,6 +9199,17 @@ class CfnDBInstance(
9181
9199
  '''The CloudFormation resource type name for this resource class.'''
9182
9200
  return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
9183
9201
 
9202
+ @builtins.property
9203
+ @jsii.member(jsii_name="attrCertificateDetails")
9204
+ def attr_certificate_details(self) -> _IResolvable_da3f097b:
9205
+ '''The details of the DB instance’s server certificate.
9206
+
9207
+ For more information, see `Using SSL/TLS to encrypt a connection to a DB instance <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html>`_ in the *Amazon RDS User Guide* and `Using SSL/TLS to encrypt a connection to a DB cluster <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html>`_ in the *Amazon Aurora User Guide*.
9208
+
9209
+ :cloudformationAttribute: CertificateDetails
9210
+ '''
9211
+ return typing.cast(_IResolvable_da3f097b, jsii.get(self, "attrCertificateDetails"))
9212
+
9184
9213
  @builtins.property
9185
9214
  @jsii.member(jsii_name="attrCertificateDetailsCaIdentifier")
9186
9215
  def attr_certificate_details_ca_identifier(self) -> builtins.str:
@@ -9241,6 +9270,23 @@ class CfnDBInstance(
9241
9270
  '''
9242
9271
  return typing.cast(builtins.str, jsii.get(self, "attrDbSystemId"))
9243
9272
 
9273
+ @builtins.property
9274
+ @jsii.member(jsii_name="attrEndpoint")
9275
+ def attr_endpoint(self) -> _IResolvable_da3f097b:
9276
+ '''This data type represents the information you need to connect to an Amazon RDS DB instance.
9277
+
9278
+ This data type is used as a response element in the following actions:
9279
+
9280
+ - ``CreateDBInstance``
9281
+ - ``DescribeDBInstances``
9282
+ - ``DeleteDBInstance``
9283
+
9284
+ For the data structure that represents Amazon Aurora DB cluster endpoints, see ``DBClusterEndpoint``.
9285
+
9286
+ :cloudformationAttribute: Endpoint
9287
+ '''
9288
+ return typing.cast(_IResolvable_da3f097b, jsii.get(self, "attrEndpoint"))
9289
+
9244
9290
  @builtins.property
9245
9291
  @jsii.member(jsii_name="attrEndpointAddress")
9246
9292
  def attr_endpoint_address(self) -> builtins.str:
@@ -9393,6 +9439,24 @@ class CfnDBInstance(
9393
9439
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
9394
9440
  jsii.set(self, "automaticBackupReplicationRegion", value) # pyright: ignore[reportArgumentType]
9395
9441
 
9442
+ @builtins.property
9443
+ @jsii.member(jsii_name="automaticBackupReplicationRetentionPeriod")
9444
+ def automatic_backup_replication_retention_period(
9445
+ self,
9446
+ ) -> typing.Optional[jsii.Number]:
9447
+ '''The retention period for automated backups in a different AWS Region.'''
9448
+ return typing.cast(typing.Optional[jsii.Number], jsii.get(self, "automaticBackupReplicationRetentionPeriod"))
9449
+
9450
+ @automatic_backup_replication_retention_period.setter
9451
+ def automatic_backup_replication_retention_period(
9452
+ self,
9453
+ value: typing.Optional[jsii.Number],
9454
+ ) -> None:
9455
+ if __debug__:
9456
+ type_hints = typing.get_type_hints(_typecheckingstub__d7fb4363483ec2dd18b694be4fd9914af029e1ce875ba624528a2e1d48f82961)
9457
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
9458
+ jsii.set(self, "automaticBackupReplicationRetentionPeriod", value) # pyright: ignore[reportArgumentType]
9459
+
9396
9460
  @builtins.property
9397
9461
  @jsii.member(jsii_name="autoMinorVersionUpgrade")
9398
9462
  def auto_minor_version_upgrade(
@@ -9455,7 +9519,7 @@ class CfnDBInstance(
9455
9519
  def certificate_details(
9456
9520
  self,
9457
9521
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDBInstance.CertificateDetailsProperty"]]:
9458
- '''The details of the DB instance's server certificate.'''
9522
+ '''The details of the DB instances server certificate.'''
9459
9523
  return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDBInstance.CertificateDetailsProperty"]], jsii.get(self, "certificateDetails"))
9460
9524
 
9461
9525
  @certificate_details.setter
@@ -9857,7 +9921,7 @@ class CfnDBInstance(
9857
9921
  def endpoint(
9858
9922
  self,
9859
9923
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDBInstance.EndpointProperty"]]:
9860
- '''The connection endpoint for the DB instance.'''
9924
+ '''This data type represents the information you need to connect to an Amazon RDS DB instance.'''
9861
9925
  return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDBInstance.EndpointProperty"]], jsii.get(self, "endpoint"))
9862
9926
 
9863
9927
  @endpoint.setter
@@ -10890,6 +10954,7 @@ class CfnDBInstance(
10890
10954
  "associated_roles": "associatedRoles",
10891
10955
  "automatic_backup_replication_kms_key_id": "automaticBackupReplicationKmsKeyId",
10892
10956
  "automatic_backup_replication_region": "automaticBackupReplicationRegion",
10957
+ "automatic_backup_replication_retention_period": "automaticBackupReplicationRetentionPeriod",
10893
10958
  "auto_minor_version_upgrade": "autoMinorVersionUpgrade",
10894
10959
  "availability_zone": "availabilityZone",
10895
10960
  "backup_retention_period": "backupRetentionPeriod",
@@ -10976,6 +11041,7 @@ class CfnDBInstanceProps:
10976
11041
  associated_roles: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDBInstance.DBInstanceRoleProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
10977
11042
  automatic_backup_replication_kms_key_id: typing.Optional[builtins.str] = None,
10978
11043
  automatic_backup_replication_region: typing.Optional[builtins.str] = None,
11044
+ automatic_backup_replication_retention_period: typing.Optional[jsii.Number] = None,
10979
11045
  auto_minor_version_upgrade: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
10980
11046
  availability_zone: typing.Optional[builtins.str] = None,
10981
11047
  backup_retention_period: typing.Optional[jsii.Number] = None,
@@ -11059,11 +11125,12 @@ class CfnDBInstanceProps:
11059
11125
  :param associated_roles: The AWS Identity and Access Management (IAM) roles associated with the DB instance. *Amazon Aurora* Not applicable. The associated roles are managed by the DB cluster.
11060
11126
  :param automatic_backup_replication_kms_key_id: The AWS KMS key identifier for encryption of the replicated automated backups. The KMS key ID is the Amazon Resource Name (ARN) for the KMS encryption key in the destination AWS Region , for example, ``arn:aws:kms:us-east-1:123456789012:key/AKIAIOSFODNN7EXAMPLE`` .
11061
11127
  :param automatic_backup_replication_region: The AWS Region associated with the automated backup.
11128
+ :param automatic_backup_replication_retention_period: The retention period for automated backups in a different AWS Region. Use this parameter to set a unique retention period that only applies to cross-Region automated backups. To enable automated backups in a different Region, specify a positive value for the ``AutomaticBackupReplicationRegion`` parameter. If not specified, this parameter defaults to the value of the ``BackupRetentionPeriod`` parameter. The maximum allowed value is 35.
11062
11129
  :param auto_minor_version_upgrade: A value that indicates whether minor engine upgrades are applied automatically to the DB instance during the maintenance window. By default, minor engine upgrades are applied automatically.
11063
11130
  :param availability_zone: The Availability Zone (AZ) where the database will be created. For information on AWS Regions and Availability Zones, see `Regions and Availability Zones <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html>`_ . For Amazon Aurora, each Aurora DB cluster hosts copies of its storage in three separate Availability Zones. Specify one of these Availability Zones. Aurora automatically chooses an appropriate Availability Zone if you don't specify one. Default: A random, system-chosen Availability Zone in the endpoint's AWS Region . Constraints: - The ``AvailabilityZone`` parameter can't be specified if the DB instance is a Multi-AZ deployment. - The specified Availability Zone must be in the same AWS Region as the current endpoint. Example: ``us-east-1d``
11064
11131
  :param backup_retention_period: The number of days for which automated backups are retained. Setting this parameter to a positive number enables backups. Setting this parameter to 0 disables automated backups. *Amazon Aurora* Not applicable. The retention period for automated backups is managed by the DB cluster. Default: 1 Constraints: - Must be a value from 0 to 35 - Can't be set to 0 if the DB instance is a source to read replicas
11065
11132
  :param ca_certificate_identifier: The identifier of the CA certificate for this DB instance. For more information, see `Using SSL/TLS to encrypt a connection to a DB instance <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html>`_ in the *Amazon RDS User Guide* and `Using SSL/TLS to encrypt a connection to a DB cluster <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html>`_ in the *Amazon Aurora User Guide* .
11066
- :param certificate_details: The details of the DB instance's server certificate.
11133
+ :param certificate_details: The details of the DB instances server certificate. For more information, see `Using SSL/TLS to encrypt a connection to a DB instance <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html>`_ in the *Amazon RDS User Guide* and `Using SSL/TLS to encrypt a connection to a DB cluster <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html>`_ in the *Amazon Aurora User Guide*.
11067
11134
  :param certificate_rotation_restart: Specifies whether the DB instance is restarted when you rotate your SSL/TLS certificate. By default, the DB instance is restarted when you rotate your SSL/TLS certificate. The certificate is not updated until the DB instance is restarted. .. epigraph:: Set this parameter only if you are *not* using SSL/TLS to connect to the DB instance. If you are using SSL/TLS to connect to the DB instance, follow the appropriate instructions for your DB engine to rotate your SSL/TLS certificate: - For more information about rotating your SSL/TLS certificate for RDS DB engines, see `Rotating Your SSL/TLS Certificate. <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL-certificate-rotation.html>`_ in the *Amazon RDS User Guide.* - For more information about rotating your SSL/TLS certificate for Aurora DB engines, see `Rotating Your SSL/TLS Certificate <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL-certificate-rotation.html>`_ in the *Amazon Aurora User Guide* . This setting doesn't apply to RDS Custom DB instances.
11068
11135
  :param character_set_name: For supported engines, indicates that the DB instance should be associated with the specified character set. *Amazon Aurora* Not applicable. The character set is managed by the DB cluster. For more information, see `AWS::RDS::DBCluster <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html>`_ .
11069
11136
  :param copy_tags_to_snapshot: Specifies whether to copy tags from the DB instance to snapshots of the DB instance. By default, tags are not copied. This setting doesn't apply to Amazon Aurora DB instances. Copying tags to snapshots is managed by the DB cluster. Setting this value for an Aurora DB instance has no effect on the DB cluster setting.
@@ -11090,7 +11157,7 @@ class CfnDBInstanceProps:
11090
11157
  :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/UserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch>`_ in the *Amazon Relational Database Service User Guide* . *Amazon Aurora* Not applicable. CloudWatch Logs exports are managed by the DB cluster. *Db2* Valid values: ``diag.log`` , ``notify.log`` *MariaDB* Valid values: ``audit`` , ``error`` , ``general`` , ``slowquery`` *Microsoft SQL Server* Valid values: ``agent`` , ``error`` *MySQL* Valid values: ``audit`` , ``error`` , ``general`` , ``slowquery`` *Oracle* Valid values: ``alert`` , ``audit`` , ``listener`` , ``trace`` , ``oemagent`` *PostgreSQL* Valid values: ``postgresql`` , ``upgrade``
11091
11158
  :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.
11092
11159
  :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.
11093
- :param endpoint: The connection endpoint for the DB instance. .. epigraph:: The endpoint might not be shown for instances with the status of ``creating`` .
11160
+ :param endpoint: This data type represents the information you need to connect to an Amazon RDS DB instance. This data type is used as a response element in the following actions: - ``CreateDBInstance`` - ``DescribeDBInstances`` - ``DeleteDBInstance`` For the data structure that represents Amazon Aurora DB cluster endpoints, see ``DBClusterEndpoint``.
11094
11161
  :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 convert an Oracle database from the non-CDB architecture to the container database (CDB) architecture by updating the ``Engine`` value in your templates from ``oracle-ee`` to ``oracle-ee-cdb`` or from ``oracle-se2`` 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``
11095
11162
  :param engine_lifecycle_support: The life cycle type for this DB instance. .. epigraph:: By default, this value is set to ``open-source-rds-extended-support`` , which enrolls your DB instance into Amazon RDS Extended Support. At the end of standard support, you can avoid charges for Extended Support by setting the value to ``open-source-rds-extended-support-disabled`` . In this case, creating the DB instance will fail if the DB major version is past its end of standard support date. This setting applies only to RDS for MySQL and RDS for PostgreSQL. For Amazon Aurora DB instances, the life cycle type is managed by the DB cluster. You can use this setting to enroll your DB instance into Amazon RDS Extended Support. With RDS Extended Support, you can run the selected major engine version on your DB instance past the end of standard support for that engine version. For more information, see `Using Amazon RDS Extended Support <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/extended-support.html>`_ in the *Amazon RDS User Guide* . Valid Values: ``open-source-rds-extended-support | open-source-rds-extended-support-disabled`` Default: ``open-source-rds-extended-support``
11096
11163
  :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.*
@@ -11153,6 +11220,7 @@ class CfnDBInstanceProps:
11153
11220
  )],
11154
11221
  automatic_backup_replication_kms_key_id="automaticBackupReplicationKmsKeyId",
11155
11222
  automatic_backup_replication_region="automaticBackupReplicationRegion",
11223
+ automatic_backup_replication_retention_period=123,
11156
11224
  auto_minor_version_upgrade=False,
11157
11225
  availability_zone="availabilityZone",
11158
11226
  backup_retention_period=123,
@@ -11253,6 +11321,7 @@ class CfnDBInstanceProps:
11253
11321
  check_type(argname="argument associated_roles", value=associated_roles, expected_type=type_hints["associated_roles"])
11254
11322
  check_type(argname="argument automatic_backup_replication_kms_key_id", value=automatic_backup_replication_kms_key_id, expected_type=type_hints["automatic_backup_replication_kms_key_id"])
11255
11323
  check_type(argname="argument automatic_backup_replication_region", value=automatic_backup_replication_region, expected_type=type_hints["automatic_backup_replication_region"])
11324
+ check_type(argname="argument automatic_backup_replication_retention_period", value=automatic_backup_replication_retention_period, expected_type=type_hints["automatic_backup_replication_retention_period"])
11256
11325
  check_type(argname="argument auto_minor_version_upgrade", value=auto_minor_version_upgrade, expected_type=type_hints["auto_minor_version_upgrade"])
11257
11326
  check_type(argname="argument availability_zone", value=availability_zone, expected_type=type_hints["availability_zone"])
11258
11327
  check_type(argname="argument backup_retention_period", value=backup_retention_period, expected_type=type_hints["backup_retention_period"])
@@ -11340,6 +11409,8 @@ class CfnDBInstanceProps:
11340
11409
  self._values["automatic_backup_replication_kms_key_id"] = automatic_backup_replication_kms_key_id
11341
11410
  if automatic_backup_replication_region is not None:
11342
11411
  self._values["automatic_backup_replication_region"] = automatic_backup_replication_region
11412
+ if automatic_backup_replication_retention_period is not None:
11413
+ self._values["automatic_backup_replication_retention_period"] = automatic_backup_replication_retention_period
11343
11414
  if auto_minor_version_upgrade is not None:
11344
11415
  self._values["auto_minor_version_upgrade"] = auto_minor_version_upgrade
11345
11416
  if availability_zone is not None:
@@ -11626,6 +11697,21 @@ class CfnDBInstanceProps:
11626
11697
  result = self._values.get("automatic_backup_replication_region")
11627
11698
  return typing.cast(typing.Optional[builtins.str], result)
11628
11699
 
11700
+ @builtins.property
11701
+ def automatic_backup_replication_retention_period(
11702
+ self,
11703
+ ) -> typing.Optional[jsii.Number]:
11704
+ '''The retention period for automated backups in a different AWS Region.
11705
+
11706
+ Use this parameter to set a unique retention period that only applies to cross-Region automated backups. To enable automated backups in a different Region, specify a positive value for the ``AutomaticBackupReplicationRegion`` parameter.
11707
+
11708
+ If not specified, this parameter defaults to the value of the ``BackupRetentionPeriod`` parameter. The maximum allowed value is 35.
11709
+
11710
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-automaticbackupreplicationretentionperiod
11711
+ '''
11712
+ result = self._values.get("automatic_backup_replication_retention_period")
11713
+ return typing.cast(typing.Optional[jsii.Number], result)
11714
+
11629
11715
  @builtins.property
11630
11716
  def auto_minor_version_upgrade(
11631
11717
  self,
@@ -11698,7 +11784,9 @@ class CfnDBInstanceProps:
11698
11784
  def certificate_details(
11699
11785
  self,
11700
11786
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnDBInstance.CertificateDetailsProperty]]:
11701
- '''The details of the DB instance's server certificate.
11787
+ '''The details of the DB instances server certificate.
11788
+
11789
+ For more information, see `Using SSL/TLS to encrypt a connection to a DB instance <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html>`_ in the *Amazon RDS User Guide* and `Using SSL/TLS to encrypt a connection to a DB cluster <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html>`_ in the *Amazon Aurora User Guide*.
11702
11790
 
11703
11791
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-certificatedetails
11704
11792
  '''
@@ -12225,11 +12313,15 @@ class CfnDBInstanceProps:
12225
12313
  def endpoint(
12226
12314
  self,
12227
12315
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnDBInstance.EndpointProperty]]:
12228
- '''The connection endpoint for the DB instance.
12316
+ '''This data type represents the information you need to connect to an Amazon RDS DB instance.
12229
12317
 
12230
- .. epigraph::
12318
+ This data type is used as a response element in the following actions:
12231
12319
 
12232
- The endpoint might not be shown for instances with the status of ``creating`` .
12320
+ - ``CreateDBInstance``
12321
+ - ``DescribeDBInstances``
12322
+ - ``DeleteDBInstance``
12323
+
12324
+ For the data structure that represents Amazon Aurora DB cluster endpoints, see ``DBClusterEndpoint``.
12233
12325
 
12234
12326
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-endpoint
12235
12327
  '''
@@ -21050,6 +21142,7 @@ class DatabaseClusterEngine(
21050
21142
  "enable_data_api": "enableDataApi",
21051
21143
  "enable_local_write_forwarding": "enableLocalWriteForwarding",
21052
21144
  "enable_performance_insights": "enablePerformanceInsights",
21145
+ "engine_lifecycle_support": "engineLifecycleSupport",
21053
21146
  "iam_authentication": "iamAuthentication",
21054
21147
  "instance_identifier_base": "instanceIdentifierBase",
21055
21148
  "instance_props": "instanceProps",
@@ -21109,6 +21202,7 @@ class DatabaseClusterFromSnapshotProps:
21109
21202
  enable_data_api: typing.Optional[builtins.bool] = None,
21110
21203
  enable_local_write_forwarding: typing.Optional[builtins.bool] = None,
21111
21204
  enable_performance_insights: typing.Optional[builtins.bool] = None,
21205
+ engine_lifecycle_support: typing.Optional["EngineLifecycleSupport"] = None,
21112
21206
  iam_authentication: typing.Optional[builtins.bool] = None,
21113
21207
  instance_identifier_base: typing.Optional[builtins.str] = None,
21114
21208
  instance_props: typing.Optional[typing.Union["InstanceProps", typing.Dict[builtins.str, typing.Any]]] = None,
@@ -21165,6 +21259,7 @@ class DatabaseClusterFromSnapshotProps:
21165
21259
  :param enable_data_api: Whether to enable the Data API for the cluster. Default: - false
21166
21260
  :param enable_local_write_forwarding: Whether read replicas can forward write operations to the writer DB instance in the DB cluster. This setting can only be enabled for Aurora MySQL 3.04 or higher, and for Aurora PostgreSQL 16.4 or higher (for version 16), 15.8 or higher (for version 15), and 14.13 or higher (for version 14). Default: false
21167
21261
  :param enable_performance_insights: Whether to enable Performance Insights for the DB cluster. Default: - false, unless ``performanceInsightRetention`` or ``performanceInsightEncryptionKey`` is set, or ``databaseInsightsMode`` is set to ``DatabaseInsightsMode.ADVANCED``.
21262
+ :param engine_lifecycle_support: The life cycle type for this DB cluster. Default: undefined - AWS RDS default setting is ``EngineLifecycleSupport.OPEN_SOURCE_RDS_EXTENDED_SUPPORT``
21168
21263
  :param iam_authentication: Whether to enable mapping of AWS Identity and Access Management (IAM) accounts to database accounts. Default: false
21169
21264
  :param instance_identifier_base: Base identifier for instances. Every replica is named by appending the replica number to this string, 1-based. Default: - clusterIdentifier is used with the word "Instance" appended. If clusterIdentifier is not provided, the identifier is automatically generated.
21170
21265
  :param instance_props: (deprecated) Settings for the individual instances that are launched.
@@ -21240,6 +21335,7 @@ class DatabaseClusterFromSnapshotProps:
21240
21335
  check_type(argname="argument enable_data_api", value=enable_data_api, expected_type=type_hints["enable_data_api"])
21241
21336
  check_type(argname="argument enable_local_write_forwarding", value=enable_local_write_forwarding, expected_type=type_hints["enable_local_write_forwarding"])
21242
21337
  check_type(argname="argument enable_performance_insights", value=enable_performance_insights, expected_type=type_hints["enable_performance_insights"])
21338
+ check_type(argname="argument engine_lifecycle_support", value=engine_lifecycle_support, expected_type=type_hints["engine_lifecycle_support"])
21243
21339
  check_type(argname="argument iam_authentication", value=iam_authentication, expected_type=type_hints["iam_authentication"])
21244
21340
  check_type(argname="argument instance_identifier_base", value=instance_identifier_base, expected_type=type_hints["instance_identifier_base"])
21245
21341
  check_type(argname="argument instance_props", value=instance_props, expected_type=type_hints["instance_props"])
@@ -21315,6 +21411,8 @@ class DatabaseClusterFromSnapshotProps:
21315
21411
  self._values["enable_local_write_forwarding"] = enable_local_write_forwarding
21316
21412
  if enable_performance_insights is not None:
21317
21413
  self._values["enable_performance_insights"] = enable_performance_insights
21414
+ if engine_lifecycle_support is not None:
21415
+ self._values["engine_lifecycle_support"] = engine_lifecycle_support
21318
21416
  if iam_authentication is not None:
21319
21417
  self._values["iam_authentication"] = iam_authentication
21320
21418
  if instance_identifier_base is not None:
@@ -21633,6 +21731,17 @@ class DatabaseClusterFromSnapshotProps:
21633
21731
  result = self._values.get("enable_performance_insights")
21634
21732
  return typing.cast(typing.Optional[builtins.bool], result)
21635
21733
 
21734
+ @builtins.property
21735
+ def engine_lifecycle_support(self) -> typing.Optional["EngineLifecycleSupport"]:
21736
+ '''The life cycle type for this DB cluster.
21737
+
21738
+ :default: undefined - AWS RDS default setting is ``EngineLifecycleSupport.OPEN_SOURCE_RDS_EXTENDED_SUPPORT``
21739
+
21740
+ :see: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/extended-support.html
21741
+ '''
21742
+ result = self._values.get("engine_lifecycle_support")
21743
+ return typing.cast(typing.Optional["EngineLifecycleSupport"], result)
21744
+
21636
21745
  @builtins.property
21637
21746
  def iam_authentication(self) -> typing.Optional[builtins.bool]:
21638
21747
  '''Whether to enable mapping of AWS Identity and Access Management (IAM) accounts to database accounts.
@@ -22030,6 +22139,7 @@ class DatabaseClusterFromSnapshotProps:
22030
22139
  "enable_data_api": "enableDataApi",
22031
22140
  "enable_local_write_forwarding": "enableLocalWriteForwarding",
22032
22141
  "enable_performance_insights": "enablePerformanceInsights",
22142
+ "engine_lifecycle_support": "engineLifecycleSupport",
22033
22143
  "iam_authentication": "iamAuthentication",
22034
22144
  "instance_identifier_base": "instanceIdentifierBase",
22035
22145
  "instance_props": "instanceProps",
@@ -22088,6 +22198,7 @@ class DatabaseClusterProps:
22088
22198
  enable_data_api: typing.Optional[builtins.bool] = None,
22089
22199
  enable_local_write_forwarding: typing.Optional[builtins.bool] = None,
22090
22200
  enable_performance_insights: typing.Optional[builtins.bool] = None,
22201
+ engine_lifecycle_support: typing.Optional["EngineLifecycleSupport"] = None,
22091
22202
  iam_authentication: typing.Optional[builtins.bool] = None,
22092
22203
  instance_identifier_base: typing.Optional[builtins.str] = None,
22093
22204
  instance_props: typing.Optional[typing.Union["InstanceProps", typing.Dict[builtins.str, typing.Any]]] = None,
@@ -22143,6 +22254,7 @@ class DatabaseClusterProps:
22143
22254
  :param enable_data_api: Whether to enable the Data API for the cluster. Default: - false
22144
22255
  :param enable_local_write_forwarding: Whether read replicas can forward write operations to the writer DB instance in the DB cluster. This setting can only be enabled for Aurora MySQL 3.04 or higher, and for Aurora PostgreSQL 16.4 or higher (for version 16), 15.8 or higher (for version 15), and 14.13 or higher (for version 14). Default: false
22145
22256
  :param enable_performance_insights: Whether to enable Performance Insights for the DB cluster. Default: - false, unless ``performanceInsightRetention`` or ``performanceInsightEncryptionKey`` is set, or ``databaseInsightsMode`` is set to ``DatabaseInsightsMode.ADVANCED``.
22257
+ :param engine_lifecycle_support: The life cycle type for this DB cluster. Default: undefined - AWS RDS default setting is ``EngineLifecycleSupport.OPEN_SOURCE_RDS_EXTENDED_SUPPORT``
22146
22258
  :param iam_authentication: Whether to enable mapping of AWS Identity and Access Management (IAM) accounts to database accounts. Default: false
22147
22259
  :param instance_identifier_base: Base identifier for instances. Every replica is named by appending the replica number to this string, 1-based. Default: - clusterIdentifier is used with the word "Instance" appended. If clusterIdentifier is not provided, the identifier is automatically generated.
22148
22260
  :param instance_props: (deprecated) Settings for the individual instances that are launched.
@@ -22226,6 +22338,7 @@ class DatabaseClusterProps:
22226
22338
  check_type(argname="argument enable_data_api", value=enable_data_api, expected_type=type_hints["enable_data_api"])
22227
22339
  check_type(argname="argument enable_local_write_forwarding", value=enable_local_write_forwarding, expected_type=type_hints["enable_local_write_forwarding"])
22228
22340
  check_type(argname="argument enable_performance_insights", value=enable_performance_insights, expected_type=type_hints["enable_performance_insights"])
22341
+ check_type(argname="argument engine_lifecycle_support", value=engine_lifecycle_support, expected_type=type_hints["engine_lifecycle_support"])
22229
22342
  check_type(argname="argument iam_authentication", value=iam_authentication, expected_type=type_hints["iam_authentication"])
22230
22343
  check_type(argname="argument instance_identifier_base", value=instance_identifier_base, expected_type=type_hints["instance_identifier_base"])
22231
22344
  check_type(argname="argument instance_props", value=instance_props, expected_type=type_hints["instance_props"])
@@ -22300,6 +22413,8 @@ class DatabaseClusterProps:
22300
22413
  self._values["enable_local_write_forwarding"] = enable_local_write_forwarding
22301
22414
  if enable_performance_insights is not None:
22302
22415
  self._values["enable_performance_insights"] = enable_performance_insights
22416
+ if engine_lifecycle_support is not None:
22417
+ self._values["engine_lifecycle_support"] = engine_lifecycle_support
22303
22418
  if iam_authentication is not None:
22304
22419
  self._values["iam_authentication"] = iam_authentication
22305
22420
  if instance_identifier_base is not None:
@@ -22595,6 +22710,17 @@ class DatabaseClusterProps:
22595
22710
  result = self._values.get("enable_performance_insights")
22596
22711
  return typing.cast(typing.Optional[builtins.bool], result)
22597
22712
 
22713
+ @builtins.property
22714
+ def engine_lifecycle_support(self) -> typing.Optional["EngineLifecycleSupport"]:
22715
+ '''The life cycle type for this DB cluster.
22716
+
22717
+ :default: undefined - AWS RDS default setting is ``EngineLifecycleSupport.OPEN_SOURCE_RDS_EXTENDED_SUPPORT``
22718
+
22719
+ :see: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/extended-support.html
22720
+ '''
22721
+ result = self._values.get("engine_lifecycle_support")
22722
+ return typing.cast(typing.Optional["EngineLifecycleSupport"], result)
22723
+
22598
22724
  @builtins.property
22599
22725
  def iam_authentication(self) -> typing.Optional[builtins.bool]:
22600
22726
  '''Whether to enable mapping of AWS Identity and Access Management (IAM) accounts to database accounts.
@@ -27250,6 +27376,31 @@ class Endpoint(metaclass=jsii.JSIIMeta, jsii_type="aws-cdk-lib.aws_rds.Endpoint"
27250
27376
  return typing.cast(builtins.str, jsii.get(self, "socketAddress"))
27251
27377
 
27252
27378
 
27379
+ @jsii.enum(jsii_type="aws-cdk-lib.aws_rds.EngineLifecycleSupport")
27380
+ class EngineLifecycleSupport(enum.Enum):
27381
+ '''Engine lifecycle support for Amazon RDS and Amazon Aurora.
27382
+
27383
+ :exampleMetadata: infused
27384
+
27385
+ Example::
27386
+
27387
+ # vpc: ec2.IVpc
27388
+
27389
+
27390
+ rds.DatabaseCluster(self, "DatabaseCluster",
27391
+ engine=rds.DatabaseClusterEngine.aurora_mysql(version=rds.AuroraMysqlEngineVersion.VER_3_07_0),
27392
+ writer=rds.ClusterInstance.serverless_v2("writerInstance"),
27393
+ vpc=vpc,
27394
+ engine_lifecycle_support=rds.EngineLifecycleSupport.OPEN_SOURCE_RDS_EXTENDED_SUPPORT
27395
+ )
27396
+ '''
27397
+
27398
+ OPEN_SOURCE_RDS_EXTENDED_SUPPORT = "OPEN_SOURCE_RDS_EXTENDED_SUPPORT"
27399
+ '''Using Amazon RDS extended support.'''
27400
+ OPEN_SOURCE_RDS_EXTENDED_SUPPORT_DISABLED = "OPEN_SOURCE_RDS_EXTENDED_SUPPORT_DISABLED"
27401
+ '''Not using Amazon RDS extended support.'''
27402
+
27403
+
27253
27404
  @jsii.data_type(
27254
27405
  jsii_type="aws-cdk-lib.aws_rds.EngineVersion",
27255
27406
  jsii_struct_bases=[],
@@ -40302,6 +40453,12 @@ class SqlServerEngineVersion(
40302
40453
  '''Version "15.00.4415.2.v1".'''
40303
40454
  return typing.cast("SqlServerEngineVersion", jsii.sget(cls, "VER_15_00_4415_2_V1"))
40304
40455
 
40456
+ @jsii.python.classproperty
40457
+ @jsii.member(jsii_name="VER_15_00_4420_2_V1")
40458
+ def VER_15_00_4420_2_V1(cls) -> "SqlServerEngineVersion":
40459
+ '''Version "15.00.4420.2.v1".'''
40460
+ return typing.cast("SqlServerEngineVersion", jsii.sget(cls, "VER_15_00_4420_2_V1"))
40461
+
40305
40462
  @jsii.python.classproperty
40306
40463
  @jsii.member(jsii_name="VER_16")
40307
40464
  def VER_16(cls) -> "SqlServerEngineVersion":
@@ -42133,6 +42290,7 @@ class DatabaseClusterFromSnapshot(
42133
42290
  enable_data_api: typing.Optional[builtins.bool] = None,
42134
42291
  enable_local_write_forwarding: typing.Optional[builtins.bool] = None,
42135
42292
  enable_performance_insights: typing.Optional[builtins.bool] = None,
42293
+ engine_lifecycle_support: typing.Optional[EngineLifecycleSupport] = None,
42136
42294
  iam_authentication: typing.Optional[builtins.bool] = None,
42137
42295
  instance_identifier_base: typing.Optional[builtins.str] = None,
42138
42296
  instance_props: typing.Optional[typing.Union[InstanceProps, typing.Dict[builtins.str, typing.Any]]] = None,
@@ -42190,6 +42348,7 @@ class DatabaseClusterFromSnapshot(
42190
42348
  :param enable_data_api: Whether to enable the Data API for the cluster. Default: - false
42191
42349
  :param enable_local_write_forwarding: Whether read replicas can forward write operations to the writer DB instance in the DB cluster. This setting can only be enabled for Aurora MySQL 3.04 or higher, and for Aurora PostgreSQL 16.4 or higher (for version 16), 15.8 or higher (for version 15), and 14.13 or higher (for version 14). Default: false
42192
42350
  :param enable_performance_insights: Whether to enable Performance Insights for the DB cluster. Default: - false, unless ``performanceInsightRetention`` or ``performanceInsightEncryptionKey`` is set, or ``databaseInsightsMode`` is set to ``DatabaseInsightsMode.ADVANCED``.
42351
+ :param engine_lifecycle_support: The life cycle type for this DB cluster. Default: undefined - AWS RDS default setting is ``EngineLifecycleSupport.OPEN_SOURCE_RDS_EXTENDED_SUPPORT``
42193
42352
  :param iam_authentication: Whether to enable mapping of AWS Identity and Access Management (IAM) accounts to database accounts. Default: false
42194
42353
  :param instance_identifier_base: Base identifier for instances. Every replica is named by appending the replica number to this string, 1-based. Default: - clusterIdentifier is used with the word "Instance" appended. If clusterIdentifier is not provided, the identifier is automatically generated.
42195
42354
  :param instance_props: (deprecated) Settings for the individual instances that are launched.
@@ -42249,6 +42408,7 @@ class DatabaseClusterFromSnapshot(
42249
42408
  enable_data_api=enable_data_api,
42250
42409
  enable_local_write_forwarding=enable_local_write_forwarding,
42251
42410
  enable_performance_insights=enable_performance_insights,
42411
+ engine_lifecycle_support=engine_lifecycle_support,
42252
42412
  iam_authentication=iam_authentication,
42253
42413
  instance_identifier_base=instance_identifier_base,
42254
42414
  instance_props=instance_props,
@@ -46290,6 +46450,7 @@ class DatabaseCluster(
46290
46450
  enable_data_api: typing.Optional[builtins.bool] = None,
46291
46451
  enable_local_write_forwarding: typing.Optional[builtins.bool] = None,
46292
46452
  enable_performance_insights: typing.Optional[builtins.bool] = None,
46453
+ engine_lifecycle_support: typing.Optional[EngineLifecycleSupport] = None,
46293
46454
  iam_authentication: typing.Optional[builtins.bool] = None,
46294
46455
  instance_identifier_base: typing.Optional[builtins.str] = None,
46295
46456
  instance_props: typing.Optional[typing.Union[InstanceProps, typing.Dict[builtins.str, typing.Any]]] = None,
@@ -46346,6 +46507,7 @@ class DatabaseCluster(
46346
46507
  :param enable_data_api: Whether to enable the Data API for the cluster. Default: - false
46347
46508
  :param enable_local_write_forwarding: Whether read replicas can forward write operations to the writer DB instance in the DB cluster. This setting can only be enabled for Aurora MySQL 3.04 or higher, and for Aurora PostgreSQL 16.4 or higher (for version 16), 15.8 or higher (for version 15), and 14.13 or higher (for version 14). Default: false
46348
46509
  :param enable_performance_insights: Whether to enable Performance Insights for the DB cluster. Default: - false, unless ``performanceInsightRetention`` or ``performanceInsightEncryptionKey`` is set, or ``databaseInsightsMode`` is set to ``DatabaseInsightsMode.ADVANCED``.
46510
+ :param engine_lifecycle_support: The life cycle type for this DB cluster. Default: undefined - AWS RDS default setting is ``EngineLifecycleSupport.OPEN_SOURCE_RDS_EXTENDED_SUPPORT``
46349
46511
  :param iam_authentication: Whether to enable mapping of AWS Identity and Access Management (IAM) accounts to database accounts. Default: false
46350
46512
  :param instance_identifier_base: Base identifier for instances. Every replica is named by appending the replica number to this string, 1-based. Default: - clusterIdentifier is used with the word "Instance" appended. If clusterIdentifier is not provided, the identifier is automatically generated.
46351
46513
  :param instance_props: (deprecated) Settings for the individual instances that are launched.
@@ -46404,6 +46566,7 @@ class DatabaseCluster(
46404
46566
  enable_data_api=enable_data_api,
46405
46567
  enable_local_write_forwarding=enable_local_write_forwarding,
46406
46568
  enable_performance_insights=enable_performance_insights,
46569
+ engine_lifecycle_support=engine_lifecycle_support,
46407
46570
  iam_authentication=iam_authentication,
46408
46571
  instance_identifier_base=instance_identifier_base,
46409
46572
  instance_props=instance_props,
@@ -47331,6 +47494,7 @@ __all__ = [
47331
47494
  "DatabaseSecret",
47332
47495
  "DatabaseSecretProps",
47333
47496
  "Endpoint",
47497
+ "EngineLifecycleSupport",
47334
47498
  "EngineVersion",
47335
47499
  "IAuroraClusterInstance",
47336
47500
  "IClusterEngine",
@@ -48210,6 +48374,7 @@ def _typecheckingstub__255b0779ca741853674876540bf77279f6293bea05de2cd18724d2b92
48210
48374
  associated_roles: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDBInstance.DBInstanceRoleProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
48211
48375
  automatic_backup_replication_kms_key_id: typing.Optional[builtins.str] = None,
48212
48376
  automatic_backup_replication_region: typing.Optional[builtins.str] = None,
48377
+ automatic_backup_replication_retention_period: typing.Optional[jsii.Number] = None,
48213
48378
  auto_minor_version_upgrade: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
48214
48379
  availability_zone: typing.Optional[builtins.str] = None,
48215
48380
  backup_retention_period: typing.Optional[jsii.Number] = None,
@@ -48336,6 +48501,12 @@ def _typecheckingstub__570af392a4da1d3a00accc2e05674065be4ff1306321cb7944dc793fd
48336
48501
  """Type checking stubs"""
48337
48502
  pass
48338
48503
 
48504
+ def _typecheckingstub__d7fb4363483ec2dd18b694be4fd9914af029e1ce875ba624528a2e1d48f82961(
48505
+ value: typing.Optional[jsii.Number],
48506
+ ) -> None:
48507
+ """Type checking stubs"""
48508
+ pass
48509
+
48339
48510
  def _typecheckingstub__e378bc6005eb441ad86673219aa0312b39d55a509b73b385123b215a0aeff4c6(
48340
48511
  value: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]],
48341
48512
  ) -> None:
@@ -48829,6 +49000,7 @@ def _typecheckingstub__3bddb1be0bd1f1699e3a084c5859d94d8879ff15011f2f2eaac29ec16
48829
49000
  associated_roles: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDBInstance.DBInstanceRoleProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
48830
49001
  automatic_backup_replication_kms_key_id: typing.Optional[builtins.str] = None,
48831
49002
  automatic_backup_replication_region: typing.Optional[builtins.str] = None,
49003
+ automatic_backup_replication_retention_period: typing.Optional[jsii.Number] = None,
48832
49004
  auto_minor_version_upgrade: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
48833
49005
  availability_zone: typing.Optional[builtins.str] = None,
48834
49006
  backup_retention_period: typing.Optional[jsii.Number] = None,
@@ -50097,6 +50269,7 @@ def _typecheckingstub__1e44b5aef872ca17869a17181382f06cd0166bdbe07e2c33701d3bf1e
50097
50269
  enable_data_api: typing.Optional[builtins.bool] = None,
50098
50270
  enable_local_write_forwarding: typing.Optional[builtins.bool] = None,
50099
50271
  enable_performance_insights: typing.Optional[builtins.bool] = None,
50272
+ engine_lifecycle_support: typing.Optional[EngineLifecycleSupport] = None,
50100
50273
  iam_authentication: typing.Optional[builtins.bool] = None,
50101
50274
  instance_identifier_base: typing.Optional[builtins.str] = None,
50102
50275
  instance_props: typing.Optional[typing.Union[InstanceProps, typing.Dict[builtins.str, typing.Any]]] = None,
@@ -50155,6 +50328,7 @@ def _typecheckingstub__a32e21c90ab65d3cfdb3b7ef2a0d741ba1528ec8824cd1817d1e485b4
50155
50328
  enable_data_api: typing.Optional[builtins.bool] = None,
50156
50329
  enable_local_write_forwarding: typing.Optional[builtins.bool] = None,
50157
50330
  enable_performance_insights: typing.Optional[builtins.bool] = None,
50331
+ engine_lifecycle_support: typing.Optional[EngineLifecycleSupport] = None,
50158
50332
  iam_authentication: typing.Optional[builtins.bool] = None,
50159
50333
  instance_identifier_base: typing.Optional[builtins.str] = None,
50160
50334
  instance_props: typing.Optional[typing.Union[InstanceProps, typing.Dict[builtins.str, typing.Any]]] = None,
@@ -51383,6 +51557,7 @@ def _typecheckingstub__d1a2e259091e12a41b0f5818df495769518e049ebcc89ed340ffc7ba4
51383
51557
  enable_data_api: typing.Optional[builtins.bool] = None,
51384
51558
  enable_local_write_forwarding: typing.Optional[builtins.bool] = None,
51385
51559
  enable_performance_insights: typing.Optional[builtins.bool] = None,
51560
+ engine_lifecycle_support: typing.Optional[EngineLifecycleSupport] = None,
51386
51561
  iam_authentication: typing.Optional[builtins.bool] = None,
51387
51562
  instance_identifier_base: typing.Optional[builtins.str] = None,
51388
51563
  instance_props: typing.Optional[typing.Union[InstanceProps, typing.Dict[builtins.str, typing.Any]]] = None,
@@ -51880,6 +52055,7 @@ def _typecheckingstub__c6184cbbefaa372690b9776dafecbf5857cf9bfbab91d1666aad22c56
51880
52055
  enable_data_api: typing.Optional[builtins.bool] = None,
51881
52056
  enable_local_write_forwarding: typing.Optional[builtins.bool] = None,
51882
52057
  enable_performance_insights: typing.Optional[builtins.bool] = None,
52058
+ engine_lifecycle_support: typing.Optional[EngineLifecycleSupport] = None,
51883
52059
  iam_authentication: typing.Optional[builtins.bool] = None,
51884
52060
  instance_identifier_base: typing.Optional[builtins.str] = None,
51885
52061
  instance_props: typing.Optional[typing.Union[InstanceProps, typing.Dict[builtins.str, typing.Any]]] = None,