@aws-mdaa/dms-constructs 1.3.0 → 1.5.0

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.
package/.jsii CHANGED
@@ -7,8 +7,8 @@
7
7
  "url": "https://aws.amazon.com/solutions"
8
8
  },
9
9
  "dependencies": {
10
- "@aws-mdaa/construct": "1.3.0",
11
- "@aws-mdaa/naming": "1.3.0",
10
+ "@aws-mdaa/construct": "1.5.0",
11
+ "@aws-mdaa/naming": "1.5.0",
12
12
  "aws-cdk-lib": "2.220.0",
13
13
  "cdk-nag": "2.37.55",
14
14
  "constructs": "10.0.96"
@@ -98,37 +98,15 @@
98
98
  },
99
99
  "@aws-mdaa/construct": {
100
100
  "targets": {
101
- "java_disabled": {
102
- "maven": {
103
- "artifactId": "core",
104
- "groupId": "software.amazon.awsmdaa.construct"
105
- },
106
- "package": "software.amazon.awsmdaa.construct"
107
- },
108
101
  "js": {
109
102
  "npm": "@aws-mdaa/construct"
110
- },
111
- "python_disabled": {
112
- "distName": "aws-mdaa.construct",
113
- "module": "aws_mdaa.construct"
114
103
  }
115
104
  }
116
105
  },
117
106
  "@aws-mdaa/naming": {
118
107
  "targets": {
119
- "java_disabled": {
120
- "maven": {
121
- "artifactId": "naming",
122
- "groupId": "software.amazon.awsmdaa.utility"
123
- },
124
- "package": "software.amazon.awsmdaa.utility.naming"
125
- },
126
108
  "js": {
127
109
  "npm": "@aws-mdaa/naming"
128
- },
129
- "python_disabled": {
130
- "distName": "aws-mdaa.naming",
131
- "module": "aws_mdaa.naming"
132
110
  }
133
111
  }
134
112
  },
@@ -4192,7 +4170,7 @@
4192
4170
  "stability": "experimental"
4193
4171
  },
4194
4172
  "homepage": "https://github.com/aws/modern-data-architecture-accelerator",
4195
- "jsiiVersion": "5.7.5 (build eb860fb)",
4173
+ "jsiiVersion": "5.9.20 (build 6e2b13a)",
4196
4174
  "license": "Apache-2.0",
4197
4175
  "metadata": {
4198
4176
  "jsii": {
@@ -4211,19 +4189,8 @@
4211
4189
  },
4212
4190
  "schema": "jsii/0.10.0",
4213
4191
  "targets": {
4214
- "java_disabled": {
4215
- "maven": {
4216
- "artifactId": "dms",
4217
- "groupId": "software.amazon.awsmdaa.construct"
4218
- },
4219
- "package": "software.amazon.awsmdaa.construct.dms"
4220
- },
4221
4192
  "js": {
4222
4193
  "npm": "@aws-mdaa/dms-constructs"
4223
- },
4224
- "python_disabled": {
4225
- "distName": "aws-mdaa.dms-constructs",
4226
- "module": "aws_mdaa.dms_constructs"
4227
4194
  }
4228
4195
  },
4229
4196
  "types": {
@@ -4231,29 +4198,28 @@
4231
4198
  "assembly": "@aws-mdaa/dms-constructs",
4232
4199
  "datatype": true,
4233
4200
  "docs": {
4234
- "remarks": "Defines DocumentDB-specific properties for Database Migration Service including document migration, MongoDB compatibility, and DocumentDB integration for document database migration workflows.\n\nUse cases: Document database migration; MongoDB-compatible migration; DocumentDB connectivity; Document data migration; MongoDB compatibility; DMS DocumentDB integration\n\nAWS: AWS DMS DocumentDB endpoint configuration with document database migration and MongoDB-compatible capabilities\n\nValidation: Configuration must be valid for DMS migration; properties must conform to AWS DMS and database-specific requirements",
4201
+ "remarks": "Modified from the equivalent L1 Construct to prevent use of plaintext credentials and enforce use of KMS encryption.\nThis 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 [Using extra connections attributes with Amazon DocumentDB as a source](https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.DocumentDB.html#CHAP_Source.DocumentDB.ECAs) and [Using Amazon DocumentDB as a target for AWS Database Migration Service](https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.DocumentDB.html) in the *AWS Database Migration Service User Guide* .",
4235
4202
  "stability": "experimental",
4236
- "summary": "Q-ENHANCED-INTERFACE DocumentDB settings configuration interface for DMS providing document database migration and MongoDB-compatible capabilities."
4203
+ "summary": "Provides information that defines a DocumentDB endpoint."
4237
4204
  },
4238
4205
  "fqn": "@aws-mdaa/dms-constructs.DocDbSettingsProperty",
4239
4206
  "kind": "interface",
4240
4207
  "locationInModule": {
4241
4208
  "filename": "lib/endpoint.ts",
4242
- "line": 1775
4209
+ "line": 413
4243
4210
  },
4244
4211
  "name": "DocDbSettingsProperty",
4245
4212
  "properties": [
4246
4213
  {
4247
4214
  "abstract": true,
4248
4215
  "docs": {
4249
- "remarks": "Defines the AWS Secrets Manager secret that stores database connection credentials including username, password, and connection parameters for DocumentDB endpoint access.\n\nUse cases: Secure credential storage; DocumentDB connectivity; Database authentication; Secrets management\n\nAWS: DMS DocumentDB endpoint secretsManagerSecretId setting for Secrets Manager secret reference\n\nValidation: Must be valid Secrets Manager secret ARN; required; secret must contain valid DocumentDB connection credentials\nSee: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-docdbsettings.html#cfn-dms-endpoint-docdbsettings-secretsmanagersecretid",
4250
4216
  "stability": "experimental",
4251
- "summary": "Q-ENHANCED-PROPERTY Required Secrets Manager secret ARN containing DocumentDB endpoint connection details enabling secure credential storage for document database connectivity."
4217
+ "summary": "Secrets Manager secret ARN containing DocumentDB endpoint connection details enabling."
4252
4218
  },
4253
4219
  "immutable": true,
4254
4220
  "locationInModule": {
4255
4221
  "filename": "lib/endpoint.ts",
4256
- "line": 1835
4222
+ "line": 421
4257
4223
  },
4258
4224
  "name": "secretsManagerSecretArn",
4259
4225
  "type": {
@@ -4263,14 +4229,13 @@
4263
4229
  {
4264
4230
  "abstract": true,
4265
4231
  "docs": {
4266
- "remarks": "Defines the sample size for document analysis when nesting level is set to \"one\" for table mode migration, enabling proper schema detection and data mapping.\n\nUse cases: Document schema inference; Migration planning; Table mode configuration; Document organization analysis\n\nAWS: DMS DocumentDB endpoint docsToInvestigate setting for document sampling and schema analysis\n\nValidation: Must be positive integer greater than 0 if provided; default is 1000; used for document organization analysis\nSee: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-docdbsettings.html#cfn-dms-endpoint-docdbsettings-docstoinvestigate",
4267
4232
  "stability": "experimental",
4268
- "summary": "Q-ENHANCED-PROPERTY Optional number of documents to preview for determining document organization and schema inference in DocumentDB migration."
4233
+ "summary": "Number of documents to preview for determining document organization and schema inference."
4269
4234
  },
4270
4235
  "immutable": true,
4271
4236
  "locationInModule": {
4272
4237
  "filename": "lib/endpoint.ts",
4273
- "line": 1787
4238
+ "line": 415
4274
4239
  },
4275
4240
  "name": "docsToInvestigate",
4276
4241
  "optional": true,
@@ -4281,14 +4246,12 @@
4281
4246
  {
4282
4247
  "abstract": true,
4283
4248
  "docs": {
4284
- "remarks": "Specifies whether to extract the document ID when nesting level is set to \"none\" for document mode migration, enabling document-level tracking and identification.\n\nUse cases: Document identification; Document mode migration; Document tracking; ID extraction\n\nAWS: DMS DocumentDB endpoint extractDocId setting for document ID extraction configuration\n\nValidation: Must be boolean value if provided; default is false; used when nesting level is \"none\"\nSee: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-docdbsettings.html#cfn-dms-endpoint-docdbsettings-extractdocid",
4285
- "stability": "experimental",
4286
- "summary": "Q-ENHANCED-PROPERTY Optional flag to extract document ID during DocumentDB migration enabling document identification and tracking."
4249
+ "stability": "experimental"
4287
4250
  },
4288
4251
  "immutable": true,
4289
4252
  "locationInModule": {
4290
4253
  "filename": "lib/endpoint.ts",
4291
- "line": 1799
4254
+ "line": 416
4292
4255
  },
4293
4256
  "name": "extractDocId",
4294
4257
  "optional": true,
@@ -4299,14 +4262,13 @@
4299
4262
  {
4300
4263
  "abstract": true,
4301
4264
  "docs": {
4302
- "remarks": "Defines the migration approach with \"none\" for document mode preserving document structure or \"one\" for table mode flattening documents into relational format.\n\nUse cases: Migration mode selection; Document structure preservation; Table mode flattening; Migration strategy configuration\n\nAWS: DMS DocumentDB endpoint nestingLevel setting for migration mode configuration\n\nValidation: Must be \"none\" or \"one\" if provided; default is \"none\"; determines document vs table migration mode\nSee: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-docdbsettings.html#cfn-dms-endpoint-docdbsettings-nestinglevel",
4303
4265
  "stability": "experimental",
4304
- "summary": "Q-ENHANCED-PROPERTY Optional nesting level specification for DocumentDB migration mode selection enabling document or table mode migration."
4266
+ "summary": "Nesting level specification for DocumentDB migration mode selection enabling document or table mode migration."
4305
4267
  },
4306
4268
  "immutable": true,
4307
4269
  "locationInModule": {
4308
4270
  "filename": "lib/endpoint.ts",
4309
- "line": 1811
4271
+ "line": 418
4310
4272
  },
4311
4273
  "name": "nestingLevel",
4312
4274
  "optional": true,
@@ -4317,14 +4279,12 @@
4317
4279
  {
4318
4280
  "abstract": true,
4319
4281
  "docs": {
4320
- "remarks": "Defines the IAM role that DMS assumes to retrieve database credentials from Secrets Manager for DocumentDB endpoint connectivity with role-based security.\n\nUse cases: Secure credential access; IAM role-based security; Secrets Manager integration; DMS authentication\n\nAWS: DMS DocumentDB endpoint secretsManagerAccessRoleArn setting for IAM role-based credential access\n\nValidation: Must be valid IAM role ARN if provided; role must have iam:PassRole and Secrets Manager access permissions\nSee: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-docdbsettings.html#cfn-dms-endpoint-docdbsettings-secretsmanageraccessrolearn",
4321
- "stability": "experimental",
4322
- "summary": "Q-ENHANCED-PROPERTY Optional IAM role ARN for DMS to access Secrets Manager secret containing DocumentDB credentials enabling secure credential management."
4282
+ "stability": "experimental"
4323
4283
  },
4324
4284
  "immutable": true,
4325
4285
  "locationInModule": {
4326
4286
  "filename": "lib/endpoint.ts",
4327
- "line": 1823
4287
+ "line": 419
4328
4288
  },
4329
4289
  "name": "secretsManagerAccessRoleArn",
4330
4290
  "optional": true,
@@ -4335,14 +4295,12 @@
4335
4295
  {
4336
4296
  "abstract": true,
4337
4297
  "docs": {
4338
- "remarks": "Defines the KMS key used to encrypt the Secrets Manager secret that stores DocumentDB endpoint credentials for additional security layer.\n\nUse cases: Credential encryption; Enhanced security; KMS integration; Secrets Manager encryption\n\nAWS: DMS DocumentDB endpoint secretsManagerSecretKMSArn setting for KMS encryption of credentials\n\nValidation: Must be valid KMS key ARN if provided; enables encryption of Secrets Manager secret containing credentials",
4339
- "stability": "experimental",
4340
- "summary": "Q-ENHANCED-PROPERTY Optional KMS key ARN for encrypting Secrets Manager secret containing DocumentDB credentials enabling enhanced security for database connection details."
4298
+ "stability": "experimental"
4341
4299
  },
4342
4300
  "immutable": true,
4343
4301
  "locationInModule": {
4344
4302
  "filename": "lib/endpoint.ts",
4345
- "line": 1846
4303
+ "line": 422
4346
4304
  },
4347
4305
  "name": "secretsManagerSecretKMSArn",
4348
4306
  "optional": true,
@@ -4357,29 +4315,28 @@
4357
4315
  "assembly": "@aws-mdaa/dms-constructs",
4358
4316
  "datatype": true,
4359
4317
  "docs": {
4360
- "remarks": "Defines DynamoDB-specific properties for Database Migration Service including NoSQL migration, serverless database connectivity, and DynamoDB integration for serverless database migration workflows.\n\nUse cases: NoSQL database migration; Serverless database migration; DynamoDB connectivity; NoSQL data migration; Serverless data integration; DMS DynamoDB integration\n\nAWS: AWS DMS DynamoDB endpoint configuration with NoSQL database migration and serverless database capabilities\n\nValidation: Configuration must be valid for DMS migration; properties must conform to AWS DMS and database-specific requirements",
4318
+ "remarks": "Modified from the equivalent L1 Construct to prevent use of plaintext credentials and enforce use of KMS encryption.\nThis information also includes the output format of records applied to the endpoint and details of transaction and control table data information. For information about other available settings, see [Using object mapping to migrate data to DynamoDB](https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.DynamoDB.html#CHAP_Target.DynamoDB.ObjectMapping) in the *AWS Database Migration Service User Guide* .",
4361
4319
  "stability": "experimental",
4362
- "summary": "Q-ENHANCED-INTERFACE DynamoDB settings configuration interface for DMS providing NoSQL database migration and serverless database capabilities."
4320
+ "summary": "Provides information, including the Amazon Resource Name (ARN) of the IAM role used to define an Amazon DynamoDB target endpoint."
4363
4321
  },
4364
4322
  "fqn": "@aws-mdaa/dms-constructs.DynamoDbSettingsProperty",
4365
4323
  "kind": "interface",
4366
4324
  "locationInModule": {
4367
4325
  "filename": "lib/endpoint.ts",
4368
- "line": 1864
4326
+ "line": 430
4369
4327
  },
4370
4328
  "name": "DynamoDbSettingsProperty",
4371
4329
  "properties": [
4372
4330
  {
4373
4331
  "abstract": true,
4374
4332
  "docs": {
4375
- "remarks": "Defines the IAM role that DMS assumes to access DynamoDB tables with required permissions for data migration and NoSQL operations.\n\nUse cases: DynamoDB access control; DMS service authentication; IAM role-based security; NoSQL database permissions\n\nAWS: DMS DynamoDB endpoint serviceAccessRoleArn setting for IAM role-based authentication\n\nValidation: Must be valid IAM role ARN if provided; role must have iam:PassRole permission and DynamoDB access policies\nSee: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-dynamodbsettings.html#cfn-dms-endpoint-dynamodbsettings-serviceaccessrolearn",
4376
4333
  "stability": "experimental",
4377
- "summary": "Q-ENHANCED-PROPERTY Optional IAM service role ARN for DMS DynamoDB endpoint access enabling secure authentication and authorization for NoSQL database operations."
4334
+ "summary": "IAM service role ARN for DMS DynamoDB endpoint access enabling secure authentication and."
4378
4335
  },
4379
4336
  "immutable": true,
4380
4337
  "locationInModule": {
4381
4338
  "filename": "lib/endpoint.ts",
4382
- "line": 1876
4339
+ "line": 432
4383
4340
  },
4384
4341
  "name": "serviceAccessRoleArn",
4385
4342
  "optional": true,
@@ -4394,29 +4351,28 @@
4394
4351
  "assembly": "@aws-mdaa/dms-constructs",
4395
4352
  "datatype": true,
4396
4353
  "docs": {
4397
- "remarks": "Defines Elasticsearch-specific properties for Database Migration Service including search data migration, index configuration, and Elasticsearch integration for search engine migration workflows.\n\nUse cases: Search engine migration; Search data migration; Elasticsearch connectivity; Search index migration; Search data integration; DMS Elasticsearch integration\n\nAWS: AWS DMS Elasticsearch endpoint configuration with search engine migration and search data capabilities\n\nValidation: Configuration must be valid for DMS migration; properties must conform to AWS DMS and database-specific requirements",
4354
+ "remarks": "Modified from the equivalent L1 Construct to prevent use of plaintext credentials and enforce use of KMS encryption.\nThis information includes the output format of records applied to the endpoint and details of transaction and control table data information. For more information about the available settings, see [Extra connection attributes when using OpenSearch as a target for AWS DMS](https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Elasticsearch.html#CHAP_Target.Elasticsearch.Configuration) in the *AWS Database Migration Service User Guide* .",
4398
4355
  "stability": "experimental",
4399
- "summary": "Q-ENHANCED-INTERFACE Elasticsearch settings configuration interface for DMS providing search engine migration and search data capabilities."
4356
+ "summary": "Provides information that defines an OpenSearch endpoint."
4400
4357
  },
4401
4358
  "fqn": "@aws-mdaa/dms-constructs.ElasticsearchSettingsProperty",
4402
4359
  "kind": "interface",
4403
4360
  "locationInModule": {
4404
4361
  "filename": "lib/endpoint.ts",
4405
- "line": 1709
4362
+ "line": 399
4406
4363
  },
4407
4364
  "name": "ElasticsearchSettingsProperty",
4408
4365
  "properties": [
4409
4366
  {
4410
4367
  "abstract": true,
4411
4368
  "docs": {
4412
- "remarks": "Defines the connection endpoint for OpenSearch cluster where DMS will migrate and index data from source databases for search and analytics capabilities.\n\nUse cases: Search engine migration; Data indexing; OpenSearch connectivity; Search data integration\n\nAWS: DMS Elasticsearch endpoint endpointUri setting for OpenSearch cluster connectivity\n\nValidation: Must be valid HTTPS URI if provided; DMS uses HTTPS by default for secure search engine connectivity\nSee: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-elasticsearchsettings.html#cfn-dms-endpoint-elasticsearchsettings-endpointuri",
4413
4369
  "stability": "experimental",
4414
- "summary": "Q-ENHANCED-PROPERTY Optional OpenSearch cluster endpoint URI for DMS target connectivity enabling search engine data migration and indexing."
4370
+ "summary": "OpenSearch cluster endpoint URI for DMS target connectivity enabling search engine data migration and indexing."
4415
4371
  },
4416
4372
  "immutable": true,
4417
4373
  "locationInModule": {
4418
4374
  "filename": "lib/endpoint.ts",
4419
- "line": 1721
4375
+ "line": 401
4420
4376
  },
4421
4377
  "name": "endpointUri",
4422
4378
  "optional": true,
@@ -4427,14 +4383,12 @@
4427
4383
  {
4428
4384
  "abstract": true,
4429
4385
  "docs": {
4430
- "remarks": "Defines the maximum time DMS will retry failed API requests to the OpenSearch cluster for improved reliability and fault tolerance during search data migration.\n\nUse cases: Search migration resilience; API retry configuration; OpenSearch connectivity reliability; Migration fault tolerance\n\nAWS: DMS Elasticsearch endpoint errorRetryDuration setting for API retry timing configuration\n\nValidation: Must be positive integer in seconds if provided; controls maximum retry duration for failed OpenSearch API requests\nSee: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-elasticsearchsettings.html#cfn-dms-endpoint-elasticsearchsettings-errorretryduration",
4431
- "stability": "experimental",
4432
- "summary": "Q-ENHANCED-PROPERTY Optional maximum retry duration in seconds for failed DMS API requests to OpenSearch cluster enabling resilient search data migration."
4386
+ "stability": "experimental"
4433
4387
  },
4434
4388
  "immutable": true,
4435
4389
  "locationInModule": {
4436
4390
  "filename": "lib/endpoint.ts",
4437
- "line": 1733
4391
+ "line": 402
4438
4392
  },
4439
4393
  "name": "errorRetryDuration",
4440
4394
  "optional": true,
@@ -4445,14 +4399,13 @@
4445
4399
  {
4446
4400
  "abstract": true,
4447
4401
  "docs": {
4448
- "remarks": "Defines the failure threshold for record writes to OpenSearch before DMS stops the full load operation to prevent data quality issues in search indexes.\n\nUse cases: Data quality control; Migration failure thresholds; Search index quality; Load operation control\n\nAWS: DMS Elasticsearch endpoint fullLoadErrorPercentage setting for data quality control\n\nValidation: Must be percentage value between 0-100 if provided; controls failure threshold for full load operations\nSee: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-elasticsearchsettings.html#cfn-dms-endpoint-elasticsearchsettings-fullloaderrorpercentage",
4449
4402
  "stability": "experimental",
4450
- "summary": "Q-ENHANCED-PROPERTY Optional maximum percentage of failed records before stopping full load operation enabling controlled search data migration quality."
4403
+ "summary": "Maximum percentage of failed records before stopping full load operation enabling."
4451
4404
  },
4452
4405
  "immutable": true,
4453
4406
  "locationInModule": {
4454
4407
  "filename": "lib/endpoint.ts",
4455
- "line": 1745
4408
+ "line": 404
4456
4409
  },
4457
4410
  "name": "fullLoadErrorPercentage",
4458
4411
  "optional": true,
@@ -4463,14 +4416,12 @@
4463
4416
  {
4464
4417
  "abstract": true,
4465
4418
  "docs": {
4466
- "remarks": "Defines the IAM role that DMS assumes to access OpenSearch cluster with required permissions for indexing and search operations.\n\nUse cases: OpenSearch access control; DMS service authentication; IAM role-based security; Search engine permissions\n\nAWS: DMS Elasticsearch endpoint serviceAccessRoleArn setting for IAM role-based authentication\n\nValidation: Must be valid IAM role ARN if provided; role must have iam:PassRole permission and OpenSearch access policies\nSee: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-elasticsearchsettings.html#cfn-dms-endpoint-elasticsearchsettings-serviceaccessrolearn",
4467
- "stability": "experimental",
4468
- "summary": "Q-ENHANCED-PROPERTY Optional IAM service role ARN for DMS OpenSearch endpoint access enabling secure authentication and authorization for search engine operations."
4419
+ "stability": "experimental"
4469
4420
  },
4470
4421
  "immutable": true,
4471
4422
  "locationInModule": {
4472
4423
  "filename": "lib/endpoint.ts",
4473
- "line": 1757
4424
+ "line": 405
4474
4425
  },
4475
4426
  "name": "serviceAccessRoleArn",
4476
4427
  "optional": true,
@@ -4493,7 +4444,7 @@
4493
4444
  "kind": "interface",
4494
4445
  "locationInModule": {
4495
4446
  "filename": "lib/endpoint.ts",
4496
- "line": 2095
4447
+ "line": 473
4497
4448
  },
4498
4449
  "name": "GcpMySQLSettingsProperty",
4499
4450
  "properties": [
@@ -4507,7 +4458,7 @@
4507
4458
  "immutable": true,
4508
4459
  "locationInModule": {
4509
4460
  "filename": "lib/endpoint.ts",
4510
- "line": 2153
4461
+ "line": 531
4511
4462
  },
4512
4463
  "name": "secretsManagerSecretArn",
4513
4464
  "type": {
@@ -4524,7 +4475,7 @@
4524
4475
  "immutable": true,
4525
4476
  "locationInModule": {
4526
4477
  "filename": "lib/endpoint.ts",
4527
- "line": 2102
4478
+ "line": 480
4528
4479
  },
4529
4480
  "name": "afterConnectScript",
4530
4481
  "optional": true,
@@ -4542,7 +4493,7 @@
4542
4493
  "immutable": true,
4543
4494
  "locationInModule": {
4544
4495
  "filename": "lib/endpoint.ts",
4545
- "line": 2108
4496
+ "line": 486
4546
4497
  },
4547
4498
  "name": "cleanSourceMetadataOnMismatch",
4548
4499
  "optional": true,
@@ -4560,7 +4511,7 @@
4560
4511
  "immutable": true,
4561
4512
  "locationInModule": {
4562
4513
  "filename": "lib/endpoint.ts",
4563
- "line": 2114
4514
+ "line": 492
4564
4515
  },
4565
4516
  "name": "databaseName",
4566
4517
  "optional": true,
@@ -4578,7 +4529,7 @@
4578
4529
  "immutable": true,
4579
4530
  "locationInModule": {
4580
4531
  "filename": "lib/endpoint.ts",
4581
- "line": 2122
4532
+ "line": 500
4582
4533
  },
4583
4534
  "name": "eventsPollInterval",
4584
4535
  "optional": true,
@@ -4595,7 +4546,7 @@
4595
4546
  "immutable": true,
4596
4547
  "locationInModule": {
4597
4548
  "filename": "lib/endpoint.ts",
4598
- "line": 2128
4549
+ "line": 506
4599
4550
  },
4600
4551
  "name": "maxFileSize",
4601
4552
  "optional": true,
@@ -4613,7 +4564,7 @@
4613
4564
  "immutable": true,
4614
4565
  "locationInModule": {
4615
4566
  "filename": "lib/endpoint.ts",
4616
- "line": 2135
4567
+ "line": 513
4617
4568
  },
4618
4569
  "name": "parallelLoadThreads",
4619
4570
  "optional": true,
@@ -4631,7 +4582,7 @@
4631
4582
  "immutable": true,
4632
4583
  "locationInModule": {
4633
4584
  "filename": "lib/endpoint.ts",
4634
- "line": 2140
4585
+ "line": 518
4635
4586
  },
4636
4587
  "name": "port",
4637
4588
  "optional": true,
@@ -4648,7 +4599,7 @@
4648
4599
  "immutable": true,
4649
4600
  "locationInModule": {
4650
4601
  "filename": "lib/endpoint.ts",
4651
- "line": 2148
4602
+ "line": 526
4652
4603
  },
4653
4604
  "name": "secretsManagerAccessRoleArn",
4654
4605
  "optional": true,
@@ -4665,7 +4616,7 @@
4665
4616
  "immutable": true,
4666
4617
  "locationInModule": {
4667
4618
  "filename": "lib/endpoint.ts",
4668
- "line": 2157
4619
+ "line": 535
4669
4620
  },
4670
4621
  "name": "secretsManagerSecretKMSArn",
4671
4622
  "optional": true,
@@ -4683,7 +4634,7 @@
4683
4634
  "immutable": true,
4684
4635
  "locationInModule": {
4685
4636
  "filename": "lib/endpoint.ts",
4686
- "line": 2162
4637
+ "line": 540
4687
4638
  },
4688
4639
  "name": "serverName",
4689
4640
  "optional": true,
@@ -4701,7 +4652,7 @@
4701
4652
  "immutable": true,
4702
4653
  "locationInModule": {
4703
4654
  "filename": "lib/endpoint.ts",
4704
- "line": 2168
4655
+ "line": 546
4705
4656
  },
4706
4657
  "name": "serverTimezone",
4707
4658
  "optional": true,
@@ -4716,15 +4667,15 @@
4716
4667
  "assembly": "@aws-mdaa/dms-constructs",
4717
4668
  "datatype": true,
4718
4669
  "docs": {
4719
- "remarks": "Defines IBM DB2-specific properties for Database Migration Service including mainframe connectivity, enterprise features, and DB2 integration for enterprise database migration workflows.\n\nUse cases: Mainframe database migration; Enterprise database migration; IBM DB2 connectivity; Mainframe integration; Enterprise migration workflows; DMS DB2 integration\n\nAWS: AWS DMS IBM DB2 endpoint configuration with mainframe database migration and enterprise database capabilities\n\nValidation: Configuration must be valid for DMS migration; properties must conform to AWS DMS and database-specific requirements",
4670
+ "remarks": "Modified from the equivalent L1 Construct to prevent use of plaintext credentials and enforce use of KMS encryption.\nThis 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* .",
4720
4671
  "stability": "experimental",
4721
- "summary": "Q-ENHANCED-INTERFACE IBM DB2 settings configuration interface for DMS providing mainframe database migration and enterprise database capabilities."
4672
+ "summary": "Provides information that defines an IBMDB2 endpoint."
4722
4673
  },
4723
4674
  "fqn": "@aws-mdaa/dms-constructs.IbmDb2SettingsProperty",
4724
4675
  "kind": "interface",
4725
4676
  "locationInModule": {
4726
4677
  "filename": "lib/endpoint.ts",
4727
- "line": 1557
4678
+ "line": 349
4728
4679
  },
4729
4680
  "name": "IbmDb2SettingsProperty",
4730
4681
  "properties": [
@@ -4738,7 +4689,7 @@
4738
4689
  "immutable": true,
4739
4690
  "locationInModule": {
4740
4691
  "filename": "lib/endpoint.ts",
4741
- "line": 1590
4692
+ "line": 364
4742
4693
  },
4743
4694
  "name": "secretsManagerSecretArn",
4744
4695
  "type": {
@@ -4748,14 +4699,13 @@
4748
4699
  {
4749
4700
  "abstract": true,
4750
4701
  "docs": {
4751
- "remarks": "Specifies the exact LSN where ongoing replication should begin for CDC operations, providing fine-grained control over data synchronization starting points in mainframe database migration scenarios.\n\nUse cases: CDC replication control; Precise replication starting points; Mainframe data synchronization; Log-based replication; Data migration control\n\nAWS: AWS DMS IBM DB2 current LSN for CDC replication starting point control and log-based data synchronization\n\nValidation: Must be valid LSN string if provided; used for CDC replication; optional for replication starting point control",
4752
4702
  "stability": "experimental",
4753
- "summary": "Q-ENHANCED-PROPERTY Optional log sequence number (LSN) for IBM DB2 change data capture (CDC) replication starting point enabling precise replication control."
4703
+ "summary": "Log sequence number (LSN) for IBM DB2 change data capture (CDC) replication starting point."
4754
4704
  },
4755
4705
  "immutable": true,
4756
4706
  "locationInModule": {
4757
4707
  "filename": "lib/endpoint.ts",
4758
- "line": 1568
4708
+ "line": 351
4759
4709
  },
4760
4710
  "name": "currentLsn",
4761
4711
  "optional": true,
@@ -4766,14 +4716,13 @@
4766
4716
  {
4767
4717
  "abstract": true,
4768
4718
  "docs": {
4769
- "remarks": "Defines the maximum number of kilobytes that will be read in a single operation during data migration, allowing performance optimization for mainframe database transfers with configurable read buffer sizes.\n\nUse cases: Performance optimization; Throughput tuning; Read buffer configuration; Migration performance; Mainframe data transfer optimization\n\nAWS: AWS DMS IBM DB2 maximum kilobytes per read for data transfer performance optimization and throughput control\n\nValidation: Must be positive number if provided; defaults to 64 KB; optional for performance tuning",
4770
4719
  "stability": "experimental",
4771
- "summary": "Q-ENHANCED-PROPERTY Optional maximum bytes per read operation for IBM DB2 data transfer performance optimization enabling throughput tuning."
4720
+ "summary": "Maximum bytes per read operation for IBM DB2 data transfer performance optimization enabling throughput tuning."
4772
4721
  },
4773
4722
  "immutable": true,
4774
4723
  "locationInModule": {
4775
4724
  "filename": "lib/endpoint.ts",
4776
- "line": 1579
4725
+ "line": 353
4777
4726
  },
4778
4727
  "name": "maxKBytesPerRead",
4779
4728
  "optional": true,
@@ -4791,7 +4740,7 @@
4791
4740
  "immutable": true,
4792
4741
  "locationInModule": {
4793
4742
  "filename": "lib/endpoint.ts",
4794
- "line": 1585
4743
+ "line": 359
4795
4744
  },
4796
4745
  "name": "secretsManagerAccessRoleArn",
4797
4746
  "optional": true,
@@ -4808,7 +4757,7 @@
4808
4757
  "immutable": true,
4809
4758
  "locationInModule": {
4810
4759
  "filename": "lib/endpoint.ts",
4811
- "line": 1594
4760
+ "line": 368
4812
4761
  },
4813
4762
  "name": "secretsManagerSecretKMSArn",
4814
4763
  "optional": true,
@@ -4826,7 +4775,7 @@
4826
4775
  "immutable": true,
4827
4776
  "locationInModule": {
4828
4777
  "filename": "lib/endpoint.ts",
4829
- "line": 1600
4778
+ "line": 374
4830
4779
  },
4831
4780
  "name": "setDataCaptureChanges",
4832
4781
  "optional": true,
@@ -4841,29 +4790,28 @@
4841
4790
  "assembly": "@aws-mdaa/dms-constructs",
4842
4791
  "datatype": true,
4843
4792
  "docs": {
4844
- "remarks": "Defines Kinesis-specific properties for Database Migration Service including streaming configuration, data format settings, and Kinesis integration for real-time database streaming workflows.\n\nUse cases: Real-time database streaming; Streaming data integration; Kinesis data streams; Real-time migration; Database streaming workflows; DMS Kinesis integration\n\nAWS: AWS DMS Kinesis endpoint configuration with streaming data integration and real-time migration capabilities\n\nValidation: Configuration must be valid for DMS migration; properties must conform to AWS DMS and database-specific requirements",
4793
+ "remarks": "Modified from the equivalent L1 Construct to prevent use of plaintext credentials and enforce use of KMS encryption.\nThis 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 [Using object mapping to migrate data to a Kinesis data stream](https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Kinesis.html#CHAP_Target.Kinesis.ObjectMapping) in the *AWS Database Migration Service User Guide* .",
4845
4794
  "stability": "experimental",
4846
- "summary": "Q-ENHANCED-INTERFACE Kinesis settings configuration interface for DMS providing streaming data integration and real-time migration capabilities."
4795
+ "summary": "Provides information that describes an Amazon Kinesis Data Stream endpoint."
4847
4796
  },
4848
4797
  "fqn": "@aws-mdaa/dms-constructs.KinesisSettingsProperty",
4849
4798
  "kind": "interface",
4850
4799
  "locationInModule": {
4851
4800
  "filename": "lib/endpoint.ts",
4852
- "line": 1004
4801
+ "line": 213
4853
4802
  },
4854
4803
  "name": "KinesisSettingsProperty",
4855
4804
  "properties": [
4856
4805
  {
4857
4806
  "abstract": true,
4858
4807
  "docs": {
4859
- "remarks": "Specifies the target Kinesis data stream where migrated database data will be streamed, serving as the primary destination for real-time database streaming workflows and data integration.\n\nUse cases: Streaming destination; Kinesis integration; Real-time migration; Data stream target; Database streaming endpoint\n\nAWS: Amazon Kinesis Data Streams ARN for DMS streaming destination and real-time data integration\n\nValidation: Must be valid Kinesis Data Streams ARN; required for Kinesis endpoint configuration and streaming destination",
4860
4808
  "stability": "experimental",
4861
- "summary": "Q-ENHANCED-PROPERTY Required Amazon Kinesis Data Streams endpoint ARN for DMS streaming destination configuration."
4809
+ "summary": "Amazon Kinesis Data Streams endpoint ARN for DMS streaming destination configuration."
4862
4810
  },
4863
4811
  "immutable": true,
4864
4812
  "locationInModule": {
4865
4813
  "filename": "lib/endpoint.ts",
4866
- "line": 1114
4814
+ "line": 233
4867
4815
  },
4868
4816
  "name": "streamArn",
4869
4817
  "type": {
@@ -4873,14 +4821,13 @@
4873
4821
  {
4874
4822
  "abstract": true,
4875
4823
  "docs": {
4876
- "remarks": "Enables detailed control information including table definition, column definition, and table/column changes in Kinesis streaming output with default false for enhanced change visibility.\n\nUse cases: Change tracking; Control information; Table monitoring; Column changes; Detailed streaming\n\nAWS: AWS DMS Kinesis endpoint includeControlDetails for detailed control information in streaming output\n\nValidation: Must be boolean if provided; default false; enables detailed control information in Kinesis message output",
4877
4824
  "stability": "experimental",
4878
- "summary": "Q-ENHANCED-PROPERTY Optional flag to show detailed control information for table and column changes in Kinesis message output for change tracking."
4825
+ "summary": "Flag to show detailed control information for table and column changes in Kinesis message."
4879
4826
  },
4880
4827
  "immutable": true,
4881
4828
  "locationInModule": {
4882
4829
  "filename": "lib/endpoint.ts",
4883
- "line": 1015
4830
+ "line": 215
4884
4831
  },
4885
4832
  "name": "includeControlDetails",
4886
4833
  "optional": true,
@@ -4891,14 +4838,13 @@
4891
4838
  {
4892
4839
  "abstract": true,
4893
4840
  "docs": {
4894
- "remarks": "Enables inclusion of NULL and empty column values in Kinesis streaming output with default false, ensuring complete data representation in real-time streaming operations.\n\nUse cases: Complete data representation; NULL handling; Empty column inclusion; Data completeness; Streaming integrity\n\nAWS: AWS DMS Kinesis endpoint includeNullAndEmpty for NULL and empty column inclusion in streaming output\n\nValidation: Must be boolean if provided; default false; includes NULL and empty columns in Kinesis streaming records",
4895
4841
  "stability": "experimental",
4896
- "summary": "Q-ENHANCED-PROPERTY Optional flag to include NULL and empty columns in records migrated to Kinesis endpoint for complete data representation."
4842
+ "summary": "Flag to include NULL and empty columns in records migrated to Kinesis endpoint for complete."
4897
4843
  },
4898
4844
  "immutable": true,
4899
4845
  "locationInModule": {
4900
4846
  "filename": "lib/endpoint.ts",
4901
- "line": 1026
4847
+ "line": 217
4902
4848
  },
4903
4849
  "name": "includeNullAndEmpty",
4904
4850
  "optional": true,
@@ -4909,14 +4855,13 @@
4909
4855
  {
4910
4856
  "abstract": true,
4911
4857
  "docs": {
4912
- "remarks": "Enables partition value visibility in Kinesis streaming output with default false, providing partition information for data organization and routing in streaming operations.\n\nUse cases: Partition visibility; Data organization; Streaming routing; Partition information; Message organization\n\nAWS: AWS DMS Kinesis endpoint includePartitionValue for partition value visibility in streaming output\n\nValidation: Must be boolean if provided; default false; shows partition value unless partition type is schema-table-type",
4913
4858
  "stability": "experimental",
4914
- "summary": "Q-ENHANCED-PROPERTY Optional flag to show partition value in Kinesis message output unless partition type is schema-table-type."
4859
+ "summary": "Flag to show partition value in Kinesis message output unless partition type is schema-table-type."
4915
4860
  },
4916
4861
  "immutable": true,
4917
4862
  "locationInModule": {
4918
4863
  "filename": "lib/endpoint.ts",
4919
- "line": 1037
4864
+ "line": 219
4920
4865
  },
4921
4866
  "name": "includePartitionValue",
4922
4867
  "optional": true,
@@ -4927,14 +4872,13 @@
4927
4872
  {
4928
4873
  "abstract": true,
4929
4874
  "docs": {
4930
- "remarks": "Enables inclusion of DDL operations like rename-table, drop-table, add-column, drop-column, and rename-column in control data with default false for schema evolution tracking.\n\nUse cases: Schema change tracking; DDL monitoring; Table structure changes; Schema evolution; Control data enhancement\n\nAWS: AWS DMS Kinesis endpoint includeTableAlterOperations for DDL operation inclusion in control data\n\nValidation: Must be boolean if provided; default false; includes DDL operations in control data for schema change tracking",
4931
4875
  "stability": "experimental",
4932
- "summary": "Q-ENHANCED-PROPERTY Optional flag to include DDL operations that change table structure in control data for schema change tracking."
4876
+ "summary": "Flag to include DDL operations that change table structure in control data for schema change tracking."
4933
4877
  },
4934
4878
  "immutable": true,
4935
4879
  "locationInModule": {
4936
4880
  "filename": "lib/endpoint.ts",
4937
- "line": 1048
4881
+ "line": 221
4938
4882
  },
4939
4883
  "name": "includeTableAlterOperations",
4940
4884
  "optional": true,
@@ -4945,14 +4889,13 @@
4945
4889
  {
4946
4890
  "abstract": true,
4947
4891
  "docs": {
4948
- "remarks": "Enables detailed transaction information including commit timestamp, log position, transaction_id, previous transaction_id, and transaction_record_id with default false for enhanced transaction visibility in streaming.\n\nUse cases: Transaction tracking; Commit information; Transaction details; Log position tracking; Transaction lineage\n\nAWS: AWS DMS Kinesis endpoint includeTransactionDetails for detailed transaction information in streaming output\n\nValidation: Must be boolean if provided; default false; provides detailed transaction information from source database",
4949
4892
  "stability": "experimental",
4950
- "summary": "Q-ENHANCED-PROPERTY Optional flag to provide detailed transaction information from source database for transaction tracking."
4893
+ "summary": "Flag to provide detailed transaction information from source database for transaction tracking."
4951
4894
  },
4952
4895
  "immutable": true,
4953
4896
  "locationInModule": {
4954
4897
  "filename": "lib/endpoint.ts",
4955
- "line": 1059
4898
+ "line": 223
4956
4899
  },
4957
4900
  "name": "includeTransactionDetails",
4958
4901
  "optional": true,
@@ -4963,14 +4906,13 @@
4963
4906
  {
4964
4907
  "abstract": true,
4965
4908
  "docs": {
4966
- "remarks": "Specifies message format with JSON (default) for formatted output or JSON_UNFORMATTED for single-line output without tabs, affecting streaming data structure and readability.\n\nUse cases: Message formatting; JSON structure; Output format; Streaming format; Data structure control\n\nAWS: AWS DMS Kinesis endpoint messageFormat for streaming record output format specification\n\nValidation: Must be 'JSON' or 'JSON_UNFORMATTED' if provided; default JSON; controls streaming message format and structure",
4967
4909
  "stability": "experimental",
4968
- "summary": "Q-ENHANCED-PROPERTY Optional output format specification for records created on Kinesis endpoint for streaming data format control."
4910
+ "summary": "Output format specification for records created on Kinesis endpoint for streaming data format control."
4969
4911
  },
4970
4912
  "immutable": true,
4971
4913
  "locationInModule": {
4972
4914
  "filename": "lib/endpoint.ts",
4973
- "line": 1070
4915
+ "line": 225
4974
4916
  },
4975
4917
  "name": "messageFormat",
4976
4918
  "optional": true,
@@ -4981,14 +4923,13 @@
4981
4923
  {
4982
4924
  "abstract": true,
4983
4925
  "docs": {
4984
- "remarks": "Enables migration of RAW data type columns without '0x' prefix, particularly useful for LOB columns from Oracle sources to Kinesis targets for cleaner hexadecimal data representation.\n\nUse cases: Hexadecimal formatting; RAW data migration; LOB handling; Data format control; Oracle to Kinesis migration\n\nAWS: AWS DMS Kinesis endpoint noHexPrefix for hexadecimal data formatting control in streaming output\n\nValidation: Must be boolean if provided; removes '0x' prefix from hexadecimal RAW data in streaming output",
4985
4926
  "stability": "experimental",
4986
- "summary": "Q-ENHANCED-PROPERTY Optional flag to avoid adding '0x' prefix to raw data in hexadecimal format for cleaner data representation."
4927
+ "summary": "Flag to avoid adding '0x' prefix to raw data in hexadecimal format for cleaner data representation."
4987
4928
  },
4988
4929
  "immutable": true,
4989
4930
  "locationInModule": {
4990
4931
  "filename": "lib/endpoint.ts",
4991
- "line": 1081
4932
+ "line": 227
4992
4933
  },
4993
4934
  "name": "noHexPrefix",
4994
4935
  "optional": true,
@@ -4999,14 +4940,13 @@
4999
4940
  {
5000
4941
  "abstract": true,
5001
4942
  "docs": {
5002
- "remarks": "Enables schema and table name prefixing when partition type is primary-key-type, improving data distribution and reducing throttling for tables with limited primary key ranges.\n\nUse cases: Data distribution; Shard optimization; Throttling prevention; Partition strategy; Performance optimization\n\nAWS: AWS DMS Kinesis endpoint partitionIncludeSchemaTable for partition value prefixing and shard distribution\n\nValidation: Must be boolean if provided; default false; improves data distribution when partition type is primary-key-type",
5003
4943
  "stability": "experimental",
5004
- "summary": "Q-ENHANCED-PROPERTY Optional flag to prefix schema and table names to partition values for improved data distribution across Kinesis shards."
4944
+ "summary": "Flag to prefix schema and table names to partition values for improved data distribution across Kinesis shards."
5005
4945
  },
5006
4946
  "immutable": true,
5007
4947
  "locationInModule": {
5008
4948
  "filename": "lib/endpoint.ts",
5009
- "line": 1092
4949
+ "line": 229
5010
4950
  },
5011
4951
  "name": "partitionIncludeSchemaTable",
5012
4952
  "optional": true,
@@ -5017,14 +4957,13 @@
5017
4957
  {
5018
4958
  "abstract": true,
5019
4959
  "docs": {
5020
- "remarks": "Specifies the IAM role enabling DMS to write to Kinesis data stream, requiring iam:PassRole action for secure streaming data integration and real-time data migration operations.\n\nUse cases: Service access; IAM role configuration; Kinesis permissions; Secure streaming; Data migration authorization\n\nAWS: AWS IAM role ARN for DMS service access to Kinesis data stream operations and streaming integration\n\nValidation: Must be valid IAM role ARN if provided; requires iam:PassRole action; enables Kinesis data stream write operations",
5021
4960
  "stability": "experimental",
5022
- "summary": "Q-ENHANCED-PROPERTY Optional IAM role ARN for DMS service access to Kinesis data stream for secure streaming operations."
4961
+ "summary": "IAM role ARN for DMS service access to Kinesis data stream for secure streaming operations."
5023
4962
  },
5024
4963
  "immutable": true,
5025
4964
  "locationInModule": {
5026
4965
  "filename": "lib/endpoint.ts",
5027
- "line": 1103
4966
+ "line": 231
5028
4967
  },
5029
4968
  "name": "serviceAccessRoleArn",
5030
4969
  "optional": true,
@@ -5050,7 +4989,7 @@
5050
4989
  },
5051
4990
  "locationInModule": {
5052
4991
  "filename": "lib/endpoint.ts",
5053
- "line": 2597
4992
+ "line": 740
5054
4993
  },
5055
4994
  "parameters": [
5056
4995
  {
@@ -5076,7 +5015,7 @@
5076
5015
  "kind": "class",
5077
5016
  "locationInModule": {
5078
5017
  "filename": "lib/endpoint.ts",
5079
- "line": 2561
5018
+ "line": 704
5080
5019
  },
5081
5020
  "name": "MdaaEndpoint",
5082
5021
  "symbolId": "lib/endpoint:MdaaEndpoint"
@@ -5094,7 +5033,7 @@
5094
5033
  "kind": "interface",
5095
5034
  "locationInModule": {
5096
5035
  "filename": "lib/endpoint.ts",
5097
- "line": 2339
5036
+ "line": 653
5098
5037
  },
5099
5038
  "name": "MdaaEndpointProps",
5100
5039
  "properties": [
@@ -5106,7 +5045,7 @@
5106
5045
  "immutable": true,
5107
5046
  "locationInModule": {
5108
5047
  "filename": "lib/endpoint.ts",
5109
- "line": 2352
5048
+ "line": 657
5110
5049
  },
5111
5050
  "name": "endpointIdentifier",
5112
5051
  "type": {
@@ -5116,14 +5055,13 @@
5116
5055
  {
5117
5056
  "abstract": true,
5118
5057
  "docs": {
5119
- "remarks": "Defines whether the endpoint serves as a data source or target destination for migration operations and data transfer direction.\n\nUse cases: Migration direction; Data flow control; Source/target specification; Migration architecture\n\nAWS: DMS endpoint type for migration direction and data flow configuration\n\nValidation: Must be 'source' or 'target'; required for endpoint role and migration direction specification\n *",
5120
5058
  "stability": "experimental",
5121
- "summary": "Q-ENHANCED-PROPERTY Required endpoint type specification controlling migration direction and data flow for source or target configuration."
5059
+ "summary": "Endpoint type specification controlling migration direction and data flow for source or target configuration."
5122
5060
  },
5123
5061
  "immutable": true,
5124
5062
  "locationInModule": {
5125
5063
  "filename": "lib/endpoint.ts",
5126
- "line": 2363
5064
+ "line": 659
5127
5065
  },
5128
5066
  "name": "endpointType",
5129
5067
  "type": {
@@ -5133,14 +5071,13 @@
5133
5071
  {
5134
5072
  "abstract": true,
5135
5073
  "docs": {
5136
- "remarks": "Defines the specific database engine type for appropriate connectivity, protocol selection, and database-specific optimization.\n\nUse cases: Database engine specification; Connectivity protocols; Engine-specific optimization; Database compatibility\n\nAWS: DMS endpoint engine name for database type specification and connectivity configuration\n\nValidation: Must be valid engine name (mysql, oracle, postgres, etc.); required for database connectivity\n *",
5137
5074
  "stability": "experimental",
5138
- "summary": "Q-ENHANCED-PROPERTY Required database engine specification controlling database type and connectivity protocols for endpoint configuration."
5075
+ "summary": "Database engine specification controlling database type and connectivity protocols for endpoint configuration."
5139
5076
  },
5140
5077
  "immutable": true,
5141
5078
  "locationInModule": {
5142
5079
  "filename": "lib/endpoint.ts",
5143
- "line": 2374
5080
+ "line": 661
5144
5081
  },
5145
5082
  "name": "engineName",
5146
5083
  "type": {
@@ -5155,7 +5092,7 @@
5155
5092
  "immutable": true,
5156
5093
  "locationInModule": {
5157
5094
  "filename": "lib/endpoint.ts",
5158
- "line": 2376
5095
+ "line": 663
5159
5096
  },
5160
5097
  "name": "kmsKey",
5161
5098
  "type": {
@@ -5170,7 +5107,7 @@
5170
5107
  "immutable": true,
5171
5108
  "locationInModule": {
5172
5109
  "filename": "lib/endpoint.ts",
5173
- "line": 2340
5110
+ "line": 654
5174
5111
  },
5175
5112
  "name": "certificateArn",
5176
5113
  "optional": true,
@@ -5181,14 +5118,13 @@
5181
5118
  {
5182
5119
  "abstract": true,
5183
5120
  "docs": {
5184
- "remarks": "Defines the specific database within the database server for migration operations and data transfer targeting.\n\nUse cases: Database targeting; Migration scope; Specific database selection; Data transfer control\n\nAWS: Database name for DMS endpoint connectivity and migration targeting\n\nValidation: Must be valid database name if provided; not applicable for MySQL endpoints",
5185
5121
  "stability": "experimental",
5186
- "summary": "Q-ENHANCED-PROPERTY Optional database name specification for endpoint connectivity controlling target database selection and migration scope."
5122
+ "summary": "Database name specification for endpoint connectivity controlling target database selection."
5187
5123
  },
5188
5124
  "immutable": true,
5189
5125
  "locationInModule": {
5190
5126
  "filename": "lib/endpoint.ts",
5191
- "line": 2351
5127
+ "line": 656
5192
5128
  },
5193
5129
  "name": "databaseName",
5194
5130
  "optional": true,
@@ -5199,14 +5135,13 @@
5199
5135
  {
5200
5136
  "abstract": true,
5201
5137
  "docs": {
5202
- "remarks": "Provides DocumentDB-specific configuration for document database migration and connectivity optimization.\n\nUse cases: DocumentDB connectivity; NoSQL migration; Document database optimization; MongoDB compatibility\n\nAWS: DocumentDB settings for DMS endpoint NoSQL document database connectivity and optimization\n\nValidation: Must be valid DocDbSettingsProperty if provided; enables DocumentDB-specific connectivity\n *",
5203
5138
  "stability": "experimental",
5204
- "summary": "Q-ENHANCED-PROPERTY Optional DocumentDB settings for DocumentDB endpoint configuration enabling NoSQL document database connectivity and optimization."
5139
+ "summary": "DocumentDB settings for DocumentDB endpoint configuration enabling NoSQL document database."
5205
5140
  },
5206
5141
  "immutable": true,
5207
5142
  "locationInModule": {
5208
5143
  "filename": "lib/endpoint.ts",
5209
- "line": 2411
5144
+ "line": 671
5210
5145
  },
5211
5146
  "name": "docDbSettings",
5212
5147
  "optional": true,
@@ -5217,14 +5152,13 @@
5217
5152
  {
5218
5153
  "abstract": true,
5219
5154
  "docs": {
5220
- "remarks": "Provides DynamoDB-specific configuration for NoSQL migration and object mapping optimization.\n\nUse cases: DynamoDB connectivity; NoSQL migration; Object mapping; Key-value database optimization\n\nAWS: DynamoDB settings for DMS endpoint NoSQL key-value database connectivity and object mapping\n\nValidation: Must be valid DynamoDbSettingsProperty if provided; enables DynamoDB-specific connectivity\n *",
5221
5155
  "stability": "experimental",
5222
- "summary": "Q-ENHANCED-PROPERTY Optional DynamoDB settings for DynamoDB endpoint configuration enabling NoSQL key-value database connectivity and object mapping."
5156
+ "summary": "DynamoDB settings for DynamoDB endpoint configuration enabling NoSQL key-value database."
5223
5157
  },
5224
5158
  "immutable": true,
5225
5159
  "locationInModule": {
5226
5160
  "filename": "lib/endpoint.ts",
5227
- "line": 2422
5161
+ "line": 673
5228
5162
  },
5229
5163
  "name": "dynamoDbSettings",
5230
5164
  "optional": true,
@@ -5235,14 +5169,13 @@
5235
5169
  {
5236
5170
  "abstract": true,
5237
5171
  "docs": {
5238
- "remarks": "Provides OpenSearch/Elasticsearch-specific configuration for search engine migration and document indexing optimization.\n\nUse cases: Search engine connectivity; Document indexing; OpenSearch migration; Search optimization\n\nAWS: OpenSearch/Elasticsearch settings for DMS endpoint search engine connectivity and indexing\n\nValidation: Must be valid ElasticsearchSettingsProperty if provided; enables search engine connectivity\n *",
5239
5172
  "stability": "experimental",
5240
- "summary": "Q-ENHANCED-PROPERTY Optional Elasticsearch settings for OpenSearch endpoint configuration enabling search engine connectivity and document indexing."
5173
+ "summary": "Elasticsearch settings for OpenSearch endpoint configuration enabling search engine."
5241
5174
  },
5242
5175
  "immutable": true,
5243
5176
  "locationInModule": {
5244
5177
  "filename": "lib/endpoint.ts",
5245
- "line": 2433
5178
+ "line": 675
5246
5179
  },
5247
5180
  "name": "elasticsearchSettings",
5248
5181
  "optional": true,
@@ -5258,7 +5191,7 @@
5258
5191
  "immutable": true,
5259
5192
  "locationInModule": {
5260
5193
  "filename": "lib/endpoint.ts",
5261
- "line": 2375
5194
+ "line": 662
5262
5195
  },
5263
5196
  "name": "extraConnectionAttributes",
5264
5197
  "optional": true,
@@ -5269,14 +5202,13 @@
5269
5202
  {
5270
5203
  "abstract": true,
5271
5204
  "docs": {
5272
- "remarks": "Provides IBM Db2-specific configuration for mainframe database migration and connectivity optimization.\n\nUse cases: IBM Db2 connectivity; Mainframe migration; Enterprise database optimization; Legacy system integration\n\nAWS: IBM Db2 settings for DMS endpoint mainframe database connectivity and optimization\n\nValidation: Must be valid IbmDb2SettingsProperty if provided; enables IBM Db2-specific connectivity\n *",
5273
5205
  "stability": "experimental",
5274
- "summary": "Q-ENHANCED-PROPERTY Optional IBM Db2 settings for Db2 LUW endpoint configuration enabling mainframe database connectivity and optimization."
5206
+ "summary": "IBM Db2 settings for Db2 LUW endpoint configuration enabling mainframe database connectivity and optimization."
5275
5207
  },
5276
5208
  "immutable": true,
5277
5209
  "locationInModule": {
5278
5210
  "filename": "lib/endpoint.ts",
5279
- "line": 2444
5211
+ "line": 677
5280
5212
  },
5281
5213
  "name": "ibmDb2Settings",
5282
5214
  "optional": true,
@@ -5287,14 +5219,13 @@
5287
5219
  {
5288
5220
  "abstract": true,
5289
5221
  "docs": {
5290
- "remarks": "Provides Kinesis-specific configuration for real-time data streaming and object mapping optimization.\n\nUse cases: Real-time streaming; Data streams; Object mapping; Stream processing\n\nAWS: Kinesis Data Streams settings for DMS endpoint real-time streaming and object mapping\n\nValidation: Must be valid KinesisSettingsProperty if provided; enables Kinesis streaming connectivity\n *",
5291
5222
  "stability": "experimental",
5292
- "summary": "Q-ENHANCED-PROPERTY Optional Kinesis settings for Kinesis Data Streams endpoint configuration enabling real-time streaming and object mapping."
5223
+ "summary": "Kinesis settings for Kinesis Data Streams endpoint configuration enabling real-time."
5293
5224
  },
5294
5225
  "immutable": true,
5295
5226
  "locationInModule": {
5296
5227
  "filename": "lib/endpoint.ts",
5297
- "line": 2455
5228
+ "line": 679
5298
5229
  },
5299
5230
  "name": "kinesisSettings",
5300
5231
  "optional": true,
@@ -5305,14 +5236,13 @@
5305
5236
  {
5306
5237
  "abstract": true,
5307
5238
  "docs": {
5308
- "remarks": "Provides SQL Server-specific configuration for enterprise database migration and connectivity optimization.\n\nUse cases: SQL Server connectivity; Enterprise migration; Windows database optimization; Microsoft ecosystem integration\n\nAWS: Microsoft SQL Server settings for DMS endpoint enterprise database connectivity and optimization\n\nValidation: Must be valid MicrosoftSqlServerSettingsProperty if provided; enables SQL Server connectivity\n *",
5309
5239
  "stability": "experimental",
5310
- "summary": "Q-ENHANCED-PROPERTY Optional Microsoft SQL Server settings for SQL Server endpoint configuration enabling enterprise database connectivity and optimization."
5240
+ "summary": "Microsoft SQL Server settings for SQL Server endpoint configuration enabling enterprise."
5311
5241
  },
5312
5242
  "immutable": true,
5313
5243
  "locationInModule": {
5314
5244
  "filename": "lib/endpoint.ts",
5315
- "line": 2466
5245
+ "line": 681
5316
5246
  },
5317
5247
  "name": "microsoftSqlServerSettings",
5318
5248
  "optional": true,
@@ -5323,14 +5253,13 @@
5323
5253
  {
5324
5254
  "abstract": true,
5325
5255
  "docs": {
5326
- "remarks": "Provides MongoDB-specific configuration for document database migration and connectivity optimization.\n\nUse cases: MongoDB connectivity; Document database migration; NoSQL optimization; Document store integration\n\nAWS: MongoDB settings for DMS endpoint NoSQL document database connectivity and optimization\n\nValidation: Must be valid MongoDbSettingsProperty if provided; enables MongoDB-specific connectivity\n *",
5327
5256
  "stability": "experimental",
5328
- "summary": "Q-ENHANCED-PROPERTY Optional MongoDB settings for MongoDB endpoint configuration enabling NoSQL document database connectivity and optimization."
5257
+ "summary": "MongoDB settings for MongoDB endpoint configuration enabling NoSQL document database."
5329
5258
  },
5330
5259
  "immutable": true,
5331
5260
  "locationInModule": {
5332
5261
  "filename": "lib/endpoint.ts",
5333
- "line": 2477
5262
+ "line": 683
5334
5263
  },
5335
5264
  "name": "mongoDbSettings",
5336
5265
  "optional": true,
@@ -5341,14 +5270,13 @@
5341
5270
  {
5342
5271
  "abstract": true,
5343
5272
  "docs": {
5344
- "remarks": "Provides MySQL-specific configuration for relational database migration and connectivity optimization.\n\nUse cases: MySQL connectivity; Relational migration; Open-source database optimization; Web application integration\n\nAWS: MySQL settings for DMS endpoint relational database connectivity and optimization\n\nValidation: Must be valid MySqlSettingsProperty if provided; enables MySQL-specific connectivity\n *",
5345
5273
  "stability": "experimental",
5346
- "summary": "Q-ENHANCED-PROPERTY Optional MySQL settings for MySQL endpoint configuration enabling relational database connectivity and optimization."
5274
+ "summary": "MySQL settings for MySQL endpoint configuration enabling relational database connectivity and optimization."
5347
5275
  },
5348
5276
  "immutable": true,
5349
5277
  "locationInModule": {
5350
5278
  "filename": "lib/endpoint.ts",
5351
- "line": 2488
5279
+ "line": 685
5352
5280
  },
5353
5281
  "name": "mySqlSettings",
5354
5282
  "optional": true,
@@ -5359,14 +5287,13 @@
5359
5287
  {
5360
5288
  "abstract": true,
5361
5289
  "docs": {
5362
- "remarks": "Provides Neptune-specific configuration for graph database migration and connectivity optimization.\n\nUse cases: Graph database connectivity; Neptune migration; Graph data optimization; Relationship data processing\n\nAWS: Amazon Neptune settings for DMS endpoint graph database connectivity and optimization\n\nValidation: Must be valid NeptuneSettingsProperty if provided; enables Neptune-specific connectivity\n *",
5363
5290
  "stability": "experimental",
5364
- "summary": "Q-ENHANCED-PROPERTY Optional Neptune settings for Neptune endpoint configuration enabling graph database connectivity and optimization."
5291
+ "summary": "Neptune settings for Neptune endpoint configuration enabling graph database connectivity and optimization."
5365
5292
  },
5366
5293
  "immutable": true,
5367
5294
  "locationInModule": {
5368
5295
  "filename": "lib/endpoint.ts",
5369
- "line": 2499
5296
+ "line": 687
5370
5297
  },
5371
5298
  "name": "neptuneSettings",
5372
5299
  "optional": true,
@@ -5377,14 +5304,13 @@
5377
5304
  {
5378
5305
  "abstract": true,
5379
5306
  "docs": {
5380
- "remarks": "Provides Oracle-specific configuration for enterprise database migration and connectivity optimization.\n\nUse cases: Oracle connectivity; Enterprise migration; Commercial database optimization; Oracle ecosystem integration\n\nAWS: Oracle Database settings for DMS endpoint enterprise database connectivity and optimization\n\nValidation: Must be valid OracleSettingsProperty if provided; enables Oracle-specific connectivity\n *",
5381
5307
  "stability": "experimental",
5382
- "summary": "Q-ENHANCED-PROPERTY Optional Oracle settings for Oracle endpoint configuration enabling enterprise database connectivity and optimization."
5308
+ "summary": "Oracle settings for Oracle endpoint configuration enabling enterprise database connectivity and optimization."
5383
5309
  },
5384
5310
  "immutable": true,
5385
5311
  "locationInModule": {
5386
5312
  "filename": "lib/endpoint.ts",
5387
- "line": 2510
5313
+ "line": 689
5388
5314
  },
5389
5315
  "name": "oracleSettings",
5390
5316
  "optional": true,
@@ -5395,14 +5321,13 @@
5395
5321
  {
5396
5322
  "abstract": true,
5397
5323
  "docs": {
5398
- "remarks": "Defines the network port for database connectivity enabling proper network routing and database server access.\n\nUse cases: Network connectivity; Port specification; Database access; Network routing\n\nAWS: Database port for DMS endpoint network connectivity and database server access\n\nValidation: Must be valid port number if provided; enables proper network connectivity to database server",
5399
5324
  "stability": "experimental",
5400
- "summary": "Q-ENHANCED-PROPERTY Optional database port specification for endpoint connectivity controlling network connection parameters and database access."
5325
+ "summary": "Database port specification for endpoint connectivity controlling network connection."
5401
5326
  },
5402
5327
  "immutable": true,
5403
5328
  "locationInModule": {
5404
5329
  "filename": "lib/endpoint.ts",
5405
- "line": 2387
5330
+ "line": 665
5406
5331
  },
5407
5332
  "name": "port",
5408
5333
  "optional": true,
@@ -5413,14 +5338,13 @@
5413
5338
  {
5414
5339
  "abstract": true,
5415
5340
  "docs": {
5416
- "remarks": "Provides PostgreSQL-specific configuration for relational database migration and connectivity optimization.\n\nUse cases: PostgreSQL connectivity; Open-source migration; Advanced relational features; Enterprise-grade database\n\nAWS: PostgreSQL settings for DMS endpoint relational database connectivity and optimization\n\nValidation: Must be valid PostgreSqlSettingsProperty if provided; enables PostgreSQL-specific connectivity\n *",
5417
5341
  "stability": "experimental",
5418
- "summary": "Q-ENHANCED-PROPERTY Optional PostgreSQL settings for PostgreSQL endpoint configuration enabling open-source relational database connectivity and optimization."
5342
+ "summary": "PostgreSQL settings for PostgreSQL endpoint configuration enabling open-source relational."
5419
5343
  },
5420
5344
  "immutable": true,
5421
5345
  "locationInModule": {
5422
5346
  "filename": "lib/endpoint.ts",
5423
- "line": 2521
5347
+ "line": 691
5424
5348
  },
5425
5349
  "name": "postgreSqlSettings",
5426
5350
  "optional": true,
@@ -5431,14 +5355,13 @@
5431
5355
  {
5432
5356
  "abstract": true,
5433
5357
  "docs": {
5434
- "remarks": "Provides Redshift-specific configuration for data warehouse migration and analytics optimization.\n\nUse cases: Data warehouse connectivity; Analytics migration; Redshift optimization; Business intelligence integration\n\nAWS: Amazon Redshift settings for DMS endpoint data warehouse connectivity and analytics optimization\n\nValidation: Must be valid RedshiftSettingsProperty if provided; enables Redshift-specific connectivity\n *",
5435
5358
  "stability": "experimental",
5436
- "summary": "Q-ENHANCED-PROPERTY Optional Redshift settings for Redshift endpoint configuration enabling data warehouse connectivity and optimization."
5359
+ "summary": "Redshift settings for Redshift endpoint configuration enabling data warehouse connectivity and optimization."
5437
5360
  },
5438
5361
  "immutable": true,
5439
5362
  "locationInModule": {
5440
5363
  "filename": "lib/endpoint.ts",
5441
- "line": 2532
5364
+ "line": 693
5442
5365
  },
5443
5366
  "name": "redshiftSettings",
5444
5367
  "optional": true,
@@ -5454,7 +5377,7 @@
5454
5377
  "immutable": true,
5455
5378
  "locationInModule": {
5456
5379
  "filename": "lib/endpoint.ts",
5457
- "line": 2388
5380
+ "line": 666
5458
5381
  },
5459
5382
  "name": "resourceIdentifier",
5460
5383
  "optional": true,
@@ -5465,14 +5388,13 @@
5465
5388
  {
5466
5389
  "abstract": true,
5467
5390
  "docs": {
5468
- "remarks": "Provides S3-specific configuration for object storage migration and file-based data transfer optimization.\n\nUse cases: Object storage connectivity; File-based migration; S3 optimization; Data lake integration\n\nAWS: Amazon S3 settings for DMS endpoint object storage connectivity and file-based data transfer\n\nValidation: Must be valid S3SettingsProperty if provided; enables S3-specific connectivity and file transfer\n *",
5469
5391
  "stability": "experimental",
5470
- "summary": "Q-ENHANCED-PROPERTY Optional S3 settings for S3 endpoint configuration enabling object storage connectivity and file-based data transfer."
5392
+ "summary": "S3 settings for S3 endpoint configuration enabling object storage connectivity and file-based data transfer."
5471
5393
  },
5472
5394
  "immutable": true,
5473
5395
  "locationInModule": {
5474
5396
  "filename": "lib/endpoint.ts",
5475
- "line": 2543
5397
+ "line": 695
5476
5398
  },
5477
5399
  "name": "s3Settings",
5478
5400
  "optional": true,
@@ -5483,14 +5405,13 @@
5483
5405
  {
5484
5406
  "abstract": true,
5485
5407
  "docs": {
5486
- "remarks": "Defines the hostname or IP address of the database server for network connectivity and database access.\n\nUse cases: Server connectivity; Network access; Database server identification; Hostname specification\n\nAWS: Database server name for DMS endpoint network connectivity and server access\n\nValidation: Must be valid hostname or IP address if provided; enables network connectivity to database server",
5487
5408
  "stability": "experimental",
5488
- "summary": "Q-ENHANCED-PROPERTY Optional server name specification for database server connectivity enabling network-based database access and server identification."
5409
+ "summary": "Server name specification for database server connectivity enabling network-based database."
5489
5410
  },
5490
5411
  "immutable": true,
5491
5412
  "locationInModule": {
5492
5413
  "filename": "lib/endpoint.ts",
5493
- "line": 2399
5414
+ "line": 668
5494
5415
  },
5495
5416
  "name": "serverName",
5496
5417
  "optional": true,
@@ -5506,7 +5427,7 @@
5506
5427
  "immutable": true,
5507
5428
  "locationInModule": {
5508
5429
  "filename": "lib/endpoint.ts",
5509
- "line": 2400
5430
+ "line": 669
5510
5431
  },
5511
5432
  "name": "sslMode",
5512
5433
  "optional": true,
@@ -5517,14 +5438,13 @@
5517
5438
  {
5518
5439
  "abstract": true,
5519
5440
  "docs": {
5520
- "remarks": "Provides Sybase/SAP ASE-specific configuration for enterprise database migration and connectivity optimization.\n\nUse cases: Sybase connectivity; SAP ASE migration; Enterprise database optimization; Legacy system integration\n\nAWS: Sybase/SAP ASE settings for DMS endpoint enterprise database connectivity and optimization\n\nValidation: Must be valid SybaseSettingsProperty if provided; enables Sybase/SAP ASE connectivity\n *",
5521
5441
  "stability": "experimental",
5522
- "summary": "Q-ENHANCED-PROPERTY Optional Sybase settings for SAP ASE endpoint configuration enabling enterprise database connectivity and optimization."
5442
+ "summary": "Sybase settings for SAP ASE endpoint configuration enabling enterprise database connectivity and optimization."
5523
5443
  },
5524
5444
  "immutable": true,
5525
5445
  "locationInModule": {
5526
5446
  "filename": "lib/endpoint.ts",
5527
- "line": 2554
5447
+ "line": 697
5528
5448
  },
5529
5449
  "name": "sybaseSettings",
5530
5450
  "optional": true,
@@ -5550,7 +5470,7 @@
5550
5470
  },
5551
5471
  "locationInModule": {
5552
5472
  "filename": "lib/replication_instance.ts",
5553
- "line": 78
5473
+ "line": 51
5554
5474
  },
5555
5475
  "parameters": [
5556
5476
  {
@@ -5576,7 +5496,7 @@
5576
5496
  "kind": "class",
5577
5497
  "locationInModule": {
5578
5498
  "filename": "lib/replication_instance.ts",
5579
- "line": 64
5499
+ "line": 37
5580
5500
  },
5581
5501
  "name": "MdaaReplicationInstance",
5582
5502
  "symbolId": "lib/replication_instance:MdaaReplicationInstance"
@@ -5606,7 +5526,7 @@
5606
5526
  "immutable": true,
5607
5527
  "locationInModule": {
5608
5528
  "filename": "lib/replication_instance.ts",
5609
- "line": 39
5529
+ "line": 21
5610
5530
  },
5611
5531
  "name": "kmsKey",
5612
5532
  "type": {
@@ -5621,7 +5541,7 @@
5621
5541
  "immutable": true,
5622
5542
  "locationInModule": {
5623
5543
  "filename": "lib/replication_instance.ts",
5624
- "line": 52
5544
+ "line": 25
5625
5545
  },
5626
5546
  "name": "replicationInstanceClass",
5627
5547
  "type": {
@@ -5636,7 +5556,7 @@
5636
5556
  "immutable": true,
5637
5557
  "locationInModule": {
5638
5558
  "filename": "lib/replication_instance.ts",
5639
- "line": 54
5559
+ "line": 27
5640
5560
  },
5641
5561
  "name": "replicationSubnetGroupIdentifier",
5642
5562
  "type": {
@@ -5712,14 +5632,13 @@
5712
5632
  {
5713
5633
  "abstract": true,
5714
5634
  "docs": {
5715
- "remarks": "Defines the specific availability zone for replication instance deployment for network proximity and disaster recovery planning.\n\nUse cases: Geographic placement; Latency optimization; Disaster recovery; Network proximity\n\nAWS: DMS replication instance availability zone for geographic placement and network optimization\n\nValidation: Must be valid availability zone name if provided; controls instance placement and network proximity",
5716
5635
  "stability": "experimental",
5717
- "summary": "Q-ENHANCED-PROPERTY Optional availability zone specification for replication instance placement controlling geographic distribution and latency optimization."
5636
+ "summary": "Availability zone specification for replication instance placement controlling geographic."
5718
5637
  },
5719
5638
  "immutable": true,
5720
5639
  "locationInModule": {
5721
5640
  "filename": "lib/replication_instance.ts",
5722
- "line": 27
5641
+ "line": 18
5723
5642
  },
5724
5643
  "name": "availabilityZone",
5725
5644
  "optional": true,
@@ -5730,14 +5649,13 @@
5730
5649
  {
5731
5650
  "abstract": true,
5732
5651
  "docs": {
5733
- "remarks": "Provides control over DMS engine version for feature access, compatibility, and performance characteristics.\n\nUse cases: Version management; Feature access; Compatibility control; Performance optimization\n\nAWS: DMS replication instance engine version for feature access and compatibility management\n\nValidation: Must be valid DMS engine version if provided; defaults to latest available version",
5734
5652
  "stability": "experimental",
5735
- "summary": "Q-ENHANCED-PROPERTY Optional DMS engine version specification for feature access and compatibility control enabling version management and capability selection."
5653
+ "summary": "DMS engine version specification for feature access and compatibility control enabling."
5736
5654
  },
5737
5655
  "immutable": true,
5738
5656
  "locationInModule": {
5739
5657
  "filename": "lib/replication_instance.ts",
5740
- "line": 38
5658
+ "line": 20
5741
5659
  },
5742
5660
  "name": "engineVersion",
5743
5661
  "optional": true,
@@ -5753,7 +5671,7 @@
5753
5671
  "immutable": true,
5754
5672
  "locationInModule": {
5755
5673
  "filename": "lib/replication_instance.ts",
5756
- "line": 40
5674
+ "line": 22
5757
5675
  },
5758
5676
  "name": "multiAz",
5759
5677
  "optional": true,
@@ -5773,14 +5691,13 @@
5773
5691
  {
5774
5692
  "abstract": true,
5775
5693
  "docs": {
5776
- "remarks": "Defines the weekly time range for system maintenance activities with minimal impact on migration operations.\n\nUse cases: Maintenance scheduling; Operational timing; Impact control; System updates\n\nAWS: DMS replication instance maintenance window for system updates and operational scheduling\n\nValidation: Must be valid time range format (ddd:hh24:mi-ddd:hh24:mi) if provided; minimum 30-minute window",
5777
5694
  "stability": "experimental",
5778
- "summary": "Q-ENHANCED-PROPERTY Optional maintenance window specification for system updates and maintenance operations controlling operational timing and impact."
5695
+ "summary": "Maintenance window specification for system updates and maintenance operations controlling."
5779
5696
  },
5780
5697
  "immutable": true,
5781
5698
  "locationInModule": {
5782
5699
  "filename": "lib/replication_instance.ts",
5783
- "line": 51
5700
+ "line": 24
5784
5701
  },
5785
5702
  "name": "preferredMaintenanceWindow",
5786
5703
  "optional": true,
@@ -5796,7 +5713,7 @@
5796
5713
  "immutable": true,
5797
5714
  "locationInModule": {
5798
5715
  "filename": "lib/replication_instance.ts",
5799
- "line": 53
5716
+ "line": 26
5800
5717
  },
5801
5718
  "name": "replicationInstanceIdentifier",
5802
5719
  "optional": true,
@@ -5812,7 +5729,7 @@
5812
5729
  "immutable": true,
5813
5730
  "locationInModule": {
5814
5731
  "filename": "lib/replication_instance.ts",
5815
- "line": 55
5732
+ "line": 28
5816
5733
  },
5817
5734
  "name": "resourceIdentifier",
5818
5735
  "optional": true,
@@ -5828,7 +5745,7 @@
5828
5745
  "immutable": true,
5829
5746
  "locationInModule": {
5830
5747
  "filename": "lib/replication_instance.ts",
5831
- "line": 56
5748
+ "line": 29
5832
5749
  },
5833
5750
  "name": "tags",
5834
5751
  "optional": true,
@@ -5849,7 +5766,7 @@
5849
5766
  "immutable": true,
5850
5767
  "locationInModule": {
5851
5768
  "filename": "lib/replication_instance.ts",
5852
- "line": 57
5769
+ "line": 30
5853
5770
  },
5854
5771
  "name": "vpcSecurityGroupIds",
5855
5772
  "optional": true,
@@ -5869,29 +5786,27 @@
5869
5786
  "assembly": "@aws-mdaa/dms-constructs",
5870
5787
  "datatype": true,
5871
5788
  "docs": {
5872
- "remarks": "Defines SQL Server-specific properties for Database Migration Service including enterprise features, backup integration, and SQL Server migration for enterprise database migration workflows.\n\nUse cases: SQL Server migration; Enterprise database migration; SQL Server connectivity; Enterprise migration workflows; Database backup integration; DMS SQL Server integration\n\nAWS: AWS DMS Microsoft SQL Server endpoint configuration with enterprise database migration and SQL Server capabilities\n\nValidation: Configuration must be valid for DMS migration; properties must conform to AWS DMS and database-specific requirements",
5789
+ "remarks": "Modified from the equivalent L1 Construct to prevent use of plaintext credentials and enforce use of KMS encryption.\nThis information includes the output format of records applied to the endpoint and details of transaction and control table data information. For information about other available settings, see [Extra connection attributes when using SQL Server as a source for AWS DMS](https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.SQLServer.html#CHAP_Source.SQLServer.ConnectionAttrib) and [Extra connection attributes when using SQL Server as a target for AWS DMS](https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.SQLServer.html#CHAP_Target.SQLServer.ConnectionAttrib) in the *AWS Database Migration Service User Guide* .",
5873
5790
  "stability": "experimental",
5874
- "summary": "Q-ENHANCED-INTERFACE Microsoft SQL Server settings configuration interface for DMS providing SQL Server migration and enterprise database capabilities."
5791
+ "summary": "Provides information that defines a Microsoft SQL Server endpoint."
5875
5792
  },
5876
5793
  "fqn": "@aws-mdaa/dms-constructs.MicrosoftSqlServerSettingsProperty",
5877
5794
  "kind": "interface",
5878
5795
  "locationInModule": {
5879
5796
  "filename": "lib/endpoint.ts",
5880
- "line": 1894
5797
+ "line": 440
5881
5798
  },
5882
5799
  "name": "MicrosoftSqlServerSettingsProperty",
5883
5800
  "properties": [
5884
5801
  {
5885
5802
  "abstract": true,
5886
5803
  "docs": {
5887
- "remarks": "Defines the AWS Secrets Manager secret that stores database connection credentials including username, password, and connection parameters for SQL Server endpoint access.\n\nUse cases: Secure credential storage; SQL Server connectivity; Database authentication; Secrets management\n\nAWS: DMS Microsoft SQL Server endpoint secretsManagerSecretId setting for Secrets Manager secret reference\n\nValidation: Must be valid Secrets Manager secret ARN; required; secret must contain valid SQL Server connection credentials\nSee: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-microsoftsqlserversettings.html#cfn-dms-endpoint-microsoftsqlserversettings-secretsmanagersecretid",
5888
- "stability": "experimental",
5889
- "summary": "Q-ENHANCED-PROPERTY Required Secrets Manager secret ARN containing SQL Server endpoint connection details enabling secure credential storage for database connectivity."
5804
+ "stability": "experimental"
5890
5805
  },
5891
5806
  "immutable": true,
5892
5807
  "locationInModule": {
5893
5808
  "filename": "lib/endpoint.ts",
5894
- "line": 2015
5809
+ "line": 456
5895
5810
  },
5896
5811
  "name": "secretsManagerSecretArn",
5897
5812
  "type": {
@@ -5901,14 +5816,13 @@
5901
5816
  {
5902
5817
  "abstract": true,
5903
5818
  "docs": {
5904
- "remarks": "Defines the maximum packet size used for Bulk Copy Program (BCP) operations during SQL Server data migration for optimal network utilization and transfer performance.\n\nUse cases: SQL Server performance tuning; Bulk data transfer optimization; Network utilization; Migration performance\n\nAWS: DMS Microsoft SQL Server endpoint bcpPacketSize setting for BCP transfer optimization\n\nValidation: Must be valid packet size in bytes if provided; affects BCP transfer performance and network utilization\nSee: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-microsoftsqlserversettings.html#cfn-dms-endpoint-microsoftsqlserversettings-bcppacketsize",
5905
5819
  "stability": "experimental",
5906
- "summary": "Q-ENHANCED-PROPERTY Optional BCP packet size in bytes for SQL Server data transfer optimization enabling performance tuning for bulk data operations."
5820
+ "summary": "BCP packet size in bytes for SQL Server data transfer optimization enabling performance."
5907
5821
  },
5908
5822
  "immutable": true,
5909
5823
  "locationInModule": {
5910
5824
  "filename": "lib/endpoint.ts",
5911
- "line": 1906
5825
+ "line": 442
5912
5826
  },
5913
5827
  "name": "bcpPacketSize",
5914
5828
  "optional": true,
@@ -5919,14 +5833,12 @@
5919
5833
  {
5920
5834
  "abstract": true,
5921
5835
  "docs": {
5922
- "remarks": "Defines the file group where DMS creates internal control tables (awsdms_apply_exception, awsdms_apply, awsdms_changes) for organized storage management and performance tuning.\n\nUse cases: SQL Server storage organization; Performance optimization; File group management; Control table organization\n\nAWS: DMS Microsoft SQL Server endpoint controlTablesFileGroup setting for internal table storage organization\n\nValidation: Must be valid SQL Server file group name if provided; affects DMS internal table storage location\nSee: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-microsoftsqlserversettings.html#cfn-dms-endpoint-microsoftsqlserversettings-controltablesfilegroup",
5923
- "stability": "experimental",
5924
- "summary": "Q-ENHANCED-PROPERTY Optional file group specification for DMS internal control tables enabling SQL Server storage organization and performance optimization."
5836
+ "stability": "experimental"
5925
5837
  },
5926
5838
  "immutable": true,
5927
5839
  "locationInModule": {
5928
5840
  "filename": "lib/endpoint.ts",
5929
- "line": 1918
5841
+ "line": 443
5930
5842
  },
5931
5843
  "name": "controlTablesFileGroup",
5932
5844
  "optional": true,
@@ -5937,14 +5849,13 @@
5937
5849
  {
5938
5850
  "abstract": true,
5939
5851
  "docs": {
5940
- "remarks": "Defines the target database name within the SQL Server instance for focused migration operations and database-specific connectivity.\n\nUse cases: Database-specific migration; SQL Server database targeting; Multi-database instance management; Database connectivity\n\nAWS: DMS Microsoft SQL Server endpoint databaseName setting for specific database connectivity\n\nValidation: Must be valid SQL Server database name if provided; targets specific database within SQL Server instance\nSee: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-microsoftsqlserversettings.html#cfn-dms-endpoint-microsoftsqlserversettings-databasename",
5941
5852
  "stability": "experimental",
5942
- "summary": "Q-ENHANCED-PROPERTY Optional database name for SQL Server endpoint connectivity enabling specific database targeting within SQL Server instance."
5853
+ "summary": "Database name for SQL Server endpoint connectivity enabling specific database targeting."
5943
5854
  },
5944
5855
  "immutable": true,
5945
5856
  "locationInModule": {
5946
5857
  "filename": "lib/endpoint.ts",
5947
- "line": 1930
5858
+ "line": 445
5948
5859
  },
5949
5860
  "name": "databaseName",
5950
5861
  "optional": true,
@@ -5955,14 +5866,12 @@
5955
5866
  {
5956
5867
  "abstract": true,
5957
5868
  "docs": {
5958
- "remarks": "Forces DMS to perform LOB lookup operations on inline LOB data for complete large object migration and data integrity in SQL Server environments.\n\nUse cases: Large object migration; SQL Server LOB handling; Data integrity; Complete data migration\n\nAWS: DMS Microsoft SQL Server endpoint forceLobLookup setting for LOB data handling configuration\n\nValidation: Must be boolean value if provided; affects LOB data migration behavior and completeness\nSee: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-microsoftsqlserversettings.html#cfn-dms-endpoint-microsoftsqlserversettings-forceloblookup",
5959
- "stability": "experimental",
5960
- "summary": "Q-ENHANCED-PROPERTY Optional flag to force LOB lookup on inline LOB data enabling large object handling in SQL Server migration."
5869
+ "stability": "experimental"
5961
5870
  },
5962
5871
  "immutable": true,
5963
5872
  "locationInModule": {
5964
5873
  "filename": "lib/endpoint.ts",
5965
- "line": 1942
5874
+ "line": 446
5966
5875
  },
5967
5876
  "name": "forceLobLookup",
5968
5877
  "optional": true,
@@ -5973,14 +5882,13 @@
5973
5882
  {
5974
5883
  "abstract": true,
5975
5884
  "docs": {
5976
- "remarks": "Defines the network port for SQL Server database connectivity allowing for non-standard port configurations and network security requirements.\n\nUse cases: Custom port configuration; Network security; SQL Server connectivity; Port management\n\nAWS: DMS Microsoft SQL Server endpoint port setting for database connectivity configuration\n\nValidation: Must be valid TCP port number if provided; enables custom SQL Server port connectivity\nSee: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-microsoftsqlserversettings.html#cfn-dms-endpoint-microsoftsqlserversettings-port",
5977
5885
  "stability": "experimental",
5978
- "summary": "Q-ENHANCED-PROPERTY Optional TCP port number for SQL Server endpoint connectivity enabling custom port configuration for database connections."
5886
+ "summary": "TCP port number for SQL Server endpoint connectivity enabling custom port configuration for."
5979
5887
  },
5980
5888
  "immutable": true,
5981
5889
  "locationInModule": {
5982
5890
  "filename": "lib/endpoint.ts",
5983
- "line": 1955
5891
+ "line": 449
5984
5892
  },
5985
5893
  "name": "port",
5986
5894
  "optional": true,
@@ -5991,14 +5899,12 @@
5991
5899
  {
5992
5900
  "abstract": true,
5993
5901
  "docs": {
5994
- "remarks": "Directs DMS to query only a single node in Always On availability groups for improved performance and reduced resource utilization in high availability SQL Server deployments.\n\nUse cases: Always On availability groups; High availability optimization; Performance tuning; Resource optimization\n\nAWS: DMS Microsoft SQL Server endpoint querySingleAlwaysOnNode setting for Always On optimization\n\nValidation: Must be boolean value if provided; optimizes connectivity for Always On availability groups\nSee: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-microsoftsqlserversettings.html#cfn-dms-endpoint-microsoftsqlserversettings-querysinglealwaysonnode",
5995
- "stability": "experimental",
5996
- "summary": "Q-ENHANCED-PROPERTY Optional flag to query single Always On node in SQL Server Always On availability groups enabling optimized connectivity for high availability environments."
5902
+ "stability": "experimental"
5997
5903
  },
5998
5904
  "immutable": true,
5999
5905
  "locationInModule": {
6000
5906
  "filename": "lib/endpoint.ts",
6001
- "line": 1967
5907
+ "line": 450
6002
5908
  },
6003
5909
  "name": "querySingleAlwaysOnNode",
6004
5910
  "optional": true,
@@ -6009,14 +5915,13 @@
6009
5915
  {
6010
5916
  "abstract": true,
6011
5917
  "docs": {
6012
- "remarks": "When enabled, DMS reads changes only from transaction log backups rather than active transaction logs, providing better control over log file growth and replication latency.\n\nUse cases: Transaction log management; Log file growth control; Replication latency control; Backup-based replication\n\nAWS: DMS Microsoft SQL Server endpoint readBackupOnly setting for transaction log management\n\nValidation: Must be boolean value if provided; affects transaction log reading behavior and log file growth\nSee: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-microsoftsqlserversettings.html#cfn-dms-endpoint-microsoftsqlserversettings-readbackuponly",
6013
5918
  "stability": "experimental",
6014
- "summary": "Q-ENHANCED-PROPERTY Optional flag to read changes only from transaction log backups enabling controlled transaction log management in SQL Server migration."
5919
+ "summary": "Flag to read changes only from transaction log backups enabling controlled transaction log."
6015
5920
  },
6016
5921
  "immutable": true,
6017
5922
  "locationInModule": {
6018
5923
  "filename": "lib/endpoint.ts",
6019
- "line": 1979
5924
+ "line": 452
6020
5925
  },
6021
5926
  "name": "readBackupOnly",
6022
5927
  "optional": true,
@@ -6027,14 +5932,12 @@
6027
5932
  {
6028
5933
  "abstract": true,
6029
5934
  "docs": {
6030
- "remarks": "Defines the method for preventing transaction log truncation with options for transaction-based or sp_repldone-based approaches for optimal log management and replication coordination.\n\nUse cases: Transaction log truncation prevention; Log management; Replication coordination; Parallel task management\n\nAWS: DMS Microsoft SQL Server endpoint safeguardPolicy setting for transaction log management\n\nValidation: Must be valid safeguard policy value if provided; controls transaction log truncation prevention method\nSee: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-microsoftsqlserversettings.html#cfn-dms-endpoint-microsoftsqlserversettings-safeguardpolicy",
6031
- "stability": "experimental",
6032
- "summary": "Q-ENHANCED-PROPERTY Optional safeguard policy for transaction log truncation prevention enabling controlled log management in SQL Server replication."
5935
+ "stability": "experimental"
6033
5936
  },
6034
5937
  "immutable": true,
6035
5938
  "locationInModule": {
6036
5939
  "filename": "lib/endpoint.ts",
6037
- "line": 1991
5940
+ "line": 453
6038
5941
  },
6039
5942
  "name": "safeguardPolicy",
6040
5943
  "optional": true,
@@ -6045,14 +5948,13 @@
6045
5948
  {
6046
5949
  "abstract": true,
6047
5950
  "docs": {
6048
- "remarks": "Defines the IAM role that DMS assumes to retrieve database credentials from Secrets Manager for SQL Server endpoint connectivity with role-based security.\n\nUse cases: Secure credential access; IAM role-based security; Secrets Manager integration; DMS authentication\n\nAWS: DMS Microsoft SQL Server endpoint secretsManagerAccessRoleArn setting for IAM role-based credential access\n\nValidation: Must be valid IAM role ARN if provided; role must have iam:PassRole and Secrets Manager access permissions\nSee: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-microsoftsqlserversettings.html#cfn-dms-endpoint-microsoftsqlserversettings-secretsmanageraccessrolearn",
6049
5951
  "stability": "experimental",
6050
- "summary": "Q-ENHANCED-PROPERTY Optional IAM role ARN for DMS to access Secrets Manager secret containing SQL Server credentials enabling secure credential management."
5952
+ "summary": "IAM role ARN for DMS to access Secrets Manager secret containing SQL Server credentials."
6051
5953
  },
6052
5954
  "immutable": true,
6053
5955
  "locationInModule": {
6054
5956
  "filename": "lib/endpoint.ts",
6055
- "line": 2003
5957
+ "line": 455
6056
5958
  },
6057
5959
  "name": "secretsManagerAccessRoleArn",
6058
5960
  "optional": true,
@@ -6063,14 +5965,13 @@
6063
5965
  {
6064
5966
  "abstract": true,
6065
5967
  "docs": {
6066
- "remarks": "Defines the KMS key used to encrypt the Secrets Manager secret that stores SQL Server endpoint credentials for additional security layer.\n\nUse cases: Credential encryption; Enhanced security; KMS integration; Secrets Manager encryption\n\nAWS: DMS Microsoft SQL Server endpoint secretsManagerSecretKMSArn setting for KMS encryption of credentials\n\nValidation: Must be valid KMS key ARN if provided; enables encryption of Secrets Manager secret containing credentials",
6067
5968
  "stability": "experimental",
6068
- "summary": "Q-ENHANCED-PROPERTY Optional KMS key ARN for encrypting Secrets Manager secret containing SQL Server credentials enabling enhanced security for database connection details."
5969
+ "summary": "KMS key ARN for encrypting Secrets Manager secret containing SQL Server credentials."
6069
5970
  },
6070
5971
  "immutable": true,
6071
5972
  "locationInModule": {
6072
5973
  "filename": "lib/endpoint.ts",
6073
- "line": 2026
5974
+ "line": 458
6074
5975
  },
6075
5976
  "name": "secretsManagerSecretKMSArn",
6076
5977
  "optional": true,
@@ -6081,14 +5982,12 @@
6081
5982
  {
6082
5983
  "abstract": true,
6083
5984
  "docs": {
6084
- "remarks": "Defines the complete server name including domain for SQL Server database connectivity, typically from RDS DescribeDBInstances endpoint address for managed instances.\n\nUse cases: Server identification; Network routing; SQL Server connectivity; RDS integration\n\nAWS: DMS Microsoft SQL Server endpoint serverName setting for database server identification\n\nValidation: Must be valid FQDN if provided; enables precise SQL Server server identification and connectivity\nSee: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-microsoftsqlserversettings.html#cfn-dms-endpoint-microsoftsqlserversettings-servername",
6085
- "stability": "experimental",
6086
- "summary": "Q-ENHANCED-PROPERTY Optional fully qualified domain name for SQL Server endpoint connectivity enabling precise server identification and network routing."
5985
+ "stability": "experimental"
6087
5986
  },
6088
5987
  "immutable": true,
6089
5988
  "locationInModule": {
6090
5989
  "filename": "lib/endpoint.ts",
6091
- "line": 2038
5990
+ "line": 459
6092
5991
  },
6093
5992
  "name": "serverName",
6094
5993
  "optional": true,
@@ -6099,14 +5998,13 @@
6099
5998
  {
6100
5999
  "abstract": true,
6101
6000
  "docs": {
6102
- "remarks": "Defines the method for accessing transaction log data for change data capture operations, affecting CDC performance and resource utilization in SQL Server replication.\n\nUse cases: CDC optimization; Transaction log access; Change data capture; Replication performance\n\nAWS: DMS Microsoft SQL Server endpoint tlogAccessMode setting for CDC data access configuration\n\nValidation: Must be valid transaction log access mode if provided; affects CDC data fetching behavior and performance\nSee: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-microsoftsqlserversettings.html#cfn-dms-endpoint-microsoftsqlserversettings-tlogaccessmode",
6103
6001
  "stability": "experimental",
6104
- "summary": "Q-ENHANCED-PROPERTY Optional transaction log access mode for CDC data fetching enabling optimized change data capture in SQL Server migration."
6002
+ "summary": "Transaction log access mode for CDC data fetching enabling optimized change data capture in."
6105
6003
  },
6106
6004
  "immutable": true,
6107
6005
  "locationInModule": {
6108
6006
  "filename": "lib/endpoint.ts",
6109
- "line": 2050
6007
+ "line": 461
6110
6008
  },
6111
6009
  "name": "tlogAccessMode",
6112
6010
  "optional": true,
@@ -6117,14 +6015,12 @@
6117
6015
  {
6118
6016
  "abstract": true,
6119
6017
  "docs": {
6120
- "remarks": "Controls whether DMS removes trailing spaces from CHAR and NCHAR columns during migration for consistent data formatting and storage optimization.\n\nUse cases: Data formatting consistency; Space trimming; Character data optimization; Migration data quality\n\nAWS: DMS Microsoft SQL Server endpoint trimSpaceInChar setting for character data formatting\n\nValidation: Must be boolean value if provided; default is true; affects character data formatting during migration\nSee: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-microsoftsqlserversettings.html#cfn-dms-endpoint-microsoftsqlserversettings-trimspaceinchar",
6121
- "stability": "experimental",
6122
- "summary": "Q-ENHANCED-PROPERTY Optional flag to right-trim spaces in CHAR and NCHAR data types during SQL Server migration enabling data formatting consistency."
6018
+ "stability": "experimental"
6123
6019
  },
6124
6020
  "immutable": true,
6125
6021
  "locationInModule": {
6126
6022
  "filename": "lib/endpoint.ts",
6127
- "line": 2062
6023
+ "line": 462
6128
6024
  },
6129
6025
  "name": "trimSpaceInChar",
6130
6026
  "optional": true,
@@ -6135,14 +6031,13 @@
6135
6031
  {
6136
6032
  "abstract": true,
6137
6033
  "docs": {
6138
- "remarks": "Controls whether DMS uses Bulk Copy Program (BCP) for full-load operations, providing high-performance data transfer but requiring consideration of identity columns and table structure compatibility.\n\nUse cases: Bulk data transfer optimization; Full-load performance; SQL Server migration optimization; High-volume data transfer\n\nAWS: DMS Microsoft SQL Server endpoint useBcpFullLoad setting for bulk copy optimization\n\nValidation: Must be boolean value if provided; affects full-load performance and identity column handling\nSee: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-microsoftsqlserversettings.html#cfn-dms-endpoint-microsoftsqlserversettings-usebcpfullload",
6139
6034
  "stability": "experimental",
6140
- "summary": "Q-ENHANCED-PROPERTY Optional flag to use BCP for full-load operations enabling optimized bulk data transfer in SQL Server migration."
6035
+ "summary": "Flag to use BCP for full-load operations enabling optimized bulk data transfer in SQL Server migration."
6141
6036
  },
6142
6037
  "immutable": true,
6143
6038
  "locationInModule": {
6144
6039
  "filename": "lib/endpoint.ts",
6145
- "line": 2075
6040
+ "line": 464
6146
6041
  },
6147
6042
  "name": "useBcpFullLoad",
6148
6043
  "optional": true,
@@ -6153,14 +6048,12 @@
6153
6048
  {
6154
6049
  "abstract": true,
6155
6050
  "docs": {
6156
- "remarks": "Controls whether DMS will process third-party transaction log backups created in native format for SQL Server migration scenarios, providing flexibility for backup-based data migration strategies.\n\nUse cases: Third-party backup processing; Backup-based migration; Transaction log processing; SQL Server migration; Native backup integration\n\nAWS: AWS DMS SQL Server third-party backup device processing for backup-based migration and transaction log handling\n\nValidation: Must be boolean value if provided; optional for third-party backup processing control",
6157
- "stability": "experimental",
6158
- "summary": "Q-ENHANCED-PROPERTY Optional boolean flag to enable processing of third-party transaction log backups for SQL Server DMS migration enabling backup-based replication."
6051
+ "stability": "experimental"
6159
6052
  },
6160
6053
  "immutable": true,
6161
6054
  "locationInModule": {
6162
6055
  "filename": "lib/endpoint.ts",
6163
- "line": 2087
6056
+ "line": 465
6164
6057
  },
6165
6058
  "name": "useThirdPartyBackupDevice",
6166
6059
  "optional": true,
@@ -6175,15 +6068,15 @@
6175
6068
  "assembly": "@aws-mdaa/dms-constructs",
6176
6069
  "datatype": true,
6177
6070
  "docs": {
6178
- "remarks": "Defines MongoDB-specific properties for Database Migration Service including document migration, authentication settings, and MongoDB integration for NoSQL database migration workflows.\n\nUse cases: NoSQL database migration; Document database migration; MongoDB connectivity; NoSQL migration workflows; Document data migration; DMS MongoDB integration\n\nAWS: AWS DMS MongoDB endpoint configuration with NoSQL database migration and document database capabilities\n\nValidation: Configuration must be valid for DMS migration; properties must conform to AWS DMS and database-specific requirements",
6071
+ "remarks": "Modified from the equivalent L1 Construct to prevent use of plaintext credentials and enforce use of KMS encryption.\nThis 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 [Endpoint configuration settings when using MongoDB as a source for AWS DMS](https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.MongoDB.html#CHAP_Source.MongoDB.Configuration) in the *AWS Database Migration Service User Guide* .",
6179
6072
  "stability": "experimental",
6180
- "summary": "Q-ENHANCED-INTERFACE MongoDB settings configuration interface for DMS providing NoSQL database migration and document database capabilities."
6073
+ "summary": "Provides information that defines a MongoDB endpoint."
6181
6074
  },
6182
6075
  "fqn": "@aws-mdaa/dms-constructs.MongoDbSettingsProperty",
6183
6076
  "kind": "interface",
6184
6077
  "locationInModule": {
6185
6078
  "filename": "lib/endpoint.ts",
6186
- "line": 1436
6079
+ "line": 301
6187
6080
  },
6188
6081
  "name": "MongoDbSettingsProperty",
6189
6082
  "properties": [
@@ -6197,7 +6090,7 @@
6197
6090
  "immutable": true,
6198
6091
  "locationInModule": {
6199
6092
  "filename": "lib/endpoint.ts",
6200
- "line": 1530
6093
+ "line": 332
6201
6094
  },
6202
6095
  "name": "secretsManagerSecretArn",
6203
6096
  "type": {
@@ -6207,14 +6100,13 @@
6207
6100
  {
6208
6101
  "abstract": true,
6209
6102
  "docs": {
6210
- "remarks": "Specifies authentication method with default \"mongodb_cr\" for MongoDB 2.x and \"scram_sha_1\" for MongoDB 3.x+, not used when AuthType is \"no\", enabling secure MongoDB database connectivity and authentication.\n\nUse cases: MongoDB authentication; Version-specific auth; Database security; Connection authentication; MongoDB connectivity\n\nAWS: AWS DMS MongoDB endpoint authMechanism for authentication method specification and secure database access\n\nValidation: Must be valid MongoDB authentication mechanism if provided; version-dependent defaults; not used when AuthType is \"no\"",
6211
6103
  "stability": "experimental",
6212
- "summary": "Q-ENHANCED-PROPERTY Optional authentication mechanism for MongoDB source endpoint access with version-specific defaults."
6104
+ "summary": "Authentication mechanism for MongoDB source endpoint access with version-specific defaults."
6213
6105
  },
6214
6106
  "immutable": true,
6215
6107
  "locationInModule": {
6216
6108
  "filename": "lib/endpoint.ts",
6217
- "line": 1447
6109
+ "line": 303
6218
6110
  },
6219
6111
  "name": "authMechanism",
6220
6112
  "optional": true,
@@ -6225,14 +6117,13 @@
6225
6117
  {
6226
6118
  "abstract": true,
6227
6119
  "docs": {
6228
- "remarks": "Specifies the database used for authentication operations, not used when AuthType is \"no\", enabling proper authentication context and database-specific access control for MongoDB migration operations.\n\nUse cases: Authentication database; MongoDB auth context; Database-specific auth; Authentication scope; MongoDB security\n\nAWS: AWS DMS MongoDB endpoint authSource for authentication database specification and access control\n\nValidation: Must be valid MongoDB database name if provided; default \"admin\"; not used when AuthType is \"no\"",
6229
6120
  "stability": "experimental",
6230
- "summary": "Q-ENHANCED-PROPERTY Optional MongoDB database name for authentication with default \"admin\" database."
6121
+ "summary": "MongoDB database name for authentication with default \"admin\" database."
6231
6122
  },
6232
6123
  "immutable": true,
6233
6124
  "locationInModule": {
6234
6125
  "filename": "lib/endpoint.ts",
6235
- "line": 1458
6126
+ "line": 305
6236
6127
  },
6237
6128
  "name": "authSource",
6238
6129
  "optional": true,
@@ -6243,14 +6134,13 @@
6243
6134
  {
6244
6135
  "abstract": true,
6245
6136
  "docs": {
6246
- "remarks": "Specifies authentication type with \"no\" disabling username/password requirements and allowing empty credentials, enabling flexible authentication configuration for MongoDB database connectivity and migration operations.\n\nUse cases: Authentication control; MongoDB security; Credential management; Access control; Database authentication\n\nAWS: AWS DMS MongoDB endpoint authType for authentication type specification and access control\n\nValidation: Must be valid authentication type if provided; \"no\" disables username/password requirements; controls MongoDB authentication",
6247
6137
  "stability": "experimental",
6248
- "summary": "Q-ENHANCED-PROPERTY Optional authentication type for MongoDB source endpoint access control."
6138
+ "summary": "Authentication type for MongoDB source endpoint access control."
6249
6139
  },
6250
6140
  "immutable": true,
6251
6141
  "locationInModule": {
6252
6142
  "filename": "lib/endpoint.ts",
6253
- "line": 1469
6143
+ "line": 307
6254
6144
  },
6255
6145
  "name": "authType",
6256
6146
  "optional": true,
@@ -6261,14 +6151,13 @@
6261
6151
  {
6262
6152
  "abstract": true,
6263
6153
  "docs": {
6264
- "remarks": "Specifies the target database name for MongoDB migration operations, defining the scope of data migration and database-specific operations for NoSQL document database migration workflows.\n\nUse cases: Database scope; Migration target; MongoDB database selection; Data scope; Database specification\n\nAWS: AWS DMS MongoDB endpoint databaseName for migration database specification and scope definition\n\nValidation: Must be valid MongoDB database name if provided; defines migration scope and target database for operations",
6265
6154
  "stability": "experimental",
6266
- "summary": "Q-ENHANCED-PROPERTY Optional database name on MongoDB source endpoint for migration scope specification."
6155
+ "summary": "Database name on MongoDB source endpoint for migration scope specification."
6267
6156
  },
6268
6157
  "immutable": true,
6269
6158
  "locationInModule": {
6270
6159
  "filename": "lib/endpoint.ts",
6271
- "line": 1480
6160
+ "line": 309
6272
6161
  },
6273
6162
  "name": "databaseName",
6274
6163
  "optional": true,
@@ -6279,14 +6168,13 @@
6279
6168
  {
6280
6169
  "abstract": true,
6281
6170
  "docs": {
6282
- "remarks": "Specifies document count for preview analysis with default 1000, used when NestingLevel is \"one\", enabling proper document structure analysis and table mode configuration.\n\nUse cases: Document analysis; Structure preview; Table mode configuration; Document organization; Schema analysis\n\nAWS: AWS DMS MongoDB endpoint docsToInvestigate for document structure analysis and table mode configuration\n\nValidation: Must be positive integer greater than 0 if provided; default 1000; used when NestingLevel is \"one\"",
6283
6171
  "stability": "experimental",
6284
- "summary": "Q-ENHANCED-PROPERTY Optional number of documents to preview for document organization analysis when using table mode."
6172
+ "summary": "Number of documents to preview for document organization analysis when using table mode."
6285
6173
  },
6286
6174
  "immutable": true,
6287
6175
  "locationInModule": {
6288
6176
  "filename": "lib/endpoint.ts",
6289
- "line": 1491
6177
+ "line": 311
6290
6178
  },
6291
6179
  "name": "docsToInvestigate",
6292
6180
  "optional": true,
@@ -6297,14 +6185,13 @@
6297
6185
  {
6298
6186
  "abstract": true,
6299
6187
  "docs": {
6300
- "remarks": "Specifies whether to extract document ID with default \"false\", used when NestingLevel is \"none\", enabling document ID handling and document mode configuration for MongoDB migration operations.\n\nUse cases: Document ID extraction; Document mode; ID handling; Document configuration; MongoDB document processing\n\nAWS: AWS DMS MongoDB endpoint extractDocId for document ID extraction and document mode configuration\n\nValidation: Must be \"true\" or \"false\" if provided; default \"false\"; used when NestingLevel is \"none\"",
6301
6188
  "stability": "experimental",
6302
- "summary": "Q-ENHANCED-PROPERTY Optional flag to specify document ID extraction when using document mode."
6189
+ "summary": "Flag to specify document ID extraction when using document mode."
6303
6190
  },
6304
6191
  "immutable": true,
6305
6192
  "locationInModule": {
6306
6193
  "filename": "lib/endpoint.ts",
6307
- "line": 1502
6194
+ "line": 313
6308
6195
  },
6309
6196
  "name": "extractDocId",
6310
6197
  "optional": true,
@@ -6315,14 +6202,13 @@
6315
6202
  {
6316
6203
  "abstract": true,
6317
6204
  "docs": {
6318
- "remarks": "Specifies migration mode with \"none\" for document mode and \"one\" for table mode, with default \"none\", controlling how MongoDB documents are processed and migrated in NoSQL database operations.\n\nUse cases: Migration mode; Document processing; Table mode; Document mode; MongoDB structure handling\n\nAWS: AWS DMS MongoDB endpoint nestingLevel for migration mode specification and document processing control\n\nValidation: Must be \"none\" or \"one\" if provided; default \"none\"; \"none\" uses document mode, \"one\" uses table mode",
6319
6205
  "stability": "experimental",
6320
- "summary": "Q-ENHANCED-PROPERTY Optional nesting level specification for document or table mode selection."
6206
+ "summary": "Nesting level specification for document or table mode selection."
6321
6207
  },
6322
6208
  "immutable": true,
6323
6209
  "locationInModule": {
6324
6210
  "filename": "lib/endpoint.ts",
6325
- "line": 1513
6211
+ "line": 315
6326
6212
  },
6327
6213
  "name": "nestingLevel",
6328
6214
  "optional": true,
@@ -6340,7 +6226,7 @@
6340
6226
  "immutable": true,
6341
6227
  "locationInModule": {
6342
6228
  "filename": "lib/endpoint.ts",
6343
- "line": 1519
6229
+ "line": 321
6344
6230
  },
6345
6231
  "name": "port",
6346
6232
  "optional": true,
@@ -6358,7 +6244,7 @@
6358
6244
  "immutable": true,
6359
6245
  "locationInModule": {
6360
6246
  "filename": "lib/endpoint.ts",
6361
- "line": 1525
6247
+ "line": 327
6362
6248
  },
6363
6249
  "name": "secretsManagerAccessRoleArn",
6364
6250
  "optional": true,
@@ -6375,7 +6261,7 @@
6375
6261
  "immutable": true,
6376
6262
  "locationInModule": {
6377
6263
  "filename": "lib/endpoint.ts",
6378
- "line": 1534
6264
+ "line": 336
6379
6265
  },
6380
6266
  "name": "secretsManagerSecretKMSArn",
6381
6267
  "optional": true,
@@ -6393,7 +6279,7 @@
6393
6279
  "immutable": true,
6394
6280
  "locationInModule": {
6395
6281
  "filename": "lib/endpoint.ts",
6396
- "line": 1539
6282
+ "line": 341
6397
6283
  },
6398
6284
  "name": "serverName",
6399
6285
  "optional": true,
@@ -6408,29 +6294,28 @@
6408
6294
  "assembly": "@aws-mdaa/dms-constructs",
6409
6295
  "datatype": true,
6410
6296
  "docs": {
6411
- "remarks": "Defines MySQL-specific properties for Database Migration Service including connection settings, replication configuration, and MySQL migration parameters for MySQL database migration workflows.\n\nUse cases: MySQL database migration; Database replication; Connection configuration; MySQL migration workflows; Database connectivity; DMS integration\n\nAWS: AWS DMS MySQL endpoint configuration with MySQL-specific migration settings and replication management\n\nValidation: Configuration must be valid for DMS migration; properties must conform to AWS DMS and database-specific requirements",
6297
+ "remarks": "Modified from the equivalent L1 Construct to prevent use of plaintext credentials and enforce use of KMS encryption.\nThis information includes the output format of records applied to the endpoint and details of transaction and control table data information. For information about other available settings, see [Extra connection attributes when using MySQL as a source for AWS DMS](https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.MySQL.html#CHAP_Source.MySQL.ConnectionAttrib) and [Extra connection attributes when using a MySQL-compatible database as a target for AWS DMS](https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.MySQL.html#CHAP_Target.MySQL.ConnectionAttrib) in the *AWS Database Migration Service User Guide* .",
6412
6298
  "stability": "experimental",
6413
- "summary": "Q-ENHANCED-INTERFACE MySQL database settings configuration interface for DMS providing database migration and MySQL-specific capabilities."
6299
+ "summary": "Provides information that defines a MySQL endpoint."
6414
6300
  },
6415
6301
  "fqn": "@aws-mdaa/dms-constructs.MySqlSettingsProperty",
6416
6302
  "kind": "interface",
6417
6303
  "locationInModule": {
6418
6304
  "filename": "lib/endpoint.ts",
6419
- "line": 451
6305
+ "line": 103
6420
6306
  },
6421
6307
  "name": "MySqlSettingsProperty",
6422
6308
  "properties": [
6423
6309
  {
6424
6310
  "abstract": true,
6425
6311
  "docs": {
6426
- "remarks": "Specifies the full ARN of the secret containing MySQL database connection information including credentials, enabling secure storage and access of MySQL endpoint authentication details.\n\nUse cases: Secure credential storage; MySQL authentication; Secrets Manager integration; Database connection security; Credential management\n\nAWS: AWS Secrets Manager secret ARN containing MySQL endpoint connection details and credentials\n\nValidation: Must be valid Secrets Manager secret ARN; required for secure MySQL endpoint credential management and authentication",
6427
6312
  "stability": "experimental",
6428
- "summary": "Q-ENHANCED-PROPERTY Required Secrets Manager secret ARN containing MySQL endpoint connection details for secure credential management."
6313
+ "summary": "Secrets Manager secret ARN containing MySQL endpoint connection details for secure credential management."
6429
6314
  },
6430
6315
  "immutable": true,
6431
6316
  "locationInModule": {
6432
6317
  "filename": "lib/endpoint.ts",
6433
- "line": 528
6318
+ "line": 117
6434
6319
  },
6435
6320
  "name": "secretsManagerSecretArn",
6436
6321
  "type": {
@@ -6440,14 +6325,13 @@
6440
6325
  {
6441
6326
  "abstract": true,
6442
6327
  "docs": {
6443
- "remarks": "Provides custom initialization logic that runs after connection establishment, with migration task continuing regardless of script success or failure, enabling database-specific setup and configuration.\n\nUse cases: Database initialization; Connection setup; Custom configuration; Post-connection tasks; Database preparation\n\nAWS: AWS DMS MySQL endpoint afterConnectScript for post-connection initialization and setup\n\nValidation: Must be valid SQL script code if provided; script content not filename; migration continues regardless of execution result",
6444
6328
  "stability": "experimental",
6445
- "summary": "Q-ENHANCED-PROPERTY Optional SQL script to execute immediately after DMS connects to the MySQL endpoint for initialization tasks."
6329
+ "summary": "SQL script to execute immediately after DMS connects to the MySQL endpoint for initialization tasks."
6446
6330
  },
6447
6331
  "immutable": true,
6448
6332
  "locationInModule": {
6449
6333
  "filename": "lib/endpoint.ts",
6450
- "line": 462
6334
+ "line": 105
6451
6335
  },
6452
6336
  "name": "afterConnectScript",
6453
6337
  "optional": true,
@@ -6458,14 +6342,13 @@
6458
6342
  {
6459
6343
  "abstract": true,
6460
6344
  "docs": {
6461
- "remarks": "Handles situations where DDL operations cause cached table metadata differences on the replication instance, ensuring metadata consistency during MySQL database migration and replication operations.\n\nUse cases: Metadata consistency; DDL handling; Cache management; Replication reliability; Table structure synchronization\n\nAWS: AWS DMS MySQL endpoint cleanSourceMetadataOnMismatch for metadata consistency and cache management\n\nValidation: Must be boolean value if provided; enables automatic metadata cleanup and recreation on mismatch detection",
6462
6345
  "stability": "experimental",
6463
- "summary": "Q-ENHANCED-PROPERTY Optional flag to clean and recreate table metadata on replication instance when mismatches occur."
6346
+ "summary": "Flag to clean and recreate table metadata on replication instance when mismatches occur."
6464
6347
  },
6465
6348
  "immutable": true,
6466
6349
  "locationInModule": {
6467
6350
  "filename": "lib/endpoint.ts",
6468
- "line": 473
6351
+ "line": 107
6469
6352
  },
6470
6353
  "name": "cleanSourceMetadataOnMismatch",
6471
6354
  "optional": true,
@@ -6476,14 +6359,13 @@
6476
6359
  {
6477
6360
  "abstract": true,
6478
6361
  "docs": {
6479
- "remarks": "Specifies how frequently DMS checks binary logs for new changes during idle periods, with default of 5 seconds, affecting change detection latency and system resource usage during MySQL replication.\n\nUse cases: Change detection; Polling frequency; Performance tuning; Idle monitoring; Binary log processing\n\nAWS: AWS DMS MySQL endpoint eventsPollInterval for binary log change detection frequency\n\nValidation: Must be positive integer in seconds if provided; default 5 seconds; affects change detection latency and resource usage",
6480
6362
  "stability": "experimental",
6481
- "summary": "Q-ENHANCED-PROPERTY Optional polling interval in seconds for checking MySQL binary log changes when database is idle."
6363
+ "summary": "Polling interval in seconds for checking MySQL binary log changes when database is idle."
6482
6364
  },
6483
6365
  "immutable": true,
6484
6366
  "locationInModule": {
6485
6367
  "filename": "lib/endpoint.ts",
6486
- "line": 484
6368
+ "line": 109
6487
6369
  },
6488
6370
  "name": "eventsPollInterval",
6489
6371
  "optional": true,
@@ -6494,14 +6376,13 @@
6494
6376
  {
6495
6377
  "abstract": true,
6496
6378
  "docs": {
6497
- "remarks": "Specifies the maximum size limit for CSV files used in data transfer to MySQL-compatible databases, controlling file size for bulk data operations and affecting transfer performance and memory usage.\n\nUse cases: File size control; Bulk data transfer; Performance optimization; Memory management; CSV processing\n\nAWS: AWS DMS MySQL endpoint maxFileSize for CSV file size limits in data transfer operations\n\nValidation: Must be positive integer in KB if provided; controls CSV file size for MySQL data transfer operations",
6498
6379
  "stability": "experimental",
6499
- "summary": "Q-ENHANCED-PROPERTY Optional maximum CSV file size in KB for MySQL data transfer operations."
6380
+ "summary": "Maximum CSV file size in KB for MySQL data transfer operations."
6500
6381
  },
6501
6382
  "immutable": true,
6502
6383
  "locationInModule": {
6503
6384
  "filename": "lib/endpoint.ts",
6504
- "line": 495
6385
+ "line": 111
6505
6386
  },
6506
6387
  "name": "maxFileSize",
6507
6388
  "optional": true,
@@ -6512,14 +6393,13 @@
6512
6393
  {
6513
6394
  "abstract": true,
6514
6395
  "docs": {
6515
- "remarks": "Specifies thread count for parallel data loading with each thread requiring separate connection, affecting performance and database load with default of 1 thread for MySQL target operations.\n\nUse cases: Performance optimization; Parallel loading; Thread configuration; MySQL target optimization; Load balancing\n\nAWS: AWS DMS MySQL endpoint parallelLoadThreads for parallel data loading performance optimization\n\nValidation: Must be positive integer if provided; default 1; higher values may impact database performance due to connection overhead",
6516
6396
  "stability": "experimental",
6517
- "summary": "Q-ENHANCED-PROPERTY Optional number of parallel threads for loading data into MySQL-compatible target databases for performance optimization."
6397
+ "summary": "Number of parallel threads for loading data into MySQL-compatible target databases for."
6518
6398
  },
6519
6399
  "immutable": true,
6520
6400
  "locationInModule": {
6521
6401
  "filename": "lib/endpoint.ts",
6522
- "line": 506
6402
+ "line": 113
6523
6403
  },
6524
6404
  "name": "parallelLoadThreads",
6525
6405
  "optional": true,
@@ -6530,14 +6410,13 @@
6530
6410
  {
6531
6411
  "abstract": true,
6532
6412
  "docs": {
6533
- "remarks": "Specifies the IAM role with required permissions to access SecretsManagerSecret containing MySQL endpoint credentials, enabling secure credential management and access control for MySQL database connections.\n\nUse cases: Credential management; Secrets Manager integration; Secure access; IAM role configuration; MySQL authentication\n\nAWS: AWS IAM role ARN for Secrets Manager access to MySQL endpoint credentials and authentication\n\nValidation: Must be valid IAM role ARN if provided; requires iam:PassRole action and Secrets Manager access permissions",
6534
6413
  "stability": "experimental",
6535
- "summary": "Q-ENHANCED-PROPERTY Optional IAM role ARN for AWS Secrets Manager access to MySQL endpoint credentials."
6414
+ "summary": "IAM role ARN for AWS Secrets Manager access to MySQL endpoint credentials."
6536
6415
  },
6537
6416
  "immutable": true,
6538
6417
  "locationInModule": {
6539
6418
  "filename": "lib/endpoint.ts",
6540
- "line": 517
6419
+ "line": 115
6541
6420
  },
6542
6421
  "name": "secretsManagerAccessRoleArn",
6543
6422
  "optional": true,
@@ -6548,14 +6427,13 @@
6548
6427
  {
6549
6428
  "abstract": true,
6550
6429
  "docs": {
6551
- "remarks": "Specifies the KMS key used to encrypt the credentials secret, providing additional encryption layer for MySQL endpoint authentication information stored in AWS Secrets Manager.\n\nUse cases: Credential encryption; KMS integration; Enhanced security; Secret encryption; MySQL credential protection\n\nAWS: AWS KMS key ARN for encrypting Secrets Manager secret containing MySQL endpoint credentials\n\nValidation: Must be valid KMS key ARN if provided; provides additional encryption for MySQL credentials in Secrets Manager",
6552
6430
  "stability": "experimental",
6553
- "summary": "Q-ENHANCED-PROPERTY Optional KMS key ARN for encrypting MySQL endpoint credentials secret in Secrets Manager."
6431
+ "summary": "KMS key ARN for encrypting MySQL endpoint credentials secret in Secrets Manager."
6554
6432
  },
6555
6433
  "immutable": true,
6556
6434
  "locationInModule": {
6557
6435
  "filename": "lib/endpoint.ts",
6558
- "line": 539
6436
+ "line": 119
6559
6437
  },
6560
6438
  "name": "secretsManagerSecretKMSArn",
6561
6439
  "optional": true,
@@ -6566,14 +6444,13 @@
6566
6444
  {
6567
6445
  "abstract": true,
6568
6446
  "docs": {
6569
- "remarks": "Specifies the time zone for the source MySQL database affecting timestamp handling and data conversion during migration, ensuring proper time zone handling and data consistency across different time zones.\n\nUse cases: Time zone configuration; Timestamp handling; Data consistency; MySQL configuration; Time zone conversion\n\nAWS: AWS DMS MySQL endpoint serverTimezone for source database time zone configuration\n\nValidation: Must be valid time zone string if provided; do not enclose in single quotes; affects timestamp data handling",
6570
6447
  "stability": "experimental",
6571
- "summary": "Q-ENHANCED-PROPERTY Optional time zone specification for MySQL source database configuration."
6448
+ "summary": "Time zone specification for MySQL source database configuration."
6572
6449
  },
6573
6450
  "immutable": true,
6574
6451
  "locationInModule": {
6575
6452
  "filename": "lib/endpoint.ts",
6576
- "line": 550
6453
+ "line": 121
6577
6454
  },
6578
6455
  "name": "serverTimezone",
6579
6456
  "optional": true,
@@ -6584,14 +6461,13 @@
6584
6461
  {
6585
6462
  "abstract": true,
6586
6463
  "docs": {
6587
- "remarks": "Specifies whether to migrate source tables to a single database or multiple databases on the target, with SPECIFIC_DATABASE requiring DatabaseName parameter and MULTIPLE_DATABASES preserving source database structure.\n\nUse cases: Database structure preservation; Migration strategy; Target configuration; Database organization; Schema mapping\n\nAWS: AWS DMS MySQL endpoint targetDbType for target database structure and migration destination configuration\n\nValidation: Must be valid target type if provided; SPECIFIC_DATABASE requires DatabaseName parameter; MULTIPLE_DATABASES preserves structure",
6588
6464
  "stability": "experimental",
6589
- "summary": "Q-ENHANCED-PROPERTY Optional target database type specification for MySQL migration destination configuration."
6465
+ "summary": "Target database type specification for MySQL migration destination configuration."
6590
6466
  },
6591
6467
  "immutable": true,
6592
6468
  "locationInModule": {
6593
6469
  "filename": "lib/endpoint.ts",
6594
- "line": 561
6470
+ "line": 123
6595
6471
  },
6596
6472
  "name": "targetDbType",
6597
6473
  "optional": true,
@@ -6606,29 +6482,28 @@
6606
6482
  "assembly": "@aws-mdaa/dms-constructs",
6607
6483
  "datatype": true,
6608
6484
  "docs": {
6609
- "remarks": "Defines Neptune-specific properties for Database Migration Service including graph data migration, graph database connectivity, and Neptune integration for graph database migration workflows.\n\nUse cases: Graph database migration; Graph data migration; Neptune connectivity; Graph database workflows; Graph data integration; DMS Neptune integration\n\nAWS: AWS DMS Neptune endpoint configuration with graph database migration and graph data capabilities\n\nValidation: Configuration must be valid for DMS migration; properties must conform to AWS DMS and database-specific requirements",
6485
+ "remarks": "Modified from the equivalent L1 Construct to prevent use of plaintext credentials and enforce use of KMS encryption.\nThis information includes the output format of records applied to the endpoint and details of transaction and control table data information. For more information about the available settings, see [Specifying endpoint settings for Amazon Neptune as a target](https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Neptune.html#CHAP_Target.Neptune.EndpointSettings) in the *AWS Database Migration Service User Guide* .",
6610
6486
  "stability": "experimental",
6611
- "summary": "Q-ENHANCED-INTERFACE Neptune settings configuration interface for DMS providing graph database migration and graph data capabilities."
6487
+ "summary": "Provides information that defines an Amazon Neptune endpoint."
6612
6488
  },
6613
6489
  "fqn": "@aws-mdaa/dms-constructs.NeptuneSettingsProperty",
6614
6490
  "kind": "interface",
6615
6491
  "locationInModule": {
6616
6492
  "filename": "lib/endpoint.ts",
6617
- "line": 1618
6493
+ "line": 382
6618
6494
  },
6619
6495
  "name": "NeptuneSettingsProperty",
6620
6496
  "properties": [
6621
6497
  {
6622
6498
  "abstract": true,
6623
6499
  "docs": {
6624
- "remarks": "Defines the S3 bucket where DMS stores CSV files containing graph data before bulk-loading to Neptune target database.\n\nUse cases: Graph data staging; Neptune migration storage; Temporary CSV storage; Bulk-load data preparation\n\nAWS: DMS Neptune endpoint s3BucketName setting for S3 staging bucket configuration\n\nValidation: Must be valid S3 bucket name; required for Neptune endpoint configuration; bucket must exist and be accessible\nSee: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-s3bucketname",
6625
6500
  "stability": "experimental",
6626
- "summary": "Q-ENHANCED-PROPERTY Required S3 bucket name for temporary storage of migrated graph data during DMS Neptune migration enabling staged data processing and bulk-loading."
6501
+ "summary": "S3 bucket name for temporary storage of migrated graph data during DMS Neptune migration."
6627
6502
  },
6628
6503
  "immutable": true,
6629
6504
  "locationInModule": {
6630
6505
  "filename": "lib/endpoint.ts",
6631
- "line": 1679
6506
+ "line": 390
6632
6507
  },
6633
6508
  "name": "s3BucketName",
6634
6509
  "type": {
@@ -6638,14 +6513,13 @@
6638
6513
  {
6639
6514
  "abstract": true,
6640
6515
  "docs": {
6641
- "remarks": "Defines the wait time before retrying failed bulk-load operations for migrated graph data to ensure reliable data transfer to Neptune.\n\nUse cases: Graph data migration resilience; Bulk-load error recovery; Neptune migration optimization; Retry configuration\n\nAWS: DMS Neptune endpoint errorRetryDuration setting for bulk-load retry timing configuration\n\nValidation: Must be positive integer in milliseconds; default is 250ms; controls retry timing for failed bulk operations\nSee: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-errorretryduration",
6642
6516
  "stability": "experimental",
6643
- "summary": "Q-ENHANCED-PROPERTY Optional retry duration in milliseconds for DMS bulk-load operations to Neptune target database enabling resilient graph data migration with configurable error recovery."
6517
+ "summary": "Retry duration in milliseconds for DMS bulk-load operations to Neptune target database."
6644
6518
  },
6645
6519
  "immutable": true,
6646
6520
  "locationInModule": {
6647
6521
  "filename": "lib/endpoint.ts",
6648
- "line": 1630
6522
+ "line": 384
6649
6523
  },
6650
6524
  "name": "errorRetryDuration",
6651
6525
  "optional": true,
@@ -6656,14 +6530,12 @@
6656
6530
  {
6657
6531
  "abstract": true,
6658
6532
  "docs": {
6659
- "remarks": "Defines the size threshold for CSV files storing graph data before triggering bulk-load operations to Neptune, optimizing memory usage and transfer efficiency.\n\nUse cases: Graph data batch optimization; Memory management; CSV file size control; Neptune bulk-load efficiency\n\nAWS: DMS Neptune endpoint maxFileSize setting for CSV file size threshold configuration\n\nValidation: Must be positive integer in kilobytes; default is 1,048,576 KB (1GB); controls CSV batch size for bulk operations\nSee: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-maxfilesize",
6660
- "stability": "experimental",
6661
- "summary": "Q-ENHANCED-PROPERTY Optional maximum file size in kilobytes for CSV files containing migrated graph data before DMS bulk-loads to Neptune target database enabling optimized batch processing."
6533
+ "stability": "experimental"
6662
6534
  },
6663
6535
  "immutable": true,
6664
6536
  "locationInModule": {
6665
6537
  "filename": "lib/endpoint.ts",
6666
- "line": 1643
6538
+ "line": 385
6667
6539
  },
6668
6540
  "name": "maxFileSize",
6669
6541
  "optional": true,
@@ -6674,14 +6546,13 @@
6674
6546
  {
6675
6547
  "abstract": true,
6676
6548
  "docs": {
6677
- "remarks": "Defines the number of retry attempts for failed bulk-load operations before raising an error, ensuring reliable graph data transfer with controlled retry behavior.\n\nUse cases: Graph migration resilience; Bulk-load retry control; Neptune migration reliability; Error handling configuration\n\nAWS: DMS Neptune endpoint maxRetryCount setting for bulk-load retry attempt configuration\n\nValidation: Must be positive integer; default is 5 retries; controls maximum retry attempts for failed bulk operations\nSee: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-maxretrycount",
6678
6549
  "stability": "experimental",
6679
- "summary": "Q-ENHANCED-PROPERTY Optional maximum retry count for DMS bulk-load operations to Neptune target database enabling configurable resilience for graph data migration."
6550
+ "summary": "Maximum retry count for DMS bulk-load operations to Neptune target database enabling."
6680
6551
  },
6681
6552
  "immutable": true,
6682
6553
  "locationInModule": {
6683
6554
  "filename": "lib/endpoint.ts",
6684
- "line": 1655
6555
+ "line": 387
6685
6556
  },
6686
6557
  "name": "maxRetryCount",
6687
6558
  "optional": true,
@@ -6692,14 +6563,12 @@
6692
6563
  {
6693
6564
  "abstract": true,
6694
6565
  "docs": {
6695
- "remarks": "Defines the folder structure within the S3 bucket for temporary storage of graph data CSV files before bulk-loading to Neptune target database.\n\nUse cases: Graph data organization; S3 staging structure; Migration data management; Temporary storage organization\n\nAWS: DMS Neptune endpoint s3BucketFolder setting for S3 staging folder path configuration\n\nValidation: Must be valid S3 folder path if provided; enables organized staging of graph migration data\nSee: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-s3bucketfolder",
6696
- "stability": "experimental",
6697
- "summary": "Q-ENHANCED-PROPERTY Optional S3 bucket folder path for storing migrated graph data during DMS Neptune migration enabling organized data staging and processing."
6566
+ "stability": "experimental"
6698
6567
  },
6699
6568
  "immutable": true,
6700
6569
  "locationInModule": {
6701
6570
  "filename": "lib/endpoint.ts",
6702
- "line": 1667
6571
+ "line": 388
6703
6572
  },
6704
6573
  "name": "s3BucketFolder",
6705
6574
  "optional": true,
@@ -6710,14 +6579,12 @@
6710
6579
  {
6711
6580
  "abstract": true,
6712
6581
  "docs": {
6713
- "remarks": "Defines the IAM role that DMS assumes to access Neptune target database with required permissions for bulk-loading and graph data operations.\n\nUse cases: Neptune access control; DMS service authentication; IAM role-based security; Graph database permissions\n\nAWS: DMS Neptune endpoint serviceAccessRoleArn setting for IAM role-based authentication\n\nValidation: Must be valid IAM role ARN if provided; role must have iam:PassRole permission and Neptune access policies\nSee: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-neptunesettings.html#cfn-dms-endpoint-neptunesettings-serviceaccessrolearn",
6714
- "stability": "experimental",
6715
- "summary": "Q-ENHANCED-PROPERTY Optional IAM service role ARN for DMS Neptune endpoint access enabling secure authentication and authorization for graph database operations."
6582
+ "stability": "experimental"
6716
6583
  },
6717
6584
  "immutable": true,
6718
6585
  "locationInModule": {
6719
6586
  "filename": "lib/endpoint.ts",
6720
- "line": 1691
6587
+ "line": 391
6721
6588
  },
6722
6589
  "name": "serviceAccessRoleArn",
6723
6590
  "optional": true,
@@ -6732,29 +6599,28 @@
6732
6599
  "assembly": "@aws-mdaa/dms-constructs",
6733
6600
  "datatype": true,
6734
6601
  "docs": {
6735
- "remarks": "Provides Oracle-specific configuration properties for DMS endpoints including supplemental logging, archived log management, and advanced Oracle database features for secure and efficient data migration and replication.\n\nUse cases: Oracle database migration; Change data capture; Database replication; Oracle-specific configuration; Advanced Oracle features\n\nAWS: AWS Database Migration Service Oracle endpoint configuration with Oracle-specific settings and optimization parameters\n\nValidation: Boolean properties must be true/false; numeric properties must be valid integers; string properties must follow Oracle naming conventions",
6602
+ "remarks": "Modified from the equivalent L1 Construct to prevent use of plaintext credentials and enforce use of KMS encryption.\nThis information includes the output format of records applied to the endpoint and details of transaction and control table data information. For information about other available settings, see [Extra connection attributes when using Oracle as a source for AWS DMS](https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.Oracle.html#CHAP_Source.Oracle.ConnectionAttrib) and [Extra connection attributes when using Oracle as a target for AWS DMS](https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Oracle.html#CHAP_Target.Oracle.ConnectionAttrib) in the *AWS Database Migration Service User Guide* .",
6736
6603
  "stability": "experimental",
6737
- "summary": "Q-ENHANCED-INTERFACE Configuration interface for AWS DMS Oracle database endpoint settings providing replication and change data capture options."
6604
+ "summary": "Provides information that defines an Oracle endpoint."
6738
6605
  },
6739
6606
  "fqn": "@aws-mdaa/dms-constructs.OracleSettingsProperty",
6740
6607
  "kind": "interface",
6741
6608
  "locationInModule": {
6742
6609
  "filename": "lib/endpoint.ts",
6743
- "line": 80
6610
+ "line": 30
6744
6611
  },
6745
6612
  "name": "OracleSettingsProperty",
6746
6613
  "properties": [
6747
6614
  {
6748
6615
  "abstract": true,
6749
6616
  "docs": {
6750
- "remarks": "Specifies the full ARN of the secret containing Oracle database connection information including credentials, enabling secure storage and access of Oracle endpoint authentication details.\n\nUse cases: Secure credential storage; Oracle authentication; Secrets Manager integration; Database connection security; Credential management\n\nAWS: AWS Secrets Manager secret ARN containing Oracle endpoint connection details and credentials\n\nValidation: Must be valid Secrets Manager secret ARN; required for secure Oracle endpoint credential management and authentication",
6751
6617
  "stability": "experimental",
6752
- "summary": "Q-ENHANCED-PROPERTY Required Secrets Manager secret ARN containing Oracle endpoint connection details for secure credential management."
6618
+ "summary": "Secrets Manager secret ARN containing Oracle endpoint connection details for secure credential management."
6753
6619
  },
6754
6620
  "immutable": true,
6755
6621
  "locationInModule": {
6756
6622
  "filename": "lib/endpoint.ts",
6757
- "line": 344
6623
+ "line": 78
6758
6624
  },
6759
6625
  "name": "secretsManagerSecretArn",
6760
6626
  "type": {
@@ -6764,14 +6630,13 @@
6764
6630
  {
6765
6631
  "abstract": true,
6766
6632
  "docs": {
6767
- "remarks": "Controls whether DMS accesses redo logs directly or through specified path prefix replacement, affecting change data capture performance and configuration for Oracle database replication.\n\nUse cases: RDS Oracle configuration; Change data capture optimization; Direct file access control; Performance tuning; Oracle replication setup\n\nAWS: AWS DMS Oracle endpoint accessAlternateDirectly setting for redo log access configuration\n\nValidation: Must be boolean value if provided; affects Oracle change data capture behavior and performance",
6768
6633
  "stability": "experimental",
6769
- "summary": "Q-ENHANCED-PROPERTY Optional flag to disable Binary Reader access to redo logs through direct file access for Oracle RDS sources."
6634
+ "summary": "Flag to disable Binary Reader access to redo logs through direct file access for Oracle RDS sources."
6770
6635
  },
6771
6636
  "immutable": true,
6772
6637
  "locationInModule": {
6773
6638
  "filename": "lib/endpoint.ts",
6774
- "line": 91
6639
+ "line": 32
6775
6640
  },
6776
6641
  "name": "accessAlternateDirectly",
6777
6642
  "optional": true,
@@ -6782,14 +6647,13 @@
6782
6647
  {
6783
6648
  "abstract": true,
6784
6649
  "docs": {
6785
- "remarks": "Specifies the destination for archive redo logs in switchover situations where the previous primary instance becomes standby, enabling continuous replication during Oracle database role changes.\n\nUse cases: Oracle switchover; High availability; Standby database configuration; Archive log management; Disaster recovery\n\nAWS: AWS DMS Oracle endpoint additionalArchivedLogDestId for switchover archive log destination\n\nValidation: Must be valid integer destination ID if provided; used for Oracle switchover scenarios and archive log management",
6786
6650
  "stability": "experimental",
6787
- "summary": "Q-ENHANCED-PROPERTY Optional additional archived log destination ID for Oracle primary/standby switchover scenarios."
6651
+ "summary": "Additional archived log destination ID for Oracle primary/standby switchover scenarios."
6788
6652
  },
6789
6653
  "immutable": true,
6790
6654
  "locationInModule": {
6791
6655
  "filename": "lib/endpoint.ts",
6792
- "line": 102
6656
+ "line": 34
6793
6657
  },
6794
6658
  "name": "additionalArchivedLogDestId",
6795
6659
  "optional": true,
@@ -6800,14 +6664,13 @@
6800
6664
  {
6801
6665
  "abstract": true,
6802
6666
  "docs": {
6803
- "remarks": "Enables PRIMARY KEY supplemental logging on all selected tables for migration, providing necessary change data capture information while requiring database-level supplemental logging to be enabled separately.\n\nUse cases: Supplemental logging; Change data capture; Table-level logging; Oracle migration; Primary key tracking\n\nAWS: AWS DMS Oracle endpoint addSupplementalLogging for table-level supplemental logging configuration\n\nValidation: Must be boolean value if provided; requires database-level supplemental logging to be enabled for proper operation",
6804
6667
  "stability": "experimental",
6805
- "summary": "Q-ENHANCED-PROPERTY Optional flag to enable table-level supplemental logging for Oracle database migration tasks."
6668
+ "summary": "Flag to enable table-level supplemental logging for Oracle database migration tasks."
6806
6669
  },
6807
6670
  "immutable": true,
6808
6671
  "locationInModule": {
6809
6672
  "filename": "lib/endpoint.ts",
6810
- "line": 113
6673
+ "line": 36
6811
6674
  },
6812
6675
  "name": "addSupplementalLogging",
6813
6676
  "optional": true,
@@ -6818,14 +6681,13 @@
6818
6681
  {
6819
6682
  "abstract": true,
6820
6683
  "docs": {
6821
- "remarks": "Allows DMS to replicate Oracle tables containing columns with nested tables or user-defined types, enabling migration of complex Oracle database schemas with advanced data structures.\n\nUse cases: Complex schema migration; Nested table replication; User-defined types; Advanced Oracle features; Complex data structures\n\nAWS: AWS DMS Oracle endpoint allowSelectNestedTables for complex data type replication support\n\nValidation: Must be boolean value if provided; enables replication of Oracle nested tables and defined types",
6822
6684
  "stability": "experimental",
6823
- "summary": "Q-ENHANCED-PROPERTY Optional flag to enable replication of Oracle tables with nested tables or defined types for complex data structure migration."
6685
+ "summary": "Flag to enable replication of Oracle tables with nested tables or defined types for complex."
6824
6686
  },
6825
6687
  "immutable": true,
6826
6688
  "locationInModule": {
6827
6689
  "filename": "lib/endpoint.ts",
6828
- "line": 124
6690
+ "line": 38
6829
6691
  },
6830
6692
  "name": "allowSelectNestedTables",
6831
6693
  "optional": true,
@@ -6836,14 +6698,13 @@
6836
6698
  {
6837
6699
  "abstract": true,
6838
6700
  "docs": {
6839
- "remarks": "Specifies the destination ID for archived redo logs matching the dest_id column in v$archived_log view, optimizing performance by ensuring correct log access from the start of replication operations.\n\nUse cases: Archived log configuration; Performance optimization; Change data capture; Log destination management; Oracle replication tuning\n\nAWS: AWS DMS Oracle endpoint archivedLogDestId for archived redo log destination specification\n\nValidation: Must be valid integer matching Oracle v$archived_log dest_id; improves performance through correct log access",
6840
6701
  "stability": "experimental",
6841
- "summary": "Q-ENHANCED-PROPERTY Optional archived redo log destination ID for Oracle change data capture configuration."
6702
+ "summary": "Archived redo log destination ID for Oracle change data capture configuration."
6842
6703
  },
6843
6704
  "immutable": true,
6844
6705
  "locationInModule": {
6845
6706
  "filename": "lib/endpoint.ts",
6846
- "line": 135
6707
+ "line": 40
6847
6708
  },
6848
6709
  "name": "archivedLogDestId",
6849
6710
  "optional": true,
@@ -6854,14 +6715,13 @@
6854
6715
  {
6855
6716
  "abstract": true,
6856
6717
  "docs": {
6857
- "remarks": "When enabled, DMS accesses only archived redo logs, requiring ASM privileges if logs are stored on Automatic Storage Management, providing controlled access to Oracle change data.\n\nUse cases: Archived log only access; ASM storage; Controlled log access; Oracle security; Change data capture restriction\n\nAWS: AWS DMS Oracle endpoint archivedLogsOnly for restricted archived log access configuration\n\nValidation: Must be boolean value if provided; requires ASM privileges when archived logs are on ASM storage",
6858
6718
  "stability": "experimental",
6859
- "summary": "Q-ENHANCED-PROPERTY Optional flag to restrict DMS access to archived redo logs only for Oracle replication."
6719
+ "summary": "Flag to restrict DMS access to archived redo logs only for Oracle replication."
6860
6720
  },
6861
6721
  "immutable": true,
6862
6722
  "locationInModule": {
6863
6723
  "filename": "lib/endpoint.ts",
6864
- "line": 146
6724
+ "line": 42
6865
6725
  },
6866
6726
  "name": "archivedLogsOnly",
6867
6727
  "optional": true,
@@ -6872,14 +6732,13 @@
6872
6732
  {
6873
6733
  "abstract": true,
6874
6734
  "docs": {
6875
- "remarks": "Specifies the Automatic Storage Management server address for Oracle databases using ASM, enabling DMS Binary Reader access to Oracle databases with ASM storage for change data capture operations.\n\nUse cases: ASM configuration; Binary Reader setup; Oracle ASM access; Storage management; Change data capture with ASM\n\nAWS: AWS DMS Oracle endpoint asmServer for ASM server address configuration with Binary Reader\n\nValidation: Must be valid ASM server address if provided; required for Oracle databases using ASM storage with Binary Reader",
6876
6735
  "stability": "experimental",
6877
- "summary": "Q-ENHANCED-PROPERTY Optional ASM server address for Oracle source endpoint Binary Reader configuration."
6736
+ "summary": "ASM server address for Oracle source endpoint Binary Reader configuration."
6878
6737
  },
6879
6738
  "immutable": true,
6880
6739
  "locationInModule": {
6881
6740
  "filename": "lib/endpoint.ts",
6882
- "line": 157
6741
+ "line": 44
6883
6742
  },
6884
6743
  "name": "asmServer",
6885
6744
  "optional": true,
@@ -6890,14 +6749,13 @@
6890
6749
  {
6891
6750
  "abstract": true,
6892
6751
  "docs": {
6893
- "remarks": "Determines whether character column lengths are measured in bytes or characters, affecting data type mapping and character handling during Oracle database migration and replication operations.\n\nUse cases: Character encoding; Data type mapping; Character column handling; Oracle character semantics; Migration accuracy\n\nAWS: AWS DMS Oracle endpoint charLengthSemantics for character column length interpretation\n\nValidation: Must be 'CHAR' for character-based or default for byte-based; affects character column length calculation",
6894
6752
  "stability": "experimental",
6895
- "summary": "Q-ENHANCED-PROPERTY Optional character length semantics specification for Oracle character column interpretation."
6753
+ "summary": "Character length semantics specification for Oracle character column interpretation."
6896
6754
  },
6897
6755
  "immutable": true,
6898
6756
  "locationInModule": {
6899
6757
  "filename": "lib/endpoint.ts",
6900
- "line": 168
6758
+ "line": 46
6901
6759
  },
6902
6760
  "name": "charLengthSemantics",
6903
6761
  "optional": true,
@@ -6908,14 +6766,13 @@
6908
6766
  {
6909
6767
  "abstract": true,
6910
6768
  "docs": {
6911
- "remarks": "Increases commit rate on Oracle target databases by writing directly to tables without creating database log trails, improving performance for bulk data loading operations.\n\nUse cases: Performance optimization; Bulk loading; Direct path loading; Oracle target optimization; High-speed migration\n\nAWS: AWS DMS Oracle endpoint directPathNoLog for direct path loading without logging\n\nValidation: Must be boolean value if provided; improves performance but bypasses Oracle database logging mechanisms",
6912
6769
  "stability": "experimental",
6913
- "summary": "Q-ENHANCED-PROPERTY Optional flag to enable direct path loading without database logging for Oracle target performance optimization."
6770
+ "summary": "Flag to enable direct path loading without database logging for Oracle target performance optimization."
6914
6771
  },
6915
6772
  "immutable": true,
6916
6773
  "locationInModule": {
6917
6774
  "filename": "lib/endpoint.ts",
6918
- "line": 179
6775
+ "line": 48
6919
6776
  },
6920
6777
  "name": "directPathNoLog",
6921
6778
  "optional": true,
@@ -6926,14 +6783,13 @@
6926
6783
  {
6927
6784
  "abstract": true,
6928
6785
  "docs": {
6929
- "remarks": "Enables parallel load operations when useDirectPathFullLoad is set, requiring target tables without constraints or indexes for maximum performance during bulk data migration.\n\nUse cases: Parallel loading; Performance optimization; Bulk migration; Direct path loading; High-speed data transfer\n\nAWS: AWS DMS Oracle endpoint directPathParallelLoad for parallel loading with direct path full load\n\nValidation: Must be boolean value if provided; requires useDirectPathFullLoad enabled and target tables without constraints/indexes",
6930
6786
  "stability": "experimental",
6931
- "summary": "Q-ENHANCED-PROPERTY Optional flag to enable parallel loading when direct path full load is active for Oracle target performance optimization."
6787
+ "summary": "Flag to enable parallel loading when direct path full load is active for Oracle target."
6932
6788
  },
6933
6789
  "immutable": true,
6934
6790
  "locationInModule": {
6935
6791
  "filename": "lib/endpoint.ts",
6936
- "line": 190
6792
+ "line": 50
6937
6793
  },
6938
6794
  "name": "directPathParallelLoad",
6939
6795
  "optional": true,
@@ -6944,14 +6800,13 @@
6944
6800
  {
6945
6801
  "abstract": true,
6946
6802
  "docs": {
6947
- "remarks": "Creates existing tables and indexes under the same tablespace on the target database, maintaining Oracle tablespace organization and storage structure during migration operations.\n\nUse cases: Tablespace consistency; Oracle structure preservation; Storage organization; Database layout maintenance; Migration fidelity\n\nAWS: AWS DMS Oracle endpoint enableHomogenousTablespace for tablespace replication and consistency\n\nValidation: Must be boolean value if provided; maintains Oracle tablespace structure and organization on target database",
6948
6803
  "stability": "experimental",
6949
- "summary": "Q-ENHANCED-PROPERTY Optional flag to enable homogeneous tablespace replication for Oracle target database consistency."
6804
+ "summary": "Flag to enable homogeneous tablespace replication for Oracle target database consistency."
6950
6805
  },
6951
6806
  "immutable": true,
6952
6807
  "locationInModule": {
6953
6808
  "filename": "lib/endpoint.ts",
6954
- "line": 201
6809
+ "line": 52
6955
6810
  },
6956
6811
  "name": "enableHomogenousTablespace",
6957
6812
  "optional": true,
@@ -6962,14 +6817,13 @@
6962
6817
  {
6963
6818
  "abstract": true,
6964
6819
  "docs": {
6965
- "remarks": "Specifies multiple destinations for archived redo logs in primary-to-multiple-standby setups, enabling DMS to access correct archive logs during Oracle Data Guard switchover operations.\n\nUse cases: Data Guard switchover; Multiple standby configuration; Archive log management; High availability; Disaster recovery\n\nAWS: AWS DMS Oracle endpoint extraArchivedLogDestIds for multiple archived log destination configuration\n\nValidation: Must be array of valid integer destination IDs if provided; used with archivedLogDestId for switchover scenarios\n *",
6966
6820
  "stability": "experimental",
6967
- "summary": "Q-ENHANCED-PROPERTY Optional array of additional archived log destination IDs for Oracle Data Guard switchover scenarios."
6821
+ "summary": "Array of additional archived log destination IDs for Oracle Data Guard switchover scenarios."
6968
6822
  },
6969
6823
  "immutable": true,
6970
6824
  "locationInModule": {
6971
6825
  "filename": "lib/endpoint.ts",
6972
- "line": 212
6826
+ "line": 54
6973
6827
  },
6974
6828
  "name": "extraArchivedLogDestIds",
6975
6829
  "optional": true,
@@ -6985,14 +6839,13 @@
6985
6839
  {
6986
6840
  "abstract": true,
6987
6841
  "docs": {
6988
- "remarks": "Forces task failure instead of LOB data truncation when actual LOB size is greater than LobMaxSize in limited LOB mode, ensuring data integrity and preventing silent data loss.\n\nUse cases: Data integrity; LOB handling; Error handling; Data validation; Migration quality control\n\nAWS: AWS DMS Oracle endpoint failTasksOnLobTruncation for LOB size validation and error handling\n\nValidation: Must be boolean value if provided; causes task failure instead of LOB truncation when size limits exceeded",
6989
6842
  "stability": "experimental",
6990
- "summary": "Q-ENHANCED-PROPERTY Optional flag to cause task failure when LOB column size exceeds specified LobMaxSize limit."
6843
+ "summary": "Flag to cause task failure when LOB column size exceeds specified LobMaxSize limit."
6991
6844
  },
6992
6845
  "immutable": true,
6993
6846
  "locationInModule": {
6994
6847
  "filename": "lib/endpoint.ts",
6995
- "line": 223
6848
+ "line": 56
6996
6849
  },
6997
6850
  "name": "failTasksOnLobTruncation",
6998
6851
  "optional": true,
@@ -7003,14 +6856,13 @@
7003
6856
  {
7004
6857
  "abstract": true,
7005
6858
  "docs": {
7006
- "remarks": "Defines the scale for NUMBER data type conversion up to 38 or FLOAT, controlling precision and scale during Oracle numeric data migration with default precision 38, scale 10.\n\nUse cases: Numeric precision; Data type conversion; Oracle NUMBER handling; Precision control; Migration accuracy\n\nAWS: AWS DMS Oracle endpoint numberDatatypeScale for NUMBER data type conversion precision\n\nValidation: Must be integer between 0-38 or FLOAT if provided; controls Oracle NUMBER data type conversion precision and scale",
7007
6859
  "stability": "experimental",
7008
- "summary": "Q-ENHANCED-PROPERTY Optional number data type scale specification for Oracle NUMBER data type conversion precision."
6860
+ "summary": "Number data type scale specification for Oracle NUMBER data type conversion precision."
7009
6861
  },
7010
6862
  "immutable": true,
7011
6863
  "locationInModule": {
7012
6864
  "filename": "lib/endpoint.ts",
7013
- "line": 234
6865
+ "line": 58
7014
6866
  },
7015
6867
  "name": "numberDatatypeScale",
7016
6868
  "optional": true,
@@ -7021,14 +6873,13 @@
7021
6873
  {
7022
6874
  "abstract": true,
7023
6875
  "docs": {
7024
- "remarks": "Specifies the default Oracle root path for accessing redo logs when using Binary Reader for change data capture from Amazon RDS for Oracle sources, enabling proper redo log access and change data capture operations.\n\nUse cases: Binary Reader configuration; Redo log access; RDS Oracle sources; Change data capture; Path configuration\n\nAWS: AWS DMS Oracle endpoint oraclePathPrefix for Binary Reader redo log access path specification\n\nValidation: Must be valid Oracle path string if provided; required for Binary Reader access to RDS Oracle redo logs",
7025
6876
  "stability": "experimental",
7026
- "summary": "Q-ENHANCED-PROPERTY Optional Oracle path prefix for Binary Reader redo log access configuration."
6877
+ "summary": "Oracle path prefix for Binary Reader redo log access configuration."
7027
6878
  },
7028
6879
  "immutable": true,
7029
6880
  "locationInModule": {
7030
6881
  "filename": "lib/endpoint.ts",
7031
- "line": 245
6882
+ "line": 60
7032
6883
  },
7033
6884
  "name": "oraclePathPrefix",
7034
6885
  "optional": true,
@@ -7039,14 +6890,13 @@
7039
6890
  {
7040
6891
  "abstract": true,
7041
6892
  "docs": {
7042
- "remarks": "Configures the number of threads (2-8) for CDC load operations using Oracle Automatic Storage Management, working with readAheadBlocks for optimized ASM performance during change data capture.\n\nUse cases: ASM performance; CDC optimization; Thread configuration; Parallel processing; Oracle ASM tuning\n\nAWS: AWS DMS Oracle endpoint parallelAsmReadThreads for ASM CDC performance optimization\n\nValidation: Must be integer between 2-8 if provided; used with readAheadBlocks for ASM performance tuning",
7043
6893
  "stability": "experimental",
7044
- "summary": "Q-ENHANCED-PROPERTY Optional number of parallel ASM read threads for Oracle change data capture performance optimization."
6894
+ "summary": "Number of parallel ASM read threads for Oracle change data capture performance optimization."
7045
6895
  },
7046
6896
  "immutable": true,
7047
6897
  "locationInModule": {
7048
6898
  "filename": "lib/endpoint.ts",
7049
- "line": 256
6899
+ "line": 62
7050
6900
  },
7051
6901
  "name": "parallelAsmReadThreads",
7052
6902
  "optional": true,
@@ -7057,14 +6907,13 @@
7057
6907
  {
7058
6908
  "abstract": true,
7059
6909
  "docs": {
7060
- "remarks": "Configures read-ahead blocks (1000-200000) for CDC load operations using Oracle Automatic Storage Management, working with parallelAsmReadThreads for optimized ASM performance during change data capture.\n\nUse cases: ASM performance; CDC optimization; Block configuration; Read-ahead tuning; Oracle ASM optimization\n\nAWS: AWS DMS Oracle endpoint readAheadBlocks for ASM CDC read-ahead performance optimization\n\nValidation: Must be integer between 1000-200000 if provided; used with parallelAsmReadThreads for ASM performance tuning",
7061
6910
  "stability": "experimental",
7062
- "summary": "Q-ENHANCED-PROPERTY Optional number of read-ahead blocks for Oracle ASM change data capture performance optimization."
6911
+ "summary": "Number of read-ahead blocks for Oracle ASM change data capture performance optimization."
7063
6912
  },
7064
6913
  "immutable": true,
7065
6914
  "locationInModule": {
7066
6915
  "filename": "lib/endpoint.ts",
7067
- "line": 267
6916
+ "line": 64
7068
6917
  },
7069
6918
  "name": "readAheadBlocks",
7070
6919
  "optional": true,
@@ -7075,14 +6924,13 @@
7075
6924
  {
7076
6925
  "abstract": true,
7077
6926
  "docs": {
7078
- "remarks": "Enables DMS to read and replicate tablespace information during Oracle database migration, supporting tablespace-aware migration and maintaining Oracle storage organization on target databases.\n\nUse cases: Tablespace replication; Storage organization; Oracle structure preservation; Tablespace awareness; Migration fidelity\n\nAWS: AWS DMS Oracle endpoint readTableSpaceName for tablespace replication and organization support\n\nValidation: Must be boolean value if provided; enables tablespace name reading and replication during Oracle migration",
7079
6927
  "stability": "experimental",
7080
- "summary": "Q-ENHANCED-PROPERTY Optional flag to enable tablespace name reading for Oracle tablespace replication support."
6928
+ "summary": "Flag to enable tablespace name reading for Oracle tablespace replication support."
7081
6929
  },
7082
6930
  "immutable": true,
7083
6931
  "locationInModule": {
7084
6932
  "filename": "lib/endpoint.ts",
7085
- "line": 278
6933
+ "line": 66
7086
6934
  },
7087
6935
  "name": "readTableSpaceName",
7088
6936
  "optional": true,
@@ -7093,14 +6941,13 @@
7093
6941
  {
7094
6942
  "abstract": true,
7095
6943
  "docs": {
7096
- "remarks": "Instructs DMS to replace the default Oracle root with usePathPrefix setting for redo log access when using Binary Reader for change data capture from Amazon RDS for Oracle sources.\n\nUse cases: Path replacement; Binary Reader configuration; RDS Oracle access; Redo log path management; Change data capture setup\n\nAWS: AWS DMS Oracle endpoint replacePathPrefix for Binary Reader path replacement configuration\n\nValidation: Must be boolean value if provided; enables path prefix replacement for Binary Reader redo log access",
7097
6944
  "stability": "experimental",
7098
- "summary": "Q-ENHANCED-PROPERTY Optional flag to enable path prefix replacement for Binary Reader redo log access."
6945
+ "summary": "Flag to enable path prefix replacement for Binary Reader redo log access."
7099
6946
  },
7100
6947
  "immutable": true,
7101
6948
  "locationInModule": {
7102
6949
  "filename": "lib/endpoint.ts",
7103
- "line": 289
6950
+ "line": 68
7104
6951
  },
7105
6952
  "name": "replacePathPrefix",
7106
6953
  "optional": true,
@@ -7111,14 +6958,13 @@
7111
6958
  {
7112
6959
  "abstract": true,
7113
6960
  "docs": {
7114
- "remarks": "Specifies the wait time before resending queries to Oracle database, providing resilience and error recovery for Oracle database connectivity issues during migration and replication operations.\n\nUse cases: Connection resilience; Error recovery; Query retry; Oracle connectivity; Network reliability\n\nAWS: AWS DMS Oracle endpoint retryInterval for query retry timing and connection resilience\n\nValidation: Must be positive integer in seconds if provided; controls query retry timing for Oracle connection resilience",
7115
6961
  "stability": "experimental",
7116
- "summary": "Q-ENHANCED-PROPERTY Optional retry interval in seconds for Oracle connection query retry operations."
6962
+ "summary": "Retry interval in seconds for Oracle connection query retry operations."
7117
6963
  },
7118
6964
  "immutable": true,
7119
6965
  "locationInModule": {
7120
6966
  "filename": "lib/endpoint.ts",
7121
- "line": 300
6967
+ "line": 70
7122
6968
  },
7123
6969
  "name": "retryInterval",
7124
6970
  "optional": true,
@@ -7129,14 +6975,13 @@
7129
6975
  {
7130
6976
  "abstract": true,
7131
6977
  "docs": {
7132
- "remarks": "Specifies the IAM role with required permissions to access SecretsManagerSecret containing Oracle endpoint credentials, enabling secure credential management and access control for Oracle database connections.\n\nUse cases: Credential management; Secrets Manager integration; Secure access; IAM role configuration; Oracle authentication\n\nAWS: AWS IAM role ARN for Secrets Manager access to Oracle endpoint credentials and authentication\n\nValidation: Must be valid IAM role ARN if provided; requires iam:PassRole action and Secrets Manager access permissions",
7133
6978
  "stability": "experimental",
7134
- "summary": "Q-ENHANCED-PROPERTY Optional IAM role ARN for AWS Secrets Manager access to Oracle endpoint credentials."
6979
+ "summary": "IAM role ARN for AWS Secrets Manager access to Oracle endpoint credentials."
7135
6980
  },
7136
6981
  "immutable": true,
7137
6982
  "locationInModule": {
7138
6983
  "filename": "lib/endpoint.ts",
7139
- "line": 311
6984
+ "line": 72
7140
6985
  },
7141
6986
  "name": "secretsManagerAccessRoleArn",
7142
6987
  "optional": true,
@@ -7147,14 +6992,13 @@
7147
6992
  {
7148
6993
  "abstract": true,
7149
6994
  "docs": {
7150
- "remarks": "Specifies the IAM role with required permissions to access SecretsManagerOracleAsmSecret containing Oracle ASM connection details, enabling secure ASM credential management for Oracle endpoints with ASM storage.\n\nUse cases: ASM credential management; Secrets Manager integration; Oracle ASM access; Secure ASM authentication; Advanced storage configuration\n\nAWS: AWS IAM role ARN for Secrets Manager access to Oracle ASM credentials and authentication\n\nValidation: Must be valid IAM role ARN if provided; required for Oracle endpoints using ASM; mutually exclusive with clear-text ASM credentials",
7151
6995
  "stability": "experimental",
7152
- "summary": "Q-ENHANCED-PROPERTY Optional IAM role ARN for AWS Secrets Manager access to Oracle ASM credentials when using Advanced Storage Manager."
6996
+ "summary": "IAM role ARN for AWS Secrets Manager access to Oracle ASM credentials when using Advanced Storage Manager."
7153
6997
  },
7154
6998
  "immutable": true,
7155
6999
  "locationInModule": {
7156
7000
  "filename": "lib/endpoint.ts",
7157
- "line": 322
7001
+ "line": 74
7158
7002
  },
7159
7003
  "name": "secretsManagerOracleAsmAccessRoleArn",
7160
7004
  "optional": true,
@@ -7165,14 +7009,13 @@
7165
7009
  {
7166
7010
  "abstract": true,
7167
7011
  "docs": {
7168
- "remarks": "Specifies the full ARN of the secret containing Oracle ASM connection information, enabling secure storage and access of ASM credentials for Oracle endpoints using Advanced Storage Manager.\n\nUse cases: ASM secret storage; Secure ASM credentials; Oracle ASM configuration; Advanced storage authentication; Secret management\n\nAWS: AWS Secrets Manager secret ARN containing Oracle ASM connection details and credentials\n\nValidation: Must be valid Secrets Manager secret ARN if provided; required for Oracle endpoints using ASM with Secrets Manager",
7169
7012
  "stability": "experimental",
7170
- "summary": "Q-ENHANCED-PROPERTY Optional Secrets Manager secret ARN containing Oracle ASM connection details for Advanced Storage Manager endpoints."
7013
+ "summary": "Secrets Manager secret ARN containing Oracle ASM connection details for Advanced Storage Manager endpoints."
7171
7014
  },
7172
7015
  "immutable": true,
7173
7016
  "locationInModule": {
7174
7017
  "filename": "lib/endpoint.ts",
7175
- "line": 333
7018
+ "line": 76
7176
7019
  },
7177
7020
  "name": "secretsManagerOracleAsmSecretArn",
7178
7021
  "optional": true,
@@ -7183,14 +7026,13 @@
7183
7026
  {
7184
7027
  "abstract": true,
7185
7028
  "docs": {
7186
- "remarks": "Specifies the KMS key used to encrypt the credentials secret, providing additional encryption layer for Oracle endpoint authentication information stored in AWS Secrets Manager.\n\nUse cases: Credential encryption; KMS integration; Enhanced security; Secret encryption; Oracle credential protection\n\nAWS: AWS KMS key ARN for encrypting Secrets Manager secret containing Oracle endpoint credentials\n\nValidation: Must be valid KMS key ARN if provided; provides additional encryption for Oracle credentials in Secrets Manager",
7187
7029
  "stability": "experimental",
7188
- "summary": "Q-ENHANCED-PROPERTY Optional KMS key ARN for encrypting Oracle endpoint credentials secret in Secrets Manager."
7030
+ "summary": "KMS key ARN for encrypting Oracle endpoint credentials secret in Secrets Manager."
7189
7031
  },
7190
7032
  "immutable": true,
7191
7033
  "locationInModule": {
7192
7034
  "filename": "lib/endpoint.ts",
7193
- "line": 355
7035
+ "line": 80
7194
7036
  },
7195
7037
  "name": "secretsManagerSecretKMSArn",
7196
7038
  "optional": true,
@@ -7201,14 +7043,13 @@
7201
7043
  {
7202
7044
  "abstract": true,
7203
7045
  "docs": {
7204
- "remarks": "Specifies a custom function to handle spatial data conversion, defaulting to SDO2GEOJSON function if available, enabling proper handling of Oracle spatial data types during migration operations.\n\nUse cases: Spatial data conversion; GEOJSON transformation; Oracle spatial types; Custom function usage; Spatial data migration\n\nAWS: AWS DMS Oracle endpoint spatial data conversion function for SDO_GEOMETRY to GEOJSON transformation\n\nValidation: Must be valid Oracle function name if provided; function must be accessible and mimic SDO2GEOJSON operation",
7205
7046
  "stability": "experimental",
7206
- "summary": "Q-ENHANCED-PROPERTY Optional custom function name for converting Oracle SDO_GEOMETRY to GEOJSON format during spatial data migration."
7047
+ "summary": "Custom function name for converting Oracle SDO_GEOMETRY to GEOJSON format during spatial data migration."
7207
7048
  },
7208
7049
  "immutable": true,
7209
7050
  "locationInModule": {
7210
7051
  "filename": "lib/endpoint.ts",
7211
- "line": 366
7052
+ "line": 82
7212
7053
  },
7213
7054
  "name": "spatialDataOptionToGeoJsonFunctionName",
7214
7055
  "optional": true,
@@ -7219,14 +7060,13 @@
7219
7060
  {
7220
7061
  "abstract": true,
7221
7062
  "docs": {
7222
- "remarks": "Specifies the time lag between primary and standby databases when using Oracle Active Data Guard standby as CDC source, enabling replication from standby instances without impacting production databases.\n\nUse cases: Active Data Guard; Standby replication; Production isolation; CDC from standby; Database synchronization delay\n\nAWS: AWS DMS Oracle endpoint standby delay configuration for Active Data Guard standby database replication\n\nValidation: Must be positive integer in minutes if provided; controls synchronization delay for Active Data Guard standby sources",
7223
7063
  "stability": "experimental",
7224
- "summary": "Q-ENHANCED-PROPERTY Optional standby delay time in minutes for Oracle Active Data Guard standby database synchronization."
7064
+ "summary": "Standby delay time in minutes for Oracle Active Data Guard standby database synchronization."
7225
7065
  },
7226
7066
  "immutable": true,
7227
7067
  "locationInModule": {
7228
7068
  "filename": "lib/endpoint.ts",
7229
- "line": 377
7069
+ "line": 84
7230
7070
  },
7231
7071
  "name": "standbyDelayTime",
7232
7072
  "optional": true,
@@ -7237,14 +7077,13 @@
7237
7077
  {
7238
7078
  "abstract": true,
7239
7079
  "docs": {
7240
- "remarks": "Instructs DMS Binary Reader to use specified prefix replacement for accessing online redo logs, enabling proper change data capture from Amazon RDS for Oracle databases with custom redo log configurations.\n\nUse cases: Binary Reader configuration; Online redo log access; RDS Oracle sources; Prefix replacement; Change data capture optimization\n\nAWS: AWS DMS Oracle endpoint useAlternateFolderForOnline for Binary Reader online redo log access configuration\n\nValidation: Must be boolean value if provided; enables alternate folder usage for Binary Reader online redo log access",
7241
7080
  "stability": "experimental",
7242
- "summary": "Q-ENHANCED-PROPERTY Optional flag to enable alternate folder usage for online redo logs with Binary Reader for Oracle RDS sources."
7081
+ "summary": "Flag to enable alternate folder usage for online redo logs with Binary Reader for Oracle RDS sources."
7243
7082
  },
7244
7083
  "immutable": true,
7245
7084
  "locationInModule": {
7246
7085
  "filename": "lib/endpoint.ts",
7247
- "line": 388
7086
+ "line": 86
7248
7087
  },
7249
7088
  "name": "useAlternateFolderForOnline",
7250
7089
  "optional": true,
@@ -7255,14 +7094,13 @@
7255
7094
  {
7256
7095
  "abstract": true,
7257
7096
  "docs": {
7258
- "remarks": "Enables Binary Reader for change data capture requiring UseLogminerReader to be disabled, providing alternative method for accessing Oracle redo logs with additional configuration for RDS Oracle sources and ASM environments.\n\nUse cases: Binary Reader CDC; Alternative log access; Oracle ASM support; RDS Oracle configuration; Change data capture method selection\n\nAWS: AWS DMS Oracle endpoint useBFile for Binary Reader utility change data capture configuration\n\nValidation: Must be boolean value if provided; requires UseLogminerReader set to false; additional attributes needed for RDS Oracle",
7259
7097
  "stability": "experimental",
7260
- "summary": "Q-ENHANCED-PROPERTY Optional flag to enable Binary Reader utility for Oracle change data capture operations."
7098
+ "summary": "Flag to enable Binary Reader utility for Oracle change data capture operations."
7261
7099
  },
7262
7100
  "immutable": true,
7263
7101
  "locationInModule": {
7264
7102
  "filename": "lib/endpoint.ts",
7265
- "line": 399
7103
+ "line": 88
7266
7104
  },
7267
7105
  "name": "useBFile",
7268
7106
  "optional": true,
@@ -7273,14 +7111,13 @@
7273
7111
  {
7274
7112
  "abstract": true,
7275
7113
  "docs": {
7276
- "remarks": "Uses Oracle Call Interface (OCI) direct path protocol for bulk-loading Oracle target tables during full load operations, providing improved performance for large data migration scenarios.\n\nUse cases: Performance optimization; Bulk loading; Full load acceleration; Oracle target optimization; Large data migration\n\nAWS: AWS DMS Oracle endpoint useDirectPathFullLoad for direct path protocol bulk loading optimization\n\nValidation: Must be boolean value if provided; enables OCI direct path protocol for bulk-loading Oracle target tables",
7277
7114
  "stability": "experimental",
7278
- "summary": "Q-ENHANCED-PROPERTY Optional flag to enable direct path full load for Oracle target database performance optimization."
7115
+ "summary": "Flag to enable direct path full load for Oracle target database performance optimization."
7279
7116
  },
7280
7117
  "immutable": true,
7281
7118
  "locationInModule": {
7282
7119
  "filename": "lib/endpoint.ts",
7283
- "line": 410
7120
+ "line": 90
7284
7121
  },
7285
7122
  "name": "useDirectPathFullLoad",
7286
7123
  "optional": true,
@@ -7291,14 +7128,13 @@
7291
7128
  {
7292
7129
  "abstract": true,
7293
7130
  "docs": {
7294
- "remarks": "Controls whether to use LogMiner (default) or Binary Reader for accessing redo logs, with LogMiner being the standard method and Binary Reader requiring additional configuration for binary file access.\n\nUse cases: LogMiner CDC; Standard log access; Change data capture method; Oracle replication; Log access method selection\n\nAWS: AWS DMS Oracle endpoint useLogminerReader for LogMiner utility change data capture configuration\n\nValidation: Must be boolean value if provided; default true for LogMiner; set false to enable Binary Reader with useBFile",
7295
7131
  "stability": "experimental",
7296
- "summary": "Q-ENHANCED-PROPERTY Optional flag to enable Oracle LogMiner utility for change data capture operations (default method)."
7132
+ "summary": "Flag to enable Oracle LogMiner utility for change data capture operations (default method)."
7297
7133
  },
7298
7134
  "immutable": true,
7299
7135
  "locationInModule": {
7300
7136
  "filename": "lib/endpoint.ts",
7301
- "line": 421
7137
+ "line": 92
7302
7138
  },
7303
7139
  "name": "useLogminerReader",
7304
7140
  "optional": true,
@@ -7309,14 +7145,13 @@
7309
7145
  {
7310
7146
  "abstract": true,
7311
7147
  "docs": {
7312
- "remarks": "Specifies the path prefix to replace the default Oracle root for accessing redo logs when using Binary Reader for change data capture from Amazon RDS for Oracle databases.\n\nUse cases: Binary Reader configuration; Path replacement; RDS Oracle access; Redo log path management; Custom path configuration\n\nAWS: AWS DMS Oracle endpoint usePathPrefix for Binary Reader path prefix replacement configuration\n\nValidation: Must be valid path prefix string if provided; used with Binary Reader for RDS Oracle redo log access replacement",
7313
7148
  "stability": "experimental",
7314
- "summary": "Q-ENHANCED-PROPERTY Optional path prefix for Binary Reader redo log access replacement in Oracle RDS sources."
7149
+ "summary": "Path prefix for Binary Reader redo log access replacement in Oracle RDS sources."
7315
7150
  },
7316
7151
  "immutable": true,
7317
7152
  "locationInModule": {
7318
7153
  "filename": "lib/endpoint.ts",
7319
- "line": 432
7154
+ "line": 94
7320
7155
  },
7321
7156
  "name": "usePathPrefix",
7322
7157
  "optional": true,
@@ -7331,15 +7166,15 @@
7331
7166
  "assembly": "@aws-mdaa/dms-constructs",
7332
7167
  "datatype": true,
7333
7168
  "docs": {
7334
- "remarks": "Defines PostgreSQL-specific properties for Database Migration Service including advanced PostgreSQL features, replication settings, and PostgreSQL integration for open-source database migration workflows.\n\nUse cases: PostgreSQL migration; Open-source database migration; PostgreSQL connectivity; Advanced PostgreSQL features; Database replication; DMS PostgreSQL integration\n\nAWS: AWS DMS PostgreSQL endpoint configuration with PostgreSQL migration and open-source database capabilities\n\nValidation: Configuration must be valid for DMS migration; properties must conform to AWS DMS and database-specific requirements",
7169
+ "remarks": "Modified from the equivalent L1 Construct to prevent use of plaintext credentials and enforce use of KMS encryption.\nThis information includes the output format of records applied to the endpoint and details of transaction and control table data information. For information about other available settings, see [Extra connection attributes when using PostgreSQL as a source for AWS DMS](https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.PostgreSQL.html#CHAP_Source.PostgreSQL.ConnectionAttrib) and [Extra connection attributes when using PostgreSQL as a target for AWS DMS](https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.PostgreSQL.html#CHAP_Target.PostgreSQL.ConnectionAttrib) in the *AWS Database Migration Service User Guide* .",
7335
7170
  "stability": "experimental",
7336
- "summary": "Q-ENHANCED-INTERFACE PostgreSQL settings configuration interface for DMS providing PostgreSQL migration and open-source database capabilities."
7171
+ "summary": "Provides information that defines a PostgreSQL endpoint."
7337
7172
  },
7338
7173
  "fqn": "@aws-mdaa/dms-constructs.PostgreSqlSettingsProperty",
7339
7174
  "kind": "interface",
7340
7175
  "locationInModule": {
7341
7176
  "filename": "lib/endpoint.ts",
7342
- "line": 2186
7177
+ "line": 554
7343
7178
  },
7344
7179
  "name": "PostgreSqlSettingsProperty",
7345
7180
  "properties": [
@@ -7353,7 +7188,7 @@
7353
7188
  "immutable": true,
7354
7189
  "locationInModule": {
7355
7190
  "filename": "lib/endpoint.ts",
7356
- "line": 2303
7191
+ "line": 617
7357
7192
  },
7358
7193
  "name": "secretsManagerSecretArn",
7359
7194
  "type": {
@@ -7363,14 +7198,13 @@
7363
7198
  {
7364
7199
  "abstract": true,
7365
7200
  "docs": {
7366
- "remarks": "Provides custom SQL commands that run immediately after DMS connects to the PostgreSQL database, commonly used to bypass foreign keys and triggers during bulk loading for improved migration performance.\n\nUse cases: CDC performance optimization; Constraint bypassing; Custom connection setup; Migration performance tuning; Bulk load optimization\n\nAWS: AWS DMS PostgreSQL after-connect script for CDC optimization and custom connection configuration\n\nValidation: Must be valid SQL script if provided; commonly used for session configuration; optional for connection customization",
7367
7201
  "stability": "experimental",
7368
- "summary": "Q-ENHANCED-PROPERTY Optional SQL script executed after connecting to PostgreSQL source for change data capture (CDC) optimization enabling performance tuning and constraint bypassing."
7202
+ "summary": "SQL script executed after connecting to PostgreSQL source for change data capture (CDC)."
7369
7203
  },
7370
7204
  "immutable": true,
7371
7205
  "locationInModule": {
7372
7206
  "filename": "lib/endpoint.ts",
7373
- "line": 2197
7207
+ "line": 556
7374
7208
  },
7375
7209
  "name": "afterConnectScript",
7376
7210
  "optional": true,
@@ -7381,14 +7215,13 @@
7381
7215
  {
7382
7216
  "abstract": true,
7383
7217
  "docs": {
7384
- "remarks": "Specifies the database name when using Babelfish for Aurora PostgreSQL, which provides SQL Server compatibility on top of PostgreSQL for cross-database migration scenarios.\n\nUse cases: Babelfish database access; SQL Server compatibility; Aurora PostgreSQL with Babelfish; Cross-database migration; SQL Server to PostgreSQL migration\n\nAWS: AWS DMS Babelfish for Aurora PostgreSQL database name for SQL Server compatibility layer access\n\nValidation: Must be valid database name if provided; used with Babelfish-enabled Aurora PostgreSQL; optional for Babelfish configuration",
7385
7218
  "stability": "experimental",
7386
- "summary": "Q-ENHANCED-PROPERTY Optional Babelfish for Aurora PostgreSQL database name for DMS endpoint configuration enabling SQL Server compatibility layer access."
7219
+ "summary": "Babelfish for Aurora PostgreSQL database name for DMS endpoint configuration enabling SQL."
7387
7220
  },
7388
7221
  "immutable": true,
7389
7222
  "locationInModule": {
7390
7223
  "filename": "lib/endpoint.ts",
7391
- "line": 2208
7224
+ "line": 558
7392
7225
  },
7393
7226
  "name": "babelfishDatabaseName",
7394
7227
  "optional": true,
@@ -7399,14 +7232,13 @@
7399
7232
  {
7400
7233
  "abstract": true,
7401
7234
  "docs": {
7402
- "remarks": "Controls whether DMS will capture DDL events by creating artifacts in the PostgreSQL database, allowing schema changes to be tracked and replicated during migration operations.\n\nUse cases: DDL event capture; Schema change tracking; DDL replication; Database schema migration; Change data capture\n\nAWS: AWS DMS PostgreSQL DDL capture for schema change tracking and DDL event replication\n\nValidation: Must be boolean value if provided; optional for DDL capture control",
7403
7235
  "stability": "experimental",
7404
- "summary": "Q-ENHANCED-PROPERTY Optional boolean flag to enable DDL event capture for PostgreSQL DMS migration enabling schema change tracking and replication."
7236
+ "summary": "Boolean flag to enable DDL event capture for PostgreSQL DMS migration enabling schema."
7405
7237
  },
7406
7238
  "immutable": true,
7407
7239
  "locationInModule": {
7408
7240
  "filename": "lib/endpoint.ts",
7409
- "line": 2219
7241
+ "line": 560
7410
7242
  },
7411
7243
  "name": "captureDdls",
7412
7244
  "optional": true,
@@ -7417,14 +7249,13 @@
7417
7249
  {
7418
7250
  "abstract": true,
7419
7251
  "docs": {
7420
- "remarks": "Defines the default behavior for handling PostgreSQL-compatible endpoints such as Babelfish endpoints that require specific configuration and compatibility settings.\n\nUse cases: PostgreSQL-compatible endpoint handling; Babelfish endpoint configuration; Specialized database modes; Endpoint compatibility; Database-specific settings\n\nAWS: AWS DMS PostgreSQL database mode for PostgreSQL-compatible endpoint handling and specialized configuration\n\nValidation: Must be valid database mode string if provided; optional for specialized endpoint configuration",
7421
7252
  "stability": "experimental",
7422
- "summary": "Q-ENHANCED-PROPERTY Optional database mode specification for PostgreSQL-compatible endpoints requiring additional configuration enabling specialized endpoint handling."
7253
+ "summary": "Database mode specification for PostgreSQL-compatible endpoints requiring additional."
7423
7254
  },
7424
7255
  "immutable": true,
7425
7256
  "locationInModule": {
7426
7257
  "filename": "lib/endpoint.ts",
7427
- "line": 2230
7258
+ "line": 562
7428
7259
  },
7429
7260
  "name": "databaseMode",
7430
7261
  "optional": true,
@@ -7442,7 +7273,7 @@
7442
7273
  "immutable": true,
7443
7274
  "locationInModule": {
7444
7275
  "filename": "lib/endpoint.ts",
7445
- "line": 2236
7276
+ "line": 568
7446
7277
  },
7447
7278
  "name": "ddlArtifactsSchema",
7448
7279
  "optional": true,
@@ -7460,7 +7291,7 @@
7460
7291
  "immutable": true,
7461
7292
  "locationInModule": {
7462
7293
  "filename": "lib/endpoint.ts",
7463
- "line": 2242
7294
+ "line": 574
7464
7295
  },
7465
7296
  "name": "executeTimeout",
7466
7297
  "optional": true,
@@ -7478,7 +7309,7 @@
7478
7309
  "immutable": true,
7479
7310
  "locationInModule": {
7480
7311
  "filename": "lib/endpoint.ts",
7481
- "line": 2248
7312
+ "line": 580
7482
7313
  },
7483
7314
  "name": "failTasksOnLobTruncation",
7484
7315
  "optional": true,
@@ -7489,14 +7320,13 @@
7489
7320
  {
7490
7321
  "abstract": true,
7491
7322
  "docs": {
7492
- "remarks": "Enables write-ahead log heartbeat that mimics dummy transactions to keep restart_lsn moving and prevent idle logical replication slots from holding old WAL logs.\n\nUse cases: WAL heartbeat management; Storage full prevention; Replication slot maintenance; Logical replication optimization; WAL log management\n\nAWS: AWS DMS PostgreSQL WAL heartbeat for replication slot maintenance and storage optimization\n\nValidation: Must be boolean value if provided; optional for WAL heartbeat control",
7493
7323
  "stability": "experimental",
7494
- "summary": "Q-ENHANCED-PROPERTY Optional boolean flag to enable WAL heartbeat feature for PostgreSQL DMS migration preventing storage full scenarios and maintaining replication slot health."
7324
+ "summary": "Boolean flag to enable WAL heartbeat feature for PostgreSQL DMS migration preventing."
7495
7325
  },
7496
7326
  "immutable": true,
7497
7327
  "locationInModule": {
7498
7328
  "filename": "lib/endpoint.ts",
7499
- "line": 2259
7329
+ "line": 582
7500
7330
  },
7501
7331
  "name": "heartbeatEnable",
7502
7332
  "optional": true,
@@ -7507,14 +7337,13 @@
7507
7337
  {
7508
7338
  "abstract": true,
7509
7339
  "docs": {
7510
- "remarks": "Defines how frequently the WAL heartbeat feature will execute dummy transactions to maintain replication slot health and prevent storage issues.\n\nUse cases: Heartbeat frequency control; Replication optimization; WAL management timing; Storage optimization; Performance tuning\n\nAWS: AWS DMS PostgreSQL WAL heartbeat frequency for configurable replication slot maintenance timing\n\nValidation: Must be positive number in minutes if provided; optional for heartbeat frequency control",
7511
7340
  "stability": "experimental",
7512
- "summary": "Q-ENHANCED-PROPERTY Optional WAL heartbeat frequency in minutes for PostgreSQL DMS migration enabling configurable heartbeat timing and replication optimization."
7341
+ "summary": "WAL heartbeat frequency in minutes for PostgreSQL DMS migration enabling configurable."
7513
7342
  },
7514
7343
  "immutable": true,
7515
7344
  "locationInModule": {
7516
7345
  "filename": "lib/endpoint.ts",
7517
- "line": 2270
7346
+ "line": 584
7518
7347
  },
7519
7348
  "name": "heartbeatFrequency",
7520
7349
  "optional": true,
@@ -7532,7 +7361,7 @@
7532
7361
  "immutable": true,
7533
7362
  "locationInModule": {
7534
7363
  "filename": "lib/endpoint.ts",
7535
- "line": 2275
7364
+ "line": 589
7536
7365
  },
7537
7366
  "name": "heartbeatSchema",
7538
7367
  "optional": true,
@@ -7550,7 +7379,7 @@
7550
7379
  "immutable": true,
7551
7380
  "locationInModule": {
7552
7381
  "filename": "lib/endpoint.ts",
7553
- "line": 2281
7382
+ "line": 595
7554
7383
  },
7555
7384
  "name": "mapBooleanAsBoolean",
7556
7385
  "optional": true,
@@ -7567,7 +7396,7 @@
7567
7396
  "immutable": true,
7568
7397
  "locationInModule": {
7569
7398
  "filename": "lib/endpoint.ts",
7570
- "line": 2287
7399
+ "line": 601
7571
7400
  },
7572
7401
  "name": "maxFileSize",
7573
7402
  "optional": true,
@@ -7585,7 +7414,7 @@
7585
7414
  "immutable": true,
7586
7415
  "locationInModule": {
7587
7416
  "filename": "lib/endpoint.ts",
7588
- "line": 2292
7417
+ "line": 606
7589
7418
  },
7590
7419
  "name": "pluginName",
7591
7420
  "optional": true,
@@ -7603,7 +7432,7 @@
7603
7432
  "immutable": true,
7604
7433
  "locationInModule": {
7605
7434
  "filename": "lib/endpoint.ts",
7606
- "line": 2298
7435
+ "line": 612
7607
7436
  },
7608
7437
  "name": "secretsManagerAccessRoleArn",
7609
7438
  "optional": true,
@@ -7620,7 +7449,7 @@
7620
7449
  "immutable": true,
7621
7450
  "locationInModule": {
7622
7451
  "filename": "lib/endpoint.ts",
7623
- "line": 2307
7452
+ "line": 621
7624
7453
  },
7625
7454
  "name": "secretsManagerSecretKMSArn",
7626
7455
  "optional": true,
@@ -7638,7 +7467,7 @@
7638
7467
  "immutable": true,
7639
7468
  "locationInModule": {
7640
7469
  "filename": "lib/endpoint.ts",
7641
- "line": 2314
7470
+ "line": 628
7642
7471
  },
7643
7472
  "name": "slotName",
7644
7473
  "optional": true,
@@ -7653,29 +7482,28 @@
7653
7482
  "assembly": "@aws-mdaa/dms-constructs",
7654
7483
  "datatype": true,
7655
7484
  "docs": {
7656
- "remarks": "Defines Redshift-specific properties for Database Migration Service including data loading configuration, S3 integration, and Redshift optimization for data warehouse migration workflows.\n\nUse cases: Data warehouse migration; Redshift integration; Bulk data loading; Data warehouse workflows; S3 staging; DMS Redshift integration\n\nAWS: AWS DMS Redshift endpoint configuration with data warehouse integration and bulk loading optimization\n\nValidation: Configuration must be valid for DMS migration; properties must conform to AWS DMS and Redshift-specific requirements",
7485
+ "remarks": "Modified from the equivalent L1 Construct to prevent use of plaintext credentials and enforce use of KMS encryption.\nThis 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 Amazon Redshift as a target for AWS DMS](https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Redshift.html#CHAP_Target.Redshift.ConnectionAttrib) in the *AWS Database Migration Service User Guide* .",
7657
7486
  "stability": "experimental",
7658
- "summary": "Q-ENHANCED-INTERFACE Redshift settings configuration interface for DMS providing data warehouse integration and bulk loading capabilities."
7487
+ "summary": "Provides information that defines an Amazon Redshift endpoint."
7659
7488
  },
7660
7489
  "fqn": "@aws-mdaa/dms-constructs.RedshiftSettingsProperty",
7661
7490
  "kind": "interface",
7662
7491
  "locationInModule": {
7663
7492
  "filename": "lib/endpoint.ts",
7664
- "line": 1132
7493
+ "line": 241
7665
7494
  },
7666
7495
  "name": "RedshiftSettingsProperty",
7667
7496
  "properties": [
7668
7497
  {
7669
7498
  "abstract": true,
7670
7499
  "docs": {
7671
- "remarks": "Specifies the S3 bucket where CSV files are stored before uploading to Redshift cluster, serving as staging area for Redshift COPY operations and data warehouse loading workflows.\n\nUse cases: Data staging; S3 storage; CSV intermediate storage; Redshift loading; Data warehouse staging\n\nAWS: AWS S3 bucket name for DMS Redshift CSV file staging and data warehouse loading operations\n\nValidation: Must be valid S3 bucket name; required for Redshift endpoint configuration and CSV staging operations",
7672
7500
  "stability": "experimental",
7673
- "summary": "Q-ENHANCED-PROPERTY Required S3 bucket name for intermediate CSV file storage before Redshift data loading operations."
7501
+ "summary": "S3 bucket name for intermediate CSV file storage before Redshift data loading operations."
7674
7502
  },
7675
7503
  "immutable": true,
7676
7504
  "locationInModule": {
7677
7505
  "filename": "lib/endpoint.ts",
7678
- "line": 1176
7506
+ "line": 249
7679
7507
  },
7680
7508
  "name": "bucketName",
7681
7509
  "type": {
@@ -7685,14 +7513,13 @@
7685
7513
  {
7686
7514
  "abstract": true,
7687
7515
  "docs": {
7688
- "remarks": "Specifies the full ARN of the secret containing Redshift database connection information including credentials, enabling secure storage and access of Redshift endpoint authentication details.\n\nUse cases: Secure credential storage; Redshift authentication; Secrets Manager integration; Database connection security; Credential management\n\nAWS: AWS Secrets Manager secret ARN containing Redshift endpoint connection details and credentials\n\nValidation: Must be valid Secrets Manager secret ARN; required for secure Redshift endpoint credential management and authentication",
7689
7516
  "stability": "experimental",
7690
- "summary": "Q-ENHANCED-PROPERTY Required Secrets Manager secret ARN containing Redshift endpoint connection details for secure credential management."
7517
+ "summary": "Secrets Manager secret ARN containing Redshift endpoint connection details for secure credential management."
7691
7518
  },
7692
7519
  "immutable": true,
7693
7520
  "locationInModule": {
7694
7521
  "filename": "lib/endpoint.ts",
7695
- "line": 1341
7522
+ "line": 279
7696
7523
  },
7697
7524
  "name": "secretsManagerSecretArn",
7698
7525
  "type": {
@@ -7702,14 +7529,13 @@
7702
7529
  {
7703
7530
  "abstract": true,
7704
7531
  "docs": {
7705
- "remarks": "Specifies the AWS KMS key for encrypting S3 staging objects, requiring attached policy enabling IAM user permissions and key usage for secure data warehouse staging and compliance.\n\nUse cases: Data encryption; KMS integration; S3 security; Compliance requirements; Data protection\n\nAWS: AWS KMS key ID for S3 server-side encryption with customer-managed keys in Redshift staging\n\nValidation: Must be valid KMS key ID; required when EncryptionMode is SSE_KMS; requires proper IAM permissions and key policy",
7706
7532
  "stability": "experimental",
7707
- "summary": "Q-ENHANCED-PROPERTY Required KMS key ID for server-side encryption when using SSE_KMS encryption mode for Redshift S3 staging security."
7533
+ "summary": "KMS key ID for server-side encryption when using SSE_KMS encryption mode for Redshift S3 staging security."
7708
7534
  },
7709
7535
  "immutable": true,
7710
7536
  "locationInModule": {
7711
7537
  "filename": "lib/endpoint.ts",
7712
- "line": 1363
7538
+ "line": 283
7713
7539
  },
7714
7540
  "name": "serverSideEncryptionKmsKeyId",
7715
7541
  "type": {
@@ -7719,14 +7545,13 @@
7719
7545
  {
7720
7546
  "abstract": true,
7721
7547
  "docs": {
7722
- "remarks": "Enables loading of any date format including invalid formats like 00/00/00 00:00:00 without errors, with false default, requiring DATEFORMAT parameter for proper date handling.\n\nUse cases: Flexible date handling; Invalid date processing; Date format tolerance; Data warehouse loading; TIMESTAMP/DATE columns\n\nAWS: AWS DMS Redshift endpoint acceptAnyDate for flexible date format handling in data warehouse loading\n\nValidation: Must be boolean if provided; default false; applies only to TIMESTAMP and DATE columns; requires DATEFORMAT parameter",
7723
7548
  "stability": "experimental",
7724
- "summary": "Q-ENHANCED-PROPERTY Optional flag to allow any date format including invalid formats for flexible date handling in Redshift data warehouse."
7549
+ "summary": "Flag to allow any date format including invalid formats for flexible date handling in Redshift data warehouse."
7725
7550
  },
7726
7551
  "immutable": true,
7727
7552
  "locationInModule": {
7728
7553
  "filename": "lib/endpoint.ts",
7729
- "line": 1143
7554
+ "line": 243
7730
7555
  },
7731
7556
  "name": "acceptAnyDate",
7732
7557
  "optional": true,
@@ -7737,14 +7562,13 @@
7737
7562
  {
7738
7563
  "abstract": true,
7739
7564
  "docs": {
7740
- "remarks": "Provides custom initialization logic that runs after connection establishment to Redshift data warehouse, enabling database-specific setup and configuration for data warehouse operations.\n\nUse cases: Database initialization; Connection setup; Custom configuration; Post-connection tasks; Data warehouse preparation\n\nAWS: AWS DMS Redshift endpoint afterConnectScript for post-connection initialization and setup\n\nValidation: Must be valid SQL script code if provided; script content not filename; enables custom Redshift initialization",
7741
7565
  "stability": "experimental",
7742
- "summary": "Q-ENHANCED-PROPERTY Optional SQL script to execute after connecting to Redshift endpoint for initialization and setup tasks."
7566
+ "summary": "SQL script to execute after connecting to Redshift endpoint for initialization and setup tasks."
7743
7567
  },
7744
7568
  "immutable": true,
7745
7569
  "locationInModule": {
7746
7570
  "filename": "lib/endpoint.ts",
7747
- "line": 1154
7571
+ "line": 245
7748
7572
  },
7749
7573
  "name": "afterConnectScript",
7750
7574
  "optional": true,
@@ -7755,14 +7579,13 @@
7755
7579
  {
7756
7580
  "abstract": true,
7757
7581
  "docs": {
7758
- "remarks": "Specifies S3 folder where CSV files are stored before Redshift COPY operations, with full load using BucketFolder/TableID path and CDC using BucketFolder/NetChangesTableID path for organized data staging.\n\nUse cases: Data staging; S3 organization; CSV storage; Redshift COPY operations; Staged loading\n\nAWS: AWS S3 folder path for DMS Redshift CSV file staging and COPY operation organization\n\nValidation: Must be valid S3 folder path if provided; used for CSV staging before Redshift COPY operations",
7759
7582
  "stability": "experimental",
7760
- "summary": "Q-ENHANCED-PROPERTY Optional S3 folder for storing CSV files before uploading to Redshift cluster for staged data loading."
7583
+ "summary": "S3 folder for storing CSV files before uploading to Redshift cluster for staged data loading."
7761
7584
  },
7762
7585
  "immutable": true,
7763
7586
  "locationInModule": {
7764
7587
  "filename": "lib/endpoint.ts",
7765
- "line": 1165
7588
+ "line": 247
7766
7589
  },
7767
7590
  "name": "bucketFolder",
7768
7591
  "optional": true,
@@ -7773,14 +7596,13 @@
7773
7596
  {
7774
7597
  "abstract": true,
7775
7598
  "docs": {
7776
- "remarks": "Enables case-sensitive schema name support when Redshift is configured for case sensitivity with default false, ensuring proper schema name handling and data organization in data warehouse operations.\n\nUse cases: Case-sensitive schemas; Schema name precision; Data organization; Redshift configuration; Schema handling\n\nAWS: AWS DMS Redshift endpoint caseSensitiveNames for case-sensitive schema name handling\n\nValidation: Must be boolean if provided; default false; requires Redshift configured for case-sensitive schema names",
7777
7599
  "stability": "experimental",
7778
- "summary": "Q-ENHANCED-PROPERTY Optional flag to enable case-sensitive schema names in Redshift data warehouse for precise schema handling."
7600
+ "summary": "Flag to enable case-sensitive schema names in Redshift data warehouse for precise schema handling."
7779
7601
  },
7780
7602
  "immutable": true,
7781
7603
  "locationInModule": {
7782
7604
  "filename": "lib/endpoint.ts",
7783
- "line": 1187
7605
+ "line": 251
7784
7606
  },
7785
7607
  "name": "caseSensitiveNames",
7786
7608
  "optional": true,
@@ -7791,14 +7613,13 @@
7791
7613
  {
7792
7614
  "abstract": true,
7793
7615
  "docs": {
7794
- "remarks": "Enables automatic compression when table is empty even with existing encodings other than RAW, with true default, optimizing storage efficiency and query performance in data warehouse operations.\n\nUse cases: Storage optimization; Compression management; Performance tuning; Data warehouse optimization; Automatic encoding\n\nAWS: AWS DMS Redshift endpoint compUpdate for automatic compression and storage optimization\n\nValidation: Must be boolean if provided; default true; applies automatic compression to empty tables regardless of existing encodings",
7795
7616
  "stability": "experimental",
7796
- "summary": "Q-ENHANCED-PROPERTY Optional flag to enable automatic compression for empty Redshift tables for storage optimization."
7617
+ "summary": "Flag to enable automatic compression for empty Redshift tables for storage optimization."
7797
7618
  },
7798
7619
  "immutable": true,
7799
7620
  "locationInModule": {
7800
7621
  "filename": "lib/endpoint.ts",
7801
- "line": 1198
7622
+ "line": 253
7802
7623
  },
7803
7624
  "name": "compUpdate",
7804
7625
  "optional": true,
@@ -7809,14 +7630,13 @@
7809
7630
  {
7810
7631
  "abstract": true,
7811
7632
  "docs": {
7812
- "remarks": "Specifies the maximum time to wait for initial connection establishment to Redshift data warehouse, controlling connection reliability and timeout behavior for data warehouse connectivity.\n\nUse cases: Connection reliability; Timeout control; Network configuration; Connection management; Data warehouse connectivity\n\nAWS: AWS DMS Redshift endpoint connectionTimeout for connection establishment timeout control\n\nValidation: Must be positive integer in milliseconds if provided; controls initial connection timeout for Redshift endpoint",
7813
7633
  "stability": "experimental",
7814
- "summary": "Q-ENHANCED-PROPERTY Optional connection timeout in milliseconds for Redshift endpoint connection establishment."
7634
+ "summary": "Connection timeout in milliseconds for Redshift endpoint connection establishment."
7815
7635
  },
7816
7636
  "immutable": true,
7817
7637
  "locationInModule": {
7818
7638
  "filename": "lib/endpoint.ts",
7819
- "line": 1209
7639
+ "line": 255
7820
7640
  },
7821
7641
  "name": "connectionTimeout",
7822
7642
  "optional": true,
@@ -7827,14 +7647,13 @@
7827
7647
  {
7828
7648
  "abstract": true,
7829
7649
  "docs": {
7830
- "remarks": "Specifies date format with 'auto' for automatic recognition, custom format string in quotes, or NULL for default YYYY-MM-DD format, enabling flexible date parsing and data warehouse date handling.\n\nUse cases: Date format specification; Flexible date parsing; Data warehouse loading; Date handling; Format recognition\n\nAWS: AWS DMS Redshift endpoint dateFormat for date format specification and parsing control\n\nValidation: Must be 'auto', quoted format string, or NULL if provided; default YYYY-MM-DD; use 'auto' for mixed formats",
7831
7650
  "stability": "experimental",
7832
- "summary": "Q-ENHANCED-PROPERTY Optional date format specification for Redshift data loading and date handling."
7651
+ "summary": "Date format specification for Redshift data loading and date handling."
7833
7652
  },
7834
7653
  "immutable": true,
7835
7654
  "locationInModule": {
7836
7655
  "filename": "lib/endpoint.ts",
7837
- "line": 1220
7656
+ "line": 257
7838
7657
  },
7839
7658
  "name": "dateFormat",
7840
7659
  "optional": true,
@@ -7845,14 +7664,13 @@
7845
7664
  {
7846
7665
  "abstract": true,
7847
7666
  "docs": {
7848
- "remarks": "Enables migration of empty string fields as NULL values with true setting and false default, ensuring consistent null representation in Redshift data warehouse operations.\n\nUse cases: NULL handling; Empty string processing; Data consistency; Redshift migration; Field representation\n\nAWS: AWS DMS Redshift endpoint emptyAsNull for empty field NULL conversion and consistent data representation\n\nValidation: Must be boolean if provided; default false; converts empty CHAR/VARCHAR fields to NULL when true",
7849
7667
  "stability": "experimental",
7850
- "summary": "Q-ENHANCED-PROPERTY Optional flag to migrate empty CHAR and VARCHAR fields as NULL for consistent null handling."
7668
+ "summary": "Flag to migrate empty CHAR and VARCHAR fields as NULL for consistent null handling."
7851
7669
  },
7852
7670
  "immutable": true,
7853
7671
  "locationInModule": {
7854
7672
  "filename": "lib/endpoint.ts",
7855
- "line": 1231
7673
+ "line": 259
7856
7674
  },
7857
7675
  "name": "emptyAsNull",
7858
7676
  "optional": true,
@@ -7863,14 +7681,13 @@
7863
7681
  {
7864
7682
  "abstract": true,
7865
7683
  "docs": {
7866
- "remarks": "Enables tables with IDENTITY columns to use explicit values from source data files instead of auto-generated values, applicable only to full-load migration tasks.\n\nUse cases: IDENTITY column handling; Explicit value loading; Full-load migration; Source value preservation; Identity management\n\nAWS: AWS DMS Redshift endpoint explicitIds for IDENTITY column value override in full-load migration\n\nValidation: Must be boolean if provided; default false; applies only to full-load migration tasks with IDENTITY columns",
7867
7684
  "stability": "experimental",
7868
- "summary": "Q-ENHANCED-PROPERTY Optional flag to override auto-generated IDENTITY column values with explicit source values for full-load migration."
7685
+ "summary": "Flag to override auto-generated IDENTITY column values with explicit source values for full-load migration."
7869
7686
  },
7870
7687
  "immutable": true,
7871
7688
  "locationInModule": {
7872
7689
  "filename": "lib/endpoint.ts",
7873
- "line": 1242
7690
+ "line": 261
7874
7691
  },
7875
7692
  "name": "explicitIds",
7876
7693
  "optional": true,
@@ -7881,14 +7698,13 @@
7881
7698
  {
7882
7699
  "abstract": true,
7883
7700
  "docs": {
7884
- "remarks": "Specifies thread count (1-64) for uploading single CSV files to S3 using multipart upload with default 10, affecting upload performance and throughput for Redshift staging operations.\n\nUse cases: Upload optimization; Parallel processing; S3 multipart upload; Performance tuning; File transfer optimization\n\nAWS: AWS S3 multipart upload thread configuration for DMS Redshift CSV file upload optimization\n\nValidation: Must be integer between 1-64 if provided; default 10; controls parallel streams for S3 multipart upload",
7885
7701
  "stability": "experimental",
7886
- "summary": "Q-ENHANCED-PROPERTY Optional number of parallel threads for single file upload to optimize S3 multipart upload performance."
7702
+ "summary": "Number of parallel threads for single file upload to optimize S3 multipart upload performance."
7887
7703
  },
7888
7704
  "immutable": true,
7889
7705
  "locationInModule": {
7890
7706
  "filename": "lib/endpoint.ts",
7891
- "line": 1253
7707
+ "line": 263
7892
7708
  },
7893
7709
  "name": "fileTransferUploadStreams",
7894
7710
  "optional": true,
@@ -7899,14 +7715,13 @@
7899
7715
  {
7900
7716
  "abstract": true,
7901
7717
  "docs": {
7902
- "remarks": "Specifies maximum wait time for DMS operations on Redshift cluster, controlling operation timeout behavior and preventing hung operations in data warehouse loading.\n\nUse cases: Operation timeout; Performance control; Redshift operations; Timeout management; Data warehouse loading\n\nAWS: AWS DMS Redshift endpoint loadTimeout for cluster operation timeout control and performance management\n\nValidation: Must be positive integer in milliseconds if provided; controls timeout for Redshift COPY/INSERT/DELETE/UPDATE operations",
7903
7718
  "stability": "experimental",
7904
- "summary": "Q-ENHANCED-PROPERTY Optional timeout in milliseconds for Redshift cluster operations including COPY, INSERT, DELETE, and UPDATE."
7719
+ "summary": "Timeout in milliseconds for Redshift cluster operations including COPY, INSERT, DELETE, and UPDATE."
7905
7720
  },
7906
7721
  "immutable": true,
7907
7722
  "locationInModule": {
7908
7723
  "filename": "lib/endpoint.ts",
7909
- "line": 1264
7724
+ "line": 265
7910
7725
  },
7911
7726
  "name": "loadTimeout",
7912
7727
  "optional": true,
@@ -7917,14 +7732,13 @@
7917
7732
  {
7918
7733
  "abstract": true,
7919
7734
  "docs": {
7920
- "remarks": "Enables migration of boolean values as boolean type instead of default varchar(1), requiring setting on both source and target endpoints for proper boolean data type handling in data warehouse.\n\nUse cases: Boolean type preservation; Data type accuracy; Redshift native types; Type mapping; Data warehouse optimization\n\nAWS: AWS DMS Redshift endpoint mapBooleanAsBoolean for native boolean type migration and data type preservation\n\nValidation: Must be boolean if provided; must be set on both source and target endpoints; preserves boolean data type in Redshift",
7921
7735
  "stability": "experimental",
7922
- "summary": "Q-ENHANCED-PROPERTY Optional flag to migrate boolean type as native boolean in Redshift for proper data type representation."
7736
+ "summary": "Flag to migrate boolean type as native boolean in Redshift for proper data type representation."
7923
7737
  },
7924
7738
  "immutable": true,
7925
7739
  "locationInModule": {
7926
7740
  "filename": "lib/endpoint.ts",
7927
- "line": 1275
7741
+ "line": 267
7928
7742
  },
7929
7743
  "name": "mapBooleanAsBoolean",
7930
7744
  "optional": true,
@@ -7935,14 +7749,13 @@
7935
7749
  {
7936
7750
  "abstract": true,
7937
7751
  "docs": {
7938
- "remarks": "Specifies maximum size limit for CSV files used in S3 bucket loading and Redshift data transfer with default 1 GB (1048576KB), affecting staging performance and transfer efficiency.\n\nUse cases: File size control; S3 staging optimization; Transfer performance; Data warehouse loading; Storage management\n\nAWS: AWS DMS Redshift endpoint maxFileSize for CSV file size limits in S3 staging and data transfer\n\nValidation: Must be positive integer in KB if provided; default 1 GB; controls CSV file size for S3 staging and Redshift transfer",
7939
7752
  "stability": "experimental",
7940
- "summary": "Q-ENHANCED-PROPERTY Optional maximum CSV file size in KB for S3 staging and Redshift data transfer optimization."
7753
+ "summary": "Maximum CSV file size in KB for S3 staging and Redshift data transfer optimization."
7941
7754
  },
7942
7755
  "immutable": true,
7943
7756
  "locationInModule": {
7944
7757
  "filename": "lib/endpoint.ts",
7945
- "line": 1286
7758
+ "line": 269
7946
7759
  },
7947
7760
  "name": "maxFileSize",
7948
7761
  "optional": true,
@@ -7953,14 +7766,13 @@
7953
7766
  {
7954
7767
  "abstract": true,
7955
7768
  "docs": {
7956
- "remarks": "Enables removal of quotation marks while retaining all characters within quotes including delimiters, with false default, affecting string data processing in Redshift migration.\n\nUse cases: String processing; Quotation handling; Data cleaning; Character processing; String formatting\n\nAWS: AWS DMS Redshift endpoint removeQuotes for quotation mark removal and string data processing\n\nValidation: Must be boolean if provided; default false; removes surrounding quotation marks while preserving internal content",
7957
7769
  "stability": "experimental",
7958
- "summary": "Q-ENHANCED-PROPERTY Optional flag to remove surrounding quotation marks from strings in incoming data for cleaner data processing."
7770
+ "summary": "Flag to remove surrounding quotation marks from strings in incoming data for cleaner data processing."
7959
7771
  },
7960
7772
  "immutable": true,
7961
7773
  "locationInModule": {
7962
7774
  "filename": "lib/endpoint.ts",
7963
- "line": 1297
7775
+ "line": 271
7964
7776
  },
7965
7777
  "name": "removeQuotes",
7966
7778
  "optional": true,
@@ -7971,14 +7783,13 @@
7971
7783
  {
7972
7784
  "abstract": true,
7973
7785
  "docs": {
7974
- "remarks": "Specifies the substitution character for invalid characters during data migration with default \"?\" character, working with ReplaceInvalidChars for character replacement and data cleaning.\n\nUse cases: Character replacement; Data cleaning; Invalid character handling; String processing; Data sanitization\n\nAWS: AWS DMS Redshift endpoint replaceChars for invalid character replacement and data cleaning\n\nValidation: Must be valid replacement character if provided; default \"?\"; works with ReplaceInvalidChars for character substitution",
7975
7786
  "stability": "experimental",
7976
- "summary": "Q-ENHANCED-PROPERTY Optional replacement character for invalid characters specified in ReplaceInvalidChars for data cleaning."
7787
+ "summary": "Replacement character for invalid characters specified in ReplaceInvalidChars for data cleaning."
7977
7788
  },
7978
7789
  "immutable": true,
7979
7790
  "locationInModule": {
7980
7791
  "filename": "lib/endpoint.ts",
7981
- "line": 1308
7792
+ "line": 273
7982
7793
  },
7983
7794
  "name": "replaceChars",
7984
7795
  "optional": true,
@@ -7989,14 +7800,13 @@
7989
7800
  {
7990
7801
  "abstract": true,
7991
7802
  "docs": {
7992
- "remarks": "Specifies characters that should be replaced using ReplaceChars substitution, enabling data sanitization and character normalization during Redshift data warehouse migration operations.\n\nUse cases: Character filtering; Data sanitization; Invalid character removal; String normalization; Data cleaning\n\nAWS: AWS DMS Redshift endpoint replaceInvalidChars for character filtering and data sanitization\n\nValidation: Must be valid character list if provided; works with ReplaceChars for character replacement and data cleaning",
7993
7803
  "stability": "experimental",
7994
- "summary": "Q-ENHANCED-PROPERTY Optional list of characters to replace during data migration for data cleaning."
7804
+ "summary": "List of characters to replace during data migration for data cleaning."
7995
7805
  },
7996
7806
  "immutable": true,
7997
7807
  "locationInModule": {
7998
7808
  "filename": "lib/endpoint.ts",
7999
- "line": 1319
7809
+ "line": 275
8000
7810
  },
8001
7811
  "name": "replaceInvalidChars",
8002
7812
  "optional": true,
@@ -8007,14 +7817,13 @@
8007
7817
  {
8008
7818
  "abstract": true,
8009
7819
  "docs": {
8010
- "remarks": "Specifies the IAM role with required permissions to access SecretsManagerSecret containing Redshift endpoint credentials, enabling secure credential management and access control for data warehouse connections.\n\nUse cases: Credential management; Secrets Manager integration; Secure access; IAM role configuration; Redshift authentication\n\nAWS: AWS IAM role ARN for Secrets Manager access to Redshift endpoint credentials and authentication\n\nValidation: Must be valid IAM role ARN if provided; requires iam:PassRole action and Secrets Manager access permissions",
8011
7820
  "stability": "experimental",
8012
- "summary": "Q-ENHANCED-PROPERTY Optional IAM role ARN for AWS Secrets Manager access to Redshift endpoint credentials."
7821
+ "summary": "IAM role ARN for AWS Secrets Manager access to Redshift endpoint credentials."
8013
7822
  },
8014
7823
  "immutable": true,
8015
7824
  "locationInModule": {
8016
7825
  "filename": "lib/endpoint.ts",
8017
- "line": 1330
7826
+ "line": 277
8018
7827
  },
8019
7828
  "name": "secretsManagerAccessRoleArn",
8020
7829
  "optional": true,
@@ -8025,14 +7834,13 @@
8025
7834
  {
8026
7835
  "abstract": true,
8027
7836
  "docs": {
8028
- "remarks": "Specifies the KMS key used to encrypt the credentials secret, providing additional encryption layer for Redshift endpoint authentication information stored in AWS Secrets Manager.\n\nUse cases: Credential encryption; KMS integration; Enhanced security; Secret encryption; Redshift credential protection\n\nAWS: AWS KMS key ARN for encrypting Secrets Manager secret containing Redshift endpoint credentials\n\nValidation: Must be valid KMS key ARN if provided; provides additional encryption for Redshift credentials in Secrets Manager",
8029
7837
  "stability": "experimental",
8030
- "summary": "Q-ENHANCED-PROPERTY Optional KMS key ARN for encrypting Redshift endpoint credentials secret in Secrets Manager."
7838
+ "summary": "KMS key ARN for encrypting Redshift endpoint credentials secret in Secrets Manager."
8031
7839
  },
8032
7840
  "immutable": true,
8033
7841
  "locationInModule": {
8034
7842
  "filename": "lib/endpoint.ts",
8035
- "line": 1352
7843
+ "line": 281
8036
7844
  },
8037
7845
  "name": "secretsManagerSecretKMSArn",
8038
7846
  "optional": true,
@@ -8043,14 +7851,13 @@
8043
7851
  {
8044
7852
  "abstract": true,
8045
7853
  "docs": {
8046
- "remarks": "Specifies the service role enabling DMS to access Redshift service, requiring iam:PassRole action for secure Redshift access and data warehouse migration operations.\n\nUse cases: Service access; IAM role configuration; Redshift permissions; Secure access; Data warehouse authorization\n\nAWS: AWS IAM role ARN for DMS service access to Redshift service operations and data warehouse integration\n\nValidation: Must be valid IAM role ARN if provided; requires iam:PassRole action; enables Redshift service access operations",
8047
7854
  "stability": "experimental",
8048
- "summary": "Q-ENHANCED-PROPERTY Optional IAM role ARN for DMS service access to Redshift service operations for data warehouse integration."
7855
+ "summary": "IAM role ARN for DMS service access to Redshift service operations for data warehouse integration."
8049
7856
  },
8050
7857
  "immutable": true,
8051
7858
  "locationInModule": {
8052
7859
  "filename": "lib/endpoint.ts",
8053
- "line": 1374
7860
+ "line": 285
8054
7861
  },
8055
7862
  "name": "serviceAccessRoleArn",
8056
7863
  "optional": true,
@@ -8061,14 +7868,13 @@
8061
7868
  {
8062
7869
  "abstract": true,
8063
7870
  "docs": {
8064
- "remarks": "Specifies time format with 'auto' for automatic recognition, custom timeformat_string, epochsecs, or epochmillisecs options, enabling flexible time parsing and data warehouse time handling with default 10.\n\nUse cases: Time format specification; Flexible time parsing; Data warehouse loading; Time handling; Format recognition\n\nAWS: AWS DMS Redshift endpoint timeFormat for time format specification and parsing control\n\nValidation: Must be 'auto', timeformat_string, 'epochsecs', or 'epochmillisecs' if provided; default 10; use 'auto' for mixed formats",
8065
7871
  "stability": "experimental",
8066
- "summary": "Q-ENHANCED-PROPERTY Optional time format specification for Redshift data loading and time handling."
7872
+ "summary": "Time format specification for Redshift data loading and time handling."
8067
7873
  },
8068
7874
  "immutable": true,
8069
7875
  "locationInModule": {
8070
7876
  "filename": "lib/endpoint.ts",
8071
- "line": 1385
7877
+ "line": 287
8072
7878
  },
8073
7879
  "name": "timeFormat",
8074
7880
  "optional": true,
@@ -8079,14 +7885,13 @@
8079
7885
  {
8080
7886
  "abstract": true,
8081
7887
  "docs": {
8082
- "remarks": "Enables removal of trailing whitespace from VARCHAR columns with true setting and false default, improving data quality and consistency in Redshift data warehouse operations.\n\nUse cases: Data cleaning; Whitespace removal; VARCHAR processing; Data quality; String normalization\n\nAWS: AWS DMS Redshift endpoint trimBlanks for trailing whitespace removal from VARCHAR columns\n\nValidation: Must be boolean if provided; default false; applies only to VARCHAR data type columns; removes trailing whitespace",
8083
7888
  "stability": "experimental",
8084
- "summary": "Q-ENHANCED-PROPERTY Optional flag to remove trailing white space characters from VARCHAR strings for cleaner data processing."
7889
+ "summary": "Flag to remove trailing white space characters from VARCHAR strings for cleaner data processing."
8085
7890
  },
8086
7891
  "immutable": true,
8087
7892
  "locationInModule": {
8088
7893
  "filename": "lib/endpoint.ts",
8089
- "line": 1396
7894
+ "line": 289
8090
7895
  },
8091
7896
  "name": "trimBlanks",
8092
7897
  "optional": true,
@@ -8097,14 +7902,13 @@
8097
7902
  {
8098
7903
  "abstract": true,
8099
7904
  "docs": {
8100
- "remarks": "Enables truncation of data in VARCHAR or CHAR columns to appropriate character limits for rows 4MB or less, with false default, ensuring data fits column constraints in data warehouse operations.\n\nUse cases: Data truncation; Column size compliance; Data integrity; VARCHAR/CHAR handling; Size constraint management\n\nAWS: AWS DMS Redshift endpoint truncateColumns for data truncation and column size compliance\n\nValidation: Must be boolean if provided; default false; applies only to VARCHAR/CHAR columns with rows ≤4MB; ensures data fits columns",
8101
7905
  "stability": "experimental",
8102
- "summary": "Q-ENHANCED-PROPERTY Optional flag to truncate data in columns to fit column size limits for data integrity in Redshift."
7906
+ "summary": "Flag to truncate data in columns to fit column size limits for data integrity in Redshift."
8103
7907
  },
8104
7908
  "immutable": true,
8105
7909
  "locationInModule": {
8106
7910
  "filename": "lib/endpoint.ts",
8107
- "line": 1407
7911
+ "line": 291
8108
7912
  },
8109
7913
  "name": "truncateColumns",
8110
7914
  "optional": true,
@@ -8115,14 +7919,13 @@
8115
7919
  {
8116
7920
  "abstract": true,
8117
7921
  "docs": {
8118
- "remarks": "Specifies buffer size for generating CSV files on local disk at DMS replication instance with default 1000KB (1MB), affecting CSV generation performance and memory usage.\n\nUse cases: Performance optimization; Buffer management; CSV generation; Memory optimization; File write performance\n\nAWS: AWS DMS Redshift endpoint writeBufferSize for CSV file generation buffer optimization and performance tuning\n\nValidation: Must be positive integer in KB if provided; default 1000KB; controls in-memory buffer size for CSV file generation",
8119
7922
  "stability": "experimental",
8120
- "summary": "Q-ENHANCED-PROPERTY Optional in-memory file write buffer size in KB for CSV file generation performance optimization."
7923
+ "summary": "In-memory file write buffer size in KB for CSV file generation performance optimization."
8121
7924
  },
8122
7925
  "immutable": true,
8123
7926
  "locationInModule": {
8124
7927
  "filename": "lib/endpoint.ts",
8125
- "line": 1418
7928
+ "line": 293
8126
7929
  },
8127
7930
  "name": "writeBufferSize",
8128
7931
  "optional": true,
@@ -8137,29 +7940,28 @@
8137
7940
  "assembly": "@aws-mdaa/dms-constructs",
8138
7941
  "datatype": true,
8139
7942
  "docs": {
8140
- "remarks": "Defines S3-specific properties for Database Migration Service including data format configuration, compression settings, and S3 integration for database-to-data lake migration workflows.\n\nUse cases: Database to data lake migration; S3 data integration; Data format configuration; File-based migration; Data lake workflows; DMS S3 integration\n\nAWS: AWS DMS S3 endpoint configuration with data lake integration and file format management\n\nValidation: Configuration must be valid for DMS migration; properties must conform to AWS DMS and database-specific requirements",
7943
+ "remarks": "Modified from the equivalent L1 Construct to prevent use of plaintext credentials and enforce use of KMS encryption.\nThis information includes the output format of records applied to the endpoint and details of transaction and control table data information. For more information about the available settings, see [Extra connection attributes when using Amazon S3 as a source for AWS DMS](https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.S3.html#CHAP_Source.S3.Configuring) and [Extra connection attributes when using Amazon S3 as a target for AWS DMS](https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html#CHAP_Target.S3.Configuring) in the *AWS Database Migration Service User Guide* .",
8141
7944
  "stability": "experimental",
8142
- "summary": "Q-ENHANCED-INTERFACE S3 settings configuration interface for DMS providing data lake integration and file-based migration capabilities."
7945
+ "summary": "Provides information that defines an Amazon S3 endpoint."
8143
7946
  },
8144
7947
  "fqn": "@aws-mdaa/dms-constructs.S3SettingsProperty",
8145
7948
  "kind": "interface",
8146
7949
  "locationInModule": {
8147
7950
  "filename": "lib/endpoint.ts",
8148
- "line": 579
7951
+ "line": 131
8149
7952
  },
8150
7953
  "name": "S3SettingsProperty",
8151
7954
  "properties": [
8152
7955
  {
8153
7956
  "abstract": true,
8154
7957
  "docs": {
8155
- "remarks": "Specifies the target S3 bucket where migrated database data will be stored, serving as the primary destination for database-to-data lake migration workflows and data storage.\n\nUse cases: Data lake destination; S3 storage; Migration target; Data repository; Database migration endpoint\n\nAWS: AWS S3 bucket name for DMS data migration destination and data lake storage\n\nValidation: Must be valid S3 bucket name; required for S3 endpoint configuration and data migration destination",
8156
7958
  "stability": "experimental",
8157
- "summary": "Q-ENHANCED-PROPERTY Required S3 bucket name for DMS data migration destination in data lake architecture."
7959
+ "summary": "S3 bucket name for DMS data migration destination in data lake architecture."
8158
7960
  },
8159
7961
  "immutable": true,
8160
7962
  "locationInModule": {
8161
7963
  "filename": "lib/endpoint.ts",
8162
- "line": 612
7964
+ "line": 137
8163
7965
  },
8164
7966
  "name": "bucketName",
8165
7967
  "type": {
@@ -8169,14 +7971,13 @@
8169
7971
  {
8170
7972
  "abstract": true,
8171
7973
  "docs": {
8172
- "remarks": "Specifies the AWS KMS key for encrypting S3 objects, requiring attached policy enabling IAM user permissions and key usage for secure data lake storage and compliance.\n\nUse cases: Data encryption; KMS integration; S3 security; Compliance requirements; Data protection\n\nAWS: AWS KMS key ID for S3 server-side encryption with customer-managed keys\n\nValidation: Must be valid KMS key ID; required when EncryptionMode is SSE_KMS; requires proper IAM permissions and key policy",
8173
7974
  "stability": "experimental",
8174
- "summary": "Q-ENHANCED-PROPERTY Required KMS key ID for server-side encryption when using SSE_KMS encryption mode for S3 data lake security."
7975
+ "summary": "KMS key ID for server-side encryption when using SSE_KMS encryption mode for S3 data lake security."
8175
7976
  },
8176
7977
  "immutable": true,
8177
7978
  "locationInModule": {
8178
7979
  "filename": "lib/endpoint.ts",
8179
- "line": 942
7980
+ "line": 197
8180
7981
  },
8181
7982
  "name": "serverSideEncryptionKmsKeyId",
8182
7983
  "type": {
@@ -8186,14 +7987,13 @@
8186
7987
  {
8187
7988
  "abstract": true,
8188
7989
  "docs": {
8189
- "remarks": "Enables column headers in CSV files when migrating data to S3, improving data usability and self-documentation for data lake consumers with default false value and support for boolean or y/n values.\n\nUse cases: CSV headers; Data documentation; Data lake usability; Self-describing data; CSV format enhancement\n\nAWS: AWS DMS S3 endpoint addColumnName for CSV column header inclusion in data lake files\n\nValidation: Must be boolean, 'y', or 'n' if provided; default false; improves CSV data usability in S3 data lake",
8190
7990
  "stability": "experimental",
8191
- "summary": "Q-ENHANCED-PROPERTY Optional flag to add column name information to CSV output files for S3 data lake integration."
7991
+ "summary": "Flag to add column name information to CSV output files for S3 data lake integration."
8192
7992
  },
8193
7993
  "immutable": true,
8194
7994
  "locationInModule": {
8195
7995
  "filename": "lib/endpoint.ts",
8196
- "line": 590
7996
+ "line": 133
8197
7997
  },
8198
7998
  "name": "addColumnName",
8199
7999
  "optional": true,
@@ -8204,14 +8004,13 @@
8204
8004
  {
8205
8005
  "abstract": true,
8206
8006
  "docs": {
8207
- "remarks": "Specifies a folder prefix for table organization in S3 bucket, creating path structure as bucketFolder/schema_name/table_name/ instead of default schema_name/table_name/ for better data organization.\n\nUse cases: Data organization; Folder structure; S3 hierarchy; Data lake organization; Path management\n\nAWS: AWS DMS S3 endpoint bucketFolder for hierarchical data organization in S3 bucket structure\n\nValidation: Must be valid S3 folder name if provided; creates bucketFolder/schema_name/table_name/ path structure",
8208
8007
  "stability": "experimental",
8209
- "summary": "Q-ENHANCED-PROPERTY Optional S3 bucket folder name for organizing migrated data with hierarchical structure."
8008
+ "summary": "S3 bucket folder name for organizing migrated data with hierarchical structure."
8210
8009
  },
8211
8010
  "immutable": true,
8212
8011
  "locationInModule": {
8213
8012
  "filename": "lib/endpoint.ts",
8214
- "line": 601
8013
+ "line": 135
8215
8014
  },
8216
8015
  "name": "bucketFolder",
8217
8016
  "optional": true,
@@ -8222,14 +8021,13 @@
8222
8021
  {
8223
8022
  "abstract": true,
8224
8023
  "docs": {
8225
- "remarks": "Specifies canned ACL for CSV and Parquet files created in S3 bucket, controlling object-level permissions with options including NONE, PRIVATE, PUBLIC_READ, and BUCKET_OWNER_FULL_CONTROL for security management.\n\nUse cases: Access control; S3 permissions; Object security; Data lake security; File permissions\n\nAWS: AWS S3 canned ACL for objects created by DMS during data migration to S3 bucket\n\nValidation: Must be valid S3 canned ACL if provided; default NONE; controls object-level permissions in S3 bucket",
8226
8024
  "stability": "experimental",
8227
- "summary": "Q-ENHANCED-PROPERTY Optional predefined access control list (ACL) for S3 objects created during data migration."
8025
+ "summary": "Predefined access control list (ACL) for S3 objects created during data migration."
8228
8026
  },
8229
8027
  "immutable": true,
8230
8028
  "locationInModule": {
8231
8029
  "filename": "lib/endpoint.ts",
8232
- "line": 623
8030
+ "line": 139
8233
8031
  },
8234
8032
  "name": "cannedAclForObjects",
8235
8033
  "optional": true,
@@ -8240,14 +8038,13 @@
8240
8038
  {
8241
8039
  "abstract": true,
8242
8040
  "docs": {
8243
- "remarks": "Enables writing INSERT and UPDATE operations to CSV or Parquet files during change data capture, with operation indication controlled by IncludeOpForFullLoad parameter, mutually exclusive with CdcInsertsOnly.\n\nUse cases: Change data capture; INSERT/UPDATE tracking; Data lake CDC; Operation logging; change tracking\n\nAWS: AWS DMS S3 endpoint cdcInsertsAndUpdates for CDC INSERT and UPDATE operations capture\n\nValidation: Must be boolean or 'y' if provided; mutually exclusive with CdcInsertsOnly; requires DMS version 3.3.1+",
8244
8041
  "stability": "experimental",
8245
- "summary": "Q-ENHANCED-PROPERTY Optional flag to enable CDC INSERT and UPDATE operations capture to S3 files for change tracking."
8042
+ "summary": "Flag to enable CDC INSERT and UPDATE operations capture to S3 files for change tracking."
8246
8043
  },
8247
8044
  "immutable": true,
8248
8045
  "locationInModule": {
8249
8046
  "filename": "lib/endpoint.ts",
8250
- "line": 634
8047
+ "line": 141
8251
8048
  },
8252
8049
  "name": "cdcInsertsAndUpdates",
8253
8050
  "optional": true,
@@ -8258,14 +8055,13 @@
8258
8055
  {
8259
8056
  "abstract": true,
8260
8057
  "docs": {
8261
- "remarks": "Enables writing only INSERT operations to CSV or Parquet files during change data capture, with operation indication controlled by IncludeOpForFullLoad parameter, mutually exclusive with CdcInsertsAndUpdates.\n\nUse cases: Insert-only CDC; Append-only data lakes; INSERT tracking; Simplified change capture; Insert-focused replication\n\nAWS: AWS DMS S3 endpoint cdcInsertsOnly for CDC INSERT-only operations capture\n\nValidation: Must be boolean or 'y' if provided; mutually exclusive with CdcInsertsAndUpdates; requires DMS version 3.1.4+",
8262
8058
  "stability": "experimental",
8263
- "summary": "Q-ENHANCED-PROPERTY Optional flag to enable CDC INSERT-only operations capture to S3 files for insert-focused change tracking."
8059
+ "summary": "Flag to enable CDC INSERT-only operations capture to S3 files for insert-focused change tracking."
8264
8060
  },
8265
8061
  "immutable": true,
8266
8062
  "locationInModule": {
8267
8063
  "filename": "lib/endpoint.ts",
8268
- "line": 645
8064
+ "line": 143
8269
8065
  },
8270
8066
  "name": "cdcInsertsOnly",
8271
8067
  "optional": true,
@@ -8276,14 +8072,13 @@
8276
8072
  {
8277
8073
  "abstract": true,
8278
8074
  "docs": {
8279
- "remarks": "Specifies the maximum time interval before triggering file output to S3, working with CdcMinFileSize where first condition met triggers write, with default 60 seconds for CDC file management.\n\nUse cases: File timing control; CDC batching; Time-based triggers; File output scheduling; Batch interval management\n\nAWS: AWS DMS S3 endpoint cdcMaxBatchInterval for time-based CDC file output triggering\n\nValidation: Must be positive integer in seconds if provided; default 60; works with CdcMinFileSize for file output triggering",
8280
8075
  "stability": "experimental",
8281
- "summary": "Q-ENHANCED-PROPERTY Optional maximum batch interval in seconds for CDC file output to S3 for time-based file creation."
8076
+ "summary": "Maximum batch interval in seconds for CDC file output to S3 for time-based file creation."
8282
8077
  },
8283
8078
  "immutable": true,
8284
8079
  "locationInModule": {
8285
8080
  "filename": "lib/endpoint.ts",
8286
- "line": 656
8081
+ "line": 145
8287
8082
  },
8288
8083
  "name": "cdcMaxBatchInterval",
8289
8084
  "optional": true,
@@ -8294,14 +8089,13 @@
8294
8089
  {
8295
8090
  "abstract": true,
8296
8091
  "docs": {
8297
- "remarks": "Specifies the minimum file size before triggering file output to S3, working with CdcMaxBatchInterval where first condition met triggers write, with default 32 MB for CDC file management.\n\nUse cases: File size control; CDC batching; Size-based triggers; File output optimization; Batch size management\n\nAWS: AWS DMS S3 endpoint cdcMinFileSize for size-based CDC file output triggering\n\nValidation: Must be positive integer in KB if provided; default 32 MB; works with CdcMaxBatchInterval for file output triggering",
8298
8092
  "stability": "experimental",
8299
- "summary": "Q-ENHANCED-PROPERTY Optional minimum file size in kilobytes for CDC file output to S3 for size-based file creation."
8093
+ "summary": "Minimum file size in kilobytes for CDC file output to S3 for size-based file creation."
8300
8094
  },
8301
8095
  "immutable": true,
8302
8096
  "locationInModule": {
8303
8097
  "filename": "lib/endpoint.ts",
8304
- "line": 667
8098
+ "line": 147
8305
8099
  },
8306
8100
  "name": "cdcMinFileSize",
8307
8101
  "optional": true,
@@ -8312,14 +8106,13 @@
8312
8106
  {
8313
8107
  "abstract": true,
8314
8108
  "docs": {
8315
- "remarks": "Specifies the folder path for CDC files in S3 bucket, required for S3 sources with CDC and optional for targets, enabling transaction order preservation and organized CDC file storage in data lake architecture.\n\nUse cases: CDC organization; Transaction order; File path management; S3 CDC structure; Change data organization\n\nAWS: AWS DMS S3 endpoint cdcPath for CDC file organization and transaction order preservation\n\nValidation: Must be valid S3 folder path if provided; required for S3 sources with CDC; supports DMS version 3.4.2+",
8316
8109
  "stability": "experimental",
8317
- "summary": "Q-ENHANCED-PROPERTY Optional CDC folder path specification for change data capture file organization in S3."
8110
+ "summary": "CDC folder path specification for change data capture file organization in S3."
8318
8111
  },
8319
8112
  "immutable": true,
8320
8113
  "locationInModule": {
8321
8114
  "filename": "lib/endpoint.ts",
8322
- "line": 678
8115
+ "line": 149
8323
8116
  },
8324
8117
  "name": "cdcPath",
8325
8118
  "optional": true,
@@ -8330,14 +8123,13 @@
8330
8123
  {
8331
8124
  "abstract": true,
8332
8125
  "docs": {
8333
- "remarks": "Specifies compression method for CSV and Parquet files with GZIP enabling compression and NONE (default) for uncompressed files, affecting storage costs and data transfer performance in data lake operations.\n\nUse cases: Storage optimization; Compression; Performance tuning; Cost optimization; File size reduction\n\nAWS: AWS DMS S3 endpoint compressionType for target file compression and storage optimization\n\nValidation: Must be GZIP or NONE if provided; default NONE; applies to both CSV and Parquet file formats",
8334
8126
  "stability": "experimental",
8335
- "summary": "Q-ENHANCED-PROPERTY Optional compression type for S3 target files to optimize storage and transfer performance."
8127
+ "summary": "Compression type for S3 target files to optimize storage and transfer performance."
8336
8128
  },
8337
8129
  "immutable": true,
8338
8130
  "locationInModule": {
8339
8131
  "filename": "lib/endpoint.ts",
8340
- "line": 689
8132
+ "line": 151
8341
8133
  },
8342
8134
  "name": "compressionType",
8343
8135
  "optional": true,
@@ -8348,14 +8140,13 @@
8348
8140
  {
8349
8141
  "abstract": true,
8350
8142
  "docs": {
8351
- "remarks": "Specifies the character used to separate columns in CSV files for both source and target operations, with default comma delimiter, affecting CSV file structure and data parsing in data lake workflows.\n\nUse cases: CSV formatting; Column separation; Data parsing; File structure; CSV customization\n\nAWS: AWS DMS S3 endpoint csvDelimiter for CSV column separation and file formatting\n\nValidation: Must be valid delimiter character if provided; default comma; affects CSV file structure and parsing",
8352
8143
  "stability": "experimental",
8353
- "summary": "Q-ENHANCED-PROPERTY Optional column delimiter for CSV file format in S3 data lake integration."
8144
+ "summary": "Column delimiter for CSV file format in S3 data lake integration."
8354
8145
  },
8355
8146
  "immutable": true,
8356
8147
  "locationInModule": {
8357
8148
  "filename": "lib/endpoint.ts",
8358
- "line": 700
8149
+ "line": 153
8359
8150
  },
8360
8151
  "name": "csvDelimiter",
8361
8152
  "optional": true,
@@ -8366,14 +8157,13 @@
8366
8157
  {
8367
8158
  "abstract": true,
8368
8159
  "docs": {
8369
- "remarks": "Specifies the value to use for columns not in supplemental log when UseCsvNoSupValue is true, with null value used if not specified, affecting CDC data completeness in CSV format.\n\nUse cases: Supplemental log handling; CDC data completeness; Missing column values; CSV CDC operations; Data consistency\n\nAWS: AWS DMS S3 endpoint csvNoSupValue for supplemental log column handling in CDC CSV operations\n\nValidation: Must be valid string value if provided; used when UseCsvNoSupValue is true; supports DMS version 3.4.1+",
8370
8160
  "stability": "experimental",
8371
- "summary": "Q-ENHANCED-PROPERTY Optional string value for columns not included in supplemental log during CDC CSV operations."
8161
+ "summary": "String value for columns not included in supplemental log during CDC CSV operations."
8372
8162
  },
8373
8163
  "immutable": true,
8374
8164
  "locationInModule": {
8375
8165
  "filename": "lib/endpoint.ts",
8376
- "line": 711
8166
+ "line": 155
8377
8167
  },
8378
8168
  "name": "csvNoSupValue",
8379
8169
  "optional": true,
@@ -8384,14 +8174,13 @@
8384
8174
  {
8385
8175
  "abstract": true,
8386
8176
  "docs": {
8387
- "remarks": "Specifies how DMS treats null values when writing to target, allowing user-defined string as null representation to differentiate between empty strings and null values, with default NULL value for CSV null handling.\n\nUse cases: Null value handling; CSV formatting; Data representation; Empty string differentiation; Target compatibility\n\nAWS: AWS DMS S3 endpoint csvNullValue for null value representation in CSV files\n\nValidation: Must be valid string if provided; default NULL; differentiates empty strings from null values in CSV format",
8388
8177
  "stability": "experimental",
8389
- "summary": "Q-ENHANCED-PROPERTY Optional null value representation for CSV files in S3 data lake operations."
8178
+ "summary": "Null value representation for CSV files in S3 data lake operations."
8390
8179
  },
8391
8180
  "immutable": true,
8392
8181
  "locationInModule": {
8393
8182
  "filename": "lib/endpoint.ts",
8394
- "line": 722
8183
+ "line": 157
8395
8184
  },
8396
8185
  "name": "csvNullValue",
8397
8186
  "optional": true,
@@ -8402,14 +8191,13 @@
8402
8191
  {
8403
8192
  "abstract": true,
8404
8193
  "docs": {
8405
- "remarks": "Specifies the character used to separate rows in CSV files for both source and target operations, with default carriage return (\\n), affecting CSV file structure and data parsing in data lake workflows.\n\nUse cases: CSV formatting; Row separation; Data parsing; File structure; CSV customization\n\nAWS: AWS DMS S3 endpoint csvRowDelimiter for CSV row separation and file formatting\n\nValidation: Must be valid delimiter character if provided; default carriage return (\\n); affects CSV file structure and parsing",
8406
8194
  "stability": "experimental",
8407
- "summary": "Q-ENHANCED-PROPERTY Optional row delimiter for CSV files in S3 data lake integration."
8195
+ "summary": "Row delimiter for CSV files in S3 data lake integration."
8408
8196
  },
8409
8197
  "immutable": true,
8410
8198
  "locationInModule": {
8411
8199
  "filename": "lib/endpoint.ts",
8412
- "line": 733
8200
+ "line": 159
8413
8201
  },
8414
8202
  "name": "csvRowDelimiter",
8415
8203
  "optional": true,
@@ -8420,14 +8208,13 @@
8420
8208
  {
8421
8209
  "abstract": true,
8422
8210
  "docs": {
8423
- "remarks": "Specifies the output file format with CSV for row-based comma-separated values and Parquet for columnar storage with efficient compression and faster query response, affecting data lake performance and storage.\n\nUse cases: Data format selection; Storage optimization; Query performance; Compression efficiency; Data lake architecture\n\nAWS: AWS DMS S3 endpoint dataFormat for output file format selection and data lake optimization\n\nValidation: Must be 'csv' or 'parquet' if provided; affects storage efficiency and query performance in data lake",
8424
8211
  "stability": "experimental",
8425
- "summary": "Q-ENHANCED-PROPERTY Optional data format specification for S3 output files in data lake architecture."
8212
+ "summary": "Data format specification for S3 output files in data lake architecture."
8426
8213
  },
8427
8214
  "immutable": true,
8428
8215
  "locationInModule": {
8429
8216
  "filename": "lib/endpoint.ts",
8430
- "line": 744
8217
+ "line": 161
8431
8218
  },
8432
8219
  "name": "dataFormat",
8433
8220
  "optional": true,
@@ -8438,14 +8225,13 @@
8438
8225
  {
8439
8226
  "abstract": true,
8440
8227
  "docs": {
8441
- "remarks": "Specifies the size of one data page for Parquet files with default 1 MiB (1024 * 1024 bytes), affecting Parquet file structure, compression efficiency, and query performance in columnar data lake storage.\n\nUse cases: Parquet optimization; Page size tuning; Compression efficiency; Query performance; Columnar storage optimization\n\nAWS: AWS DMS S3 endpoint dataPageSize for Parquet file page size optimization and performance tuning\n\nValidation: Must be positive integer in bytes if provided; default 1 MiB; applies only to Parquet file format",
8442
8228
  "stability": "experimental",
8443
- "summary": "Q-ENHANCED-PROPERTY Optional data page size in bytes for Parquet file format optimization."
8229
+ "summary": "Data page size in bytes for Parquet file format optimization."
8444
8230
  },
8445
8231
  "immutable": true,
8446
8232
  "locationInModule": {
8447
8233
  "filename": "lib/endpoint.ts",
8448
- "line": 755
8234
+ "line": 163
8449
8235
  },
8450
8236
  "name": "dataPageSize",
8451
8237
  "optional": true,
@@ -8456,14 +8242,13 @@
8456
8242
  {
8457
8243
  "abstract": true,
8458
8244
  "docs": {
8459
- "remarks": "Specifies the delimiter character used in date-based folder partitioning with default SLASH, used when DatePartitionedEnabled is true for organizing data lake files by transaction commit dates in hierarchical folder structure.\n\nUse cases: Date partitioning; Folder organization; Data lake structure; Time-based organization; Partition delimiter\n\nAWS: AWS DMS S3 endpoint datePartitionDelimiter for date-based folder partitioning organization\n\nValidation: Must be valid delimiter if provided; default SLASH; used when DatePartitionedEnabled is true",
8460
8245
  "stability": "experimental",
8461
- "summary": "Q-ENHANCED-PROPERTY Optional date partition delimiter for S3 folder partitioning organization."
8246
+ "summary": "Date partition delimiter for S3 folder partitioning organization."
8462
8247
  },
8463
8248
  "immutable": true,
8464
8249
  "locationInModule": {
8465
8250
  "filename": "lib/endpoint.ts",
8466
- "line": 766
8251
+ "line": 165
8467
8252
  },
8468
8253
  "name": "datePartitionDelimiter",
8469
8254
  "optional": true,
@@ -8474,14 +8259,13 @@
8474
8259
  {
8475
8260
  "abstract": true,
8476
8261
  "docs": {
8477
- "remarks": "Enables partitioning S3 bucket folders based on transaction commit dates with default false, providing time-based data organization for improved data lake query performance and data management.\n\nUse cases: Date-based partitioning; Data organization; Query optimization; Time-based structure; Data lake management\n\nAWS: AWS DMS S3 endpoint datePartitionEnabled for date-based folder partitioning and data organization\n\nValidation: Must be boolean if provided; default false; enables date-based folder partitioning for data lake organization",
8478
8262
  "stability": "experimental",
8479
- "summary": "Q-ENHANCED-PROPERTY Optional flag to enable date-based folder partitioning for S3 bucket organization."
8263
+ "summary": "Flag to enable date-based folder partitioning for S3 bucket organization."
8480
8264
  },
8481
8265
  "immutable": true,
8482
8266
  "locationInModule": {
8483
8267
  "filename": "lib/endpoint.ts",
8484
- "line": 777
8268
+ "line": 167
8485
8269
  },
8486
8270
  "name": "datePartitionEnabled",
8487
8271
  "optional": true,
@@ -8492,14 +8276,13 @@
8492
8276
  {
8493
8277
  "abstract": true,
8494
8278
  "docs": {
8495
- "remarks": "Specifies the date format sequence for folder partitioning with default YYYYMMDD, used when DatePartitionedEnabled is true for consistent date-based folder naming and organization.\n\nUse cases: Date format specification; Folder naming; Partition sequence; Date organization; Consistent naming\n\nAWS: AWS DMS S3 endpoint datePartitionSequence for date format specification in folder partitioning\n\nValidation: Must be valid date format if provided; default YYYYMMDD; used when DatePartitionedEnabled is true",
8496
8279
  "stability": "experimental",
8497
- "summary": "Q-ENHANCED-PROPERTY Optional date format sequence for folder partitioning organization in S3 data lake."
8280
+ "summary": "Date format sequence for folder partitioning organization in S3 data lake."
8498
8281
  },
8499
8282
  "immutable": true,
8500
8283
  "locationInModule": {
8501
8284
  "filename": "lib/endpoint.ts",
8502
- "line": 788
8285
+ "line": 169
8503
8286
  },
8504
8287
  "name": "datePartitionSequence",
8505
8288
  "optional": true,
@@ -8510,14 +8293,13 @@
8510
8293
  {
8511
8294
  "abstract": true,
8512
8295
  "docs": {
8513
- "remarks": "Converts UTC time to specified time zone when creating date partition folders and CDC file names, using Area/Location format when DatePartitionedEnabled is true for consistent time zone handling.\n\nUse cases: Time zone conversion; Date partition timing; CDC file naming; Time zone consistency; Global data management\n\nAWS: AWS DMS S3 endpoint datePartitionTimezone for time zone conversion in date partitioning\n\nValidation: Must be valid Area/Location time zone format if provided; used when DatePartitionedEnabled is true",
8514
8296
  "stability": "experimental",
8515
- "summary": "Q-ENHANCED-PROPERTY Optional time zone specification for date partition folder creation and CDC file naming."
8297
+ "summary": "Time zone specification for date partition folder creation and CDC file naming."
8516
8298
  },
8517
8299
  "immutable": true,
8518
8300
  "locationInModule": {
8519
8301
  "filename": "lib/endpoint.ts",
8520
- "line": 799
8302
+ "line": 171
8521
8303
  },
8522
8304
  "name": "datePartitionTimezone",
8523
8305
  "optional": true,
@@ -8528,14 +8310,13 @@
8528
8310
  {
8529
8311
  "abstract": true,
8530
8312
  "docs": {
8531
- "remarks": "Specifies the maximum size of encoded dictionary page for columns with default 1 MiB, reverting to PLAIN encoding when exceeded, affecting Parquet compression efficiency and query performance in columnar data lake storage.\n\nUse cases: Parquet optimization; Dictionary encoding; Compression efficiency; Column storage optimization; Encoding performance\n\nAWS: AWS DMS S3 endpoint dictPageSizeLimit for Parquet dictionary page size optimization and encoding control\n\nValidation: Must be positive integer in bytes if provided; default 1 MiB; applies only to Parquet file format",
8532
8313
  "stability": "experimental",
8533
- "summary": "Q-ENHANCED-PROPERTY Optional maximum dictionary page size limit for Parquet column encoding optimization."
8314
+ "summary": "Maximum dictionary page size limit for Parquet column encoding optimization."
8534
8315
  },
8535
8316
  "immutable": true,
8536
8317
  "locationInModule": {
8537
8318
  "filename": "lib/endpoint.ts",
8538
- "line": 810
8319
+ "line": 173
8539
8320
  },
8540
8321
  "name": "dictPageSizeLimit",
8541
8322
  "optional": true,
@@ -8546,14 +8327,13 @@
8546
8327
  {
8547
8328
  "abstract": true,
8548
8329
  "docs": {
8549
- "remarks": "Enables collection of NULL, DISTINCT, MAX, and MIN statistics with default true, improving query performance and data analysis capabilities in Parquet columnar data lake storage.\n\nUse cases: Query optimization; Statistics collection; Parquet performance; Data analysis; Query planning\n\nAWS: AWS DMS S3 endpoint enableStatistics for Parquet statistics collection and query optimization\n\nValidation: Must be boolean if provided; default true; applies only to Parquet file format; improves query performance",
8550
8330
  "stability": "experimental",
8551
- "summary": "Q-ENHANCED-PROPERTY Optional flag to enable statistics collection for Parquet pages and row groups for query optimization."
8331
+ "summary": "Flag to enable statistics collection for Parquet pages and row groups for query optimization."
8552
8332
  },
8553
8333
  "immutable": true,
8554
8334
  "locationInModule": {
8555
8335
  "filename": "lib/endpoint.ts",
8556
- "line": 821
8336
+ "line": 175
8557
8337
  },
8558
8338
  "name": "enableStatistics",
8559
8339
  "optional": true,
@@ -8564,14 +8344,13 @@
8564
8344
  {
8565
8345
  "abstract": true,
8566
8346
  "docs": {
8567
- "remarks": "Specifies encoding method with RLE_DICTIONARY (default) for efficient repeated value storage, PLAIN for no encoding, and PLAIN_DICTIONARY for column-specific dictionary encoding, affecting compression and performance.\n\nUse cases: Compression optimization; Encoding selection; Storage efficiency; Parquet performance; Data compression\n\nAWS: AWS DMS S3 endpoint encodingType for Parquet encoding method selection and compression optimization\n\nValidation: Must be RLE_DICTIONARY, PLAIN, or PLAIN_DICTIONARY if provided; default RLE_DICTIONARY; affects Parquet compression",
8568
8347
  "stability": "experimental",
8569
- "summary": "Q-ENHANCED-PROPERTY Optional encoding type specification for Parquet file compression and storage optimization."
8348
+ "summary": "Encoding type specification for Parquet file compression and storage optimization."
8570
8349
  },
8571
8350
  "immutable": true,
8572
8351
  "locationInModule": {
8573
8352
  "filename": "lib/endpoint.ts",
8574
- "line": 832
8353
+ "line": 177
8575
8354
  },
8576
8355
  "name": "encodingType",
8577
8356
  "optional": true,
@@ -8582,14 +8361,13 @@
8582
8361
  {
8583
8362
  "abstract": true,
8584
8363
  "docs": {
8585
- "remarks": "Specifies the table definition when using S3 as source, required for S3 source endpoints to define table structure and schema for data processing and migration operations.\n\nUse cases: S3 source configuration; Table definition; Schema specification; Data structure; Source table mapping\n\nAWS: AWS DMS S3 endpoint externalTableDefinition for S3 source table structure and schema definition\n\nValidation: Must be valid table definition if provided; required when S3 is used as source; defines table structure and schema",
8586
8364
  "stability": "experimental",
8587
- "summary": "Q-ENHANCED-PROPERTY Optional external table definition for S3 source configuration in data lake integration."
8365
+ "summary": "External table definition for S3 source configuration in data lake integration."
8588
8366
  },
8589
8367
  "immutable": true,
8590
8368
  "locationInModule": {
8591
8369
  "filename": "lib/endpoint.ts",
8592
- "line": 843
8370
+ "line": 179
8593
8371
  },
8594
8372
  "name": "externalTableDefinition",
8595
8373
  "optional": true,
@@ -8600,14 +8378,13 @@
8600
8378
  {
8601
8379
  "abstract": true,
8602
8380
  "docs": {
8603
- "remarks": "Specifies whether to ignore the first row header in CSV files with 1 enabling the feature and 0 (default) disabling it, affecting CSV file parsing and data processing in S3 source operations.\n\nUse cases: CSV header handling; File parsing; Data processing; Header row management; CSV source configuration\n\nAWS: AWS DMS S3 endpoint ignoreHeaderRows for CSV header row handling in S3 source processing\n\nValidation: Must be 0 or 1 if provided; default 0; controls CSV header row processing in S3 source operations",
8604
8381
  "stability": "experimental",
8605
- "summary": "Q-ENHANCED-PROPERTY Optional number of header rows to ignore in CSV files for S3 source processing."
8382
+ "summary": "Number of header rows to ignore in CSV files for S3 source processing."
8606
8383
  },
8607
8384
  "immutable": true,
8608
8385
  "locationInModule": {
8609
8386
  "filename": "lib/endpoint.ts",
8610
- "line": 854
8387
+ "line": 181
8611
8388
  },
8612
8389
  "name": "ignoreHeaderRows",
8613
8390
  "optional": true,
@@ -8618,14 +8395,13 @@
8618
8395
  {
8619
8396
  "abstract": true,
8620
8397
  "docs": {
8621
- "remarks": "Enables recording INSERT operations as 'I' annotation in first field of CSV files during full load, providing consistency with CDC load format and operation tracking.\n\nUse cases: Operation tracking; Full load consistency; CDC compatibility; INSERT indication; Data lineage\n\nAWS: AWS DMS S3 endpoint includeOpForFullLoad for INSERT operation indication in full load CSV output\n\nValidation: Must be boolean or 'y' if provided; requires DMS version 3.1.4+; works with CdcInsertsOnly and CdcInsertsAndUpdates",
8622
8398
  "stability": "experimental",
8623
- "summary": "Q-ENHANCED-PROPERTY Optional flag to include INSERT operation indicators in full load CSV output for consistency with CDC operations."
8399
+ "summary": "Flag to include INSERT operation indicators in full load CSV output for consistency with CDC operations."
8624
8400
  },
8625
8401
  "immutable": true,
8626
8402
  "locationInModule": {
8627
8403
  "filename": "lib/endpoint.ts",
8628
- "line": 865
8404
+ "line": 183
8629
8405
  },
8630
8406
  "name": "includeOpForFullLoad",
8631
8407
  "optional": true,
@@ -8636,14 +8412,13 @@
8636
8412
  {
8637
8413
  "abstract": true,
8638
8414
  "docs": {
8639
- "remarks": "Specifies the maximum size limit for CSV files created during full load migration with default 1 GB (1,048,576 KB), controlling file size and affecting data lake file organization and performance.\n\nUse cases: File size control; Full load optimization; Storage management; File organization; Performance tuning\n\nAWS: AWS DMS S3 endpoint maxFileSize for CSV file size limits during full load migration\n\nValidation: Must be integer between 1-1,048,576 KB if provided; default 1 GB; controls CSV file size during full load",
8640
8415
  "stability": "experimental",
8641
- "summary": "Q-ENHANCED-PROPERTY Optional maximum CSV file size in KB for S3 target during full load migration operations."
8416
+ "summary": "Maximum CSV file size in KB for S3 target during full load migration operations."
8642
8417
  },
8643
8418
  "immutable": true,
8644
8419
  "locationInModule": {
8645
8420
  "filename": "lib/endpoint.ts",
8646
- "line": 876
8421
+ "line": 185
8647
8422
  },
8648
8423
  "name": "maxFileSize",
8649
8424
  "optional": true,
@@ -8654,14 +8429,13 @@
8654
8429
  {
8655
8430
  "abstract": true,
8656
8431
  "docs": {
8657
- "remarks": "Enables millisecond precision for TIMESTAMP columns in Parquet format instead of microsecond precision, ensuring compatibility with Amazon Athena and AWS Glue query engines that handle only millisecond precision.\n\nUse cases: Athena compatibility; Glue integration; Timestamp precision; Parquet optimization; Query engine compatibility\n\nAWS: AWS DMS S3 endpoint parquetTimestampInMillisecond for TIMESTAMP precision in Parquet files\n\nValidation: Must be boolean or 'y' if provided; requires DMS version 3.1.4+; applies only to Parquet format; CSV always uses microsecond",
8658
8432
  "stability": "experimental",
8659
- "summary": "Q-ENHANCED-PROPERTY Optional flag to set TIMESTAMP column precision to milliseconds in Parquet files for Athena and Glue compatibility."
8433
+ "summary": "Flag to set TIMESTAMP column precision to milliseconds in Parquet files for Athena and Glue compatibility."
8660
8434
  },
8661
8435
  "immutable": true,
8662
8436
  "locationInModule": {
8663
8437
  "filename": "lib/endpoint.ts",
8664
- "line": 887
8438
+ "line": 187
8665
8439
  },
8666
8440
  "name": "parquetTimestampInMillisecond",
8667
8441
  "optional": true,
@@ -8672,14 +8446,13 @@
8672
8446
  {
8673
8447
  "abstract": true,
8674
8448
  "docs": {
8675
- "remarks": "Specifies the Parquet format version with parquet_1_0 (default) or parquet_2_0 options, affecting file compatibility, features, and performance characteristics in columnar data lake storage operations.\n\nUse cases: Parquet version selection; Format compatibility; Feature availability; Performance optimization; Columnar storage\n\nAWS: AWS DMS S3 endpoint parquetVersion for Apache Parquet format version specification\n\nValidation: Must be 'parquet_1_0' or 'parquet_2_0' if provided; default parquet_1_0; affects Parquet file compatibility and features",
8676
8449
  "stability": "experimental",
8677
- "summary": "Q-ENHANCED-PROPERTY Optional Apache Parquet format version specification for S3 data lake columnar storage."
8450
+ "summary": "Apache Parquet format version specification for S3 data lake columnar storage."
8678
8451
  },
8679
8452
  "immutable": true,
8680
8453
  "locationInModule": {
8681
8454
  "filename": "lib/endpoint.ts",
8682
- "line": 898
8455
+ "line": 189
8683
8456
  },
8684
8457
  "name": "parquetVersion",
8685
8458
  "optional": true,
@@ -8690,14 +8463,13 @@
8690
8463
  {
8691
8464
  "abstract": true,
8692
8465
  "docs": {
8693
- "remarks": "Enables saving transaction order for change data capture loads on S3 target specified by CdcPath, ensuring transactional consistency and proper ordering in data lake CDC operations.\n\nUse cases: Transaction consistency; CDC ordering; Data integrity; Transaction preservation; Change data consistency\n\nAWS: AWS DMS S3 endpoint preserveTransactions for CDC transaction order preservation in S3 target\n\nValidation: Must be boolean if provided; requires CdcPath setting; supports DMS version 3.4.2+; ensures transaction order consistency",
8694
8466
  "stability": "experimental",
8695
- "summary": "Q-ENHANCED-PROPERTY Optional flag to preserve transaction order for CDC loads in S3 target for data consistency."
8467
+ "summary": "Flag to preserve transaction order for CDC loads in S3 target for data consistency."
8696
8468
  },
8697
8469
  "immutable": true,
8698
8470
  "locationInModule": {
8699
8471
  "filename": "lib/endpoint.ts",
8700
- "line": 909
8472
+ "line": 191
8701
8473
  },
8702
8474
  "name": "preserveTransactions",
8703
8475
  "optional": true,
@@ -8708,14 +8480,13 @@
8708
8480
  {
8709
8481
  "abstract": true,
8710
8482
  "docs": {
8711
- "remarks": "Controls quotation mark behavior with true (default) requiring paired quotation marks and proper escaping, and false allowing delimiters within strings, affecting CSV parsing and data integrity.\n\nUse cases: CSV compliance; Quotation handling; RFC 4180 standard; Data parsing; CSV formatting\n\nAWS: AWS DMS S3 endpoint rfc4180 for CSV quotation mark handling and RFC 4180 compliance\n\nValidation: Must be boolean, 'y', or 'n' if provided; default true; affects CSV quotation mark handling and delimiter behavior",
8712
8483
  "stability": "experimental",
8713
- "summary": "Q-ENHANCED-PROPERTY Optional flag to enable RFC 4180 compliance for CSV quotation mark handling in S3 operations."
8484
+ "summary": "Flag to enable RFC 4180 compliance for CSV quotation mark handling in S3 operations."
8714
8485
  },
8715
8486
  "immutable": true,
8716
8487
  "locationInModule": {
8717
8488
  "filename": "lib/endpoint.ts",
8718
- "line": 920
8489
+ "line": 193
8719
8490
  },
8720
8491
  "name": "rfc4180",
8721
8492
  "optional": true,
@@ -8726,14 +8497,13 @@
8726
8497
  {
8727
8498
  "abstract": true,
8728
8499
  "docs": {
8729
- "remarks": "Specifies row group size with default 10,000 rows, balancing faster reads (smaller groups) against slower writes (more groups), with maximum 64MB limit for Parquet file performance tuning.\n\nUse cases: Parquet optimization; Read performance; Write performance; Row group tuning; Columnar storage optimization\n\nAWS: AWS DMS S3 endpoint rowGroupLength for Parquet row group size optimization and performance tuning\n\nValidation: Must be positive integer if provided; default 10,000; maximum 64MB (64*1024*1024 bytes); applies only to Parquet format",
8730
8500
  "stability": "experimental",
8731
- "summary": "Q-ENHANCED-PROPERTY Optional number of rows in Parquet row group for read/write performance optimization."
8501
+ "summary": "Number of rows in Parquet row group for read/write performance optimization."
8732
8502
  },
8733
8503
  "immutable": true,
8734
8504
  "locationInModule": {
8735
8505
  "filename": "lib/endpoint.ts",
8736
- "line": 931
8506
+ "line": 195
8737
8507
  },
8738
8508
  "name": "rowGroupLength",
8739
8509
  "optional": true,
@@ -8744,14 +8514,13 @@
8744
8514
  {
8745
8515
  "abstract": true,
8746
8516
  "docs": {
8747
- "remarks": "Specifies the service role enabling DMS to read and write S3 objects, requiring iam:PassRole action for secure S3 bucket access and data migration operations.\n\nUse cases: Service access; IAM role configuration; S3 permissions; Secure access; Data migration authorization\n\nAWS: AWS IAM role ARN for DMS service access to S3 bucket operations and data lake integration\n\nValidation: Must be valid IAM role ARN if provided; requires iam:PassRole action; enables S3 read/write operations",
8748
8517
  "stability": "experimental",
8749
- "summary": "Q-ENHANCED-PROPERTY Optional IAM role ARN for DMS service access to S3 bucket operations for data lake integration."
8518
+ "summary": "IAM role ARN for DMS service access to S3 bucket operations for data lake integration."
8750
8519
  },
8751
8520
  "immutable": true,
8752
8521
  "locationInModule": {
8753
8522
  "filename": "lib/endpoint.ts",
8754
- "line": 953
8523
+ "line": 199
8755
8524
  },
8756
8525
  "name": "serviceAccessRoleArn",
8757
8526
  "optional": true,
@@ -8762,14 +8531,13 @@
8762
8531
  {
8763
8532
  "abstract": true,
8764
8533
  "docs": {
8765
- "remarks": "Adds STRING column with timestamp information to CSV or Parquet files, containing transfer timestamps for full load and commit timestamps for CDC, with microsecond precision format yyyy-MM-dd HH:mm:ss.SSSSSS.\n\nUse cases: Data lineage; Migration tracking; Timestamp information; Data auditing; Change tracking\n\nAWS: AWS DMS S3 endpoint timestampColumnName for migration timestamp tracking in data lake files\n\nValidation: Must be valid column name if provided; requires DMS version 3.1.4+; adds timestamp column to output files",
8766
8534
  "stability": "experimental",
8767
- "summary": "Q-ENHANCED-PROPERTY Optional timestamp column name for adding migration timing information to S3 data lake files."
8535
+ "summary": "Timestamp column name for adding migration timing information to S3 data lake files."
8768
8536
  },
8769
8537
  "immutable": true,
8770
8538
  "locationInModule": {
8771
8539
  "filename": "lib/endpoint.ts",
8772
- "line": 964
8540
+ "line": 201
8773
8541
  },
8774
8542
  "name": "timestampColumnName",
8775
8543
  "optional": true,
@@ -8780,14 +8548,13 @@
8780
8548
  {
8781
8549
  "abstract": true,
8782
8550
  "docs": {
8783
- "remarks": "Controls handling of columns not included in supplemental log with true using CsvNoSupValue and false using null value, affecting CDC data completeness in CSV format operations.\n\nUse cases: Supplemental log handling; CDC data completeness; Missing column values; CSV CDC operations; Data consistency\n\nAWS: AWS DMS S3 endpoint useCsvNoSupValue for supplemental log column handling in CDC CSV operations\n\nValidation: Must be boolean if provided; works with CsvNoSupValue setting; applies only to CDC loads in CSV format",
8784
8551
  "stability": "experimental",
8785
- "summary": "Q-ENHANCED-PROPERTY Optional flag to use CsvNoSupValue for columns not in supplemental log during CDC CSV operations."
8552
+ "summary": "Flag to use CsvNoSupValue for columns not in supplemental log during CDC CSV operations."
8786
8553
  },
8787
8554
  "immutable": true,
8788
8555
  "locationInModule": {
8789
8556
  "filename": "lib/endpoint.ts",
8790
- "line": 986
8557
+ "line": 205
8791
8558
  },
8792
8559
  "name": "useCsvNoSupValue",
8793
8560
  "optional": true,
@@ -8798,14 +8565,13 @@
8798
8565
  {
8799
8566
  "abstract": true,
8800
8567
  "docs": {
8801
- "remarks": "Controls timestamp behavior with true using task start time for full load and transaction commit time for CDC, and false using incremental data arrival time for full load operations.\n\nUse cases: Timestamp consistency; Task timing; Full load timing; Timestamp behavior; Data lineage\n\nAWS: AWS DMS S3 endpoint useTaskStartTimeForFullLoadTimestamp for timestamp column behavior control\n\nValidation: Must be boolean if provided; affects timestamp column behavior for full load operations; CDC always uses commit time",
8802
8568
  "stability": "experimental",
8803
- "summary": "Q-ENHANCED-PROPERTY Optional flag to use task start time for full load timestamp column instead of data arrival time."
8569
+ "summary": "Flag to use task start time for full load timestamp column instead of data arrival time."
8804
8570
  },
8805
8571
  "immutable": true,
8806
8572
  "locationInModule": {
8807
8573
  "filename": "lib/endpoint.ts",
8808
- "line": 975
8574
+ "line": 203
8809
8575
  },
8810
8576
  "name": "useTaskStartTimeForFullLoadTimestamp",
8811
8577
  "optional": true,
@@ -8820,29 +8586,27 @@
8820
8586
  "assembly": "@aws-mdaa/dms-constructs",
8821
8587
  "datatype": true,
8822
8588
  "docs": {
8823
- "remarks": "Defines Sybase-specific properties for Database Migration Service including Secrets Manager integration for secure credential storage and IAM role configuration for accessing SAP ASE endpoints.\n\nUse cases: Sybase database migration; SAP ASE connectivity; Secure credential management; Enterprise database integration\n\nAWS: AWS DMS Sybase endpoint configuration with Secrets Manager integration and IAM role-based security\n\nValidation: Must include valid Secrets Manager secret ARN; IAM role must have appropriate DMS and Secrets Manager permissions",
8589
+ "remarks": "Modified from the equivalent L1 Construct to prevent use of plaintext credentials and enforce use of KMS encryption.\nThis information includes the output format of records applied to the endpoint and details of transaction and control table data information. For information about other available settings, see [Extra connection attributes when using SAP ASE as a source for AWS DMS](https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.SAP.html#CHAP_Source.SAP.ConnectionAttrib) and [Extra connection attributes when using SAP ASE as a target for AWS DMS](https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.SAP.html#CHAP_Target.SAP.ConnectionAttrib) in the *AWS Database Migration Service User Guide* .",
8824
8590
  "stability": "experimental",
8825
- "summary": "Q-ENHANCED-INTERFACE Sybase database settings configuration interface for DMS endpoint with secure credential management and IAM role-based access."
8591
+ "summary": "Provides information that defines a SAP ASE endpoint."
8826
8592
  },
8827
8593
  "fqn": "@aws-mdaa/dms-constructs.SybaseSettingsProperty",
8828
8594
  "kind": "interface",
8829
8595
  "locationInModule": {
8830
8596
  "filename": "lib/endpoint.ts",
8831
- "line": 27
8597
+ "line": 17
8832
8598
  },
8833
8599
  "name": "SybaseSettingsProperty",
8834
8600
  "properties": [
8835
8601
  {
8836
8602
  "abstract": true,
8837
8603
  "docs": {
8838
- "remarks": "Defines the AWS Secrets Manager secret that stores database connection credentials including username, password, and connection parameters for Sybase endpoint access.\n\nUse cases: Secure credential storage; SAP ASE connectivity; Database authentication; Secrets management\n\nAWS: DMS Sybase endpoint secretsManagerSecretId setting for Secrets Manager secret reference\n\nValidation: Must be valid Secrets Manager secret ARN; secret must contain valid Sybase connection credentials\nSee: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-sybasesettings.html#cfn-dms-endpoint-sybasesettings-secretsmanagersecretid",
8839
- "stability": "experimental",
8840
- "summary": "Q-ENHANCED-PROPERTY Required Secrets Manager secret ARN containing Sybase endpoint connection details enabling secure credential storage for SAP ASE database connectivity."
8604
+ "stability": "experimental"
8841
8605
  },
8842
8606
  "immutable": true,
8843
8607
  "locationInModule": {
8844
8608
  "filename": "lib/endpoint.ts",
8845
- "line": 51
8609
+ "line": 20
8846
8610
  },
8847
8611
  "name": "secretsManagerSecretArn",
8848
8612
  "type": {
@@ -8852,14 +8616,13 @@
8852
8616
  {
8853
8617
  "abstract": true,
8854
8618
  "docs": {
8855
- "remarks": "Defines the IAM role that DMS assumes to retrieve database credentials from Secrets Manager for SAP ASE endpoint connectivity with role-based security.\n\nUse cases: Secure credential access; IAM role-based security; Secrets Manager integration; DMS authentication\n\nAWS: DMS Sybase endpoint secretsManagerAccessRoleArn setting for IAM role-based credential access\n\nValidation: Must be valid IAM role ARN if provided; role must have iam:PassRole and Secrets Manager access permissions\nSee: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-sybasesettings.html#cfn-dms-endpoint-sybasesettings-secretsmanageraccessrolearn",
8856
8619
  "stability": "experimental",
8857
- "summary": "Q-ENHANCED-PROPERTY Optional IAM role ARN for DMS to access Secrets Manager secret containing Sybase endpoint credentials enabling secure credential management."
8620
+ "summary": "IAM role ARN for DMS to access Secrets Manager secret containing Sybase endpoint."
8858
8621
  },
8859
8622
  "immutable": true,
8860
8623
  "locationInModule": {
8861
8624
  "filename": "lib/endpoint.ts",
8862
- "line": 39
8625
+ "line": 19
8863
8626
  },
8864
8627
  "name": "secretsManagerAccessRoleArn",
8865
8628
  "optional": true,
@@ -8870,14 +8633,13 @@
8870
8633
  {
8871
8634
  "abstract": true,
8872
8635
  "docs": {
8873
- "remarks": "Defines the KMS key used to encrypt the Secrets Manager secret that stores Sybase endpoint credentials for additional security layer.\n\nUse cases: Credential encryption; Enhanced security; KMS integration; Secrets Manager encryption\n\nAWS: DMS Sybase endpoint secretsManagerSecretKMSArn setting for KMS encryption of credentials\n\nValidation: Must be valid KMS key ARN if provided; enables encryption of Secrets Manager secret containing credentials",
8874
8636
  "stability": "experimental",
8875
- "summary": "Q-ENHANCED-PROPERTY Optional KMS key ARN for encrypting Secrets Manager secret containing Sybase credentials enabling enhanced security for database connection details."
8637
+ "summary": "KMS key ARN for encrypting Secrets Manager secret containing Sybase credentials enabling."
8876
8638
  },
8877
8639
  "immutable": true,
8878
8640
  "locationInModule": {
8879
8641
  "filename": "lib/endpoint.ts",
8880
- "line": 62
8642
+ "line": 22
8881
8643
  },
8882
8644
  "name": "secretsManagerSecretKMSArn",
8883
8645
  "optional": true,
@@ -8889,6 +8651,6 @@
8889
8651
  "symbolId": "lib/endpoint:SybaseSettingsProperty"
8890
8652
  }
8891
8653
  },
8892
- "version": "1.3.0",
8893
- "fingerprint": "G8Wc2dvCzT20j1S8RSfBkTUUHaPeNYaxm6AoSgoc3zI="
8654
+ "version": "1.5.0",
8655
+ "fingerprint": "LHv686Ek0CNECmB6mhzkQy57mmmqoqI8mtuKgsMdHhQ="
8894
8656
  }