aws-cdk-lib 2.132.1__py3-none-any.whl → 2.134.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 +9 -1
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.132.1.jsii.tgz → aws-cdk-lib@2.134.0.jsii.tgz} +0 -0
- aws_cdk/aws_amplify/__init__.py +12 -10
- aws_cdk/aws_apigatewayv2/__init__.py +112 -6
- aws_cdk/aws_apigatewayv2_integrations/__init__.py +155 -3
- aws_cdk/aws_appconfig/__init__.py +186 -8
- aws_cdk/aws_appintegrations/__init__.py +551 -0
- aws_cdk/aws_applicationautoscaling/__init__.py +6 -6
- aws_cdk/aws_appsync/__init__.py +71 -0
- aws_cdk/aws_autoscaling/__init__.py +10 -14
- aws_cdk/aws_b2bi/__init__.py +2 -42
- aws_cdk/aws_backup/__init__.py +23 -12
- aws_cdk/aws_batch/__init__.py +2150 -1078
- aws_cdk/aws_bedrock/__init__.py +197 -2
- aws_cdk/aws_cloudformation/__init__.py +1 -1
- aws_cdk/aws_cloudfront/__init__.py +4 -4
- aws_cdk/aws_cloudtrail/__init__.py +44 -14
- aws_cdk/aws_cloudwatch/__init__.py +20 -4
- aws_cdk/aws_codeartifact/__init__.py +812 -2
- aws_cdk/aws_codebuild/__init__.py +32 -10
- aws_cdk/aws_codepipeline/__init__.py +33 -11
- aws_cdk/aws_cognito/__init__.py +49 -44
- aws_cdk/aws_connect/__init__.py +256 -0
- aws_cdk/aws_controltower/__init__.py +4 -4
- aws_cdk/aws_datasync/__init__.py +393 -13
- aws_cdk/aws_dlm/__init__.py +2 -2
- aws_cdk/aws_docdbelastic/__init__.py +117 -0
- aws_cdk/aws_dynamodb/__init__.py +416 -5
- aws_cdk/aws_ec2/__init__.py +590 -134
- aws_cdk/aws_ecs/__init__.py +29 -20
- aws_cdk/aws_ecs_patterns/__init__.py +52 -12
- aws_cdk/aws_eks/__init__.py +27 -25
- aws_cdk/aws_elasticloadbalancing/__init__.py +6 -9
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +363 -62
- aws_cdk/aws_emr/__init__.py +7 -4
- aws_cdk/aws_entityresolution/__init__.py +91 -64
- aws_cdk/aws_fsx/__init__.py +7 -7
- aws_cdk/aws_glue/__init__.py +137 -3
- aws_cdk/aws_iam/__init__.py +9 -10
- aws_cdk/aws_internetmonitor/__init__.py +85 -0
- aws_cdk/aws_iotsitewise/__init__.py +208 -198
- aws_cdk/aws_iotwireless/__init__.py +6 -5
- aws_cdk/aws_kafkaconnect/__init__.py +1237 -162
- aws_cdk/aws_kendra/__init__.py +34 -24
- aws_cdk/aws_kinesisanalytics/__init__.py +37 -37
- aws_cdk/aws_kinesisanalyticsv2/__init__.py +37 -37
- aws_cdk/aws_kinesisfirehose/__init__.py +6 -2
- aws_cdk/aws_lambda/__init__.py +16 -16
- aws_cdk/aws_msk/__init__.py +88 -0
- aws_cdk/aws_opensearchservice/__init__.py +61 -18
- aws_cdk/aws_pinpoint/__init__.py +42 -0
- aws_cdk/aws_rds/__init__.py +1292 -216
- aws_cdk/aws_redshift/__init__.py +6 -3
- aws_cdk/aws_redshiftserverless/__init__.py +0 -157
- aws_cdk/aws_sagemaker/__init__.py +29 -9
- aws_cdk/aws_shield/__init__.py +7 -8
- aws_cdk/aws_ssm/__init__.py +15 -12
- aws_cdk/aws_stepfunctions_tasks/__init__.py +476 -0
- aws_cdk/aws_synthetics/__init__.py +74 -14
- aws_cdk/aws_transfer/__init__.py +4 -3
- aws_cdk/aws_wafv2/__init__.py +516 -42
- aws_cdk/cx_api/__init__.py +34 -0
- {aws_cdk_lib-2.132.1.dist-info → aws_cdk_lib-2.134.0.dist-info}/METADATA +2 -2
- {aws_cdk_lib-2.132.1.dist-info → aws_cdk_lib-2.134.0.dist-info}/RECORD +69 -69
- {aws_cdk_lib-2.132.1.dist-info → aws_cdk_lib-2.134.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.132.1.dist-info → aws_cdk_lib-2.134.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.132.1.dist-info → aws_cdk_lib-2.134.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.132.1.dist-info → aws_cdk_lib-2.134.0.dist-info}/top_level.txt +0 -0
|
@@ -3374,7 +3374,11 @@ class Runtime(metaclass=jsii.JSIIMeta, jsii_type="aws-cdk-lib.aws_synthetics.Run
|
|
|
3374
3374
|
@jsii.python.classproperty
|
|
3375
3375
|
@jsii.member(jsii_name="SYNTHETICS_NODEJS_PUPPETEER_3_5")
|
|
3376
3376
|
def SYNTHETICS_NODEJS_PUPPETEER_3_5(cls) -> "Runtime":
|
|
3377
|
-
'''(deprecated) ``syn-nodejs-puppeteer-3.5`` includes the following: - Lambda runtime Node.js 14.x - Puppeteer-core version
|
|
3377
|
+
'''(deprecated) ``syn-nodejs-puppeteer-3.5`` includes the following: - Lambda runtime Node.js 14.x - Puppeteer-core version 5.5.0 - Chromium version 92.0.4512.
|
|
3378
|
+
|
|
3379
|
+
New features:
|
|
3380
|
+
|
|
3381
|
+
- **Updated dependencies**: The only new features in this runtime are the updated dependencies.
|
|
3378
3382
|
|
|
3379
3383
|
:deprecated: Legacy runtime no longer supported by AWS Lambda. Migrate to the latest NodeJS Puppeteer runtime.
|
|
3380
3384
|
|
|
@@ -3386,7 +3390,7 @@ class Runtime(metaclass=jsii.JSIIMeta, jsii_type="aws-cdk-lib.aws_synthetics.Run
|
|
|
3386
3390
|
@jsii.python.classproperty
|
|
3387
3391
|
@jsii.member(jsii_name="SYNTHETICS_NODEJS_PUPPETEER_3_6")
|
|
3388
3392
|
def SYNTHETICS_NODEJS_PUPPETEER_3_6(cls) -> "Runtime":
|
|
3389
|
-
'''(deprecated) ``syn-nodejs-puppeteer-3.6`` includes the following: - Lambda runtime Node.js 14.x - Puppeteer-core version
|
|
3393
|
+
'''(deprecated) ``syn-nodejs-puppeteer-3.6`` includes the following: - Lambda runtime Node.js 14.x - Puppeteer-core version 5.5.0 - Chromium version 92.0.4512.
|
|
3390
3394
|
|
|
3391
3395
|
:deprecated: Legacy runtime no longer supported by AWS Lambda. Migrate to the latest NodeJS Puppeteer runtime.
|
|
3392
3396
|
|
|
@@ -3398,7 +3402,7 @@ class Runtime(metaclass=jsii.JSIIMeta, jsii_type="aws-cdk-lib.aws_synthetics.Run
|
|
|
3398
3402
|
@jsii.python.classproperty
|
|
3399
3403
|
@jsii.member(jsii_name="SYNTHETICS_NODEJS_PUPPETEER_3_7")
|
|
3400
3404
|
def SYNTHETICS_NODEJS_PUPPETEER_3_7(cls) -> "Runtime":
|
|
3401
|
-
'''(deprecated) ``syn-nodejs-puppeteer-3.7`` includes the following: - Lambda runtime Node.js 14.x - Puppeteer-core version
|
|
3405
|
+
'''(deprecated) ``syn-nodejs-puppeteer-3.7`` includes the following: - Lambda runtime Node.js 14.x - Puppeteer-core version 5.5.0 - Chromium version 92.0.4512.
|
|
3402
3406
|
|
|
3403
3407
|
New Features:
|
|
3404
3408
|
|
|
@@ -3451,39 +3455,48 @@ class Runtime(metaclass=jsii.JSIIMeta, jsii_type="aws-cdk-lib.aws_synthetics.Run
|
|
|
3451
3455
|
@jsii.python.classproperty
|
|
3452
3456
|
@jsii.member(jsii_name="SYNTHETICS_NODEJS_PUPPETEER_4_0")
|
|
3453
3457
|
def SYNTHETICS_NODEJS_PUPPETEER_4_0(cls) -> "Runtime":
|
|
3454
|
-
'''``syn-nodejs-puppeteer-4.0`` includes the following: - Lambda runtime Node.js 16.x - Puppeteer-core version 5.5.0 - Chromium version 92.0.4512.
|
|
3458
|
+
'''(deprecated) ``syn-nodejs-puppeteer-4.0`` includes the following: - Lambda runtime Node.js 16.x - Puppeteer-core version 5.5.0 - Chromium version 92.0.4512.
|
|
3455
3459
|
|
|
3456
3460
|
New Features:
|
|
3457
3461
|
|
|
3458
3462
|
- **Dependency upgrades**: The Node.js dependency is updated to 16.x.
|
|
3459
3463
|
|
|
3464
|
+
:deprecated: Legacy runtime no longer supported by AWS Lambda. Migrate to the latest NodeJS Puppeteer runtime.
|
|
3465
|
+
|
|
3460
3466
|
:see: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch_Synthetics_Library_nodejs_puppeteer.html#CloudWatch_Synthetics_runtimeversion-nodejs-puppeteer-4.0
|
|
3467
|
+
:stability: deprecated
|
|
3461
3468
|
'''
|
|
3462
3469
|
return typing.cast("Runtime", jsii.sget(cls, "SYNTHETICS_NODEJS_PUPPETEER_4_0"))
|
|
3463
3470
|
|
|
3464
3471
|
@jsii.python.classproperty
|
|
3465
3472
|
@jsii.member(jsii_name="SYNTHETICS_NODEJS_PUPPETEER_5_0")
|
|
3466
3473
|
def SYNTHETICS_NODEJS_PUPPETEER_5_0(cls) -> "Runtime":
|
|
3467
|
-
'''``syn-nodejs-puppeteer-5.0`` includes the following: - Lambda runtime Node.js 16.x - Puppeteer-core version 19.7.0 - Chromium version 111.0.5563.146.
|
|
3474
|
+
'''(deprecated) ``syn-nodejs-puppeteer-5.0`` includes the following: - Lambda runtime Node.js 16.x - Puppeteer-core version 19.7.0 - Chromium version 111.0.5563.146.
|
|
3468
3475
|
|
|
3469
3476
|
New Features:
|
|
3470
3477
|
|
|
3471
3478
|
- **Dependency upgrade**: The Puppeteer-core version is updated to 19.7.0. The Chromium version is upgraded to 111.0.5563.146.
|
|
3472
3479
|
|
|
3480
|
+
:deprecated: Legacy runtime no longer supported by AWS Lambda. Migrate to the latest NodeJS Puppeteer runtime.
|
|
3481
|
+
|
|
3473
3482
|
:see: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch_Synthetics_Library_nodejs_puppeteer.html#CloudWatch_Synthetics_runtimeversion-nodejs-puppeteer-5.0
|
|
3483
|
+
:stability: deprecated
|
|
3474
3484
|
'''
|
|
3475
3485
|
return typing.cast("Runtime", jsii.sget(cls, "SYNTHETICS_NODEJS_PUPPETEER_5_0"))
|
|
3476
3486
|
|
|
3477
3487
|
@jsii.python.classproperty
|
|
3478
3488
|
@jsii.member(jsii_name="SYNTHETICS_NODEJS_PUPPETEER_5_1")
|
|
3479
3489
|
def SYNTHETICS_NODEJS_PUPPETEER_5_1(cls) -> "Runtime":
|
|
3480
|
-
'''``syn-nodejs-puppeteer-5.1`` includes the following: - Lambda runtime Node.js 16.x - Puppeteer-core version 19.7.0 - Chromium version 111.0.5563.146.
|
|
3490
|
+
'''(deprecated) ``syn-nodejs-puppeteer-5.1`` includes the following: - Lambda runtime Node.js 16.x - Puppeteer-core version 19.7.0 - Chromium version 111.0.5563.146.
|
|
3481
3491
|
|
|
3482
3492
|
Bug fixes:
|
|
3483
3493
|
|
|
3484
3494
|
- **Bug fix**: This runtime fixes a bug in ``syn-nodejs-puppeteer-5.0`` where the HAR files created by the canaries were missing request headers.
|
|
3485
3495
|
|
|
3496
|
+
:deprecated: Legacy runtime no longer supported by AWS Lambda. Migrate to the latest NodeJS Puppeteer runtime.
|
|
3497
|
+
|
|
3486
3498
|
:see: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch_Synthetics_Library_nodejs_puppeteer.html#CloudWatch_Synthetics_runtimeversion-nodejs-puppeteer-5.1
|
|
3499
|
+
:stability: deprecated
|
|
3487
3500
|
'''
|
|
3488
3501
|
return typing.cast("Runtime", jsii.sget(cls, "SYNTHETICS_NODEJS_PUPPETEER_5_1"))
|
|
3489
3502
|
|
|
@@ -3504,7 +3517,7 @@ class Runtime(metaclass=jsii.JSIIMeta, jsii_type="aws-cdk-lib.aws_synthetics.Run
|
|
|
3504
3517
|
@jsii.python.classproperty
|
|
3505
3518
|
@jsii.member(jsii_name="SYNTHETICS_NODEJS_PUPPETEER_6_0")
|
|
3506
3519
|
def SYNTHETICS_NODEJS_PUPPETEER_6_0(cls) -> "Runtime":
|
|
3507
|
-
'''``syn-nodejs-puppeteer-6.0`` includes the following: - Lambda runtime Node.js 18.x - Puppeteer-core version 19.7.0 - Chromium version 111.0.5563.146.
|
|
3520
|
+
'''(deprecated) ``syn-nodejs-puppeteer-6.0`` includes the following: - Lambda runtime Node.js 18.x - Puppeteer-core version 19.7.0 - Chromium version 111.0.5563.146.
|
|
3508
3521
|
|
|
3509
3522
|
New Features:
|
|
3510
3523
|
|
|
@@ -3512,22 +3525,28 @@ class Runtime(metaclass=jsii.JSIIMeta, jsii_type="aws-cdk-lib.aws_synthetics.Run
|
|
|
3512
3525
|
Bug fixes:
|
|
3513
3526
|
- **Bug fix**: Clean up core dump generated when Chromium crashes during a canary run.
|
|
3514
3527
|
|
|
3528
|
+
:deprecated: Legacy runtime no longer supported by AWS Lambda. Migrate to the latest NodeJS Puppeteer runtime.
|
|
3529
|
+
|
|
3515
3530
|
:see: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch_Synthetics_Library_nodejs_puppeteer.html#CloudWatch_Synthetics_runtimeversion-nodejs-puppeteer-6.0
|
|
3531
|
+
:stability: deprecated
|
|
3516
3532
|
'''
|
|
3517
3533
|
return typing.cast("Runtime", jsii.sget(cls, "SYNTHETICS_NODEJS_PUPPETEER_6_0"))
|
|
3518
3534
|
|
|
3519
3535
|
@jsii.python.classproperty
|
|
3520
3536
|
@jsii.member(jsii_name="SYNTHETICS_NODEJS_PUPPETEER_6_1")
|
|
3521
3537
|
def SYNTHETICS_NODEJS_PUPPETEER_6_1(cls) -> "Runtime":
|
|
3522
|
-
'''``syn-nodejs-puppeteer-6.1`` includes the following: - Lambda runtime Node.js 18.x - Puppeteer-core version 19.7.0 - Chromium version 111.0.5563.146.
|
|
3538
|
+
'''(deprecated) ``syn-nodejs-puppeteer-6.1`` includes the following: - Lambda runtime Node.js 18.x - Puppeteer-core version 19.7.0 - Chromium version 111.0.5563.146.
|
|
3523
3539
|
|
|
3524
3540
|
New Features:
|
|
3525
3541
|
|
|
3526
3542
|
- **Stability improvements**: Added auto-retry logic for handling intermittent Puppeteer launch errors.
|
|
3527
3543
|
- **Dependency upgrades**: Upgrades for some third-party dependency packages.
|
|
3528
|
-
- **Canaries without Amazon S3 permissions**: Bug fixes, such that canaries that don't have any Amazon S3 permissions can still run. These canaries with no Amazon S3 permissions won't be able to upload screenshots or other artifacts to Amazon S3. For more information about permissions for canaries, see Required roles and permissions for canaries.
|
|
3544
|
+
- **Canaries without Amazon S3 permissions**: Bug fixes, such that canaries that don't have any Amazon S3 permissions can still run. These canaries with no Amazon S3 permissions won't be able to upload screenshots or other artifacts to Amazon S3. For more information about permissions for canaries, see {@link https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch_Synthetics_Canaries_CanaryPermissions.html Required roles and permissions for canaries}.
|
|
3545
|
+
|
|
3546
|
+
:deprecated: Legacy runtime no longer supported by AWS Lambda. Migrate to the latest NodeJS Puppeteer runtime.
|
|
3529
3547
|
|
|
3530
3548
|
:see: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch_Synthetics_Library_nodejs_puppeteer.html#CloudWatch_Synthetics_runtimeversion-nodejs-puppeteer-6.1
|
|
3549
|
+
:stability: deprecated
|
|
3531
3550
|
'''
|
|
3532
3551
|
return typing.cast("Runtime", jsii.sget(cls, "SYNTHETICS_NODEJS_PUPPETEER_6_1"))
|
|
3533
3552
|
|
|
@@ -3546,19 +3565,35 @@ class Runtime(metaclass=jsii.JSIIMeta, jsii_type="aws-cdk-lib.aws_synthetics.Run
|
|
|
3546
3565
|
'''
|
|
3547
3566
|
return typing.cast("Runtime", jsii.sget(cls, "SYNTHETICS_NODEJS_PUPPETEER_6_2"))
|
|
3548
3567
|
|
|
3568
|
+
@jsii.python.classproperty
|
|
3569
|
+
@jsii.member(jsii_name="SYNTHETICS_NODEJS_PUPPETEER_7_0")
|
|
3570
|
+
def SYNTHETICS_NODEJS_PUPPETEER_7_0(cls) -> "Runtime":
|
|
3571
|
+
'''``syn-nodejs-puppeteer-7.0`` includes the following: - Lambda runtime Node.js 18.x - Puppeteer-core version 21.9.0 - Chromium version 121.0.6167.139.
|
|
3572
|
+
|
|
3573
|
+
New Features:
|
|
3574
|
+
|
|
3575
|
+
- **Updated versions of the bundled libraries in Puppeteer and Chromium**: The Puppeteer and Chromium dependencies are updated to new versions.
|
|
3576
|
+
|
|
3577
|
+
:see: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch_Synthetics_Library_nodejs_puppeteer.html#CloudWatch_Synthetics_runtimeversion-nodejs-puppeteer-7.0
|
|
3578
|
+
'''
|
|
3579
|
+
return typing.cast("Runtime", jsii.sget(cls, "SYNTHETICS_NODEJS_PUPPETEER_7_0"))
|
|
3580
|
+
|
|
3549
3581
|
@jsii.python.classproperty
|
|
3550
3582
|
@jsii.member(jsii_name="SYNTHETICS_PYTHON_SELENIUM_1_0")
|
|
3551
3583
|
def SYNTHETICS_PYTHON_SELENIUM_1_0(cls) -> "Runtime":
|
|
3552
|
-
'''``syn-python-selenium-1.0`` includes the following: - Lambda runtime Python 3.8 - Selenium version 3.141.0 - Chromium version 83.0.4103.0.
|
|
3584
|
+
'''(deprecated) ``syn-python-selenium-1.0`` includes the following: - Lambda runtime Python 3.8 - Selenium version 3.141.0 - Chromium version 83.0.4103.0.
|
|
3585
|
+
|
|
3586
|
+
:deprecated: Legacy runtime no longer supported by AWS Lambda. Migrate to the latest Python Selenium runtime.
|
|
3553
3587
|
|
|
3554
3588
|
:see: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch_Synthetics_Library_python_selenium.html#CloudWatch_Synthetics_runtimeversion-syn-python-selenium-1.0
|
|
3589
|
+
:stability: deprecated
|
|
3555
3590
|
'''
|
|
3556
3591
|
return typing.cast("Runtime", jsii.sget(cls, "SYNTHETICS_PYTHON_SELENIUM_1_0"))
|
|
3557
3592
|
|
|
3558
3593
|
@jsii.python.classproperty
|
|
3559
3594
|
@jsii.member(jsii_name="SYNTHETICS_PYTHON_SELENIUM_1_1")
|
|
3560
3595
|
def SYNTHETICS_PYTHON_SELENIUM_1_1(cls) -> "Runtime":
|
|
3561
|
-
'''``syn-python-selenium-1.1`` includes the following: - Lambda runtime Python 3.8 - Selenium version 3.141.0 - Chromium version 83.0.4103.0.
|
|
3596
|
+
'''(deprecated) ``syn-python-selenium-1.1`` includes the following: - Lambda runtime Python 3.8 - Selenium version 3.141.0 - Chromium version 83.0.4103.0.
|
|
3562
3597
|
|
|
3563
3598
|
New Features:
|
|
3564
3599
|
|
|
@@ -3567,40 +3602,49 @@ class Runtime(metaclass=jsii.JSIIMeta, jsii_type="aws-cdk-lib.aws_synthetics.Run
|
|
|
3567
3602
|
- **Custom arguments in Chrome**: You can now open a browser in incognito mode or pass in proxy server configuration.
|
|
3568
3603
|
- **Cross-Region artifact buckets**: A canary can store its artifacts in an Amazon S3 bucket in a different Region.
|
|
3569
3604
|
|
|
3605
|
+
:deprecated: Legacy runtime no longer supported by AWS Lambda. Migrate to the latest Python Selenium runtime.
|
|
3606
|
+
|
|
3570
3607
|
:see: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch_Synthetics_Library_python_selenium.html#CloudWatch_Synthetics_runtimeversion-syn-python-selenium-1.1
|
|
3608
|
+
:stability: deprecated
|
|
3571
3609
|
'''
|
|
3572
3610
|
return typing.cast("Runtime", jsii.sget(cls, "SYNTHETICS_PYTHON_SELENIUM_1_1"))
|
|
3573
3611
|
|
|
3574
3612
|
@jsii.python.classproperty
|
|
3575
3613
|
@jsii.member(jsii_name="SYNTHETICS_PYTHON_SELENIUM_1_2")
|
|
3576
3614
|
def SYNTHETICS_PYTHON_SELENIUM_1_2(cls) -> "Runtime":
|
|
3577
|
-
'''``syn-python-selenium-1.2`` includes the following: - Lambda runtime Python 3.8 - Selenium version 3.141.0 - Chromium version 92.0.4512.0.
|
|
3615
|
+
'''(deprecated) ``syn-python-selenium-1.2`` includes the following: - Lambda runtime Python 3.8 - Selenium version 3.141.0 - Chromium version 92.0.4512.0.
|
|
3578
3616
|
|
|
3579
3617
|
New Features:
|
|
3580
3618
|
|
|
3581
3619
|
- **Updated dependencies**: The only new features in this runtime are the updated dependencies.
|
|
3582
3620
|
|
|
3621
|
+
:deprecated: Legacy runtime no longer supported by AWS Lambda. Migrate to the latest Python Selenium runtime.
|
|
3622
|
+
|
|
3583
3623
|
:see: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch_Synthetics_Library_python_selenium.html#CloudWatch_Synthetics_runtimeversion-syn-python-selenium-1.2
|
|
3624
|
+
:stability: deprecated
|
|
3584
3625
|
'''
|
|
3585
3626
|
return typing.cast("Runtime", jsii.sget(cls, "SYNTHETICS_PYTHON_SELENIUM_1_2"))
|
|
3586
3627
|
|
|
3587
3628
|
@jsii.python.classproperty
|
|
3588
3629
|
@jsii.member(jsii_name="SYNTHETICS_PYTHON_SELENIUM_1_3")
|
|
3589
3630
|
def SYNTHETICS_PYTHON_SELENIUM_1_3(cls) -> "Runtime":
|
|
3590
|
-
'''``syn-python-selenium-1.3`` includes the following: - Lambda runtime Python 3.8 - Selenium version 3.141.0 - Chromium version 92.0.4512.0.
|
|
3631
|
+
'''(deprecated) ``syn-python-selenium-1.3`` includes the following: - Lambda runtime Python 3.8 - Selenium version 3.141.0 - Chromium version 92.0.4512.0.
|
|
3591
3632
|
|
|
3592
3633
|
New Features:
|
|
3593
3634
|
|
|
3594
3635
|
- **More precise timestamps**: The start time and stop time of canary runs are now precise to the millisecond.
|
|
3595
3636
|
|
|
3637
|
+
:deprecated: Legacy runtime no longer supported by AWS Lambda. Migrate to the latest Python Selenium runtime.
|
|
3638
|
+
|
|
3596
3639
|
:see: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch_Synthetics_Library_python_selenium.html#CloudWatch_Synthetics_runtimeversion-syn-python-selenium-1.3
|
|
3640
|
+
:stability: deprecated
|
|
3597
3641
|
'''
|
|
3598
3642
|
return typing.cast("Runtime", jsii.sget(cls, "SYNTHETICS_PYTHON_SELENIUM_1_3"))
|
|
3599
3643
|
|
|
3600
3644
|
@jsii.python.classproperty
|
|
3601
3645
|
@jsii.member(jsii_name="SYNTHETICS_PYTHON_SELENIUM_2_0")
|
|
3602
3646
|
def SYNTHETICS_PYTHON_SELENIUM_2_0(cls) -> "Runtime":
|
|
3603
|
-
'''``syn-python-selenium-2.0`` includes the following: - Lambda runtime Python 3.8 - Selenium version 4.10.0 - Chromium version 111.0.5563.146.
|
|
3647
|
+
'''(deprecated) ``syn-python-selenium-2.0`` includes the following: - Lambda runtime Python 3.8 - Selenium version 4.10.0 - Chromium version 111.0.5563.146.
|
|
3604
3648
|
|
|
3605
3649
|
New Features:
|
|
3606
3650
|
|
|
@@ -3612,7 +3656,10 @@ class Runtime(metaclass=jsii.JSIIMeta, jsii_type="aws-cdk-lib.aws_synthetics.Run
|
|
|
3612
3656
|
- **Timestamp added**: A timestamp has been added to canary logs.
|
|
3613
3657
|
- **Session re-use**: A bug was fixed so that canaries are now prevented from reusing the session from their previous canary run.
|
|
3614
3658
|
|
|
3659
|
+
:deprecated: Legacy runtime no longer supported by AWS Lambda. Migrate to the latest Python Selenium runtime.
|
|
3660
|
+
|
|
3615
3661
|
:see: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch_Synthetics_Library_python_selenium.html#CloudWatch_Synthetics_runtimeversion-syn-python-selenium-2.0
|
|
3662
|
+
:stability: deprecated
|
|
3616
3663
|
'''
|
|
3617
3664
|
return typing.cast("Runtime", jsii.sget(cls, "SYNTHETICS_PYTHON_SELENIUM_2_0"))
|
|
3618
3665
|
|
|
@@ -3629,6 +3676,19 @@ class Runtime(metaclass=jsii.JSIIMeta, jsii_type="aws-cdk-lib.aws_synthetics.Run
|
|
|
3629
3676
|
'''
|
|
3630
3677
|
return typing.cast("Runtime", jsii.sget(cls, "SYNTHETICS_PYTHON_SELENIUM_2_1"))
|
|
3631
3678
|
|
|
3679
|
+
@jsii.python.classproperty
|
|
3680
|
+
@jsii.member(jsii_name="SYNTHETICS_PYTHON_SELENIUM_3_0")
|
|
3681
|
+
def SYNTHETICS_PYTHON_SELENIUM_3_0(cls) -> "Runtime":
|
|
3682
|
+
'''``syn-python-selenium-3.0`` includes the following: - Lambda runtime Python 3.8 - Selenium version 4.15.1 - Chromium version 121.0.6167.139.
|
|
3683
|
+
|
|
3684
|
+
New Features:
|
|
3685
|
+
|
|
3686
|
+
- **Updated versions of the bundled libraries in Chromium**: The Chromium dependency is updated to a new version.
|
|
3687
|
+
|
|
3688
|
+
:see: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch_Synthetics_Library_python_selenium.html#CloudWatch_Synthetics_runtimeversion-syn-python-selenium-3.0
|
|
3689
|
+
'''
|
|
3690
|
+
return typing.cast("Runtime", jsii.sget(cls, "SYNTHETICS_PYTHON_SELENIUM_3_0"))
|
|
3691
|
+
|
|
3632
3692
|
@builtins.property
|
|
3633
3693
|
@jsii.member(jsii_name="family")
|
|
3634
3694
|
def family(self) -> "RuntimeFamily":
|
aws_cdk/aws_transfer/__init__.py
CHANGED
|
@@ -1211,7 +1211,7 @@ class CfnConnector(
|
|
|
1211
1211
|
|
|
1212
1212
|
:param basic_auth_secret_id: Provides Basic authentication support to the AS2 Connectors API. To use Basic authentication, you must provide the name or Amazon Resource Name (ARN) of a secret in AWS Secrets Manager . The default value for this parameter is ``null`` , which indicates that Basic authentication is not enabled for the connector. If the connector should use Basic authentication, the secret needs to be in the following format: ``{ "Username": "user-name", "Password": "user-password" }`` Replace ``user-name`` and ``user-password`` with the credentials for the actual user that is being authenticated. Note the following: - You are storing these credentials in Secrets Manager, *not passing them directly* into this API. - If you are using the API, SDKs, or CloudFormation to configure your connector, then you must create the secret before you can enable Basic authentication. However, if you are using the AWS management console, you can have the system create the secret for you. If you have previously enabled Basic authentication for a connector, you can disable it by using the ``UpdateConnector`` API call. For example, if you are using the CLI, you can run the following command to remove Basic authentication: ``update-connector --connector-id my-connector-id --as2-config 'BasicAuthSecretId=""'``
|
|
1213
1213
|
:param compression: Specifies whether the AS2 file is compressed.
|
|
1214
|
-
:param encryption_algorithm: The algorithm that is used to encrypt the file.
|
|
1214
|
+
:param encryption_algorithm: The algorithm that is used to encrypt the file. Note the following: - Do not use the ``DES_EDE3_CBC`` algorithm unless you must support a legacy client that requires it, as it is a weak encryption algorithm. - You can only specify ``NONE`` if the URL for your connector uses HTTPS. Using HTTPS ensures that no traffic is sent in clear text.
|
|
1215
1215
|
:param local_profile_id: A unique identifier for the AS2 local profile.
|
|
1216
1216
|
:param mdn_response: Used for outbound requests (from an AWS Transfer Family server to a partner AS2 server) to determine whether the partner response for transfers is synchronous or asynchronous. Specify either of the following values: - ``SYNC`` : The system expects a synchronous MDN response, confirming that the file was transferred successfully (or not). - ``NONE`` : Specifies that no MDN response is required.
|
|
1217
1217
|
:param mdn_signing_algorithm: The signing algorithm for the MDN response. .. epigraph:: If set to DEFAULT (or not set at all), the value for ``SigningAlgorithm`` is used.
|
|
@@ -1312,9 +1312,10 @@ class CfnConnector(
|
|
|
1312
1312
|
def encryption_algorithm(self) -> typing.Optional[builtins.str]:
|
|
1313
1313
|
'''The algorithm that is used to encrypt the file.
|
|
1314
1314
|
|
|
1315
|
-
|
|
1315
|
+
Note the following:
|
|
1316
1316
|
|
|
1317
|
-
|
|
1317
|
+
- Do not use the ``DES_EDE3_CBC`` algorithm unless you must support a legacy client that requires it, as it is a weak encryption algorithm.
|
|
1318
|
+
- You can only specify ``NONE`` if the URL for your connector uses HTTPS. Using HTTPS ensures that no traffic is sent in clear text.
|
|
1318
1319
|
|
|
1319
1320
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-connector-as2config.html#cfn-transfer-connector-as2config-encryptionalgorithm
|
|
1320
1321
|
'''
|