aws-cdk-lib 2.115.0__py3-none-any.whl → 2.116.1__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 (66) hide show
  1. aws_cdk/__init__.py +801 -356
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.115.0.jsii.tgz → aws-cdk-lib@2.116.1.jsii.tgz} +0 -0
  4. aws_cdk/aws_apigateway/__init__.py +3 -1
  5. aws_cdk/aws_apigatewayv2/__init__.py +595 -222
  6. aws_cdk/aws_apigatewayv2_integrations/__init__.py +4 -5
  7. aws_cdk/aws_applicationautoscaling/__init__.py +51 -15
  8. aws_cdk/aws_appsync/__init__.py +14 -3
  9. aws_cdk/aws_autoscaling/__init__.py +6 -0
  10. aws_cdk/aws_b2bi/__init__.py +2445 -0
  11. aws_cdk/aws_cloud9/__init__.py +63 -63
  12. aws_cdk/aws_cloudfront/__init__.py +394 -0
  13. aws_cdk/aws_cloudfront/experimental/__init__.py +5 -2
  14. aws_cdk/aws_cloudtrail/__init__.py +90 -11
  15. aws_cdk/aws_cloudwatch/__init__.py +6 -6
  16. aws_cdk/aws_codedeploy/__init__.py +88 -15
  17. aws_cdk/aws_codepipeline/__init__.py +645 -0
  18. aws_cdk/aws_cognito/__init__.py +13 -26
  19. aws_cdk/aws_config/__init__.py +315 -1
  20. aws_cdk/aws_connect/__init__.py +532 -37
  21. aws_cdk/aws_controltower/__init__.py +4 -4
  22. aws_cdk/aws_datasync/__init__.py +6 -4
  23. aws_cdk/aws_dms/__init__.py +241 -131
  24. aws_cdk/aws_dynamodb/__init__.py +8 -0
  25. aws_cdk/aws_ec2/__init__.py +1030 -45
  26. aws_cdk/aws_ecr/__init__.py +78 -10
  27. aws_cdk/aws_ecs/__init__.py +210 -2
  28. aws_cdk/aws_ecs_patterns/__init__.py +77 -62
  29. aws_cdk/aws_eks/__init__.py +8 -1
  30. aws_cdk/aws_elasticache/__init__.py +136 -10
  31. aws_cdk/aws_elasticloadbalancingv2/__init__.py +10 -13
  32. aws_cdk/aws_emr/__init__.py +234 -17
  33. aws_cdk/aws_eventschemas/__init__.py +15 -13
  34. aws_cdk/aws_fis/__init__.py +33 -13
  35. aws_cdk/aws_gamelift/__init__.py +47 -0
  36. aws_cdk/aws_imagebuilder/__init__.py +922 -84
  37. aws_cdk/aws_internetmonitor/__init__.py +12 -10
  38. aws_cdk/aws_iot/__init__.py +26 -46
  39. aws_cdk/aws_iottwinmaker/__init__.py +36 -34
  40. aws_cdk/aws_lambda/__init__.py +19 -15
  41. aws_cdk/aws_lambda_nodejs/__init__.py +5 -2
  42. aws_cdk/aws_logs/__init__.py +6 -6
  43. aws_cdk/aws_opensearchservice/__init__.py +5 -3
  44. aws_cdk/aws_organizations/__init__.py +3 -3
  45. aws_cdk/aws_osis/__init__.py +17 -13
  46. aws_cdk/aws_rds/__init__.py +6 -0
  47. aws_cdk/aws_s3/__init__.py +4 -2
  48. aws_cdk/aws_s3outposts/__init__.py +8 -8
  49. aws_cdk/aws_sagemaker/__init__.py +17 -94
  50. aws_cdk/aws_secretsmanager/__init__.py +9 -7
  51. aws_cdk/aws_securityhub/__init__.py +18 -0
  52. aws_cdk/aws_servicecatalogappregistry/__init__.py +31 -0
  53. aws_cdk/aws_ses/__init__.py +58 -11
  54. aws_cdk/aws_sns/__init__.py +309 -10
  55. aws_cdk/aws_ssm/__init__.py +3 -5
  56. aws_cdk/aws_stepfunctions/__init__.py +335 -19
  57. aws_cdk/aws_stepfunctions_tasks/__init__.py +388 -38
  58. aws_cdk/aws_transfer/__init__.py +37 -10
  59. aws_cdk/custom_resources/__init__.py +443 -1
  60. aws_cdk/triggers/__init__.py +5 -2
  61. {aws_cdk_lib-2.115.0.dist-info → aws_cdk_lib-2.116.1.dist-info}/METADATA +1 -1
  62. {aws_cdk_lib-2.115.0.dist-info → aws_cdk_lib-2.116.1.dist-info}/RECORD +66 -65
  63. {aws_cdk_lib-2.115.0.dist-info → aws_cdk_lib-2.116.1.dist-info}/LICENSE +0 -0
  64. {aws_cdk_lib-2.115.0.dist-info → aws_cdk_lib-2.116.1.dist-info}/NOTICE +0 -0
  65. {aws_cdk_lib-2.115.0.dist-info → aws_cdk_lib-2.116.1.dist-info}/WHEEL +0 -0
  66. {aws_cdk_lib-2.115.0.dist-info → aws_cdk_lib-2.116.1.dist-info}/top_level.txt +0 -0
@@ -287,7 +287,7 @@ class CfnDataProvider(
287
287
  metaclass=jsii.JSIIMeta,
288
288
  jsii_type="aws-cdk-lib.aws_dms.CfnDataProvider",
289
289
  ):
290
- '''Resource schema for AWS::DMS::DataProvider.
290
+ '''Provides information that defines a data provider.
291
291
 
292
292
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-dataprovider.html
293
293
  :cloudformationResource: AWS::DMS::DataProvider
@@ -339,12 +339,12 @@ class CfnDataProvider(
339
339
  '''
340
340
  :param scope: Scope in which this resource is defined.
341
341
  :param id: Construct identifier for this resource (unique in its scope).
342
- :param engine: The property describes a data engine for the data provider.
343
- :param data_provider_identifier: The property describes an identifier for the data provider. It is used for describing/deleting/modifying can be name/arn
344
- :param data_provider_name: The property describes a name to identify the data provider.
345
- :param description: The optional description of the data provider.
342
+ :param engine: The type of database engine for the data provider. Valid values include ``"aurora"`` , ``"aurora-postgresql"`` , ``"mysql"`` , ``"oracle"`` , ``"postgres"`` , ``"sqlserver"`` , ``redshift`` , ``mariadb`` , ``mongodb`` , and ``docdb`` . A value of ``"aurora"`` represents Amazon Aurora MySQL-Compatible Edition.
343
+ :param data_provider_identifier: The identifier of the data provider. Identifiers must begin with a letter and must contain only ASCII letters, digits, and hyphens. They can't end with a hyphen, or contain two consecutive hyphens.
344
+ :param data_provider_name: The name of the data provider.
345
+ :param description: A description of the data provider. Descriptions can have up to 31 characters. A description can contain only ASCII letters, digits, and hyphens ('-'). Also, it can't end with a hyphen or contain two consecutive hyphens, and can only begin with a letter.
346
346
  :param exact_settings: The property describes the exact settings which can be modified. Default: - false
347
- :param settings:
347
+ :param settings: The settings in JSON format for a data provider.
348
348
  :param tags: An array of key-value pairs to apply to this resource.
349
349
  '''
350
350
  if __debug__:
@@ -396,7 +396,7 @@ class CfnDataProvider(
396
396
  @builtins.property
397
397
  @jsii.member(jsii_name="attrDataProviderArn")
398
398
  def attr_data_provider_arn(self) -> builtins.str:
399
- '''The data provider ARN.
399
+ '''The Amazon Resource Name (ARN) string that uniquely identifies the data provider.
400
400
 
401
401
  :cloudformationAttribute: DataProviderArn
402
402
  '''
@@ -405,7 +405,7 @@ class CfnDataProvider(
405
405
  @builtins.property
406
406
  @jsii.member(jsii_name="attrDataProviderCreationTime")
407
407
  def attr_data_provider_creation_time(self) -> builtins.str:
408
- '''The data provider creation time.
408
+ '''The time the data provider was created.
409
409
 
410
410
  :cloudformationAttribute: DataProviderCreationTime
411
411
  '''
@@ -419,7 +419,7 @@ class CfnDataProvider(
419
419
  @builtins.property
420
420
  @jsii.member(jsii_name="engine")
421
421
  def engine(self) -> builtins.str:
422
- '''The property describes a data engine for the data provider.'''
422
+ '''The type of database engine for the data provider.'''
423
423
  return typing.cast(builtins.str, jsii.get(self, "engine"))
424
424
 
425
425
  @engine.setter
@@ -432,7 +432,7 @@ class CfnDataProvider(
432
432
  @builtins.property
433
433
  @jsii.member(jsii_name="dataProviderIdentifier")
434
434
  def data_provider_identifier(self) -> typing.Optional[builtins.str]:
435
- '''The property describes an identifier for the data provider.'''
435
+ '''The identifier of the data provider.'''
436
436
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "dataProviderIdentifier"))
437
437
 
438
438
  @data_provider_identifier.setter
@@ -445,7 +445,7 @@ class CfnDataProvider(
445
445
  @builtins.property
446
446
  @jsii.member(jsii_name="dataProviderName")
447
447
  def data_provider_name(self) -> typing.Optional[builtins.str]:
448
- '''The property describes a name to identify the data provider.'''
448
+ '''The name of the data provider.'''
449
449
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "dataProviderName"))
450
450
 
451
451
  @data_provider_name.setter
@@ -458,7 +458,7 @@ class CfnDataProvider(
458
458
  @builtins.property
459
459
  @jsii.member(jsii_name="description")
460
460
  def description(self) -> typing.Optional[builtins.str]:
461
- '''The optional description of the data provider.'''
461
+ '''A description of the data provider.'''
462
462
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "description"))
463
463
 
464
464
  @description.setter
@@ -491,6 +491,7 @@ class CfnDataProvider(
491
491
  def settings(
492
492
  self,
493
493
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataProvider.SettingsProperty"]]:
494
+ '''The settings in JSON format for a data provider.'''
494
495
  return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataProvider.SettingsProperty"]], jsii.get(self, "settings"))
495
496
 
496
497
  @settings.setter
@@ -537,11 +538,12 @@ class CfnDataProvider(
537
538
  server_name: typing.Optional[builtins.str] = None,
538
539
  ssl_mode: typing.Optional[builtins.str] = None,
539
540
  ) -> None:
540
- '''
541
+ '''Provides information that defines a PostgreSQL endpoint.
542
+
541
543
  :param certificate_arn:
542
- :param database_name:
543
- :param port:
544
- :param server_name:
544
+ :param database_name: Database name for the endpoint.
545
+ :param port: Endpoint TCP port. The default is 5432.
546
+ :param server_name: The host name of the endpoint database. For an Amazon RDS PostgreSQL instance, this is the output of `DescribeDBInstances <https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DescribeDBInstances.html>`_ , in the ``[Endpoint](https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_Endpoint.html) .Address`` field. For an Aurora PostgreSQL instance, this is the output of `DescribeDBClusters <https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DescribeDBClusters.html>`_ , in the ``Endpoint`` field.
545
547
  :param ssl_mode:
546
548
 
547
549
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-dataprovider-postgresqlsettings.html
@@ -590,7 +592,8 @@ class CfnDataProvider(
590
592
 
591
593
  @builtins.property
592
594
  def database_name(self) -> typing.Optional[builtins.str]:
593
- '''
595
+ '''Database name for the endpoint.
596
+
594
597
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-dataprovider-postgresqlsettings.html#cfn-dms-dataprovider-postgresqlsettings-databasename
595
598
  '''
596
599
  result = self._values.get("database_name")
@@ -598,7 +601,10 @@ class CfnDataProvider(
598
601
 
599
602
  @builtins.property
600
603
  def port(self) -> typing.Optional[jsii.Number]:
601
- '''
604
+ '''Endpoint TCP port.
605
+
606
+ The default is 5432.
607
+
602
608
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-dataprovider-postgresqlsettings.html#cfn-dms-dataprovider-postgresqlsettings-port
603
609
  '''
604
610
  result = self._values.get("port")
@@ -606,7 +612,12 @@ class CfnDataProvider(
606
612
 
607
613
  @builtins.property
608
614
  def server_name(self) -> typing.Optional[builtins.str]:
609
- '''
615
+ '''The host name of the endpoint database.
616
+
617
+ For an Amazon RDS PostgreSQL instance, this is the output of `DescribeDBInstances <https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DescribeDBInstances.html>`_ , in the ``[Endpoint](https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_Endpoint.html) .Address`` field.
618
+
619
+ For an Aurora PostgreSQL instance, this is the output of `DescribeDBClusters <https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DescribeDBClusters.html>`_ , in the ``Endpoint`` field.
620
+
610
621
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-dataprovider-postgresqlsettings.html#cfn-dms-dataprovider-postgresqlsettings-servername
611
622
  '''
612
623
  result = self._values.get("server_name")
@@ -721,12 +732,12 @@ class CfnDataProviderProps:
721
732
  ) -> None:
722
733
  '''Properties for defining a ``CfnDataProvider``.
723
734
 
724
- :param engine: The property describes a data engine for the data provider.
725
- :param data_provider_identifier: The property describes an identifier for the data provider. It is used for describing/deleting/modifying can be name/arn
726
- :param data_provider_name: The property describes a name to identify the data provider.
727
- :param description: The optional description of the data provider.
735
+ :param engine: The type of database engine for the data provider. Valid values include ``"aurora"`` , ``"aurora-postgresql"`` , ``"mysql"`` , ``"oracle"`` , ``"postgres"`` , ``"sqlserver"`` , ``redshift`` , ``mariadb`` , ``mongodb`` , and ``docdb`` . A value of ``"aurora"`` represents Amazon Aurora MySQL-Compatible Edition.
736
+ :param data_provider_identifier: The identifier of the data provider. Identifiers must begin with a letter and must contain only ASCII letters, digits, and hyphens. They can't end with a hyphen, or contain two consecutive hyphens.
737
+ :param data_provider_name: The name of the data provider.
738
+ :param description: A description of the data provider. Descriptions can have up to 31 characters. A description can contain only ASCII letters, digits, and hyphens ('-'). Also, it can't end with a hyphen or contain two consecutive hyphens, and can only begin with a letter.
728
739
  :param exact_settings: The property describes the exact settings which can be modified. Default: - false
729
- :param settings:
740
+ :param settings: The settings in JSON format for a data provider.
730
741
  :param tags: An array of key-value pairs to apply to this resource.
731
742
 
732
743
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-dataprovider.html
@@ -788,7 +799,9 @@ class CfnDataProviderProps:
788
799
 
789
800
  @builtins.property
790
801
  def engine(self) -> builtins.str:
791
- '''The property describes a data engine for the data provider.
802
+ '''The type of database engine for the data provider.
803
+
804
+ Valid values include ``"aurora"`` , ``"aurora-postgresql"`` , ``"mysql"`` , ``"oracle"`` , ``"postgres"`` , ``"sqlserver"`` , ``redshift`` , ``mariadb`` , ``mongodb`` , and ``docdb`` . A value of ``"aurora"`` represents Amazon Aurora MySQL-Compatible Edition.
792
805
 
793
806
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-dataprovider.html#cfn-dms-dataprovider-engine
794
807
  '''
@@ -798,9 +811,9 @@ class CfnDataProviderProps:
798
811
 
799
812
  @builtins.property
800
813
  def data_provider_identifier(self) -> typing.Optional[builtins.str]:
801
- '''The property describes an identifier for the data provider.
814
+ '''The identifier of the data provider.
802
815
 
803
- It is used for describing/deleting/modifying can be name/arn
816
+ Identifiers must begin with a letter and must contain only ASCII letters, digits, and hyphens. They can't end with a hyphen, or contain two consecutive hyphens.
804
817
 
805
818
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-dataprovider.html#cfn-dms-dataprovider-dataprovideridentifier
806
819
  '''
@@ -809,7 +822,7 @@ class CfnDataProviderProps:
809
822
 
810
823
  @builtins.property
811
824
  def data_provider_name(self) -> typing.Optional[builtins.str]:
812
- '''The property describes a name to identify the data provider.
825
+ '''The name of the data provider.
813
826
 
814
827
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-dataprovider.html#cfn-dms-dataprovider-dataprovidername
815
828
  '''
@@ -818,7 +831,9 @@ class CfnDataProviderProps:
818
831
 
819
832
  @builtins.property
820
833
  def description(self) -> typing.Optional[builtins.str]:
821
- '''The optional description of the data provider.
834
+ '''A description of the data provider.
835
+
836
+ Descriptions can have up to 31 characters. A description can contain only ASCII letters, digits, and hyphens ('-'). Also, it can't end with a hyphen or contain two consecutive hyphens, and can only begin with a letter.
822
837
 
823
838
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-dataprovider.html#cfn-dms-dataprovider-description
824
839
  '''
@@ -842,7 +857,8 @@ class CfnDataProviderProps:
842
857
  def settings(
843
858
  self,
844
859
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnDataProvider.SettingsProperty]]:
845
- '''
860
+ '''The settings in JSON format for a data provider.
861
+
846
862
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-dataprovider.html#cfn-dms-dataprovider-settings
847
863
  '''
848
864
  result = self._values.get("settings")
@@ -931,10 +947,14 @@ class CfnEndpoint(
931
947
  ),
932
948
  ibm_db2_settings=dms.CfnEndpoint.IbmDb2SettingsProperty(
933
949
  current_lsn="currentLsn",
950
+ keep_csv_files=False,
951
+ load_timeout=123,
952
+ max_file_size=123,
934
953
  max_kBytes_per_read=123,
935
954
  secrets_manager_access_role_arn="secretsManagerAccessRoleArn",
936
955
  secrets_manager_secret_id="secretsManagerSecretId",
937
- set_data_capture_changes=False
956
+ set_data_capture_changes=False,
957
+ write_buffer_size=123
938
958
  ),
939
959
  kafka_settings=dms.CfnEndpoint.KafkaSettingsProperty(
940
960
  broker="broker",
@@ -2434,10 +2454,14 @@ class CfnEndpoint(
2434
2454
  jsii_struct_bases=[],
2435
2455
  name_mapping={
2436
2456
  "current_lsn": "currentLsn",
2457
+ "keep_csv_files": "keepCsvFiles",
2458
+ "load_timeout": "loadTimeout",
2459
+ "max_file_size": "maxFileSize",
2437
2460
  "max_k_bytes_per_read": "maxKBytesPerRead",
2438
2461
  "secrets_manager_access_role_arn": "secretsManagerAccessRoleArn",
2439
2462
  "secrets_manager_secret_id": "secretsManagerSecretId",
2440
2463
  "set_data_capture_changes": "setDataCaptureChanges",
2464
+ "write_buffer_size": "writeBufferSize",
2441
2465
  },
2442
2466
  )
2443
2467
  class IbmDb2SettingsProperty:
@@ -2445,20 +2469,28 @@ class CfnEndpoint(
2445
2469
  self,
2446
2470
  *,
2447
2471
  current_lsn: typing.Optional[builtins.str] = None,
2472
+ keep_csv_files: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
2473
+ load_timeout: typing.Optional[jsii.Number] = None,
2474
+ max_file_size: typing.Optional[jsii.Number] = None,
2448
2475
  max_k_bytes_per_read: typing.Optional[jsii.Number] = None,
2449
2476
  secrets_manager_access_role_arn: typing.Optional[builtins.str] = None,
2450
2477
  secrets_manager_secret_id: typing.Optional[builtins.str] = None,
2451
2478
  set_data_capture_changes: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
2479
+ write_buffer_size: typing.Optional[jsii.Number] = None,
2452
2480
  ) -> None:
2453
2481
  '''Provides information that defines an IBMDB2 endpoint.
2454
2482
 
2455
2483
  This information includes the output format of records applied to the endpoint and details of transaction and control table data information. For more information about other available settings, see `Extra connection attributes when using Db2 LUW as a source for AWS DMS <https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.DB2.html#CHAP_Source.DB2.ConnectionAttrib>`_ in the *AWS Database Migration Service User Guide* .
2456
2484
 
2457
2485
  :param current_lsn: For ongoing replication (CDC), use CurrentLSN to specify a log sequence number (LSN) where you want the replication to start.
2486
+ :param keep_csv_files: If true, AWS DMS saves any .csv files to the Db2 LUW target that were used to replicate data. DMS uses these files for analysis and troubleshooting. The default value is false.
2487
+ :param load_timeout: The amount of time (in milliseconds) before AWS DMS times out operations performed by DMS on the Db2 target. The default value is 1200 (20 minutes).
2488
+ :param max_file_size: Specifies the maximum size (in KB) of .csv files used to transfer data to Db2 LUW.
2458
2489
  :param max_k_bytes_per_read: Maximum number of bytes per read, as a NUMBER value. The default is 64 KB.
2459
2490
  :param secrets_manager_access_role_arn: The full Amazon Resource Name (ARN) of the IAM role that specifies AWS DMS as the trusted entity and grants the required permissions to access the value in ``SecretsManagerSecret`` . The role must allow the ``iam:PassRole`` action. ``SecretsManagerSecret`` has the value ofthe AWS Secrets Manager secret that allows access to the Db2 LUW endpoint. .. epigraph:: You can specify one of two sets of values for these permissions. You can specify the values for this setting and ``SecretsManagerSecretId`` . Or you can specify clear-text values for ``UserName`` , ``Password`` , ``ServerName`` , and ``Port`` . You can't specify both. For more information on creating this ``SecretsManagerSecret`` , the corresponding ``SecretsManagerAccessRoleArn`` , and the ``SecretsManagerSecretId`` that is required to access it, see `Using secrets to access AWS Database Migration Service resources <https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#security-iam-secretsmanager>`_ in the *AWS Database Migration Service User Guide* .
2460
2491
  :param secrets_manager_secret_id: The full ARN, partial ARN, or display name of the ``SecretsManagerSecret`` that contains the IBMDB2 endpoint connection details.
2461
2492
  :param set_data_capture_changes: Enables ongoing replication (CDC) as a BOOLEAN value. The default is true.
2493
+ :param write_buffer_size: The size (in KB) of the in-memory file write buffer used when generating .csv files on the local disk on the DMS replication instance. The default value is 1024 (1 MB).
2462
2494
 
2463
2495
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-ibmdb2settings.html
2464
2496
  :exampleMetadata: fixture=_generated
@@ -2471,22 +2503,36 @@ class CfnEndpoint(
2471
2503
 
2472
2504
  ibm_db2_settings_property = dms.CfnEndpoint.IbmDb2SettingsProperty(
2473
2505
  current_lsn="currentLsn",
2506
+ keep_csv_files=False,
2507
+ load_timeout=123,
2508
+ max_file_size=123,
2474
2509
  max_kBytes_per_read=123,
2475
2510
  secrets_manager_access_role_arn="secretsManagerAccessRoleArn",
2476
2511
  secrets_manager_secret_id="secretsManagerSecretId",
2477
- set_data_capture_changes=False
2512
+ set_data_capture_changes=False,
2513
+ write_buffer_size=123
2478
2514
  )
2479
2515
  '''
2480
2516
  if __debug__:
2481
2517
  type_hints = typing.get_type_hints(_typecheckingstub__1d6fbc1cf195619dd4c4ec936108c9aa18b32dd75831ce4e5f419f51f377abef)
2482
2518
  check_type(argname="argument current_lsn", value=current_lsn, expected_type=type_hints["current_lsn"])
2519
+ check_type(argname="argument keep_csv_files", value=keep_csv_files, expected_type=type_hints["keep_csv_files"])
2520
+ check_type(argname="argument load_timeout", value=load_timeout, expected_type=type_hints["load_timeout"])
2521
+ check_type(argname="argument max_file_size", value=max_file_size, expected_type=type_hints["max_file_size"])
2483
2522
  check_type(argname="argument max_k_bytes_per_read", value=max_k_bytes_per_read, expected_type=type_hints["max_k_bytes_per_read"])
2484
2523
  check_type(argname="argument secrets_manager_access_role_arn", value=secrets_manager_access_role_arn, expected_type=type_hints["secrets_manager_access_role_arn"])
2485
2524
  check_type(argname="argument secrets_manager_secret_id", value=secrets_manager_secret_id, expected_type=type_hints["secrets_manager_secret_id"])
2486
2525
  check_type(argname="argument set_data_capture_changes", value=set_data_capture_changes, expected_type=type_hints["set_data_capture_changes"])
2526
+ check_type(argname="argument write_buffer_size", value=write_buffer_size, expected_type=type_hints["write_buffer_size"])
2487
2527
  self._values: typing.Dict[builtins.str, typing.Any] = {}
2488
2528
  if current_lsn is not None:
2489
2529
  self._values["current_lsn"] = current_lsn
2530
+ if keep_csv_files is not None:
2531
+ self._values["keep_csv_files"] = keep_csv_files
2532
+ if load_timeout is not None:
2533
+ self._values["load_timeout"] = load_timeout
2534
+ if max_file_size is not None:
2535
+ self._values["max_file_size"] = max_file_size
2490
2536
  if max_k_bytes_per_read is not None:
2491
2537
  self._values["max_k_bytes_per_read"] = max_k_bytes_per_read
2492
2538
  if secrets_manager_access_role_arn is not None:
@@ -2495,6 +2541,8 @@ class CfnEndpoint(
2495
2541
  self._values["secrets_manager_secret_id"] = secrets_manager_secret_id
2496
2542
  if set_data_capture_changes is not None:
2497
2543
  self._values["set_data_capture_changes"] = set_data_capture_changes
2544
+ if write_buffer_size is not None:
2545
+ self._values["write_buffer_size"] = write_buffer_size
2498
2546
 
2499
2547
  @builtins.property
2500
2548
  def current_lsn(self) -> typing.Optional[builtins.str]:
@@ -2505,6 +2553,39 @@ class CfnEndpoint(
2505
2553
  result = self._values.get("current_lsn")
2506
2554
  return typing.cast(typing.Optional[builtins.str], result)
2507
2555
 
2556
+ @builtins.property
2557
+ def keep_csv_files(
2558
+ self,
2559
+ ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
2560
+ '''If true, AWS DMS saves any .csv files to the Db2 LUW target that were used to replicate data. DMS uses these files for analysis and troubleshooting.
2561
+
2562
+ The default value is false.
2563
+
2564
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-ibmdb2settings.html#cfn-dms-endpoint-ibmdb2settings-keepcsvfiles
2565
+ '''
2566
+ result = self._values.get("keep_csv_files")
2567
+ return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], result)
2568
+
2569
+ @builtins.property
2570
+ def load_timeout(self) -> typing.Optional[jsii.Number]:
2571
+ '''The amount of time (in milliseconds) before AWS DMS times out operations performed by DMS on the Db2 target.
2572
+
2573
+ The default value is 1200 (20 minutes).
2574
+
2575
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-ibmdb2settings.html#cfn-dms-endpoint-ibmdb2settings-loadtimeout
2576
+ '''
2577
+ result = self._values.get("load_timeout")
2578
+ return typing.cast(typing.Optional[jsii.Number], result)
2579
+
2580
+ @builtins.property
2581
+ def max_file_size(self) -> typing.Optional[jsii.Number]:
2582
+ '''Specifies the maximum size (in KB) of .csv files used to transfer data to Db2 LUW.
2583
+
2584
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-ibmdb2settings.html#cfn-dms-endpoint-ibmdb2settings-maxfilesize
2585
+ '''
2586
+ result = self._values.get("max_file_size")
2587
+ return typing.cast(typing.Optional[jsii.Number], result)
2588
+
2508
2589
  @builtins.property
2509
2590
  def max_k_bytes_per_read(self) -> typing.Optional[jsii.Number]:
2510
2591
  '''Maximum number of bytes per read, as a NUMBER value.
@@ -2554,6 +2635,15 @@ class CfnEndpoint(
2554
2635
  result = self._values.get("set_data_capture_changes")
2555
2636
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], result)
2556
2637
 
2638
+ @builtins.property
2639
+ def write_buffer_size(self) -> typing.Optional[jsii.Number]:
2640
+ '''The size (in KB) of the in-memory file write buffer used when generating .csv files on the local disk on the DMS replication instance. The default value is 1024 (1 MB).
2641
+
2642
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-ibmdb2settings.html#cfn-dms-endpoint-ibmdb2settings-writebuffersize
2643
+ '''
2644
+ result = self._values.get("write_buffer_size")
2645
+ return typing.cast(typing.Optional[jsii.Number], result)
2646
+
2557
2647
  def __eq__(self, rhs: typing.Any) -> builtins.bool:
2558
2648
  return isinstance(rhs, self.__class__) and rhs._values == self._values
2559
2649
 
@@ -7078,10 +7168,14 @@ class CfnEndpointProps:
7078
7168
  ),
7079
7169
  ibm_db2_settings=dms.CfnEndpoint.IbmDb2SettingsProperty(
7080
7170
  current_lsn="currentLsn",
7171
+ keep_csv_files=False,
7172
+ load_timeout=123,
7173
+ max_file_size=123,
7081
7174
  max_kBytes_per_read=123,
7082
7175
  secrets_manager_access_role_arn="secretsManagerAccessRoleArn",
7083
7176
  secrets_manager_secret_id="secretsManagerSecretId",
7084
- set_data_capture_changes=False
7177
+ set_data_capture_changes=False,
7178
+ write_buffer_size=123
7085
7179
  ),
7086
7180
  kafka_settings=dms.CfnEndpoint.KafkaSettingsProperty(
7087
7181
  broker="broker",
@@ -8209,7 +8303,7 @@ class CfnInstanceProfile(
8209
8303
  metaclass=jsii.JSIIMeta,
8210
8304
  jsii_type="aws-cdk-lib.aws_dms.CfnInstanceProfile",
8211
8305
  ):
8212
- '''Resource schema for AWS::DMS::InstanceProfile.
8306
+ '''Provides information that defines an instance profile.
8213
8307
 
8214
8308
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-instanceprofile.html
8215
8309
  :cloudformationResource: AWS::DMS::InstanceProfile
@@ -8257,16 +8351,16 @@ class CfnInstanceProfile(
8257
8351
  '''
8258
8352
  :param scope: Scope in which this resource is defined.
8259
8353
  :param id: Construct identifier for this resource (unique in its scope).
8260
- :param availability_zone: The property describes an availability zone of the instance profile.
8261
- :param description: The optional description of the instance profile.
8262
- :param instance_profile_identifier: The property describes an identifier for the instance profile. It is used for describing/deleting/modifying. Can be name/arn
8263
- :param instance_profile_name: The property describes a name for the instance profile.
8264
- :param kms_key_arn: The property describes kms key arn for the instance profile.
8265
- :param network_type: The property describes a network type for the instance profile.
8266
- :param publicly_accessible: The property describes the publicly accessible of the instance profile. Default: - false
8267
- :param subnet_group_identifier: The property describes a subnet group identifier for the instance profile.
8354
+ :param availability_zone: The Availability Zone where the instance profile runs.
8355
+ :param description: A description of the instance profile. Descriptions can have up to 31 characters. A description can contain only ASCII letters, digits, and hyphens ('-'). Also, it can't end with a hyphen or contain two consecutive hyphens, and can only begin with a letter.
8356
+ :param instance_profile_identifier: The identifier of the instance profile. Identifiers must begin with a letter and must contain only ASCII letters, digits, and hyphens. They can't end with a hyphen, or contain two consecutive hyphens.
8357
+ :param instance_profile_name: The user-friendly name for the instance profile.
8358
+ :param kms_key_arn: The Amazon Resource Name (ARN) of the AWS KMS key that is used to encrypt the connection parameters for the instance profile. If you don't specify a value for the ``KmsKeyArn`` parameter, then AWS DMS uses your default encryption key. AWS KMS creates the default encryption key for your AWS account . Your AWS account has a different default encryption key for each AWS Region .
8359
+ :param network_type: Specifies the network type for the instance profile. A value of ``IPV4`` represents an instance profile with IPv4 network type and only supports IPv4 addressing. A value of ``IPV6`` represents an instance profile with IPv6 network type and only supports IPv6 addressing. A value of ``DUAL`` represents an instance profile with dual network type that supports IPv4 and IPv6 addressing.
8360
+ :param publicly_accessible: Specifies the accessibility options for the instance profile. A value of ``true`` represents an instance profile with a public IP address. A value of ``false`` represents an instance profile with a private IP address. The default value is ``true`` . Default: - false
8361
+ :param subnet_group_identifier: The identifier of the subnet group that is associated with the instance profile.
8268
8362
  :param tags: An array of key-value pairs to apply to this resource.
8269
- :param vpc_security_groups: The property describes vps security groups for the instance profile.
8363
+ :param vpc_security_groups: The VPC security groups that are used with the instance profile. The VPC security group must work with the VPC containing the instance profile.
8270
8364
  '''
8271
8365
  if __debug__:
8272
8366
  type_hints = typing.get_type_hints(_typecheckingstub__0c72f2ad0340026b7e11a2dcfa2f16a6cc0dd6393207ad4c41449ed94d6f4a58)
@@ -8320,7 +8414,7 @@ class CfnInstanceProfile(
8320
8414
  @builtins.property
8321
8415
  @jsii.member(jsii_name="attrInstanceProfileArn")
8322
8416
  def attr_instance_profile_arn(self) -> builtins.str:
8323
- '''The property describes an ARN of the instance profile.
8417
+ '''The Amazon Resource Name (ARN) string that uniquely identifies the instance profile.
8324
8418
 
8325
8419
  :cloudformationAttribute: InstanceProfileArn
8326
8420
  '''
@@ -8329,7 +8423,7 @@ class CfnInstanceProfile(
8329
8423
  @builtins.property
8330
8424
  @jsii.member(jsii_name="attrInstanceProfileCreationTime")
8331
8425
  def attr_instance_profile_creation_time(self) -> builtins.str:
8332
- '''The property describes a creating time of the instance profile.
8426
+ '''The time the instance profile was created.
8333
8427
 
8334
8428
  :cloudformationAttribute: InstanceProfileCreationTime
8335
8429
  '''
@@ -8343,7 +8437,7 @@ class CfnInstanceProfile(
8343
8437
  @builtins.property
8344
8438
  @jsii.member(jsii_name="availabilityZone")
8345
8439
  def availability_zone(self) -> typing.Optional[builtins.str]:
8346
- '''The property describes an availability zone of the instance profile.'''
8440
+ '''The Availability Zone where the instance profile runs.'''
8347
8441
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "availabilityZone"))
8348
8442
 
8349
8443
  @availability_zone.setter
@@ -8356,7 +8450,7 @@ class CfnInstanceProfile(
8356
8450
  @builtins.property
8357
8451
  @jsii.member(jsii_name="description")
8358
8452
  def description(self) -> typing.Optional[builtins.str]:
8359
- '''The optional description of the instance profile.'''
8453
+ '''A description of the instance profile.'''
8360
8454
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "description"))
8361
8455
 
8362
8456
  @description.setter
@@ -8369,7 +8463,7 @@ class CfnInstanceProfile(
8369
8463
  @builtins.property
8370
8464
  @jsii.member(jsii_name="instanceProfileIdentifier")
8371
8465
  def instance_profile_identifier(self) -> typing.Optional[builtins.str]:
8372
- '''The property describes an identifier for the instance profile.'''
8466
+ '''The identifier of the instance profile.'''
8373
8467
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "instanceProfileIdentifier"))
8374
8468
 
8375
8469
  @instance_profile_identifier.setter
@@ -8382,7 +8476,7 @@ class CfnInstanceProfile(
8382
8476
  @builtins.property
8383
8477
  @jsii.member(jsii_name="instanceProfileName")
8384
8478
  def instance_profile_name(self) -> typing.Optional[builtins.str]:
8385
- '''The property describes a name for the instance profile.'''
8479
+ '''The user-friendly name for the instance profile.'''
8386
8480
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "instanceProfileName"))
8387
8481
 
8388
8482
  @instance_profile_name.setter
@@ -8395,7 +8489,7 @@ class CfnInstanceProfile(
8395
8489
  @builtins.property
8396
8490
  @jsii.member(jsii_name="kmsKeyArn")
8397
8491
  def kms_key_arn(self) -> typing.Optional[builtins.str]:
8398
- '''The property describes kms key arn for the instance profile.'''
8492
+ '''The Amazon Resource Name (ARN) of the AWS KMS key that is used to encrypt the connection parameters for the instance profile.'''
8399
8493
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "kmsKeyArn"))
8400
8494
 
8401
8495
  @kms_key_arn.setter
@@ -8408,7 +8502,7 @@ class CfnInstanceProfile(
8408
8502
  @builtins.property
8409
8503
  @jsii.member(jsii_name="networkType")
8410
8504
  def network_type(self) -> typing.Optional[builtins.str]:
8411
- '''The property describes a network type for the instance profile.'''
8505
+ '''Specifies the network type for the instance profile.'''
8412
8506
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "networkType"))
8413
8507
 
8414
8508
  @network_type.setter
@@ -8423,7 +8517,7 @@ class CfnInstanceProfile(
8423
8517
  def publicly_accessible(
8424
8518
  self,
8425
8519
  ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
8426
- '''The property describes the publicly accessible of the instance profile.'''
8520
+ '''Specifies the accessibility options for the instance profile.'''
8427
8521
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], jsii.get(self, "publiclyAccessible"))
8428
8522
 
8429
8523
  @publicly_accessible.setter
@@ -8439,7 +8533,7 @@ class CfnInstanceProfile(
8439
8533
  @builtins.property
8440
8534
  @jsii.member(jsii_name="subnetGroupIdentifier")
8441
8535
  def subnet_group_identifier(self) -> typing.Optional[builtins.str]:
8442
- '''The property describes a subnet group identifier for the instance profile.'''
8536
+ '''The identifier of the subnet group that is associated with the instance profile.'''
8443
8537
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "subnetGroupIdentifier"))
8444
8538
 
8445
8539
  @subnet_group_identifier.setter
@@ -8465,7 +8559,7 @@ class CfnInstanceProfile(
8465
8559
  @builtins.property
8466
8560
  @jsii.member(jsii_name="vpcSecurityGroups")
8467
8561
  def vpc_security_groups(self) -> typing.Optional[typing.List[builtins.str]]:
8468
- '''The property describes vps security groups for the instance profile.'''
8562
+ '''The VPC security groups that are used with the instance profile.'''
8469
8563
  return typing.cast(typing.Optional[typing.List[builtins.str]], jsii.get(self, "vpcSecurityGroups"))
8470
8564
 
8471
8565
  @vpc_security_groups.setter
@@ -8512,16 +8606,16 @@ class CfnInstanceProfileProps:
8512
8606
  ) -> None:
8513
8607
  '''Properties for defining a ``CfnInstanceProfile``.
8514
8608
 
8515
- :param availability_zone: The property describes an availability zone of the instance profile.
8516
- :param description: The optional description of the instance profile.
8517
- :param instance_profile_identifier: The property describes an identifier for the instance profile. It is used for describing/deleting/modifying. Can be name/arn
8518
- :param instance_profile_name: The property describes a name for the instance profile.
8519
- :param kms_key_arn: The property describes kms key arn for the instance profile.
8520
- :param network_type: The property describes a network type for the instance profile.
8521
- :param publicly_accessible: The property describes the publicly accessible of the instance profile. Default: - false
8522
- :param subnet_group_identifier: The property describes a subnet group identifier for the instance profile.
8609
+ :param availability_zone: The Availability Zone where the instance profile runs.
8610
+ :param description: A description of the instance profile. Descriptions can have up to 31 characters. A description can contain only ASCII letters, digits, and hyphens ('-'). Also, it can't end with a hyphen or contain two consecutive hyphens, and can only begin with a letter.
8611
+ :param instance_profile_identifier: The identifier of the instance profile. Identifiers must begin with a letter and must contain only ASCII letters, digits, and hyphens. They can't end with a hyphen, or contain two consecutive hyphens.
8612
+ :param instance_profile_name: The user-friendly name for the instance profile.
8613
+ :param kms_key_arn: The Amazon Resource Name (ARN) of the AWS KMS key that is used to encrypt the connection parameters for the instance profile. If you don't specify a value for the ``KmsKeyArn`` parameter, then AWS DMS uses your default encryption key. AWS KMS creates the default encryption key for your AWS account . Your AWS account has a different default encryption key for each AWS Region .
8614
+ :param network_type: Specifies the network type for the instance profile. A value of ``IPV4`` represents an instance profile with IPv4 network type and only supports IPv4 addressing. A value of ``IPV6`` represents an instance profile with IPv6 network type and only supports IPv6 addressing. A value of ``DUAL`` represents an instance profile with dual network type that supports IPv4 and IPv6 addressing.
8615
+ :param publicly_accessible: Specifies the accessibility options for the instance profile. A value of ``true`` represents an instance profile with a public IP address. A value of ``false`` represents an instance profile with a private IP address. The default value is ``true`` . Default: - false
8616
+ :param subnet_group_identifier: The identifier of the subnet group that is associated with the instance profile.
8523
8617
  :param tags: An array of key-value pairs to apply to this resource.
8524
- :param vpc_security_groups: The property describes vps security groups for the instance profile.
8618
+ :param vpc_security_groups: The VPC security groups that are used with the instance profile. The VPC security group must work with the VPC containing the instance profile.
8525
8619
 
8526
8620
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-instanceprofile.html
8527
8621
  :exampleMetadata: fixture=_generated
@@ -8584,7 +8678,7 @@ class CfnInstanceProfileProps:
8584
8678
 
8585
8679
  @builtins.property
8586
8680
  def availability_zone(self) -> typing.Optional[builtins.str]:
8587
- '''The property describes an availability zone of the instance profile.
8681
+ '''The Availability Zone where the instance profile runs.
8588
8682
 
8589
8683
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-instanceprofile.html#cfn-dms-instanceprofile-availabilityzone
8590
8684
  '''
@@ -8593,7 +8687,9 @@ class CfnInstanceProfileProps:
8593
8687
 
8594
8688
  @builtins.property
8595
8689
  def description(self) -> typing.Optional[builtins.str]:
8596
- '''The optional description of the instance profile.
8690
+ '''A description of the instance profile.
8691
+
8692
+ Descriptions can have up to 31 characters. A description can contain only ASCII letters, digits, and hyphens ('-'). Also, it can't end with a hyphen or contain two consecutive hyphens, and can only begin with a letter.
8597
8693
 
8598
8694
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-instanceprofile.html#cfn-dms-instanceprofile-description
8599
8695
  '''
@@ -8602,9 +8698,9 @@ class CfnInstanceProfileProps:
8602
8698
 
8603
8699
  @builtins.property
8604
8700
  def instance_profile_identifier(self) -> typing.Optional[builtins.str]:
8605
- '''The property describes an identifier for the instance profile.
8701
+ '''The identifier of the instance profile.
8606
8702
 
8607
- It is used for describing/deleting/modifying. Can be name/arn
8703
+ Identifiers must begin with a letter and must contain only ASCII letters, digits, and hyphens. They can't end with a hyphen, or contain two consecutive hyphens.
8608
8704
 
8609
8705
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-instanceprofile.html#cfn-dms-instanceprofile-instanceprofileidentifier
8610
8706
  '''
@@ -8613,7 +8709,7 @@ class CfnInstanceProfileProps:
8613
8709
 
8614
8710
  @builtins.property
8615
8711
  def instance_profile_name(self) -> typing.Optional[builtins.str]:
8616
- '''The property describes a name for the instance profile.
8712
+ '''The user-friendly name for the instance profile.
8617
8713
 
8618
8714
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-instanceprofile.html#cfn-dms-instanceprofile-instanceprofilename
8619
8715
  '''
@@ -8622,7 +8718,11 @@ class CfnInstanceProfileProps:
8622
8718
 
8623
8719
  @builtins.property
8624
8720
  def kms_key_arn(self) -> typing.Optional[builtins.str]:
8625
- '''The property describes kms key arn for the instance profile.
8721
+ '''The Amazon Resource Name (ARN) of the AWS KMS key that is used to encrypt the connection parameters for the instance profile.
8722
+
8723
+ If you don't specify a value for the ``KmsKeyArn`` parameter, then AWS DMS uses your default encryption key.
8724
+
8725
+ AWS KMS creates the default encryption key for your AWS account . Your AWS account has a different default encryption key for each AWS Region .
8626
8726
 
8627
8727
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-instanceprofile.html#cfn-dms-instanceprofile-kmskeyarn
8628
8728
  '''
@@ -8631,7 +8731,9 @@ class CfnInstanceProfileProps:
8631
8731
 
8632
8732
  @builtins.property
8633
8733
  def network_type(self) -> typing.Optional[builtins.str]:
8634
- '''The property describes a network type for the instance profile.
8734
+ '''Specifies the network type for the instance profile.
8735
+
8736
+ A value of ``IPV4`` represents an instance profile with IPv4 network type and only supports IPv4 addressing. A value of ``IPV6`` represents an instance profile with IPv6 network type and only supports IPv6 addressing. A value of ``DUAL`` represents an instance profile with dual network type that supports IPv4 and IPv6 addressing.
8635
8737
 
8636
8738
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-instanceprofile.html#cfn-dms-instanceprofile-networktype
8637
8739
  '''
@@ -8642,7 +8744,9 @@ class CfnInstanceProfileProps:
8642
8744
  def publicly_accessible(
8643
8745
  self,
8644
8746
  ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
8645
- '''The property describes the publicly accessible of the instance profile.
8747
+ '''Specifies the accessibility options for the instance profile.
8748
+
8749
+ A value of ``true`` represents an instance profile with a public IP address. A value of ``false`` represents an instance profile with a private IP address. The default value is ``true`` .
8646
8750
 
8647
8751
  :default: - false
8648
8752
 
@@ -8653,7 +8757,7 @@ class CfnInstanceProfileProps:
8653
8757
 
8654
8758
  @builtins.property
8655
8759
  def subnet_group_identifier(self) -> typing.Optional[builtins.str]:
8656
- '''The property describes a subnet group identifier for the instance profile.
8760
+ '''The identifier of the subnet group that is associated with the instance profile.
8657
8761
 
8658
8762
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-instanceprofile.html#cfn-dms-instanceprofile-subnetgroupidentifier
8659
8763
  '''
@@ -8671,7 +8775,9 @@ class CfnInstanceProfileProps:
8671
8775
 
8672
8776
  @builtins.property
8673
8777
  def vpc_security_groups(self) -> typing.Optional[typing.List[builtins.str]]:
8674
- '''The property describes vps security groups for the instance profile.
8778
+ '''The VPC security groups that are used with the instance profile.
8779
+
8780
+ The VPC security group must work with the VPC containing the instance profile.
8675
8781
 
8676
8782
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-instanceprofile.html#cfn-dms-instanceprofile-vpcsecuritygroups
8677
8783
  '''
@@ -8696,7 +8802,7 @@ class CfnMigrationProject(
8696
8802
  metaclass=jsii.JSIIMeta,
8697
8803
  jsii_type="aws-cdk-lib.aws_dms.CfnMigrationProject",
8698
8804
  ):
8699
- '''Resource schema for AWS::DMS::MigrationProject.
8805
+ '''Provides information that defines a migration project.
8700
8806
 
8701
8807
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-migrationproject.html
8702
8808
  :cloudformationResource: AWS::DMS::MigrationProject
@@ -8763,18 +8869,18 @@ class CfnMigrationProject(
8763
8869
  '''
8764
8870
  :param scope: Scope in which this resource is defined.
8765
8871
  :param id: Construct identifier for this resource (unique in its scope).
8766
- :param description: The optional description of the migration project.
8767
- :param instance_profile_arn: The property describes an instance profile arn for the migration project. For read
8768
- :param instance_profile_identifier: The property describes an instance profile identifier for the migration project. For create
8769
- :param instance_profile_name: The property describes an instance profile name for the migration project. For read
8872
+ :param description: A user-friendly description of the migration project.
8873
+ :param instance_profile_arn: The Amazon Resource Name (ARN) of the instance profile for your migration project.
8874
+ :param instance_profile_identifier: The identifier of the instance profile for your migration project.
8875
+ :param instance_profile_name: The name of the associated instance profile.
8770
8876
  :param migration_project_creation_time: (deprecated) The property describes a creating time of the migration project.
8771
- :param migration_project_identifier: The property describes an identifier for the migration project. It is used for describing/deleting/modifying can be name/arn
8772
- :param migration_project_name: The property describes a name to identify the migration project.
8773
- :param schema_conversion_application_attributes: The property describes schema conversion application attributes for the migration project.
8774
- :param source_data_provider_descriptors: The property describes source data provider descriptors for the migration project.
8877
+ :param migration_project_identifier: The identifier of the migration project. Identifiers must begin with a letter and must contain only ASCII letters, digits, and hyphens. They can't end with a hyphen, or contain two consecutive hyphens.
8878
+ :param migration_project_name: The name of the migration project.
8879
+ :param schema_conversion_application_attributes: The schema conversion application attributes, including the Amazon S3 bucket name and Amazon S3 role ARN.
8880
+ :param source_data_provider_descriptors: Information about the source data provider, including the name or ARN, and AWS Secrets Manager parameters.
8775
8881
  :param tags: An array of key-value pairs to apply to this resource.
8776
- :param target_data_provider_descriptors: The property describes target data provider descriptors for the migration project.
8777
- :param transformation_rules: The property describes transformation rules for the migration project.
8882
+ :param target_data_provider_descriptors: Information about the target data provider, including the name or ARN, and AWS Secrets Manager parameters.
8883
+ :param transformation_rules: The settings in JSON format for migration rules. Migration rules make it possible for you to change the object names according to the rules that you specify. For example, you can change an object name to lowercase or uppercase, add or remove a prefix or suffix, or rename objects.
8778
8884
  '''
8779
8885
  if __debug__:
8780
8886
  type_hints = typing.get_type_hints(_typecheckingstub__02169f44825ddf8b21ca2acf1c203831f0a34ba053b5b8f4fea59ef921f5b56d)
@@ -8830,7 +8936,7 @@ class CfnMigrationProject(
8830
8936
  @builtins.property
8831
8937
  @jsii.member(jsii_name="attrMigrationProjectArn")
8832
8938
  def attr_migration_project_arn(self) -> builtins.str:
8833
- '''The property describes an ARN of the migration project.
8939
+ '''The ARN string that uniquely identifies the migration project.
8834
8940
 
8835
8941
  :cloudformationAttribute: MigrationProjectArn
8836
8942
  '''
@@ -8844,7 +8950,7 @@ class CfnMigrationProject(
8844
8950
  @builtins.property
8845
8951
  @jsii.member(jsii_name="description")
8846
8952
  def description(self) -> typing.Optional[builtins.str]:
8847
- '''The optional description of the migration project.'''
8953
+ '''A user-friendly description of the migration project.'''
8848
8954
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "description"))
8849
8955
 
8850
8956
  @description.setter
@@ -8857,7 +8963,7 @@ class CfnMigrationProject(
8857
8963
  @builtins.property
8858
8964
  @jsii.member(jsii_name="instanceProfileArn")
8859
8965
  def instance_profile_arn(self) -> typing.Optional[builtins.str]:
8860
- '''The property describes an instance profile arn for the migration project.'''
8966
+ '''The Amazon Resource Name (ARN) of the instance profile for your migration project.'''
8861
8967
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "instanceProfileArn"))
8862
8968
 
8863
8969
  @instance_profile_arn.setter
@@ -8870,7 +8976,7 @@ class CfnMigrationProject(
8870
8976
  @builtins.property
8871
8977
  @jsii.member(jsii_name="instanceProfileIdentifier")
8872
8978
  def instance_profile_identifier(self) -> typing.Optional[builtins.str]:
8873
- '''The property describes an instance profile identifier for the migration project.'''
8979
+ '''The identifier of the instance profile for your migration project.'''
8874
8980
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "instanceProfileIdentifier"))
8875
8981
 
8876
8982
  @instance_profile_identifier.setter
@@ -8883,7 +8989,7 @@ class CfnMigrationProject(
8883
8989
  @builtins.property
8884
8990
  @jsii.member(jsii_name="instanceProfileName")
8885
8991
  def instance_profile_name(self) -> typing.Optional[builtins.str]:
8886
- '''The property describes an instance profile name for the migration project.'''
8992
+ '''The name of the associated instance profile.'''
8887
8993
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "instanceProfileName"))
8888
8994
 
8889
8995
  @instance_profile_name.setter
@@ -8917,7 +9023,7 @@ class CfnMigrationProject(
8917
9023
  @builtins.property
8918
9024
  @jsii.member(jsii_name="migrationProjectIdentifier")
8919
9025
  def migration_project_identifier(self) -> typing.Optional[builtins.str]:
8920
- '''The property describes an identifier for the migration project.'''
9026
+ '''The identifier of the migration project.'''
8921
9027
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "migrationProjectIdentifier"))
8922
9028
 
8923
9029
  @migration_project_identifier.setter
@@ -8933,7 +9039,7 @@ class CfnMigrationProject(
8933
9039
  @builtins.property
8934
9040
  @jsii.member(jsii_name="migrationProjectName")
8935
9041
  def migration_project_name(self) -> typing.Optional[builtins.str]:
8936
- '''The property describes a name to identify the migration project.'''
9042
+ '''The name of the migration project.'''
8937
9043
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "migrationProjectName"))
8938
9044
 
8939
9045
  @migration_project_name.setter
@@ -8948,7 +9054,7 @@ class CfnMigrationProject(
8948
9054
  def schema_conversion_application_attributes(
8949
9055
  self,
8950
9056
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnMigrationProject.SchemaConversionApplicationAttributesProperty"]]:
8951
- '''The property describes schema conversion application attributes for the migration project.'''
9057
+ '''The schema conversion application attributes, including the Amazon S3 bucket name and Amazon S3 role ARN.'''
8952
9058
  return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnMigrationProject.SchemaConversionApplicationAttributesProperty"]], jsii.get(self, "schemaConversionApplicationAttributes"))
8953
9059
 
8954
9060
  @schema_conversion_application_attributes.setter
@@ -8966,7 +9072,7 @@ class CfnMigrationProject(
8966
9072
  def source_data_provider_descriptors(
8967
9073
  self,
8968
9074
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnMigrationProject.DataProviderDescriptorProperty"]]]]:
8969
- '''The property describes source data provider descriptors for the migration project.'''
9075
+ '''Information about the source data provider, including the name or ARN, and AWS Secrets Manager parameters.'''
8970
9076
  return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnMigrationProject.DataProviderDescriptorProperty"]]]], jsii.get(self, "sourceDataProviderDescriptors"))
8971
9077
 
8972
9078
  @source_data_provider_descriptors.setter
@@ -8997,7 +9103,7 @@ class CfnMigrationProject(
8997
9103
  def target_data_provider_descriptors(
8998
9104
  self,
8999
9105
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnMigrationProject.DataProviderDescriptorProperty"]]]]:
9000
- '''The property describes target data provider descriptors for the migration project.'''
9106
+ '''Information about the target data provider, including the name or ARN, and AWS Secrets Manager parameters.'''
9001
9107
  return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnMigrationProject.DataProviderDescriptorProperty"]]]], jsii.get(self, "targetDataProviderDescriptors"))
9002
9108
 
9003
9109
  @target_data_provider_descriptors.setter
@@ -9013,7 +9119,7 @@ class CfnMigrationProject(
9013
9119
  @builtins.property
9014
9120
  @jsii.member(jsii_name="transformationRules")
9015
9121
  def transformation_rules(self) -> typing.Optional[builtins.str]:
9016
- '''The property describes transformation rules for the migration project.'''
9122
+ '''The settings in JSON format for migration rules.'''
9017
9123
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "transformationRules"))
9018
9124
 
9019
9125
  @transformation_rules.setter
@@ -9044,13 +9150,13 @@ class CfnMigrationProject(
9044
9150
  secrets_manager_access_role_arn: typing.Optional[builtins.str] = None,
9045
9151
  secrets_manager_secret_id: typing.Optional[builtins.str] = None,
9046
9152
  ) -> None:
9047
- '''It is an object that describes Source and Target DataProviders and credentials for connecting to databases that are used in MigrationProject.
9153
+ '''Information about a data provider.
9048
9154
 
9049
- :param data_provider_arn:
9155
+ :param data_provider_arn: The Amazon Resource Name (ARN) of the data provider.
9050
9156
  :param data_provider_identifier:
9051
- :param data_provider_name:
9052
- :param secrets_manager_access_role_arn:
9053
- :param secrets_manager_secret_id:
9157
+ :param data_provider_name: The user-friendly name of the data provider.
9158
+ :param secrets_manager_access_role_arn: The ARN of the role used to access AWS Secrets Manager.
9159
+ :param secrets_manager_secret_id: The identifier of the AWS Secrets Manager Secret used to store access credentials for the data provider.
9054
9160
 
9055
9161
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-migrationproject-dataproviderdescriptor.html
9056
9162
  :exampleMetadata: fixture=_generated
@@ -9090,7 +9196,8 @@ class CfnMigrationProject(
9090
9196
 
9091
9197
  @builtins.property
9092
9198
  def data_provider_arn(self) -> typing.Optional[builtins.str]:
9093
- '''
9199
+ '''The Amazon Resource Name (ARN) of the data provider.
9200
+
9094
9201
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-migrationproject-dataproviderdescriptor.html#cfn-dms-migrationproject-dataproviderdescriptor-dataproviderarn
9095
9202
  '''
9096
9203
  result = self._values.get("data_provider_arn")
@@ -9106,7 +9213,8 @@ class CfnMigrationProject(
9106
9213
 
9107
9214
  @builtins.property
9108
9215
  def data_provider_name(self) -> typing.Optional[builtins.str]:
9109
- '''
9216
+ '''The user-friendly name of the data provider.
9217
+
9110
9218
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-migrationproject-dataproviderdescriptor.html#cfn-dms-migrationproject-dataproviderdescriptor-dataprovidername
9111
9219
  '''
9112
9220
  result = self._values.get("data_provider_name")
@@ -9114,7 +9222,8 @@ class CfnMigrationProject(
9114
9222
 
9115
9223
  @builtins.property
9116
9224
  def secrets_manager_access_role_arn(self) -> typing.Optional[builtins.str]:
9117
- '''
9225
+ '''The ARN of the role used to access AWS Secrets Manager.
9226
+
9118
9227
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-migrationproject-dataproviderdescriptor.html#cfn-dms-migrationproject-dataproviderdescriptor-secretsmanageraccessrolearn
9119
9228
  '''
9120
9229
  result = self._values.get("secrets_manager_access_role_arn")
@@ -9122,7 +9231,8 @@ class CfnMigrationProject(
9122
9231
 
9123
9232
  @builtins.property
9124
9233
  def secrets_manager_secret_id(self) -> typing.Optional[builtins.str]:
9125
- '''
9234
+ '''The identifier of the AWS Secrets Manager Secret used to store access credentials for the data provider.
9235
+
9126
9236
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-migrationproject-dataproviderdescriptor.html#cfn-dms-migrationproject-dataproviderdescriptor-secretsmanagersecretid
9127
9237
  '''
9128
9238
  result = self._values.get("secrets_manager_secret_id")
@@ -9248,18 +9358,18 @@ class CfnMigrationProjectProps:
9248
9358
  ) -> None:
9249
9359
  '''Properties for defining a ``CfnMigrationProject``.
9250
9360
 
9251
- :param description: The optional description of the migration project.
9252
- :param instance_profile_arn: The property describes an instance profile arn for the migration project. For read
9253
- :param instance_profile_identifier: The property describes an instance profile identifier for the migration project. For create
9254
- :param instance_profile_name: The property describes an instance profile name for the migration project. For read
9361
+ :param description: A user-friendly description of the migration project.
9362
+ :param instance_profile_arn: The Amazon Resource Name (ARN) of the instance profile for your migration project.
9363
+ :param instance_profile_identifier: The identifier of the instance profile for your migration project.
9364
+ :param instance_profile_name: The name of the associated instance profile.
9255
9365
  :param migration_project_creation_time: (deprecated) The property describes a creating time of the migration project.
9256
- :param migration_project_identifier: The property describes an identifier for the migration project. It is used for describing/deleting/modifying can be name/arn
9257
- :param migration_project_name: The property describes a name to identify the migration project.
9258
- :param schema_conversion_application_attributes: The property describes schema conversion application attributes for the migration project.
9259
- :param source_data_provider_descriptors: The property describes source data provider descriptors for the migration project.
9366
+ :param migration_project_identifier: The identifier of the migration project. Identifiers must begin with a letter and must contain only ASCII letters, digits, and hyphens. They can't end with a hyphen, or contain two consecutive hyphens.
9367
+ :param migration_project_name: The name of the migration project.
9368
+ :param schema_conversion_application_attributes: The schema conversion application attributes, including the Amazon S3 bucket name and Amazon S3 role ARN.
9369
+ :param source_data_provider_descriptors: Information about the source data provider, including the name or ARN, and AWS Secrets Manager parameters.
9260
9370
  :param tags: An array of key-value pairs to apply to this resource.
9261
- :param target_data_provider_descriptors: The property describes target data provider descriptors for the migration project.
9262
- :param transformation_rules: The property describes transformation rules for the migration project.
9371
+ :param target_data_provider_descriptors: Information about the target data provider, including the name or ARN, and AWS Secrets Manager parameters.
9372
+ :param transformation_rules: The settings in JSON format for migration rules. Migration rules make it possible for you to change the object names according to the rules that you specify. For example, you can change an object name to lowercase or uppercase, add or remove a prefix or suffix, or rename objects.
9263
9373
 
9264
9374
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-migrationproject.html
9265
9375
  :exampleMetadata: fixture=_generated
@@ -9345,7 +9455,7 @@ class CfnMigrationProjectProps:
9345
9455
 
9346
9456
  @builtins.property
9347
9457
  def description(self) -> typing.Optional[builtins.str]:
9348
- '''The optional description of the migration project.
9458
+ '''A user-friendly description of the migration project.
9349
9459
 
9350
9460
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-migrationproject.html#cfn-dms-migrationproject-description
9351
9461
  '''
@@ -9354,9 +9464,7 @@ class CfnMigrationProjectProps:
9354
9464
 
9355
9465
  @builtins.property
9356
9466
  def instance_profile_arn(self) -> typing.Optional[builtins.str]:
9357
- '''The property describes an instance profile arn for the migration project.
9358
-
9359
- For read
9467
+ '''The Amazon Resource Name (ARN) of the instance profile for your migration project.
9360
9468
 
9361
9469
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-migrationproject.html#cfn-dms-migrationproject-instanceprofilearn
9362
9470
  '''
@@ -9365,9 +9473,7 @@ class CfnMigrationProjectProps:
9365
9473
 
9366
9474
  @builtins.property
9367
9475
  def instance_profile_identifier(self) -> typing.Optional[builtins.str]:
9368
- '''The property describes an instance profile identifier for the migration project.
9369
-
9370
- For create
9476
+ '''The identifier of the instance profile for your migration project.
9371
9477
 
9372
9478
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-migrationproject.html#cfn-dms-migrationproject-instanceprofileidentifier
9373
9479
  '''
@@ -9376,9 +9482,7 @@ class CfnMigrationProjectProps:
9376
9482
 
9377
9483
  @builtins.property
9378
9484
  def instance_profile_name(self) -> typing.Optional[builtins.str]:
9379
- '''The property describes an instance profile name for the migration project.
9380
-
9381
- For read
9485
+ '''The name of the associated instance profile.
9382
9486
 
9383
9487
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-migrationproject.html#cfn-dms-migrationproject-instanceprofilename
9384
9488
  '''
@@ -9399,9 +9503,9 @@ class CfnMigrationProjectProps:
9399
9503
 
9400
9504
  @builtins.property
9401
9505
  def migration_project_identifier(self) -> typing.Optional[builtins.str]:
9402
- '''The property describes an identifier for the migration project.
9506
+ '''The identifier of the migration project.
9403
9507
 
9404
- It is used for describing/deleting/modifying can be name/arn
9508
+ Identifiers must begin with a letter and must contain only ASCII letters, digits, and hyphens. They can't end with a hyphen, or contain two consecutive hyphens.
9405
9509
 
9406
9510
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-migrationproject.html#cfn-dms-migrationproject-migrationprojectidentifier
9407
9511
  '''
@@ -9410,7 +9514,7 @@ class CfnMigrationProjectProps:
9410
9514
 
9411
9515
  @builtins.property
9412
9516
  def migration_project_name(self) -> typing.Optional[builtins.str]:
9413
- '''The property describes a name to identify the migration project.
9517
+ '''The name of the migration project.
9414
9518
 
9415
9519
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-migrationproject.html#cfn-dms-migrationproject-migrationprojectname
9416
9520
  '''
@@ -9421,7 +9525,7 @@ class CfnMigrationProjectProps:
9421
9525
  def schema_conversion_application_attributes(
9422
9526
  self,
9423
9527
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnMigrationProject.SchemaConversionApplicationAttributesProperty]]:
9424
- '''The property describes schema conversion application attributes for the migration project.
9528
+ '''The schema conversion application attributes, including the Amazon S3 bucket name and Amazon S3 role ARN.
9425
9529
 
9426
9530
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-migrationproject.html#cfn-dms-migrationproject-schemaconversionapplicationattributes
9427
9531
  '''
@@ -9432,7 +9536,7 @@ class CfnMigrationProjectProps:
9432
9536
  def source_data_provider_descriptors(
9433
9537
  self,
9434
9538
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnMigrationProject.DataProviderDescriptorProperty]]]]:
9435
- '''The property describes source data provider descriptors for the migration project.
9539
+ '''Information about the source data provider, including the name or ARN, and AWS Secrets Manager parameters.
9436
9540
 
9437
9541
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-migrationproject.html#cfn-dms-migrationproject-sourcedataproviderdescriptors
9438
9542
  '''
@@ -9452,7 +9556,7 @@ class CfnMigrationProjectProps:
9452
9556
  def target_data_provider_descriptors(
9453
9557
  self,
9454
9558
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnMigrationProject.DataProviderDescriptorProperty]]]]:
9455
- '''The property describes target data provider descriptors for the migration project.
9559
+ '''Information about the target data provider, including the name or ARN, and AWS Secrets Manager parameters.
9456
9560
 
9457
9561
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-migrationproject.html#cfn-dms-migrationproject-targetdataproviderdescriptors
9458
9562
  '''
@@ -9461,7 +9565,9 @@ class CfnMigrationProjectProps:
9461
9565
 
9462
9566
  @builtins.property
9463
9567
  def transformation_rules(self) -> typing.Optional[builtins.str]:
9464
- '''The property describes transformation rules for the migration project.
9568
+ '''The settings in JSON format for migration rules.
9569
+
9570
+ Migration rules make it possible for you to change the object names according to the rules that you specify. For example, you can change an object name to lowercase or uppercase, add or remove a prefix or suffix, or rename objects.
9465
9571
 
9466
9572
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-migrationproject.html#cfn-dms-migrationproject-transformationrules
9467
9573
  '''
@@ -12318,10 +12424,14 @@ def _typecheckingstub__71c426338e480f2fd367da249eee3d680fa0655f66784733cc1ee6637
12318
12424
  def _typecheckingstub__1d6fbc1cf195619dd4c4ec936108c9aa18b32dd75831ce4e5f419f51f377abef(
12319
12425
  *,
12320
12426
  current_lsn: typing.Optional[builtins.str] = None,
12427
+ keep_csv_files: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
12428
+ load_timeout: typing.Optional[jsii.Number] = None,
12429
+ max_file_size: typing.Optional[jsii.Number] = None,
12321
12430
  max_k_bytes_per_read: typing.Optional[jsii.Number] = None,
12322
12431
  secrets_manager_access_role_arn: typing.Optional[builtins.str] = None,
12323
12432
  secrets_manager_secret_id: typing.Optional[builtins.str] = None,
12324
12433
  set_data_capture_changes: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
12434
+ write_buffer_size: typing.Optional[jsii.Number] = None,
12325
12435
  ) -> None:
12326
12436
  """Type checking stubs"""
12327
12437
  pass