aws-cdk-lib 2.173.3__py3-none-any.whl → 2.174.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of aws-cdk-lib might be problematic. Click here for more details.
- aws_cdk/__init__.py +210 -181
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.173.3.jsii.tgz → aws-cdk-lib@2.174.0.jsii.tgz} +0 -0
- aws_cdk/aws_apigateway/__init__.py +127 -168
- aws_cdk/aws_appconfig/__init__.py +498 -1
- aws_cdk/aws_applicationautoscaling/__init__.py +4 -1
- aws_cdk/aws_appsync/__init__.py +4 -0
- aws_cdk/aws_autoscaling/__init__.py +96 -0
- aws_cdk/aws_batch/__init__.py +1084 -233
- aws_cdk/aws_bedrock/__init__.py +2119 -181
- aws_cdk/aws_cassandra/__init__.py +476 -4
- aws_cdk/aws_cleanrooms/__init__.py +543 -17
- aws_cdk/aws_cloudformation/__init__.py +172 -169
- aws_cdk/aws_cloudfront/__init__.py +773 -26
- aws_cdk/aws_cloudtrail/__init__.py +8 -2
- aws_cdk/aws_codebuild/__init__.py +83 -0
- aws_cdk/aws_codepipeline/__init__.py +2 -1
- aws_cdk/aws_cognito/__init__.py +232 -200
- aws_cdk/aws_connect/__init__.py +187 -36
- aws_cdk/aws_connectcampaignsv2/__init__.py +106 -12
- aws_cdk/aws_databrew/__init__.py +69 -1
- aws_cdk/aws_datasync/__init__.py +33 -28
- aws_cdk/aws_datazone/__init__.py +141 -41
- aws_cdk/aws_dlm/__init__.py +20 -10
- aws_cdk/aws_dms/__init__.py +722 -30
- aws_cdk/aws_dynamodb/__init__.py +76 -4
- aws_cdk/aws_ec2/__init__.py +1233 -65
- aws_cdk/aws_ecr/__init__.py +31 -0
- aws_cdk/aws_ecr_assets/__init__.py +5 -0
- aws_cdk/aws_ecs/__init__.py +88 -11
- aws_cdk/aws_efs/__init__.py +15 -8
- aws_cdk/aws_eks/__init__.py +114 -45
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +2 -2
- aws_cdk/aws_emrserverless/__init__.py +143 -0
- aws_cdk/aws_events/__init__.py +50 -30
- aws_cdk/aws_fis/__init__.py +33 -33
- aws_cdk/aws_fsx/__init__.py +20 -10
- aws_cdk/aws_glue/__init__.py +34 -11
- aws_cdk/aws_greengrass/__init__.py +8 -8
- aws_cdk/aws_guardduty/__init__.py +1 -1
- aws_cdk/aws_imagebuilder/__init__.py +45 -47
- aws_cdk/aws_internetmonitor/__init__.py +3 -3
- aws_cdk/aws_invoicing/__init__.py +55 -30
- aws_cdk/aws_iot/__init__.py +1117 -4
- aws_cdk/aws_iot1click/__init__.py +17 -7
- aws_cdk/aws_kendra/__init__.py +4 -6
- aws_cdk/aws_lambda/__init__.py +15 -1
- aws_cdk/aws_logs/__init__.py +4011 -86
- aws_cdk/aws_m2/__init__.py +41 -0
- aws_cdk/aws_mediaconnect/__init__.py +202 -7
- aws_cdk/aws_memorydb/__init__.py +22 -22
- aws_cdk/aws_networkmanager/__init__.py +758 -0
- aws_cdk/aws_opensearchservice/__init__.py +222 -0
- aws_cdk/aws_organizations/__init__.py +5 -3
- aws_cdk/aws_pcs/__init__.py +3038 -0
- aws_cdk/aws_pipes/__init__.py +10 -10
- aws_cdk/aws_qbusiness/__init__.py +415 -140
- aws_cdk/aws_quicksight/__init__.py +15932 -6448
- aws_cdk/aws_ram/__init__.py +5 -11
- aws_cdk/aws_rbin/__init__.py +28 -16
- aws_cdk/aws_rds/__init__.py +184 -24
- aws_cdk/aws_redshiftserverless/__init__.py +156 -0
- aws_cdk/aws_resiliencehub/__init__.py +2 -1
- aws_cdk/aws_route53_targets/__init__.py +5 -5
- aws_cdk/aws_s3/__init__.py +25 -15
- aws_cdk/aws_s3express/__init__.py +7 -7
- aws_cdk/aws_s3tables/__init__.py +683 -0
- aws_cdk/aws_sagemaker/__init__.py +574 -189
- aws_cdk/aws_secretsmanager/__init__.py +2 -0
- aws_cdk/aws_securityhub/__init__.py +41 -165
- aws_cdk/aws_servicediscovery/__init__.py +10 -3
- aws_cdk/aws_ses/__init__.py +190 -5
- aws_cdk/aws_sns/__init__.py +7 -3
- aws_cdk/aws_synthetics/__init__.py +29 -4
- aws_cdk/aws_transfer/__init__.py +8 -0
- aws_cdk/aws_vpclattice/__init__.py +147 -77
- aws_cdk/aws_wafv2/__init__.py +20 -8
- aws_cdk/aws_wisdom/__init__.py +162 -111
- aws_cdk/aws_workspaces/__init__.py +10 -4
- aws_cdk/cloud_assembly_schema/__init__.py +22 -0
- aws_cdk/custom_resources/__init__.py +31 -0
- aws_cdk/cx_api/__init__.py +19 -0
- {aws_cdk_lib-2.173.3.dist-info → aws_cdk_lib-2.174.0.dist-info}/LICENSE +1 -1
- {aws_cdk_lib-2.173.3.dist-info → aws_cdk_lib-2.174.0.dist-info}/METADATA +2 -2
- {aws_cdk_lib-2.173.3.dist-info → aws_cdk_lib-2.174.0.dist-info}/NOTICE +1 -1
- {aws_cdk_lib-2.173.3.dist-info → aws_cdk_lib-2.174.0.dist-info}/RECORD +88 -86
- {aws_cdk_lib-2.173.3.dist-info → aws_cdk_lib-2.174.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.173.3.dist-info → aws_cdk_lib-2.174.0.dist-info}/top_level.txt +0 -0
aws_cdk/aws_dms/__init__.py
CHANGED
|
@@ -978,6 +978,23 @@ class CfnDataProvider(
|
|
|
978
978
|
description="description",
|
|
979
979
|
exact_settings=False,
|
|
980
980
|
settings=dms.CfnDataProvider.SettingsProperty(
|
|
981
|
+
doc_db_settings=dms.CfnDataProvider.DocDbSettingsProperty(
|
|
982
|
+
database_name="databaseName",
|
|
983
|
+
port=123,
|
|
984
|
+
server_name="serverName",
|
|
985
|
+
|
|
986
|
+
# the properties below are optional
|
|
987
|
+
certificate_arn="certificateArn",
|
|
988
|
+
ssl_mode="sslMode"
|
|
989
|
+
),
|
|
990
|
+
maria_db_settings=dms.CfnDataProvider.MariaDbSettingsProperty(
|
|
991
|
+
port=123,
|
|
992
|
+
server_name="serverName",
|
|
993
|
+
ssl_mode="sslMode",
|
|
994
|
+
|
|
995
|
+
# the properties below are optional
|
|
996
|
+
certificate_arn="certificateArn"
|
|
997
|
+
),
|
|
981
998
|
microsoft_sql_server_settings=dms.CfnDataProvider.MicrosoftSqlServerSettingsProperty(
|
|
982
999
|
database_name="databaseName",
|
|
983
1000
|
port=123,
|
|
@@ -987,6 +1004,18 @@ class CfnDataProvider(
|
|
|
987
1004
|
# the properties below are optional
|
|
988
1005
|
certificate_arn="certificateArn"
|
|
989
1006
|
),
|
|
1007
|
+
mongo_db_settings=dms.CfnDataProvider.MongoDbSettingsProperty(
|
|
1008
|
+
port=123,
|
|
1009
|
+
server_name="serverName",
|
|
1010
|
+
|
|
1011
|
+
# the properties below are optional
|
|
1012
|
+
auth_mechanism="authMechanism",
|
|
1013
|
+
auth_source="authSource",
|
|
1014
|
+
auth_type="authType",
|
|
1015
|
+
certificate_arn="certificateArn",
|
|
1016
|
+
database_name="databaseName",
|
|
1017
|
+
ssl_mode="sslMode"
|
|
1018
|
+
),
|
|
990
1019
|
my_sql_settings=dms.CfnDataProvider.MySqlSettingsProperty(
|
|
991
1020
|
port=123,
|
|
992
1021
|
server_name="serverName",
|
|
@@ -1017,6 +1046,11 @@ class CfnDataProvider(
|
|
|
1017
1046
|
|
|
1018
1047
|
# the properties below are optional
|
|
1019
1048
|
certificate_arn="certificateArn"
|
|
1049
|
+
),
|
|
1050
|
+
redshift_settings=dms.CfnDataProvider.RedshiftSettingsProperty(
|
|
1051
|
+
database_name="databaseName",
|
|
1052
|
+
port=123,
|
|
1053
|
+
server_name="serverName"
|
|
1020
1054
|
)
|
|
1021
1055
|
),
|
|
1022
1056
|
tags=[CfnTag(
|
|
@@ -1226,6 +1260,229 @@ class CfnDataProvider(
|
|
|
1226
1260
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1227
1261
|
jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
|
|
1228
1262
|
|
|
1263
|
+
@jsii.data_type(
|
|
1264
|
+
jsii_type="aws-cdk-lib.aws_dms.CfnDataProvider.DocDbSettingsProperty",
|
|
1265
|
+
jsii_struct_bases=[],
|
|
1266
|
+
name_mapping={
|
|
1267
|
+
"database_name": "databaseName",
|
|
1268
|
+
"port": "port",
|
|
1269
|
+
"server_name": "serverName",
|
|
1270
|
+
"certificate_arn": "certificateArn",
|
|
1271
|
+
"ssl_mode": "sslMode",
|
|
1272
|
+
},
|
|
1273
|
+
)
|
|
1274
|
+
class DocDbSettingsProperty:
|
|
1275
|
+
def __init__(
|
|
1276
|
+
self,
|
|
1277
|
+
*,
|
|
1278
|
+
database_name: builtins.str,
|
|
1279
|
+
port: jsii.Number,
|
|
1280
|
+
server_name: builtins.str,
|
|
1281
|
+
certificate_arn: typing.Optional[builtins.str] = None,
|
|
1282
|
+
ssl_mode: typing.Optional[builtins.str] = None,
|
|
1283
|
+
) -> None:
|
|
1284
|
+
'''DocDbSettings property identifier.
|
|
1285
|
+
|
|
1286
|
+
:param database_name:
|
|
1287
|
+
:param port:
|
|
1288
|
+
:param server_name:
|
|
1289
|
+
:param certificate_arn:
|
|
1290
|
+
:param ssl_mode:
|
|
1291
|
+
|
|
1292
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-dataprovider-docdbsettings.html
|
|
1293
|
+
:exampleMetadata: fixture=_generated
|
|
1294
|
+
|
|
1295
|
+
Example::
|
|
1296
|
+
|
|
1297
|
+
# The code below shows an example of how to instantiate this type.
|
|
1298
|
+
# The values are placeholders you should change.
|
|
1299
|
+
from aws_cdk import aws_dms as dms
|
|
1300
|
+
|
|
1301
|
+
doc_db_settings_property = dms.CfnDataProvider.DocDbSettingsProperty(
|
|
1302
|
+
database_name="databaseName",
|
|
1303
|
+
port=123,
|
|
1304
|
+
server_name="serverName",
|
|
1305
|
+
|
|
1306
|
+
# the properties below are optional
|
|
1307
|
+
certificate_arn="certificateArn",
|
|
1308
|
+
ssl_mode="sslMode"
|
|
1309
|
+
)
|
|
1310
|
+
'''
|
|
1311
|
+
if __debug__:
|
|
1312
|
+
type_hints = typing.get_type_hints(_typecheckingstub__27fdf69ccaa013cf95c95a3dcea8a8ac53782df29fc9618599f90ab669928cb5)
|
|
1313
|
+
check_type(argname="argument database_name", value=database_name, expected_type=type_hints["database_name"])
|
|
1314
|
+
check_type(argname="argument port", value=port, expected_type=type_hints["port"])
|
|
1315
|
+
check_type(argname="argument server_name", value=server_name, expected_type=type_hints["server_name"])
|
|
1316
|
+
check_type(argname="argument certificate_arn", value=certificate_arn, expected_type=type_hints["certificate_arn"])
|
|
1317
|
+
check_type(argname="argument ssl_mode", value=ssl_mode, expected_type=type_hints["ssl_mode"])
|
|
1318
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
1319
|
+
"database_name": database_name,
|
|
1320
|
+
"port": port,
|
|
1321
|
+
"server_name": server_name,
|
|
1322
|
+
}
|
|
1323
|
+
if certificate_arn is not None:
|
|
1324
|
+
self._values["certificate_arn"] = certificate_arn
|
|
1325
|
+
if ssl_mode is not None:
|
|
1326
|
+
self._values["ssl_mode"] = ssl_mode
|
|
1327
|
+
|
|
1328
|
+
@builtins.property
|
|
1329
|
+
def database_name(self) -> builtins.str:
|
|
1330
|
+
'''
|
|
1331
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-dataprovider-docdbsettings.html#cfn-dms-dataprovider-docdbsettings-databasename
|
|
1332
|
+
'''
|
|
1333
|
+
result = self._values.get("database_name")
|
|
1334
|
+
assert result is not None, "Required property 'database_name' is missing"
|
|
1335
|
+
return typing.cast(builtins.str, result)
|
|
1336
|
+
|
|
1337
|
+
@builtins.property
|
|
1338
|
+
def port(self) -> jsii.Number:
|
|
1339
|
+
'''
|
|
1340
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-dataprovider-docdbsettings.html#cfn-dms-dataprovider-docdbsettings-port
|
|
1341
|
+
'''
|
|
1342
|
+
result = self._values.get("port")
|
|
1343
|
+
assert result is not None, "Required property 'port' is missing"
|
|
1344
|
+
return typing.cast(jsii.Number, result)
|
|
1345
|
+
|
|
1346
|
+
@builtins.property
|
|
1347
|
+
def server_name(self) -> builtins.str:
|
|
1348
|
+
'''
|
|
1349
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-dataprovider-docdbsettings.html#cfn-dms-dataprovider-docdbsettings-servername
|
|
1350
|
+
'''
|
|
1351
|
+
result = self._values.get("server_name")
|
|
1352
|
+
assert result is not None, "Required property 'server_name' is missing"
|
|
1353
|
+
return typing.cast(builtins.str, result)
|
|
1354
|
+
|
|
1355
|
+
@builtins.property
|
|
1356
|
+
def certificate_arn(self) -> typing.Optional[builtins.str]:
|
|
1357
|
+
'''
|
|
1358
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-dataprovider-docdbsettings.html#cfn-dms-dataprovider-docdbsettings-certificatearn
|
|
1359
|
+
'''
|
|
1360
|
+
result = self._values.get("certificate_arn")
|
|
1361
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
1362
|
+
|
|
1363
|
+
@builtins.property
|
|
1364
|
+
def ssl_mode(self) -> typing.Optional[builtins.str]:
|
|
1365
|
+
'''
|
|
1366
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-dataprovider-docdbsettings.html#cfn-dms-dataprovider-docdbsettings-sslmode
|
|
1367
|
+
'''
|
|
1368
|
+
result = self._values.get("ssl_mode")
|
|
1369
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
1370
|
+
|
|
1371
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
1372
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
1373
|
+
|
|
1374
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
1375
|
+
return not (rhs == self)
|
|
1376
|
+
|
|
1377
|
+
def __repr__(self) -> str:
|
|
1378
|
+
return "DocDbSettingsProperty(%s)" % ", ".join(
|
|
1379
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
1380
|
+
)
|
|
1381
|
+
|
|
1382
|
+
@jsii.data_type(
|
|
1383
|
+
jsii_type="aws-cdk-lib.aws_dms.CfnDataProvider.MariaDbSettingsProperty",
|
|
1384
|
+
jsii_struct_bases=[],
|
|
1385
|
+
name_mapping={
|
|
1386
|
+
"port": "port",
|
|
1387
|
+
"server_name": "serverName",
|
|
1388
|
+
"ssl_mode": "sslMode",
|
|
1389
|
+
"certificate_arn": "certificateArn",
|
|
1390
|
+
},
|
|
1391
|
+
)
|
|
1392
|
+
class MariaDbSettingsProperty:
|
|
1393
|
+
def __init__(
|
|
1394
|
+
self,
|
|
1395
|
+
*,
|
|
1396
|
+
port: jsii.Number,
|
|
1397
|
+
server_name: builtins.str,
|
|
1398
|
+
ssl_mode: builtins.str,
|
|
1399
|
+
certificate_arn: typing.Optional[builtins.str] = None,
|
|
1400
|
+
) -> None:
|
|
1401
|
+
'''MariaDbSettings property identifier.
|
|
1402
|
+
|
|
1403
|
+
:param port:
|
|
1404
|
+
:param server_name:
|
|
1405
|
+
:param ssl_mode:
|
|
1406
|
+
:param certificate_arn:
|
|
1407
|
+
|
|
1408
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-dataprovider-mariadbsettings.html
|
|
1409
|
+
:exampleMetadata: fixture=_generated
|
|
1410
|
+
|
|
1411
|
+
Example::
|
|
1412
|
+
|
|
1413
|
+
# The code below shows an example of how to instantiate this type.
|
|
1414
|
+
# The values are placeholders you should change.
|
|
1415
|
+
from aws_cdk import aws_dms as dms
|
|
1416
|
+
|
|
1417
|
+
maria_db_settings_property = dms.CfnDataProvider.MariaDbSettingsProperty(
|
|
1418
|
+
port=123,
|
|
1419
|
+
server_name="serverName",
|
|
1420
|
+
ssl_mode="sslMode",
|
|
1421
|
+
|
|
1422
|
+
# the properties below are optional
|
|
1423
|
+
certificate_arn="certificateArn"
|
|
1424
|
+
)
|
|
1425
|
+
'''
|
|
1426
|
+
if __debug__:
|
|
1427
|
+
type_hints = typing.get_type_hints(_typecheckingstub__8aaf3c54dbf2161e44767d583c443498e51a7aca2b6a75b3b83da99169ec778c)
|
|
1428
|
+
check_type(argname="argument port", value=port, expected_type=type_hints["port"])
|
|
1429
|
+
check_type(argname="argument server_name", value=server_name, expected_type=type_hints["server_name"])
|
|
1430
|
+
check_type(argname="argument ssl_mode", value=ssl_mode, expected_type=type_hints["ssl_mode"])
|
|
1431
|
+
check_type(argname="argument certificate_arn", value=certificate_arn, expected_type=type_hints["certificate_arn"])
|
|
1432
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
1433
|
+
"port": port,
|
|
1434
|
+
"server_name": server_name,
|
|
1435
|
+
"ssl_mode": ssl_mode,
|
|
1436
|
+
}
|
|
1437
|
+
if certificate_arn is not None:
|
|
1438
|
+
self._values["certificate_arn"] = certificate_arn
|
|
1439
|
+
|
|
1440
|
+
@builtins.property
|
|
1441
|
+
def port(self) -> jsii.Number:
|
|
1442
|
+
'''
|
|
1443
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-dataprovider-mariadbsettings.html#cfn-dms-dataprovider-mariadbsettings-port
|
|
1444
|
+
'''
|
|
1445
|
+
result = self._values.get("port")
|
|
1446
|
+
assert result is not None, "Required property 'port' is missing"
|
|
1447
|
+
return typing.cast(jsii.Number, result)
|
|
1448
|
+
|
|
1449
|
+
@builtins.property
|
|
1450
|
+
def server_name(self) -> builtins.str:
|
|
1451
|
+
'''
|
|
1452
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-dataprovider-mariadbsettings.html#cfn-dms-dataprovider-mariadbsettings-servername
|
|
1453
|
+
'''
|
|
1454
|
+
result = self._values.get("server_name")
|
|
1455
|
+
assert result is not None, "Required property 'server_name' is missing"
|
|
1456
|
+
return typing.cast(builtins.str, result)
|
|
1457
|
+
|
|
1458
|
+
@builtins.property
|
|
1459
|
+
def ssl_mode(self) -> builtins.str:
|
|
1460
|
+
'''
|
|
1461
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-dataprovider-mariadbsettings.html#cfn-dms-dataprovider-mariadbsettings-sslmode
|
|
1462
|
+
'''
|
|
1463
|
+
result = self._values.get("ssl_mode")
|
|
1464
|
+
assert result is not None, "Required property 'ssl_mode' is missing"
|
|
1465
|
+
return typing.cast(builtins.str, result)
|
|
1466
|
+
|
|
1467
|
+
@builtins.property
|
|
1468
|
+
def certificate_arn(self) -> typing.Optional[builtins.str]:
|
|
1469
|
+
'''
|
|
1470
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-dataprovider-mariadbsettings.html#cfn-dms-dataprovider-mariadbsettings-certificatearn
|
|
1471
|
+
'''
|
|
1472
|
+
result = self._values.get("certificate_arn")
|
|
1473
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
1474
|
+
|
|
1475
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
1476
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
1477
|
+
|
|
1478
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
1479
|
+
return not (rhs == self)
|
|
1480
|
+
|
|
1481
|
+
def __repr__(self) -> str:
|
|
1482
|
+
return "MariaDbSettingsProperty(%s)" % ", ".join(
|
|
1483
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
1484
|
+
)
|
|
1485
|
+
|
|
1229
1486
|
@jsii.data_type(
|
|
1230
1487
|
jsii_type="aws-cdk-lib.aws_dms.CfnDataProvider.MicrosoftSqlServerSettingsProperty",
|
|
1231
1488
|
jsii_struct_bases=[],
|
|
@@ -1277,34 +1534,170 @@ class CfnDataProvider(
|
|
|
1277
1534
|
if __debug__:
|
|
1278
1535
|
type_hints = typing.get_type_hints(_typecheckingstub__0dfa7fa5a3c635f1fb97ff68de16deda1fcd5749cf9b141cfd4bbe722c5d97f8)
|
|
1279
1536
|
check_type(argname="argument database_name", value=database_name, expected_type=type_hints["database_name"])
|
|
1280
|
-
check_type(argname="argument port", value=port, expected_type=type_hints["port"])
|
|
1281
|
-
check_type(argname="argument server_name", value=server_name, expected_type=type_hints["server_name"])
|
|
1537
|
+
check_type(argname="argument port", value=port, expected_type=type_hints["port"])
|
|
1538
|
+
check_type(argname="argument server_name", value=server_name, expected_type=type_hints["server_name"])
|
|
1539
|
+
check_type(argname="argument ssl_mode", value=ssl_mode, expected_type=type_hints["ssl_mode"])
|
|
1540
|
+
check_type(argname="argument certificate_arn", value=certificate_arn, expected_type=type_hints["certificate_arn"])
|
|
1541
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
1542
|
+
"database_name": database_name,
|
|
1543
|
+
"port": port,
|
|
1544
|
+
"server_name": server_name,
|
|
1545
|
+
"ssl_mode": ssl_mode,
|
|
1546
|
+
}
|
|
1547
|
+
if certificate_arn is not None:
|
|
1548
|
+
self._values["certificate_arn"] = certificate_arn
|
|
1549
|
+
|
|
1550
|
+
@builtins.property
|
|
1551
|
+
def database_name(self) -> builtins.str:
|
|
1552
|
+
'''Database name for the endpoint.
|
|
1553
|
+
|
|
1554
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-dataprovider-microsoftsqlserversettings.html#cfn-dms-dataprovider-microsoftsqlserversettings-databasename
|
|
1555
|
+
'''
|
|
1556
|
+
result = self._values.get("database_name")
|
|
1557
|
+
assert result is not None, "Required property 'database_name' is missing"
|
|
1558
|
+
return typing.cast(builtins.str, result)
|
|
1559
|
+
|
|
1560
|
+
@builtins.property
|
|
1561
|
+
def port(self) -> jsii.Number:
|
|
1562
|
+
'''Endpoint TCP port.
|
|
1563
|
+
|
|
1564
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-dataprovider-microsoftsqlserversettings.html#cfn-dms-dataprovider-microsoftsqlserversettings-port
|
|
1565
|
+
'''
|
|
1566
|
+
result = self._values.get("port")
|
|
1567
|
+
assert result is not None, "Required property 'port' is missing"
|
|
1568
|
+
return typing.cast(jsii.Number, result)
|
|
1569
|
+
|
|
1570
|
+
@builtins.property
|
|
1571
|
+
def server_name(self) -> builtins.str:
|
|
1572
|
+
'''Fully qualified domain name of the endpoint.
|
|
1573
|
+
|
|
1574
|
+
For an Amazon RDS SQL Server instance, this is the output of `DescribeDBInstances <https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DescribeDBInstances.html>`_ , in the ``[Endpoint](https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_Endpoint.html) .Address`` field.
|
|
1575
|
+
|
|
1576
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-dataprovider-microsoftsqlserversettings.html#cfn-dms-dataprovider-microsoftsqlserversettings-servername
|
|
1577
|
+
'''
|
|
1578
|
+
result = self._values.get("server_name")
|
|
1579
|
+
assert result is not None, "Required property 'server_name' is missing"
|
|
1580
|
+
return typing.cast(builtins.str, result)
|
|
1581
|
+
|
|
1582
|
+
@builtins.property
|
|
1583
|
+
def ssl_mode(self) -> builtins.str:
|
|
1584
|
+
'''
|
|
1585
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-dataprovider-microsoftsqlserversettings.html#cfn-dms-dataprovider-microsoftsqlserversettings-sslmode
|
|
1586
|
+
'''
|
|
1587
|
+
result = self._values.get("ssl_mode")
|
|
1588
|
+
assert result is not None, "Required property 'ssl_mode' is missing"
|
|
1589
|
+
return typing.cast(builtins.str, result)
|
|
1590
|
+
|
|
1591
|
+
@builtins.property
|
|
1592
|
+
def certificate_arn(self) -> typing.Optional[builtins.str]:
|
|
1593
|
+
'''
|
|
1594
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-dataprovider-microsoftsqlserversettings.html#cfn-dms-dataprovider-microsoftsqlserversettings-certificatearn
|
|
1595
|
+
'''
|
|
1596
|
+
result = self._values.get("certificate_arn")
|
|
1597
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
1598
|
+
|
|
1599
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
1600
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
1601
|
+
|
|
1602
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
1603
|
+
return not (rhs == self)
|
|
1604
|
+
|
|
1605
|
+
def __repr__(self) -> str:
|
|
1606
|
+
return "MicrosoftSqlServerSettingsProperty(%s)" % ", ".join(
|
|
1607
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
1608
|
+
)
|
|
1609
|
+
|
|
1610
|
+
@jsii.data_type(
|
|
1611
|
+
jsii_type="aws-cdk-lib.aws_dms.CfnDataProvider.MongoDbSettingsProperty",
|
|
1612
|
+
jsii_struct_bases=[],
|
|
1613
|
+
name_mapping={
|
|
1614
|
+
"port": "port",
|
|
1615
|
+
"server_name": "serverName",
|
|
1616
|
+
"auth_mechanism": "authMechanism",
|
|
1617
|
+
"auth_source": "authSource",
|
|
1618
|
+
"auth_type": "authType",
|
|
1619
|
+
"certificate_arn": "certificateArn",
|
|
1620
|
+
"database_name": "databaseName",
|
|
1621
|
+
"ssl_mode": "sslMode",
|
|
1622
|
+
},
|
|
1623
|
+
)
|
|
1624
|
+
class MongoDbSettingsProperty:
|
|
1625
|
+
def __init__(
|
|
1626
|
+
self,
|
|
1627
|
+
*,
|
|
1628
|
+
port: jsii.Number,
|
|
1629
|
+
server_name: builtins.str,
|
|
1630
|
+
auth_mechanism: typing.Optional[builtins.str] = None,
|
|
1631
|
+
auth_source: typing.Optional[builtins.str] = None,
|
|
1632
|
+
auth_type: typing.Optional[builtins.str] = None,
|
|
1633
|
+
certificate_arn: typing.Optional[builtins.str] = None,
|
|
1634
|
+
database_name: typing.Optional[builtins.str] = None,
|
|
1635
|
+
ssl_mode: typing.Optional[builtins.str] = None,
|
|
1636
|
+
) -> None:
|
|
1637
|
+
'''MongoDbSettings property identifier.
|
|
1638
|
+
|
|
1639
|
+
:param port:
|
|
1640
|
+
:param server_name:
|
|
1641
|
+
:param auth_mechanism:
|
|
1642
|
+
:param auth_source:
|
|
1643
|
+
:param auth_type:
|
|
1644
|
+
:param certificate_arn:
|
|
1645
|
+
:param database_name:
|
|
1646
|
+
:param ssl_mode:
|
|
1647
|
+
|
|
1648
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-dataprovider-mongodbsettings.html
|
|
1649
|
+
:exampleMetadata: fixture=_generated
|
|
1650
|
+
|
|
1651
|
+
Example::
|
|
1652
|
+
|
|
1653
|
+
# The code below shows an example of how to instantiate this type.
|
|
1654
|
+
# The values are placeholders you should change.
|
|
1655
|
+
from aws_cdk import aws_dms as dms
|
|
1656
|
+
|
|
1657
|
+
mongo_db_settings_property = dms.CfnDataProvider.MongoDbSettingsProperty(
|
|
1658
|
+
port=123,
|
|
1659
|
+
server_name="serverName",
|
|
1660
|
+
|
|
1661
|
+
# the properties below are optional
|
|
1662
|
+
auth_mechanism="authMechanism",
|
|
1663
|
+
auth_source="authSource",
|
|
1664
|
+
auth_type="authType",
|
|
1665
|
+
certificate_arn="certificateArn",
|
|
1666
|
+
database_name="databaseName",
|
|
1667
|
+
ssl_mode="sslMode"
|
|
1668
|
+
)
|
|
1669
|
+
'''
|
|
1670
|
+
if __debug__:
|
|
1671
|
+
type_hints = typing.get_type_hints(_typecheckingstub__32505960f1767ddd467b6670e85e7935db157ee72a05ba0ae7cad6606d7f906c)
|
|
1672
|
+
check_type(argname="argument port", value=port, expected_type=type_hints["port"])
|
|
1673
|
+
check_type(argname="argument server_name", value=server_name, expected_type=type_hints["server_name"])
|
|
1674
|
+
check_type(argname="argument auth_mechanism", value=auth_mechanism, expected_type=type_hints["auth_mechanism"])
|
|
1675
|
+
check_type(argname="argument auth_source", value=auth_source, expected_type=type_hints["auth_source"])
|
|
1676
|
+
check_type(argname="argument auth_type", value=auth_type, expected_type=type_hints["auth_type"])
|
|
1677
|
+
check_type(argname="argument certificate_arn", value=certificate_arn, expected_type=type_hints["certificate_arn"])
|
|
1678
|
+
check_type(argname="argument database_name", value=database_name, expected_type=type_hints["database_name"])
|
|
1282
1679
|
check_type(argname="argument ssl_mode", value=ssl_mode, expected_type=type_hints["ssl_mode"])
|
|
1283
|
-
check_type(argname="argument certificate_arn", value=certificate_arn, expected_type=type_hints["certificate_arn"])
|
|
1284
1680
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
1285
|
-
"database_name": database_name,
|
|
1286
1681
|
"port": port,
|
|
1287
1682
|
"server_name": server_name,
|
|
1288
|
-
"ssl_mode": ssl_mode,
|
|
1289
1683
|
}
|
|
1684
|
+
if auth_mechanism is not None:
|
|
1685
|
+
self._values["auth_mechanism"] = auth_mechanism
|
|
1686
|
+
if auth_source is not None:
|
|
1687
|
+
self._values["auth_source"] = auth_source
|
|
1688
|
+
if auth_type is not None:
|
|
1689
|
+
self._values["auth_type"] = auth_type
|
|
1290
1690
|
if certificate_arn is not None:
|
|
1291
1691
|
self._values["certificate_arn"] = certificate_arn
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-dataprovider-microsoftsqlserversettings.html#cfn-dms-dataprovider-microsoftsqlserversettings-databasename
|
|
1298
|
-
'''
|
|
1299
|
-
result = self._values.get("database_name")
|
|
1300
|
-
assert result is not None, "Required property 'database_name' is missing"
|
|
1301
|
-
return typing.cast(builtins.str, result)
|
|
1692
|
+
if database_name is not None:
|
|
1693
|
+
self._values["database_name"] = database_name
|
|
1694
|
+
if ssl_mode is not None:
|
|
1695
|
+
self._values["ssl_mode"] = ssl_mode
|
|
1302
1696
|
|
|
1303
1697
|
@builtins.property
|
|
1304
1698
|
def port(self) -> jsii.Number:
|
|
1305
|
-
'''
|
|
1306
|
-
|
|
1307
|
-
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-dataprovider-microsoftsqlserversettings.html#cfn-dms-dataprovider-microsoftsqlserversettings-port
|
|
1699
|
+
'''
|
|
1700
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-dataprovider-mongodbsettings.html#cfn-dms-dataprovider-mongodbsettings-port
|
|
1308
1701
|
'''
|
|
1309
1702
|
result = self._values.get("port")
|
|
1310
1703
|
assert result is not None, "Required property 'port' is missing"
|
|
@@ -1312,33 +1705,61 @@ class CfnDataProvider(
|
|
|
1312
1705
|
|
|
1313
1706
|
@builtins.property
|
|
1314
1707
|
def server_name(self) -> builtins.str:
|
|
1315
|
-
'''
|
|
1316
|
-
|
|
1317
|
-
For an Amazon RDS SQL Server instance, this is the output of `DescribeDBInstances <https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DescribeDBInstances.html>`_ , in the ``[Endpoint](https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_Endpoint.html) .Address`` field.
|
|
1318
|
-
|
|
1319
|
-
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-dataprovider-microsoftsqlserversettings.html#cfn-dms-dataprovider-microsoftsqlserversettings-servername
|
|
1708
|
+
'''
|
|
1709
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-dataprovider-mongodbsettings.html#cfn-dms-dataprovider-mongodbsettings-servername
|
|
1320
1710
|
'''
|
|
1321
1711
|
result = self._values.get("server_name")
|
|
1322
1712
|
assert result is not None, "Required property 'server_name' is missing"
|
|
1323
1713
|
return typing.cast(builtins.str, result)
|
|
1324
1714
|
|
|
1325
1715
|
@builtins.property
|
|
1326
|
-
def
|
|
1716
|
+
def auth_mechanism(self) -> typing.Optional[builtins.str]:
|
|
1327
1717
|
'''
|
|
1328
|
-
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-dataprovider-
|
|
1718
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-dataprovider-mongodbsettings.html#cfn-dms-dataprovider-mongodbsettings-authmechanism
|
|
1329
1719
|
'''
|
|
1330
|
-
result = self._values.get("
|
|
1331
|
-
|
|
1332
|
-
|
|
1720
|
+
result = self._values.get("auth_mechanism")
|
|
1721
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
1722
|
+
|
|
1723
|
+
@builtins.property
|
|
1724
|
+
def auth_source(self) -> typing.Optional[builtins.str]:
|
|
1725
|
+
'''
|
|
1726
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-dataprovider-mongodbsettings.html#cfn-dms-dataprovider-mongodbsettings-authsource
|
|
1727
|
+
'''
|
|
1728
|
+
result = self._values.get("auth_source")
|
|
1729
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
1730
|
+
|
|
1731
|
+
@builtins.property
|
|
1732
|
+
def auth_type(self) -> typing.Optional[builtins.str]:
|
|
1733
|
+
'''
|
|
1734
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-dataprovider-mongodbsettings.html#cfn-dms-dataprovider-mongodbsettings-authtype
|
|
1735
|
+
'''
|
|
1736
|
+
result = self._values.get("auth_type")
|
|
1737
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
1333
1738
|
|
|
1334
1739
|
@builtins.property
|
|
1335
1740
|
def certificate_arn(self) -> typing.Optional[builtins.str]:
|
|
1336
1741
|
'''
|
|
1337
|
-
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-dataprovider-
|
|
1742
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-dataprovider-mongodbsettings.html#cfn-dms-dataprovider-mongodbsettings-certificatearn
|
|
1338
1743
|
'''
|
|
1339
1744
|
result = self._values.get("certificate_arn")
|
|
1340
1745
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
1341
1746
|
|
|
1747
|
+
@builtins.property
|
|
1748
|
+
def database_name(self) -> typing.Optional[builtins.str]:
|
|
1749
|
+
'''
|
|
1750
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-dataprovider-mongodbsettings.html#cfn-dms-dataprovider-mongodbsettings-databasename
|
|
1751
|
+
'''
|
|
1752
|
+
result = self._values.get("database_name")
|
|
1753
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
1754
|
+
|
|
1755
|
+
@builtins.property
|
|
1756
|
+
def ssl_mode(self) -> typing.Optional[builtins.str]:
|
|
1757
|
+
'''
|
|
1758
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-dataprovider-mongodbsettings.html#cfn-dms-dataprovider-mongodbsettings-sslmode
|
|
1759
|
+
'''
|
|
1760
|
+
result = self._values.get("ssl_mode")
|
|
1761
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
1762
|
+
|
|
1342
1763
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
1343
1764
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
1344
1765
|
|
|
@@ -1346,7 +1767,7 @@ class CfnDataProvider(
|
|
|
1346
1767
|
return not (rhs == self)
|
|
1347
1768
|
|
|
1348
1769
|
def __repr__(self) -> str:
|
|
1349
|
-
return "
|
|
1770
|
+
return "MongoDbSettingsProperty(%s)" % ", ".join(
|
|
1350
1771
|
k + "=" + repr(v) for k, v in self._values.items()
|
|
1351
1772
|
)
|
|
1352
1773
|
|
|
@@ -1805,31 +2226,130 @@ class CfnDataProvider(
|
|
|
1805
2226
|
k + "=" + repr(v) for k, v in self._values.items()
|
|
1806
2227
|
)
|
|
1807
2228
|
|
|
2229
|
+
@jsii.data_type(
|
|
2230
|
+
jsii_type="aws-cdk-lib.aws_dms.CfnDataProvider.RedshiftSettingsProperty",
|
|
2231
|
+
jsii_struct_bases=[],
|
|
2232
|
+
name_mapping={
|
|
2233
|
+
"database_name": "databaseName",
|
|
2234
|
+
"port": "port",
|
|
2235
|
+
"server_name": "serverName",
|
|
2236
|
+
},
|
|
2237
|
+
)
|
|
2238
|
+
class RedshiftSettingsProperty:
|
|
2239
|
+
def __init__(
|
|
2240
|
+
self,
|
|
2241
|
+
*,
|
|
2242
|
+
database_name: builtins.str,
|
|
2243
|
+
port: jsii.Number,
|
|
2244
|
+
server_name: builtins.str,
|
|
2245
|
+
) -> None:
|
|
2246
|
+
'''RedshiftSettings property identifier.
|
|
2247
|
+
|
|
2248
|
+
:param database_name:
|
|
2249
|
+
:param port:
|
|
2250
|
+
:param server_name:
|
|
2251
|
+
|
|
2252
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-dataprovider-redshiftsettings.html
|
|
2253
|
+
:exampleMetadata: fixture=_generated
|
|
2254
|
+
|
|
2255
|
+
Example::
|
|
2256
|
+
|
|
2257
|
+
# The code below shows an example of how to instantiate this type.
|
|
2258
|
+
# The values are placeholders you should change.
|
|
2259
|
+
from aws_cdk import aws_dms as dms
|
|
2260
|
+
|
|
2261
|
+
redshift_settings_property = dms.CfnDataProvider.RedshiftSettingsProperty(
|
|
2262
|
+
database_name="databaseName",
|
|
2263
|
+
port=123,
|
|
2264
|
+
server_name="serverName"
|
|
2265
|
+
)
|
|
2266
|
+
'''
|
|
2267
|
+
if __debug__:
|
|
2268
|
+
type_hints = typing.get_type_hints(_typecheckingstub__6a8f137a7f7bd575f503fd6b18c4b3ea3f000ec56dfb653e870f4c67a66c723a)
|
|
2269
|
+
check_type(argname="argument database_name", value=database_name, expected_type=type_hints["database_name"])
|
|
2270
|
+
check_type(argname="argument port", value=port, expected_type=type_hints["port"])
|
|
2271
|
+
check_type(argname="argument server_name", value=server_name, expected_type=type_hints["server_name"])
|
|
2272
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
2273
|
+
"database_name": database_name,
|
|
2274
|
+
"port": port,
|
|
2275
|
+
"server_name": server_name,
|
|
2276
|
+
}
|
|
2277
|
+
|
|
2278
|
+
@builtins.property
|
|
2279
|
+
def database_name(self) -> builtins.str:
|
|
2280
|
+
'''
|
|
2281
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-dataprovider-redshiftsettings.html#cfn-dms-dataprovider-redshiftsettings-databasename
|
|
2282
|
+
'''
|
|
2283
|
+
result = self._values.get("database_name")
|
|
2284
|
+
assert result is not None, "Required property 'database_name' is missing"
|
|
2285
|
+
return typing.cast(builtins.str, result)
|
|
2286
|
+
|
|
2287
|
+
@builtins.property
|
|
2288
|
+
def port(self) -> jsii.Number:
|
|
2289
|
+
'''
|
|
2290
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-dataprovider-redshiftsettings.html#cfn-dms-dataprovider-redshiftsettings-port
|
|
2291
|
+
'''
|
|
2292
|
+
result = self._values.get("port")
|
|
2293
|
+
assert result is not None, "Required property 'port' is missing"
|
|
2294
|
+
return typing.cast(jsii.Number, result)
|
|
2295
|
+
|
|
2296
|
+
@builtins.property
|
|
2297
|
+
def server_name(self) -> builtins.str:
|
|
2298
|
+
'''
|
|
2299
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-dataprovider-redshiftsettings.html#cfn-dms-dataprovider-redshiftsettings-servername
|
|
2300
|
+
'''
|
|
2301
|
+
result = self._values.get("server_name")
|
|
2302
|
+
assert result is not None, "Required property 'server_name' is missing"
|
|
2303
|
+
return typing.cast(builtins.str, result)
|
|
2304
|
+
|
|
2305
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
2306
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
2307
|
+
|
|
2308
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
2309
|
+
return not (rhs == self)
|
|
2310
|
+
|
|
2311
|
+
def __repr__(self) -> str:
|
|
2312
|
+
return "RedshiftSettingsProperty(%s)" % ", ".join(
|
|
2313
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
2314
|
+
)
|
|
2315
|
+
|
|
1808
2316
|
@jsii.data_type(
|
|
1809
2317
|
jsii_type="aws-cdk-lib.aws_dms.CfnDataProvider.SettingsProperty",
|
|
1810
2318
|
jsii_struct_bases=[],
|
|
1811
2319
|
name_mapping={
|
|
2320
|
+
"doc_db_settings": "docDbSettings",
|
|
2321
|
+
"maria_db_settings": "mariaDbSettings",
|
|
1812
2322
|
"microsoft_sql_server_settings": "microsoftSqlServerSettings",
|
|
2323
|
+
"mongo_db_settings": "mongoDbSettings",
|
|
1813
2324
|
"my_sql_settings": "mySqlSettings",
|
|
1814
2325
|
"oracle_settings": "oracleSettings",
|
|
1815
2326
|
"postgre_sql_settings": "postgreSqlSettings",
|
|
2327
|
+
"redshift_settings": "redshiftSettings",
|
|
1816
2328
|
},
|
|
1817
2329
|
)
|
|
1818
2330
|
class SettingsProperty:
|
|
1819
2331
|
def __init__(
|
|
1820
2332
|
self,
|
|
1821
2333
|
*,
|
|
2334
|
+
doc_db_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataProvider.DocDbSettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2335
|
+
maria_db_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataProvider.MariaDbSettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1822
2336
|
microsoft_sql_server_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataProvider.MicrosoftSqlServerSettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2337
|
+
mongo_db_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataProvider.MongoDbSettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1823
2338
|
my_sql_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataProvider.MySqlSettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1824
2339
|
oracle_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataProvider.OracleSettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1825
2340
|
postgre_sql_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataProvider.PostgreSqlSettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2341
|
+
redshift_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataProvider.RedshiftSettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1826
2342
|
) -> None:
|
|
1827
2343
|
'''The property identifies the exact type of settings for the data provider.
|
|
1828
2344
|
|
|
2345
|
+
:param doc_db_settings: DocDbSettings property identifier.
|
|
2346
|
+
:param maria_db_settings: MariaDbSettings property identifier.
|
|
1829
2347
|
:param microsoft_sql_server_settings: MicrosoftSqlServerSettings property identifier.
|
|
2348
|
+
:param mongo_db_settings: MongoDbSettings property identifier.
|
|
1830
2349
|
:param my_sql_settings: MySqlSettings property identifier.
|
|
1831
2350
|
:param oracle_settings: OracleSettings property identifier.
|
|
1832
2351
|
:param postgre_sql_settings: PostgreSqlSettings property identifier.
|
|
2352
|
+
:param redshift_settings: RedshiftSettings property identifier.
|
|
1833
2353
|
|
|
1834
2354
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-dataprovider-settings.html
|
|
1835
2355
|
:exampleMetadata: fixture=_generated
|
|
@@ -1841,6 +2361,23 @@ class CfnDataProvider(
|
|
|
1841
2361
|
from aws_cdk import aws_dms as dms
|
|
1842
2362
|
|
|
1843
2363
|
settings_property = dms.CfnDataProvider.SettingsProperty(
|
|
2364
|
+
doc_db_settings=dms.CfnDataProvider.DocDbSettingsProperty(
|
|
2365
|
+
database_name="databaseName",
|
|
2366
|
+
port=123,
|
|
2367
|
+
server_name="serverName",
|
|
2368
|
+
|
|
2369
|
+
# the properties below are optional
|
|
2370
|
+
certificate_arn="certificateArn",
|
|
2371
|
+
ssl_mode="sslMode"
|
|
2372
|
+
),
|
|
2373
|
+
maria_db_settings=dms.CfnDataProvider.MariaDbSettingsProperty(
|
|
2374
|
+
port=123,
|
|
2375
|
+
server_name="serverName",
|
|
2376
|
+
ssl_mode="sslMode",
|
|
2377
|
+
|
|
2378
|
+
# the properties below are optional
|
|
2379
|
+
certificate_arn="certificateArn"
|
|
2380
|
+
),
|
|
1844
2381
|
microsoft_sql_server_settings=dms.CfnDataProvider.MicrosoftSqlServerSettingsProperty(
|
|
1845
2382
|
database_name="databaseName",
|
|
1846
2383
|
port=123,
|
|
@@ -1850,6 +2387,18 @@ class CfnDataProvider(
|
|
|
1850
2387
|
# the properties below are optional
|
|
1851
2388
|
certificate_arn="certificateArn"
|
|
1852
2389
|
),
|
|
2390
|
+
mongo_db_settings=dms.CfnDataProvider.MongoDbSettingsProperty(
|
|
2391
|
+
port=123,
|
|
2392
|
+
server_name="serverName",
|
|
2393
|
+
|
|
2394
|
+
# the properties below are optional
|
|
2395
|
+
auth_mechanism="authMechanism",
|
|
2396
|
+
auth_source="authSource",
|
|
2397
|
+
auth_type="authType",
|
|
2398
|
+
certificate_arn="certificateArn",
|
|
2399
|
+
database_name="databaseName",
|
|
2400
|
+
ssl_mode="sslMode"
|
|
2401
|
+
),
|
|
1853
2402
|
my_sql_settings=dms.CfnDataProvider.MySqlSettingsProperty(
|
|
1854
2403
|
port=123,
|
|
1855
2404
|
server_name="serverName",
|
|
@@ -1880,24 +2429,63 @@ class CfnDataProvider(
|
|
|
1880
2429
|
|
|
1881
2430
|
# the properties below are optional
|
|
1882
2431
|
certificate_arn="certificateArn"
|
|
2432
|
+
),
|
|
2433
|
+
redshift_settings=dms.CfnDataProvider.RedshiftSettingsProperty(
|
|
2434
|
+
database_name="databaseName",
|
|
2435
|
+
port=123,
|
|
2436
|
+
server_name="serverName"
|
|
1883
2437
|
)
|
|
1884
2438
|
)
|
|
1885
2439
|
'''
|
|
1886
2440
|
if __debug__:
|
|
1887
2441
|
type_hints = typing.get_type_hints(_typecheckingstub__48803eeb23a0ec3425b1499cb6eedd7b2e70bcf1cc89d7b2c483a13b031d79d8)
|
|
2442
|
+
check_type(argname="argument doc_db_settings", value=doc_db_settings, expected_type=type_hints["doc_db_settings"])
|
|
2443
|
+
check_type(argname="argument maria_db_settings", value=maria_db_settings, expected_type=type_hints["maria_db_settings"])
|
|
1888
2444
|
check_type(argname="argument microsoft_sql_server_settings", value=microsoft_sql_server_settings, expected_type=type_hints["microsoft_sql_server_settings"])
|
|
2445
|
+
check_type(argname="argument mongo_db_settings", value=mongo_db_settings, expected_type=type_hints["mongo_db_settings"])
|
|
1889
2446
|
check_type(argname="argument my_sql_settings", value=my_sql_settings, expected_type=type_hints["my_sql_settings"])
|
|
1890
2447
|
check_type(argname="argument oracle_settings", value=oracle_settings, expected_type=type_hints["oracle_settings"])
|
|
1891
2448
|
check_type(argname="argument postgre_sql_settings", value=postgre_sql_settings, expected_type=type_hints["postgre_sql_settings"])
|
|
2449
|
+
check_type(argname="argument redshift_settings", value=redshift_settings, expected_type=type_hints["redshift_settings"])
|
|
1892
2450
|
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
2451
|
+
if doc_db_settings is not None:
|
|
2452
|
+
self._values["doc_db_settings"] = doc_db_settings
|
|
2453
|
+
if maria_db_settings is not None:
|
|
2454
|
+
self._values["maria_db_settings"] = maria_db_settings
|
|
1893
2455
|
if microsoft_sql_server_settings is not None:
|
|
1894
2456
|
self._values["microsoft_sql_server_settings"] = microsoft_sql_server_settings
|
|
2457
|
+
if mongo_db_settings is not None:
|
|
2458
|
+
self._values["mongo_db_settings"] = mongo_db_settings
|
|
1895
2459
|
if my_sql_settings is not None:
|
|
1896
2460
|
self._values["my_sql_settings"] = my_sql_settings
|
|
1897
2461
|
if oracle_settings is not None:
|
|
1898
2462
|
self._values["oracle_settings"] = oracle_settings
|
|
1899
2463
|
if postgre_sql_settings is not None:
|
|
1900
2464
|
self._values["postgre_sql_settings"] = postgre_sql_settings
|
|
2465
|
+
if redshift_settings is not None:
|
|
2466
|
+
self._values["redshift_settings"] = redshift_settings
|
|
2467
|
+
|
|
2468
|
+
@builtins.property
|
|
2469
|
+
def doc_db_settings(
|
|
2470
|
+
self,
|
|
2471
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataProvider.DocDbSettingsProperty"]]:
|
|
2472
|
+
'''DocDbSettings property identifier.
|
|
2473
|
+
|
|
2474
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-dataprovider-settings.html#cfn-dms-dataprovider-settings-docdbsettings
|
|
2475
|
+
'''
|
|
2476
|
+
result = self._values.get("doc_db_settings")
|
|
2477
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataProvider.DocDbSettingsProperty"]], result)
|
|
2478
|
+
|
|
2479
|
+
@builtins.property
|
|
2480
|
+
def maria_db_settings(
|
|
2481
|
+
self,
|
|
2482
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataProvider.MariaDbSettingsProperty"]]:
|
|
2483
|
+
'''MariaDbSettings property identifier.
|
|
2484
|
+
|
|
2485
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-dataprovider-settings.html#cfn-dms-dataprovider-settings-mariadbsettings
|
|
2486
|
+
'''
|
|
2487
|
+
result = self._values.get("maria_db_settings")
|
|
2488
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataProvider.MariaDbSettingsProperty"]], result)
|
|
1901
2489
|
|
|
1902
2490
|
@builtins.property
|
|
1903
2491
|
def microsoft_sql_server_settings(
|
|
@@ -1910,6 +2498,17 @@ class CfnDataProvider(
|
|
|
1910
2498
|
result = self._values.get("microsoft_sql_server_settings")
|
|
1911
2499
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataProvider.MicrosoftSqlServerSettingsProperty"]], result)
|
|
1912
2500
|
|
|
2501
|
+
@builtins.property
|
|
2502
|
+
def mongo_db_settings(
|
|
2503
|
+
self,
|
|
2504
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataProvider.MongoDbSettingsProperty"]]:
|
|
2505
|
+
'''MongoDbSettings property identifier.
|
|
2506
|
+
|
|
2507
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-dataprovider-settings.html#cfn-dms-dataprovider-settings-mongodbsettings
|
|
2508
|
+
'''
|
|
2509
|
+
result = self._values.get("mongo_db_settings")
|
|
2510
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataProvider.MongoDbSettingsProperty"]], result)
|
|
2511
|
+
|
|
1913
2512
|
@builtins.property
|
|
1914
2513
|
def my_sql_settings(
|
|
1915
2514
|
self,
|
|
@@ -1943,6 +2542,17 @@ class CfnDataProvider(
|
|
|
1943
2542
|
result = self._values.get("postgre_sql_settings")
|
|
1944
2543
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataProvider.PostgreSqlSettingsProperty"]], result)
|
|
1945
2544
|
|
|
2545
|
+
@builtins.property
|
|
2546
|
+
def redshift_settings(
|
|
2547
|
+
self,
|
|
2548
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataProvider.RedshiftSettingsProperty"]]:
|
|
2549
|
+
'''RedshiftSettings property identifier.
|
|
2550
|
+
|
|
2551
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-dataprovider-settings.html#cfn-dms-dataprovider-settings-redshiftsettings
|
|
2552
|
+
'''
|
|
2553
|
+
result = self._values.get("redshift_settings")
|
|
2554
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataProvider.RedshiftSettingsProperty"]], result)
|
|
2555
|
+
|
|
1946
2556
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
1947
2557
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
1948
2558
|
|
|
@@ -2008,6 +2618,23 @@ class CfnDataProviderProps:
|
|
|
2008
2618
|
description="description",
|
|
2009
2619
|
exact_settings=False,
|
|
2010
2620
|
settings=dms.CfnDataProvider.SettingsProperty(
|
|
2621
|
+
doc_db_settings=dms.CfnDataProvider.DocDbSettingsProperty(
|
|
2622
|
+
database_name="databaseName",
|
|
2623
|
+
port=123,
|
|
2624
|
+
server_name="serverName",
|
|
2625
|
+
|
|
2626
|
+
# the properties below are optional
|
|
2627
|
+
certificate_arn="certificateArn",
|
|
2628
|
+
ssl_mode="sslMode"
|
|
2629
|
+
),
|
|
2630
|
+
maria_db_settings=dms.CfnDataProvider.MariaDbSettingsProperty(
|
|
2631
|
+
port=123,
|
|
2632
|
+
server_name="serverName",
|
|
2633
|
+
ssl_mode="sslMode",
|
|
2634
|
+
|
|
2635
|
+
# the properties below are optional
|
|
2636
|
+
certificate_arn="certificateArn"
|
|
2637
|
+
),
|
|
2011
2638
|
microsoft_sql_server_settings=dms.CfnDataProvider.MicrosoftSqlServerSettingsProperty(
|
|
2012
2639
|
database_name="databaseName",
|
|
2013
2640
|
port=123,
|
|
@@ -2017,6 +2644,18 @@ class CfnDataProviderProps:
|
|
|
2017
2644
|
# the properties below are optional
|
|
2018
2645
|
certificate_arn="certificateArn"
|
|
2019
2646
|
),
|
|
2647
|
+
mongo_db_settings=dms.CfnDataProvider.MongoDbSettingsProperty(
|
|
2648
|
+
port=123,
|
|
2649
|
+
server_name="serverName",
|
|
2650
|
+
|
|
2651
|
+
# the properties below are optional
|
|
2652
|
+
auth_mechanism="authMechanism",
|
|
2653
|
+
auth_source="authSource",
|
|
2654
|
+
auth_type="authType",
|
|
2655
|
+
certificate_arn="certificateArn",
|
|
2656
|
+
database_name="databaseName",
|
|
2657
|
+
ssl_mode="sslMode"
|
|
2658
|
+
),
|
|
2020
2659
|
my_sql_settings=dms.CfnDataProvider.MySqlSettingsProperty(
|
|
2021
2660
|
port=123,
|
|
2022
2661
|
server_name="serverName",
|
|
@@ -2047,6 +2686,11 @@ class CfnDataProviderProps:
|
|
|
2047
2686
|
|
|
2048
2687
|
# the properties below are optional
|
|
2049
2688
|
certificate_arn="certificateArn"
|
|
2689
|
+
),
|
|
2690
|
+
redshift_settings=dms.CfnDataProvider.RedshiftSettingsProperty(
|
|
2691
|
+
database_name="databaseName",
|
|
2692
|
+
port=123,
|
|
2693
|
+
server_name="serverName"
|
|
2050
2694
|
)
|
|
2051
2695
|
),
|
|
2052
2696
|
tags=[CfnTag(
|
|
@@ -13571,6 +14215,27 @@ def _typecheckingstub__15d6e40a485e85376660625e14969b38fc293c419cb77e7880107c25a
|
|
|
13571
14215
|
"""Type checking stubs"""
|
|
13572
14216
|
pass
|
|
13573
14217
|
|
|
14218
|
+
def _typecheckingstub__27fdf69ccaa013cf95c95a3dcea8a8ac53782df29fc9618599f90ab669928cb5(
|
|
14219
|
+
*,
|
|
14220
|
+
database_name: builtins.str,
|
|
14221
|
+
port: jsii.Number,
|
|
14222
|
+
server_name: builtins.str,
|
|
14223
|
+
certificate_arn: typing.Optional[builtins.str] = None,
|
|
14224
|
+
ssl_mode: typing.Optional[builtins.str] = None,
|
|
14225
|
+
) -> None:
|
|
14226
|
+
"""Type checking stubs"""
|
|
14227
|
+
pass
|
|
14228
|
+
|
|
14229
|
+
def _typecheckingstub__8aaf3c54dbf2161e44767d583c443498e51a7aca2b6a75b3b83da99169ec778c(
|
|
14230
|
+
*,
|
|
14231
|
+
port: jsii.Number,
|
|
14232
|
+
server_name: builtins.str,
|
|
14233
|
+
ssl_mode: builtins.str,
|
|
14234
|
+
certificate_arn: typing.Optional[builtins.str] = None,
|
|
14235
|
+
) -> None:
|
|
14236
|
+
"""Type checking stubs"""
|
|
14237
|
+
pass
|
|
14238
|
+
|
|
13574
14239
|
def _typecheckingstub__0dfa7fa5a3c635f1fb97ff68de16deda1fcd5749cf9b141cfd4bbe722c5d97f8(
|
|
13575
14240
|
*,
|
|
13576
14241
|
database_name: builtins.str,
|
|
@@ -13582,6 +14247,20 @@ def _typecheckingstub__0dfa7fa5a3c635f1fb97ff68de16deda1fcd5749cf9b141cfd4bbe722
|
|
|
13582
14247
|
"""Type checking stubs"""
|
|
13583
14248
|
pass
|
|
13584
14249
|
|
|
14250
|
+
def _typecheckingstub__32505960f1767ddd467b6670e85e7935db157ee72a05ba0ae7cad6606d7f906c(
|
|
14251
|
+
*,
|
|
14252
|
+
port: jsii.Number,
|
|
14253
|
+
server_name: builtins.str,
|
|
14254
|
+
auth_mechanism: typing.Optional[builtins.str] = None,
|
|
14255
|
+
auth_source: typing.Optional[builtins.str] = None,
|
|
14256
|
+
auth_type: typing.Optional[builtins.str] = None,
|
|
14257
|
+
certificate_arn: typing.Optional[builtins.str] = None,
|
|
14258
|
+
database_name: typing.Optional[builtins.str] = None,
|
|
14259
|
+
ssl_mode: typing.Optional[builtins.str] = None,
|
|
14260
|
+
) -> None:
|
|
14261
|
+
"""Type checking stubs"""
|
|
14262
|
+
pass
|
|
14263
|
+
|
|
13585
14264
|
def _typecheckingstub__28a92398c22bb2d89f44278eeb8772aba7541e0dcdf28e72d3f025df01b87293(
|
|
13586
14265
|
*,
|
|
13587
14266
|
port: jsii.Number,
|
|
@@ -13619,12 +14298,25 @@ def _typecheckingstub__88794bb72ba79be958b7dded7052c25ff733fb78d91866206736f0b1e
|
|
|
13619
14298
|
"""Type checking stubs"""
|
|
13620
14299
|
pass
|
|
13621
14300
|
|
|
14301
|
+
def _typecheckingstub__6a8f137a7f7bd575f503fd6b18c4b3ea3f000ec56dfb653e870f4c67a66c723a(
|
|
14302
|
+
*,
|
|
14303
|
+
database_name: builtins.str,
|
|
14304
|
+
port: jsii.Number,
|
|
14305
|
+
server_name: builtins.str,
|
|
14306
|
+
) -> None:
|
|
14307
|
+
"""Type checking stubs"""
|
|
14308
|
+
pass
|
|
14309
|
+
|
|
13622
14310
|
def _typecheckingstub__48803eeb23a0ec3425b1499cb6eedd7b2e70bcf1cc89d7b2c483a13b031d79d8(
|
|
13623
14311
|
*,
|
|
14312
|
+
doc_db_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataProvider.DocDbSettingsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
14313
|
+
maria_db_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataProvider.MariaDbSettingsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
13624
14314
|
microsoft_sql_server_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataProvider.MicrosoftSqlServerSettingsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
14315
|
+
mongo_db_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataProvider.MongoDbSettingsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
13625
14316
|
my_sql_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataProvider.MySqlSettingsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
13626
14317
|
oracle_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataProvider.OracleSettingsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
13627
14318
|
postgre_sql_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataProvider.PostgreSqlSettingsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
14319
|
+
redshift_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataProvider.RedshiftSettingsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
13628
14320
|
) -> None:
|
|
13629
14321
|
"""Type checking stubs"""
|
|
13630
14322
|
pass
|