aws-cdk-lib 2.210.0__py3-none-any.whl → 2.212.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 (78) hide show
  1. aws_cdk/__init__.py +404 -54
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.210.0.jsii.tgz → aws-cdk-lib@2.212.0.jsii.tgz} +0 -0
  4. aws_cdk/aws_amazonmq/__init__.py +2 -1
  5. aws_cdk/aws_apigateway/__init__.py +2 -0
  6. aws_cdk/aws_apigatewayv2/__init__.py +1798 -74
  7. aws_cdk/aws_appconfig/__init__.py +9 -0
  8. aws_cdk/aws_appintegrations/__init__.py +395 -0
  9. aws_cdk/aws_arcregionswitch/__init__.py +5080 -0
  10. aws_cdk/aws_athena/__init__.py +23 -19
  11. aws_cdk/aws_autoscaling/__init__.py +6 -6
  12. aws_cdk/aws_batch/__init__.py +725 -55
  13. aws_cdk/aws_bedrock/__init__.py +18 -0
  14. aws_cdk/aws_billingconductor/__init__.py +3 -3
  15. aws_cdk/aws_cassandra/__init__.py +28 -1
  16. aws_cdk/aws_cloudfront/__init__.py +39 -8
  17. aws_cdk/aws_codebuild/__init__.py +122 -0
  18. aws_cdk/aws_codepipeline/__init__.py +51 -50
  19. aws_cdk/aws_cognito/__init__.py +9 -2
  20. aws_cdk/aws_connect/__init__.py +40 -15
  21. aws_cdk/aws_datazone/__init__.py +118 -77
  22. aws_cdk/aws_dax/__init__.py +39 -0
  23. aws_cdk/aws_deadline/__init__.py +166 -7
  24. aws_cdk/aws_docdb/__init__.py +20 -11
  25. aws_cdk/aws_dynamodb/__init__.py +246 -36
  26. aws_cdk/aws_ec2/__init__.py +1044 -111
  27. aws_cdk/aws_ecr/__init__.py +274 -0
  28. aws_cdk/aws_ecs/__init__.py +1637 -137
  29. aws_cdk/aws_eks/__init__.py +53 -3
  30. aws_cdk/aws_elasticloadbalancingv2/__init__.py +31 -17
  31. aws_cdk/aws_entityresolution/__init__.py +240 -45
  32. aws_cdk/aws_evs/__init__.py +20 -45
  33. aws_cdk/aws_gameliftstreams/__init__.py +7 -6
  34. aws_cdk/aws_glue/__init__.py +18 -9
  35. aws_cdk/aws_guardduty/__init__.py +1233 -113
  36. aws_cdk/aws_imagebuilder/__init__.py +34 -20
  37. aws_cdk/aws_inspectorv2/__init__.py +1516 -0
  38. aws_cdk/aws_iot/__init__.py +387 -0
  39. aws_cdk/aws_iotsitewise/__init__.py +1247 -139
  40. aws_cdk/aws_ivs/__init__.py +443 -33
  41. aws_cdk/aws_kinesisfirehose/__init__.py +2 -0
  42. aws_cdk/aws_lakeformation/__init__.py +1 -1
  43. aws_cdk/aws_lambda/__init__.py +9 -9
  44. aws_cdk/aws_lightsail/__init__.py +590 -0
  45. aws_cdk/aws_logs/__init__.py +97 -3
  46. aws_cdk/aws_medialive/__init__.py +270 -7
  47. aws_cdk/aws_mediapackagev2/__init__.py +204 -6
  48. aws_cdk/aws_neptune/__init__.py +41 -2
  49. aws_cdk/aws_networkfirewall/__init__.py +490 -134
  50. aws_cdk/aws_observabilityadmin/__init__.py +1468 -0
  51. aws_cdk/aws_omics/__init__.py +1 -1
  52. aws_cdk/aws_opensearchserverless/__init__.py +2 -2
  53. aws_cdk/aws_opensearchservice/__init__.py +128 -0
  54. aws_cdk/aws_opsworks/__init__.py +125 -125
  55. aws_cdk/aws_opsworkscm/__init__.py +1 -53
  56. aws_cdk/aws_pcs/__init__.py +49 -5
  57. aws_cdk/aws_qbusiness/__init__.py +3 -3
  58. aws_cdk/aws_quicksight/__init__.py +188 -83
  59. aws_cdk/aws_rds/__init__.py +245 -103
  60. aws_cdk/aws_s3/__init__.py +56 -1
  61. aws_cdk/aws_s3express/__init__.py +56 -1
  62. aws_cdk/aws_s3tables/__init__.py +2 -2
  63. aws_cdk/aws_sagemaker/__init__.py +4080 -223
  64. aws_cdk/aws_ses/__init__.py +172 -9
  65. aws_cdk/aws_sqs/__init__.py +4 -3
  66. aws_cdk/aws_ssm/__init__.py +8 -4
  67. aws_cdk/aws_stepfunctions_tasks/__init__.py +16 -9
  68. aws_cdk/aws_synthetics/__init__.py +116 -0
  69. aws_cdk/aws_verifiedpermissions/__init__.py +23 -2
  70. aws_cdk/aws_wisdom/__init__.py +2 -2
  71. aws_cdk/aws_workspacesweb/__init__.py +949 -157
  72. aws_cdk/cx_api/__init__.py +22 -0
  73. {aws_cdk_lib-2.210.0.dist-info → aws_cdk_lib-2.212.0.dist-info}/METADATA +335 -15
  74. {aws_cdk_lib-2.210.0.dist-info → aws_cdk_lib-2.212.0.dist-info}/RECORD +78 -76
  75. {aws_cdk_lib-2.210.0.dist-info → aws_cdk_lib-2.212.0.dist-info}/LICENSE +0 -0
  76. {aws_cdk_lib-2.210.0.dist-info → aws_cdk_lib-2.212.0.dist-info}/NOTICE +0 -0
  77. {aws_cdk_lib-2.210.0.dist-info → aws_cdk_lib-2.212.0.dist-info}/WHEEL +0 -0
  78. {aws_cdk_lib-2.210.0.dist-info → aws_cdk_lib-2.212.0.dist-info}/top_level.txt +0 -0
@@ -5426,6 +5426,7 @@ class CfnDBCluster(
5426
5426
  ),
5427
5427
  snapshot_identifier="snapshotIdentifier",
5428
5428
  source_db_cluster_identifier="sourceDbClusterIdentifier",
5429
+ source_db_cluster_resource_id="sourceDbClusterResourceId",
5429
5430
  source_region="sourceRegion",
5430
5431
  storage_encrypted=False,
5431
5432
  storage_type="storageType",
@@ -5496,6 +5497,7 @@ class CfnDBCluster(
5496
5497
  serverless_v2_scaling_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDBCluster.ServerlessV2ScalingConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
5497
5498
  snapshot_identifier: typing.Optional[builtins.str] = None,
5498
5499
  source_db_cluster_identifier: typing.Optional[builtins.str] = None,
5500
+ source_db_cluster_resource_id: typing.Optional[builtins.str] = None,
5499
5501
  source_region: typing.Optional[builtins.str] = None,
5500
5502
  storage_encrypted: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
5501
5503
  storage_type: typing.Optional[builtins.str] = None,
@@ -5559,6 +5561,7 @@ class CfnDBCluster(
5559
5561
  :param serverless_v2_scaling_configuration: The scaling configuration of an Aurora Serverless V2 DB cluster. This property is only supported for Aurora Serverless v2. For Aurora Serverless v1, Use the ``ScalingConfiguration`` property. Valid for: Aurora Serverless v2 DB clusters only
5560
5562
  :param snapshot_identifier: The identifier for the DB snapshot or DB cluster snapshot to restore from. You can use either the name or the Amazon Resource Name (ARN) to specify a DB cluster snapshot. However, you can use only the ARN to specify a DB snapshot. After you restore a DB cluster with a ``SnapshotIdentifier`` property, you must specify the same ``SnapshotIdentifier`` property for any future updates to the DB cluster. When you specify this property for an update, the DB cluster is not restored from the snapshot again, and the data in the database is not changed. However, if you don't specify the ``SnapshotIdentifier`` property, an empty DB cluster is created, and the original DB cluster is deleted. If you specify a property that is different from the previous snapshot restore property, a new DB cluster is restored from the specified ``SnapshotIdentifier`` property, and the original DB cluster is deleted. If you specify the ``SnapshotIdentifier`` property to restore a DB cluster (as opposed to specifying it for DB cluster updates), then don't specify the following properties: - ``GlobalClusterIdentifier`` - ``MasterUsername`` - ``MasterUserPassword`` - ``ReplicationSourceIdentifier`` - ``RestoreType`` - ``SourceDBClusterIdentifier`` - ``SourceRegion`` - ``StorageEncrypted`` (for an encrypted snapshot) - ``UseLatestRestorableTime`` Constraints: - Must match the identifier of an existing Snapshot. Valid for: Aurora DB clusters and Multi-AZ DB clusters
5561
5563
  :param source_db_cluster_identifier: When restoring a DB cluster to a point in time, the identifier of the source DB cluster from which to restore. Constraints: - Must match the identifier of an existing DBCluster. - Cannot be specified if ``SourceDbClusterResourceId`` is specified. You must specify either ``SourceDBClusterIdentifier`` or ``SourceDbClusterResourceId`` , but not both. Valid for: Aurora DB clusters and Multi-AZ DB clusters
5564
+ :param source_db_cluster_resource_id: The resource ID of the source DB cluster from which to restore.
5562
5565
  :param source_region: The AWS Region which contains the source DB cluster when replicating a DB cluster. For example, ``us-east-1`` . Valid for: Aurora DB clusters only
5563
5566
  :param storage_encrypted: Indicates whether the DB cluster is encrypted. If you specify the ``KmsKeyId`` property, then you must enable encryption. If you specify the ``SourceDBClusterIdentifier`` property, don't specify this property. The value is inherited from the source DB cluster, and if the DB cluster is encrypted, the specified ``KmsKeyId`` property is used. If you specify the ``SnapshotIdentifier`` and the specified snapshot is encrypted, don't specify this property. The value is inherited from the snapshot, and the specified ``KmsKeyId`` property is used. If you specify the ``SnapshotIdentifier`` and the specified snapshot isn't encrypted, you can use this property to specify that the restored DB cluster is encrypted. Specify the ``KmsKeyId`` property for the KMS key to use for encryption. If you don't want the restored DB cluster to be encrypted, then don't set this property or set it to ``false`` . .. epigraph:: If you specify both the ``StorageEncrypted`` and ``SnapshotIdentifier`` properties without specifying the ``KmsKeyId`` property, then the restored DB cluster inherits the encryption settings from the DB snapshot that provide. Valid for: Aurora DB clusters and Multi-AZ DB clusters
5564
5567
  :param storage_type: The storage type to associate with the DB cluster. For information on storage types for Aurora DB clusters, see `Storage configurations for Amazon Aurora DB clusters <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Overview.StorageReliability.html#aurora-storage-type>`_ . For information on storage types for Multi-AZ DB clusters, see `Settings for creating Multi-AZ DB clusters <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/create-multi-az-db-cluster.html#create-multi-az-db-cluster-settings>`_ . This setting is required to create a Multi-AZ DB cluster. When specified for a Multi-AZ DB cluster, a value for the ``Iops`` parameter is required. Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters Valid Values: - Aurora DB clusters - ``aurora | aurora-iopt1`` - Multi-AZ DB clusters - ``io1 | io2 | gp3`` Default: - Aurora DB clusters - ``aurora`` - Multi-AZ DB clusters - ``io1`` .. epigraph:: When you create an Aurora DB cluster with the storage type set to ``aurora-iopt1`` , the storage type is returned in the response. The storage type isn't returned when you set it to ``aurora`` .
@@ -5624,6 +5627,7 @@ class CfnDBCluster(
5624
5627
  serverless_v2_scaling_configuration=serverless_v2_scaling_configuration,
5625
5628
  snapshot_identifier=snapshot_identifier,
5626
5629
  source_db_cluster_identifier=source_db_cluster_identifier,
5630
+ source_db_cluster_resource_id=source_db_cluster_resource_id,
5627
5631
  source_region=source_region,
5628
5632
  storage_encrypted=storage_encrypted,
5629
5633
  storage_type=storage_type,
@@ -6577,6 +6581,22 @@ class CfnDBCluster(
6577
6581
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
6578
6582
  jsii.set(self, "sourceDbClusterIdentifier", value) # pyright: ignore[reportArgumentType]
6579
6583
 
6584
+ @builtins.property
6585
+ @jsii.member(jsii_name="sourceDbClusterResourceId")
6586
+ def source_db_cluster_resource_id(self) -> typing.Optional[builtins.str]:
6587
+ '''The resource ID of the source DB cluster from which to restore.'''
6588
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "sourceDbClusterResourceId"))
6589
+
6590
+ @source_db_cluster_resource_id.setter
6591
+ def source_db_cluster_resource_id(
6592
+ self,
6593
+ value: typing.Optional[builtins.str],
6594
+ ) -> None:
6595
+ if __debug__:
6596
+ type_hints = typing.get_type_hints(_typecheckingstub__08ac64c9167e517f4b6604f3b8380f98125ef714845161ef2afeeebf02f97b3b)
6597
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
6598
+ jsii.set(self, "sourceDbClusterResourceId", value) # pyright: ignore[reportArgumentType]
6599
+
6580
6600
  @builtins.property
6581
6601
  @jsii.member(jsii_name="sourceRegion")
6582
6602
  def source_region(self) -> typing.Optional[builtins.str]:
@@ -7648,6 +7668,7 @@ class CfnDBClusterParameterGroupProps:
7648
7668
  "serverless_v2_scaling_configuration": "serverlessV2ScalingConfiguration",
7649
7669
  "snapshot_identifier": "snapshotIdentifier",
7650
7670
  "source_db_cluster_identifier": "sourceDbClusterIdentifier",
7671
+ "source_db_cluster_resource_id": "sourceDbClusterResourceId",
7651
7672
  "source_region": "sourceRegion",
7652
7673
  "storage_encrypted": "storageEncrypted",
7653
7674
  "storage_type": "storageType",
@@ -7713,6 +7734,7 @@ class CfnDBClusterProps:
7713
7734
  serverless_v2_scaling_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDBCluster.ServerlessV2ScalingConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
7714
7735
  snapshot_identifier: typing.Optional[builtins.str] = None,
7715
7736
  source_db_cluster_identifier: typing.Optional[builtins.str] = None,
7737
+ source_db_cluster_resource_id: typing.Optional[builtins.str] = None,
7716
7738
  source_region: typing.Optional[builtins.str] = None,
7717
7739
  storage_encrypted: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
7718
7740
  storage_type: typing.Optional[builtins.str] = None,
@@ -7775,6 +7797,7 @@ class CfnDBClusterProps:
7775
7797
  :param serverless_v2_scaling_configuration: The scaling configuration of an Aurora Serverless V2 DB cluster. This property is only supported for Aurora Serverless v2. For Aurora Serverless v1, Use the ``ScalingConfiguration`` property. Valid for: Aurora Serverless v2 DB clusters only
7776
7798
  :param snapshot_identifier: The identifier for the DB snapshot or DB cluster snapshot to restore from. You can use either the name or the Amazon Resource Name (ARN) to specify a DB cluster snapshot. However, you can use only the ARN to specify a DB snapshot. After you restore a DB cluster with a ``SnapshotIdentifier`` property, you must specify the same ``SnapshotIdentifier`` property for any future updates to the DB cluster. When you specify this property for an update, the DB cluster is not restored from the snapshot again, and the data in the database is not changed. However, if you don't specify the ``SnapshotIdentifier`` property, an empty DB cluster is created, and the original DB cluster is deleted. If you specify a property that is different from the previous snapshot restore property, a new DB cluster is restored from the specified ``SnapshotIdentifier`` property, and the original DB cluster is deleted. If you specify the ``SnapshotIdentifier`` property to restore a DB cluster (as opposed to specifying it for DB cluster updates), then don't specify the following properties: - ``GlobalClusterIdentifier`` - ``MasterUsername`` - ``MasterUserPassword`` - ``ReplicationSourceIdentifier`` - ``RestoreType`` - ``SourceDBClusterIdentifier`` - ``SourceRegion`` - ``StorageEncrypted`` (for an encrypted snapshot) - ``UseLatestRestorableTime`` Constraints: - Must match the identifier of an existing Snapshot. Valid for: Aurora DB clusters and Multi-AZ DB clusters
7777
7799
  :param source_db_cluster_identifier: When restoring a DB cluster to a point in time, the identifier of the source DB cluster from which to restore. Constraints: - Must match the identifier of an existing DBCluster. - Cannot be specified if ``SourceDbClusterResourceId`` is specified. You must specify either ``SourceDBClusterIdentifier`` or ``SourceDbClusterResourceId`` , but not both. Valid for: Aurora DB clusters and Multi-AZ DB clusters
7800
+ :param source_db_cluster_resource_id: The resource ID of the source DB cluster from which to restore.
7778
7801
  :param source_region: The AWS Region which contains the source DB cluster when replicating a DB cluster. For example, ``us-east-1`` . Valid for: Aurora DB clusters only
7779
7802
  :param storage_encrypted: Indicates whether the DB cluster is encrypted. If you specify the ``KmsKeyId`` property, then you must enable encryption. If you specify the ``SourceDBClusterIdentifier`` property, don't specify this property. The value is inherited from the source DB cluster, and if the DB cluster is encrypted, the specified ``KmsKeyId`` property is used. If you specify the ``SnapshotIdentifier`` and the specified snapshot is encrypted, don't specify this property. The value is inherited from the snapshot, and the specified ``KmsKeyId`` property is used. If you specify the ``SnapshotIdentifier`` and the specified snapshot isn't encrypted, you can use this property to specify that the restored DB cluster is encrypted. Specify the ``KmsKeyId`` property for the KMS key to use for encryption. If you don't want the restored DB cluster to be encrypted, then don't set this property or set it to ``false`` . .. epigraph:: If you specify both the ``StorageEncrypted`` and ``SnapshotIdentifier`` properties without specifying the ``KmsKeyId`` property, then the restored DB cluster inherits the encryption settings from the DB snapshot that provide. Valid for: Aurora DB clusters and Multi-AZ DB clusters
7780
7803
  :param storage_type: The storage type to associate with the DB cluster. For information on storage types for Aurora DB clusters, see `Storage configurations for Amazon Aurora DB clusters <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Overview.StorageReliability.html#aurora-storage-type>`_ . For information on storage types for Multi-AZ DB clusters, see `Settings for creating Multi-AZ DB clusters <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/create-multi-az-db-cluster.html#create-multi-az-db-cluster-settings>`_ . This setting is required to create a Multi-AZ DB cluster. When specified for a Multi-AZ DB cluster, a value for the ``Iops`` parameter is required. Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters Valid Values: - Aurora DB clusters - ``aurora | aurora-iopt1`` - Multi-AZ DB clusters - ``io1 | io2 | gp3`` Default: - Aurora DB clusters - ``aurora`` - Multi-AZ DB clusters - ``io1`` .. epigraph:: When you create an Aurora DB cluster with the storage type set to ``aurora-iopt1`` , the storage type is returned in the response. The storage type isn't returned when you set it to ``aurora`` .
@@ -7864,6 +7887,7 @@ class CfnDBClusterProps:
7864
7887
  ),
7865
7888
  snapshot_identifier="snapshotIdentifier",
7866
7889
  source_db_cluster_identifier="sourceDbClusterIdentifier",
7890
+ source_db_cluster_resource_id="sourceDbClusterResourceId",
7867
7891
  source_region="sourceRegion",
7868
7892
  storage_encrypted=False,
7869
7893
  storage_type="storageType",
@@ -7930,6 +7954,7 @@ class CfnDBClusterProps:
7930
7954
  check_type(argname="argument serverless_v2_scaling_configuration", value=serverless_v2_scaling_configuration, expected_type=type_hints["serverless_v2_scaling_configuration"])
7931
7955
  check_type(argname="argument snapshot_identifier", value=snapshot_identifier, expected_type=type_hints["snapshot_identifier"])
7932
7956
  check_type(argname="argument source_db_cluster_identifier", value=source_db_cluster_identifier, expected_type=type_hints["source_db_cluster_identifier"])
7957
+ check_type(argname="argument source_db_cluster_resource_id", value=source_db_cluster_resource_id, expected_type=type_hints["source_db_cluster_resource_id"])
7933
7958
  check_type(argname="argument source_region", value=source_region, expected_type=type_hints["source_region"])
7934
7959
  check_type(argname="argument storage_encrypted", value=storage_encrypted, expected_type=type_hints["storage_encrypted"])
7935
7960
  check_type(argname="argument storage_type", value=storage_type, expected_type=type_hints["storage_type"])
@@ -8043,6 +8068,8 @@ class CfnDBClusterProps:
8043
8068
  self._values["snapshot_identifier"] = snapshot_identifier
8044
8069
  if source_db_cluster_identifier is not None:
8045
8070
  self._values["source_db_cluster_identifier"] = source_db_cluster_identifier
8071
+ if source_db_cluster_resource_id is not None:
8072
+ self._values["source_db_cluster_resource_id"] = source_db_cluster_resource_id
8046
8073
  if source_region is not None:
8047
8074
  self._values["source_region"] = source_region
8048
8075
  if storage_encrypted is not None:
@@ -8998,6 +9025,15 @@ class CfnDBClusterProps:
8998
9025
  result = self._values.get("source_db_cluster_identifier")
8999
9026
  return typing.cast(typing.Optional[builtins.str], result)
9000
9027
 
9028
+ @builtins.property
9029
+ def source_db_cluster_resource_id(self) -> typing.Optional[builtins.str]:
9030
+ '''The resource ID of the source DB cluster from which to restore.
9031
+
9032
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-sourcedbclusterresourceid
9033
+ '''
9034
+ result = self._values.get("source_db_cluster_resource_id")
9035
+ return typing.cast(typing.Optional[builtins.str], result)
9036
+
9001
9037
  @builtins.property
9002
9038
  def source_region(self) -> typing.Optional[builtins.str]:
9003
9039
  '''The AWS Region which contains the source DB cluster when replicating a DB cluster. For example, ``us-east-1`` .
@@ -9162,108 +9198,36 @@ class CfnDBInstance(
9162
9198
 
9163
9199
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html
9164
9200
  :cloudformationResource: AWS::RDS::DBInstance
9165
- :exampleMetadata: fixture=_generated
9201
+ :exampleMetadata: infused
9166
9202
 
9167
9203
  Example::
9168
9204
 
9169
- # The code below shows an example of how to instantiate this type.
9170
- # The values are placeholders you should change.
9171
- from aws_cdk import aws_rds as rds
9205
+ # scope: Construct
9206
+ # parent: Construct
9207
+ # bucket: s3.CfnBucket
9172
9208
 
9173
- cfn_dBInstance = rds.CfnDBInstance(self, "MyCfnDBInstance",
9174
- allocated_storage="allocatedStorage",
9175
- allow_major_version_upgrade=False,
9176
- apply_immediately=False,
9177
- associated_roles=[rds.CfnDBInstance.DBInstanceRoleProperty(
9178
- feature_name="featureName",
9179
- role_arn="roleArn"
9180
- )],
9181
- automatic_backup_replication_kms_key_id="automaticBackupReplicationKmsKeyId",
9182
- automatic_backup_replication_region="automaticBackupReplicationRegion",
9183
- automatic_backup_replication_retention_period=123,
9184
- auto_minor_version_upgrade=False,
9185
- availability_zone="availabilityZone",
9186
- backup_retention_period=123,
9187
- backup_target="backupTarget",
9188
- ca_certificate_identifier="caCertificateIdentifier",
9189
- certificate_rotation_restart=False,
9190
- character_set_name="characterSetName",
9191
- copy_tags_to_snapshot=False,
9192
- custom_iam_instance_profile="customIamInstanceProfile",
9193
- database_insights_mode="databaseInsightsMode",
9194
- db_cluster_identifier="dbClusterIdentifier",
9195
- db_cluster_snapshot_identifier="dbClusterSnapshotIdentifier",
9196
- db_instance_class="dbInstanceClass",
9197
- db_instance_identifier="dbInstanceIdentifier",
9198
- db_name="dbName",
9199
- db_parameter_group_name="dbParameterGroupName",
9200
- db_security_groups=["dbSecurityGroups"],
9201
- db_snapshot_identifier="dbSnapshotIdentifier",
9202
- db_subnet_group_name="dbSubnetGroupName",
9203
- db_system_id="dbSystemId",
9204
- dedicated_log_volume=False,
9205
- delete_automated_backups=False,
9206
- deletion_protection=False,
9207
- domain="domain",
9208
- domain_auth_secret_arn="domainAuthSecretArn",
9209
- domain_dns_ips=["domainDnsIps"],
9210
- domain_fqdn="domainFqdn",
9211
- domain_iam_role_name="domainIamRoleName",
9212
- domain_ou="domainOu",
9213
- enable_cloudwatch_logs_exports=["enableCloudwatchLogsExports"],
9214
- enable_iam_database_authentication=False,
9215
- enable_performance_insights=False,
9216
- engine="engine",
9217
- engine_lifecycle_support="engineLifecycleSupport",
9218
- engine_version="engineVersion",
9219
- iops=123,
9220
- kms_key_id="kmsKeyId",
9221
- license_model="licenseModel",
9222
- manage_master_user_password=False,
9223
- master_username="masterUsername",
9224
- master_user_password="masterUserPassword",
9225
- master_user_secret=rds.CfnDBInstance.MasterUserSecretProperty(
9226
- kms_key_id="kmsKeyId",
9227
- secret_arn="secretArn"
9228
- ),
9229
- max_allocated_storage=123,
9230
- monitoring_interval=123,
9231
- monitoring_role_arn="monitoringRoleArn",
9232
- multi_az=False,
9233
- nchar_character_set_name="ncharCharacterSetName",
9234
- network_type="networkType",
9235
- option_group_name="optionGroupName",
9236
- performance_insights_kms_key_id="performanceInsightsKmsKeyId",
9237
- performance_insights_retention_period=123,
9238
- port="port",
9239
- preferred_backup_window="preferredBackupWindow",
9240
- preferred_maintenance_window="preferredMaintenanceWindow",
9241
- processor_features=[rds.CfnDBInstance.ProcessorFeatureProperty(
9242
- name="name",
9243
- value="value"
9244
- )],
9245
- promotion_tier=123,
9246
- publicly_accessible=False,
9247
- replica_mode="replicaMode",
9248
- restore_time="restoreTime",
9249
- source_db_cluster_identifier="sourceDbClusterIdentifier",
9250
- source_db_instance_automated_backups_arn="sourceDbInstanceAutomatedBackupsArn",
9251
- source_db_instance_identifier="sourceDbInstanceIdentifier",
9252
- source_dbi_resource_id="sourceDbiResourceId",
9253
- source_region="sourceRegion",
9254
- storage_encrypted=False,
9255
- storage_throughput=123,
9256
- storage_type="storageType",
9257
- tags=[CfnTag(
9258
- key="key",
9259
- value="value"
9260
- )],
9261
- tde_credential_arn="tdeCredentialArn",
9262
- tde_credential_password="tdeCredentialPassword",
9263
- timezone="timezone",
9264
- use_default_processor_features=False,
9265
- use_latest_restorable_time=False,
9266
- vpc_security_groups=["vpcSecurityGroups"]
9209
+
9210
+ # Apply DESTROY policy to all resources in a scope
9211
+ RemovalPolicies.of(scope).destroy()
9212
+
9213
+ # Apply RETAIN policy to all resources in a scope
9214
+ RemovalPolicies.of(scope).retain()
9215
+
9216
+ # Apply SNAPSHOT policy to all resources in a scope
9217
+ RemovalPolicies.of(scope).snapshot()
9218
+
9219
+ # Apply RETAIN_ON_UPDATE_OR_DELETE policy to all resources in a scope
9220
+ RemovalPolicies.of(scope).retain_on_update_or_delete()
9221
+
9222
+ # Apply RETAIN policy only to specific resource types
9223
+ RemovalPolicies.of(parent).retain(
9224
+ apply_to_resource_types=["AWS::DynamoDB::Table", bucket.cfn_resource_type, rds.CfnDBInstance.CFN_RESOURCE_TYPE_NAME
9225
+ ]
9226
+ )
9227
+
9228
+ # Apply SNAPSHOT policy excluding specific resource types
9229
+ RemovalPolicies.of(scope).snapshot(
9230
+ exclude_resource_types=["AWS::Test::Resource"]
9267
9231
  )
9268
9232
  '''
9269
9233
 
@@ -9559,6 +9523,15 @@ class CfnDBInstance(
9559
9523
  '''The CloudFormation resource type name for this resource class.'''
9560
9524
  return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
9561
9525
 
9526
+ @builtins.property
9527
+ @jsii.member(jsii_name="attrAutomaticRestartTime")
9528
+ def attr_automatic_restart_time(self) -> builtins.str:
9529
+ '''The time when a stopped DB instance is restarted automatically.
9530
+
9531
+ :cloudformationAttribute: AutomaticRestartTime
9532
+ '''
9533
+ return typing.cast(builtins.str, jsii.get(self, "attrAutomaticRestartTime"))
9534
+
9562
9535
  @builtins.property
9563
9536
  @jsii.member(jsii_name="attrCertificateDetails")
9564
9537
  def attr_certificate_details(self) -> _IResolvable_da3f097b:
@@ -9760,6 +9733,15 @@ class CfnDBInstance(
9760
9733
  '''
9761
9734
  return typing.cast(builtins.str, jsii.get(self, "attrMasterUserSecretSecretArn"))
9762
9735
 
9736
+ @builtins.property
9737
+ @jsii.member(jsii_name="attrPercentProgress")
9738
+ def attr_percent_progress(self) -> builtins.str:
9739
+ '''The progress of the storage optimization operation as a percentage.
9740
+
9741
+ :cloudformationAttribute: PercentProgress
9742
+ '''
9743
+ return typing.cast(builtins.str, jsii.get(self, "attrPercentProgress"))
9744
+
9763
9745
  @builtins.property
9764
9746
  @jsii.member(jsii_name="attrReadReplicaDbClusterIdentifiers")
9765
9747
  def attr_read_replica_db_cluster_identifiers(self) -> typing.List[builtins.str]:
@@ -9778,6 +9760,37 @@ class CfnDBInstance(
9778
9760
  '''
9779
9761
  return typing.cast(typing.List[builtins.str], jsii.get(self, "attrReadReplicaDbInstanceIdentifiers"))
9780
9762
 
9763
+ @builtins.property
9764
+ @jsii.member(jsii_name="attrResumeFullAutomationModeTime")
9765
+ def attr_resume_full_automation_mode_time(self) -> builtins.str:
9766
+ '''The number of minutes to pause the automation.
9767
+
9768
+ When the time period ends, RDS Custom resumes full automation. The minimum value is 60 (default). The maximum value is 1,440.
9769
+
9770
+ :cloudformationAttribute: ResumeFullAutomationModeTime
9771
+ '''
9772
+ return typing.cast(builtins.str, jsii.get(self, "attrResumeFullAutomationModeTime"))
9773
+
9774
+ @builtins.property
9775
+ @jsii.member(jsii_name="attrSecondaryAvailabilityZone")
9776
+ def attr_secondary_availability_zone(self) -> builtins.str:
9777
+ '''If present, specifies the name of the secondary Availability Zone for a DB instance with multi-AZ support.
9778
+
9779
+ :cloudformationAttribute: SecondaryAvailabilityZone
9780
+ '''
9781
+ return typing.cast(builtins.str, jsii.get(self, "attrSecondaryAvailabilityZone"))
9782
+
9783
+ @builtins.property
9784
+ @jsii.member(jsii_name="attrStatusInfos")
9785
+ def attr_status_infos(self) -> _IResolvable_da3f097b:
9786
+ '''The status of a read replica.
9787
+
9788
+ If the DB instance isn't a read replica, the value is blank.
9789
+
9790
+ :cloudformationAttribute: StatusInfos
9791
+ '''
9792
+ return typing.cast(_IResolvable_da3f097b, jsii.get(self, "attrStatusInfos"))
9793
+
9781
9794
  @builtins.property
9782
9795
  @jsii.member(jsii_name="cfnProperties")
9783
9796
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
@@ -11139,6 +11152,117 @@ class CfnDBInstance(
11139
11152
  k + "=" + repr(v) for k, v in self._values.items()
11140
11153
  )
11141
11154
 
11155
+ @jsii.data_type(
11156
+ jsii_type="aws-cdk-lib.aws_rds.CfnDBInstance.DBInstanceStatusInfoProperty",
11157
+ jsii_struct_bases=[],
11158
+ name_mapping={
11159
+ "message": "message",
11160
+ "normal": "normal",
11161
+ "status": "status",
11162
+ "status_type": "statusType",
11163
+ },
11164
+ )
11165
+ class DBInstanceStatusInfoProperty:
11166
+ def __init__(
11167
+ self,
11168
+ *,
11169
+ message: typing.Optional[builtins.str] = None,
11170
+ normal: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
11171
+ status: typing.Optional[builtins.str] = None,
11172
+ status_type: typing.Optional[builtins.str] = None,
11173
+ ) -> None:
11174
+ '''Provides a list of status information for a DB instance.
11175
+
11176
+ :param message: Details of the error if there is an error for the instance. If the instance isn't in an error state, this value is blank.
11177
+ :param normal: Indicates whether the instance is operating normally (TRUE) or is in an error state (FALSE).
11178
+ :param status: The status of the DB instance. For a StatusType of read replica, the values can be replicating, replication stop point set, replication stop point reached, error, stopped, or terminated.
11179
+ :param status_type: This value is currently "read replication.".
11180
+
11181
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbinstance-dbinstancestatusinfo.html
11182
+ :exampleMetadata: fixture=_generated
11183
+
11184
+ Example::
11185
+
11186
+ # The code below shows an example of how to instantiate this type.
11187
+ # The values are placeholders you should change.
11188
+ from aws_cdk import aws_rds as rds
11189
+
11190
+ d_bInstance_status_info_property = rds.CfnDBInstance.DBInstanceStatusInfoProperty(
11191
+ message="message",
11192
+ normal=False,
11193
+ status="status",
11194
+ status_type="statusType"
11195
+ )
11196
+ '''
11197
+ if __debug__:
11198
+ type_hints = typing.get_type_hints(_typecheckingstub__9b08398c0c2c9b422598a57f6105a8f3372b51bc76bcfc59658ffa7c37cbe3b3)
11199
+ check_type(argname="argument message", value=message, expected_type=type_hints["message"])
11200
+ check_type(argname="argument normal", value=normal, expected_type=type_hints["normal"])
11201
+ check_type(argname="argument status", value=status, expected_type=type_hints["status"])
11202
+ check_type(argname="argument status_type", value=status_type, expected_type=type_hints["status_type"])
11203
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
11204
+ if message is not None:
11205
+ self._values["message"] = message
11206
+ if normal is not None:
11207
+ self._values["normal"] = normal
11208
+ if status is not None:
11209
+ self._values["status"] = status
11210
+ if status_type is not None:
11211
+ self._values["status_type"] = status_type
11212
+
11213
+ @builtins.property
11214
+ def message(self) -> typing.Optional[builtins.str]:
11215
+ '''Details of the error if there is an error for the instance.
11216
+
11217
+ If the instance isn't in an error state, this value is blank.
11218
+
11219
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbinstance-dbinstancestatusinfo.html#cfn-rds-dbinstance-dbinstancestatusinfo-message
11220
+ '''
11221
+ result = self._values.get("message")
11222
+ return typing.cast(typing.Optional[builtins.str], result)
11223
+
11224
+ @builtins.property
11225
+ def normal(
11226
+ self,
11227
+ ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
11228
+ '''Indicates whether the instance is operating normally (TRUE) or is in an error state (FALSE).
11229
+
11230
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbinstance-dbinstancestatusinfo.html#cfn-rds-dbinstance-dbinstancestatusinfo-normal
11231
+ '''
11232
+ result = self._values.get("normal")
11233
+ return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], result)
11234
+
11235
+ @builtins.property
11236
+ def status(self) -> typing.Optional[builtins.str]:
11237
+ '''The status of the DB instance.
11238
+
11239
+ For a StatusType of read replica, the values can be replicating, replication stop point set, replication stop point reached, error, stopped, or terminated.
11240
+
11241
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbinstance-dbinstancestatusinfo.html#cfn-rds-dbinstance-dbinstancestatusinfo-status
11242
+ '''
11243
+ result = self._values.get("status")
11244
+ return typing.cast(typing.Optional[builtins.str], result)
11245
+
11246
+ @builtins.property
11247
+ def status_type(self) -> typing.Optional[builtins.str]:
11248
+ '''This value is currently "read replication.".
11249
+
11250
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbinstance-dbinstancestatusinfo.html#cfn-rds-dbinstance-dbinstancestatusinfo-statustype
11251
+ '''
11252
+ result = self._values.get("status_type")
11253
+ return typing.cast(typing.Optional[builtins.str], result)
11254
+
11255
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
11256
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
11257
+
11258
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
11259
+ return not (rhs == self)
11260
+
11261
+ def __repr__(self) -> str:
11262
+ return "DBInstanceStatusInfoProperty(%s)" % ", ".join(
11263
+ k + "=" + repr(v) for k, v in self._values.items()
11264
+ )
11265
+
11142
11266
  @jsii.data_type(
11143
11267
  jsii_type="aws-cdk-lib.aws_rds.CfnDBInstance.EndpointProperty",
11144
11268
  jsii_struct_bases=[],
@@ -14040,7 +14164,7 @@ class CfnDBProxy(
14040
14164
  :param engine_family: The kinds of databases that the proxy can connect to. This value determines which database network protocol the proxy recognizes when it interprets network traffic to and from the database. For Aurora MySQL, RDS for MariaDB, and RDS for MySQL databases, specify ``MYSQL`` . For Aurora PostgreSQL and RDS for PostgreSQL databases, specify ``POSTGRESQL`` . For RDS for Microsoft SQL Server, specify ``SQLSERVER`` .
14041
14165
  :param role_arn: The Amazon Resource Name (ARN) of the IAM role that the proxy uses to access secrets in AWS Secrets Manager.
14042
14166
  :param vpc_subnet_ids: One or more VPC subnet IDs to associate with the new proxy.
14043
- :param debug_logging: Specifies whether the proxy includes detailed information about SQL statements in its logs. This information helps you to debug issues involving SQL behavior or the performance and scalability of the proxy connections. The debug information includes the text of SQL statements that you submit through the proxy. Thus, only enable this setting when needed for debugging, and only when you have security measures in place to safeguard any sensitive information that appears in the logs.
14167
+ :param debug_logging: Specifies whether the proxy logs detailed connection and query information. When you enable ``DebugLogging`` , the proxy captures connection details and connection pool behavior from your queries. Debug logging increases CloudWatch costs and can impact proxy performance. Enable this option only when you need to troubleshoot connection or performance issues.
14044
14168
  :param idle_client_timeout: The number of seconds that a connection to the proxy can be inactive before the proxy disconnects it. You can set this value higher or lower than the connection timeout limit for the associated database.
14045
14169
  :param require_tls: Specifies whether Transport Layer Security (TLS) encryption is required for connections to the proxy. By enabling this setting, you can enforce encrypted TLS connections to the proxy.
14046
14170
  :param tags: An optional set of key-value pairs to associate arbitrary data of your choosing with the proxy.
@@ -14210,7 +14334,7 @@ class CfnDBProxy(
14210
14334
  def debug_logging(
14211
14335
  self,
14212
14336
  ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
14213
- '''Specifies whether the proxy includes detailed information about SQL statements in its logs.'''
14337
+ '''Specifies whether the proxy logs detailed connection and query information.'''
14214
14338
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], jsii.get(self, "debugLogging"))
14215
14339
 
14216
14340
  @debug_logging.setter
@@ -14994,7 +15118,7 @@ class CfnDBProxyProps:
14994
15118
  :param engine_family: The kinds of databases that the proxy can connect to. This value determines which database network protocol the proxy recognizes when it interprets network traffic to and from the database. For Aurora MySQL, RDS for MariaDB, and RDS for MySQL databases, specify ``MYSQL`` . For Aurora PostgreSQL and RDS for PostgreSQL databases, specify ``POSTGRESQL`` . For RDS for Microsoft SQL Server, specify ``SQLSERVER`` .
14995
15119
  :param role_arn: The Amazon Resource Name (ARN) of the IAM role that the proxy uses to access secrets in AWS Secrets Manager.
14996
15120
  :param vpc_subnet_ids: One or more VPC subnet IDs to associate with the new proxy.
14997
- :param debug_logging: Specifies whether the proxy includes detailed information about SQL statements in its logs. This information helps you to debug issues involving SQL behavior or the performance and scalability of the proxy connections. The debug information includes the text of SQL statements that you submit through the proxy. Thus, only enable this setting when needed for debugging, and only when you have security measures in place to safeguard any sensitive information that appears in the logs.
15121
+ :param debug_logging: Specifies whether the proxy logs detailed connection and query information. When you enable ``DebugLogging`` , the proxy captures connection details and connection pool behavior from your queries. Debug logging increases CloudWatch costs and can impact proxy performance. Enable this option only when you need to troubleshoot connection or performance issues.
14998
15122
  :param idle_client_timeout: The number of seconds that a connection to the proxy can be inactive before the proxy disconnects it. You can set this value higher or lower than the connection timeout limit for the associated database.
14999
15123
  :param require_tls: Specifies whether Transport Layer Security (TLS) encryption is required for connections to the proxy. By enabling this setting, you can enforce encrypted TLS connections to the proxy.
15000
15124
  :param tags: An optional set of key-value pairs to associate arbitrary data of your choosing with the proxy.
@@ -15123,9 +15247,9 @@ class CfnDBProxyProps:
15123
15247
  def debug_logging(
15124
15248
  self,
15125
15249
  ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
15126
- '''Specifies whether the proxy includes detailed information about SQL statements in its logs.
15250
+ '''Specifies whether the proxy logs detailed connection and query information.
15127
15251
 
15128
- This information helps you to debug issues involving SQL behavior or the performance and scalability of the proxy connections. The debug information includes the text of SQL statements that you submit through the proxy. Thus, only enable this setting when needed for debugging, and only when you have security measures in place to safeguard any sensitive information that appears in the logs.
15252
+ When you enable ``DebugLogging`` , the proxy captures connection details and connection pool behavior from your queries. Debug logging increases CloudWatch costs and can impact proxy performance. Enable this option only when you need to troubleshoot connection or performance issues.
15129
15253
 
15130
15254
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-debuglogging
15131
15255
  '''
@@ -49380,6 +49504,7 @@ def _typecheckingstub__1eb14b9dcc306eabcc2963c7b6ef9b87bf8d616bb5691dbc6656242be
49380
49504
  serverless_v2_scaling_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDBCluster.ServerlessV2ScalingConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
49381
49505
  snapshot_identifier: typing.Optional[builtins.str] = None,
49382
49506
  source_db_cluster_identifier: typing.Optional[builtins.str] = None,
49507
+ source_db_cluster_resource_id: typing.Optional[builtins.str] = None,
49383
49508
  source_region: typing.Optional[builtins.str] = None,
49384
49509
  storage_encrypted: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
49385
49510
  storage_type: typing.Optional[builtins.str] = None,
@@ -49720,6 +49845,12 @@ def _typecheckingstub__df647406eec5ba2e24bb07694e286def32cd947e8728ac6ec3727fd14
49720
49845
  """Type checking stubs"""
49721
49846
  pass
49722
49847
 
49848
+ def _typecheckingstub__08ac64c9167e517f4b6604f3b8380f98125ef714845161ef2afeeebf02f97b3b(
49849
+ value: typing.Optional[builtins.str],
49850
+ ) -> None:
49851
+ """Type checking stubs"""
49852
+ pass
49853
+
49723
49854
  def _typecheckingstub__2ee6860d8d1d897c5c878ca6693329e97bdddac0cb37f822ceb26aabdb5b78fb(
49724
49855
  value: typing.Optional[builtins.str],
49725
49856
  ) -> None:
@@ -49929,6 +50060,7 @@ def _typecheckingstub__aaf089104646bb0ea95e48cd2107d642585c3eb3785a21112fc029b15
49929
50060
  serverless_v2_scaling_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDBCluster.ServerlessV2ScalingConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
49930
50061
  snapshot_identifier: typing.Optional[builtins.str] = None,
49931
50062
  source_db_cluster_identifier: typing.Optional[builtins.str] = None,
50063
+ source_db_cluster_resource_id: typing.Optional[builtins.str] = None,
49932
50064
  source_region: typing.Optional[builtins.str] = None,
49933
50065
  storage_encrypted: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
49934
50066
  storage_type: typing.Optional[builtins.str] = None,
@@ -50542,6 +50674,16 @@ def _typecheckingstub__f9f3eeec177271fb0e6eb23b5e89d9aa215910a445a7f378d200e7c8d
50542
50674
  """Type checking stubs"""
50543
50675
  pass
50544
50676
 
50677
+ def _typecheckingstub__9b08398c0c2c9b422598a57f6105a8f3372b51bc76bcfc59658ffa7c37cbe3b3(
50678
+ *,
50679
+ message: typing.Optional[builtins.str] = None,
50680
+ normal: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
50681
+ status: typing.Optional[builtins.str] = None,
50682
+ status_type: typing.Optional[builtins.str] = None,
50683
+ ) -> None:
50684
+ """Type checking stubs"""
50685
+ pass
50686
+
50545
50687
  def _typecheckingstub__0a8162d3b83ddccf54f9146dc897a65d9b54102ddb2bd5d0e5d32f10565b91ab(
50546
50688
  *,
50547
50689
  address: typing.Optional[builtins.str] = None,