aws-cdk-lib 2.153.0__py3-none-any.whl → 2.154.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of aws-cdk-lib might be problematic. Click here for more details.
- aws_cdk/__init__.py +157 -215
- aws_cdk/_jsii/__init__.py +2 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.153.0.jsii.tgz → aws-cdk-lib@2.154.1.jsii.tgz} +0 -0
- aws_cdk/alexa_ask/__init__.py +3 -3
- aws_cdk/aws_accessanalyzer/__init__.py +5 -5
- aws_cdk/aws_acmpca/__init__.py +79 -24
- aws_cdk/aws_amazonmq/__init__.py +161 -161
- aws_cdk/aws_amplify/__init__.py +36 -36
- aws_cdk/aws_amplifyuibuilder/__init__.py +32 -32
- aws_cdk/aws_apigateway/__init__.py +122 -122
- aws_cdk/aws_apigatewayv2/__init__.py +143 -130
- aws_cdk/aws_apigatewayv2_integrations/__init__.py +12 -12
- aws_cdk/aws_appconfig/__init__.py +59 -59
- aws_cdk/aws_appflow/__init__.py +20 -20
- aws_cdk/aws_appintegrations/__init__.py +19 -19
- aws_cdk/aws_applicationautoscaling/__init__.py +31 -16
- aws_cdk/aws_applicationinsights/__init__.py +11 -11
- aws_cdk/aws_applicationsignals/__init__.py +5 -5
- aws_cdk/aws_appmesh/__init__.py +35 -35
- aws_cdk/aws_apprunner/__init__.py +25 -25
- aws_cdk/aws_appstream/__init__.py +105 -105
- aws_cdk/aws_appsync/__init__.py +89 -89
- aws_cdk/aws_apptest/__init__.py +25 -25
- aws_cdk/aws_aps/__init__.py +14 -14
- aws_cdk/aws_arczonalshift/__init__.py +200 -3
- aws_cdk/aws_athena/__init__.py +25 -25
- aws_cdk/aws_auditmanager/__init__.py +15 -15
- aws_cdk/aws_autoscaling/__init__.py +84 -84
- aws_cdk/aws_autoscalingplans/__init__.py +2 -2
- aws_cdk/aws_b2bi/__init__.py +24 -24
- aws_cdk/aws_backup/__init__.py +33 -33
- aws_cdk/aws_backupgateway/__init__.py +7 -7
- aws_cdk/aws_batch/__init__.py +289 -35
- aws_cdk/aws_bcmdataexports/__init__.py +2 -2
- aws_cdk/aws_bedrock/__init__.py +15766 -3438
- aws_cdk/aws_billingconductor/__init__.py +28 -28
- aws_cdk/aws_budgets/__init__.py +12 -12
- aws_cdk/aws_cassandra/__init__.py +16 -16
- aws_cdk/aws_ce/__init__.py +17 -17
- aws_cdk/aws_certificatemanager/__init__.py +9 -9
- aws_cdk/aws_chatbot/__init__.py +22 -22
- aws_cdk/aws_cleanrooms/__init__.py +2470 -307
- aws_cdk/aws_cleanroomsml/__init__.py +5 -5
- aws_cdk/aws_cloud9/__init__.py +10 -10
- aws_cdk/aws_cloudformation/__init__.py +94 -69
- aws_cdk/aws_cloudfront/__init__.py +47 -33
- aws_cdk/aws_cloudtrail/__init__.py +46 -44
- aws_cdk/aws_cloudwatch/__init__.py +61 -69
- aws_cdk/aws_codeartifact/__init__.py +19 -19
- aws_cdk/aws_codebuild/__init__.py +99 -68
- aws_cdk/aws_codecommit/__init__.py +10 -6
- aws_cdk/aws_codeconnections/__init__.py +5 -5
- aws_cdk/aws_codedeploy/__init__.py +28 -28
- aws_cdk/aws_codeguruprofiler/__init__.py +5 -5
- aws_cdk/aws_codegurureviewer/__init__.py +6 -6
- aws_cdk/aws_codepipeline/__init__.py +849 -52
- aws_cdk/aws_codepipeline_actions/__init__.py +1 -1
- aws_cdk/aws_codestar/__init__.py +8 -8
- aws_cdk/aws_codestarconnections/__init__.py +17 -17
- aws_cdk/aws_codestarnotifications/__init__.py +10 -10
- aws_cdk/aws_cognito/__init__.py +465 -133
- aws_cdk/aws_comprehend/__init__.py +20 -20
- aws_cdk/aws_config/__init__.py +67 -67
- aws_cdk/aws_connect/__init__.py +139 -137
- aws_cdk/aws_connectcampaigns/__init__.py +5 -5
- aws_cdk/aws_controltower/__init__.py +12 -12
- aws_cdk/aws_cur/__init__.py +12 -12
- aws_cdk/aws_customerprofiles/__init__.py +36 -36
- aws_cdk/aws_databrew/__init__.py +45 -45
- aws_cdk/aws_datapipeline/__init__.py +12 -8
- aws_cdk/aws_datasync/__init__.py +119 -117
- aws_cdk/aws_datazone/__init__.py +63 -63
- aws_cdk/aws_dax/__init__.py +20 -20
- aws_cdk/aws_deadline/__init__.py +221 -292
- aws_cdk/aws_detective/__init__.py +8 -8
- aws_cdk/aws_devicefarm/__init__.py +37 -37
- aws_cdk/aws_devopsguru/__init__.py +2 -2
- aws_cdk/aws_directoryservice/__init__.py +15 -15
- aws_cdk/aws_dlm/__init__.py +12 -12
- aws_cdk/aws_dms/__init__.py +300 -298
- aws_cdk/aws_docdb/__init__.py +49 -49
- aws_cdk/aws_docdbelastic/__init__.py +14 -14
- aws_cdk/aws_dynamodb/__init__.py +371 -37
- aws_cdk/aws_ec2/__init__.py +914 -612
- aws_cdk/aws_ecr/__init__.py +117 -77
- aws_cdk/aws_ecr_assets/__init__.py +4 -4
- aws_cdk/aws_ecs/__init__.py +192 -191
- aws_cdk/aws_ecs_patterns/__init__.py +2 -2
- aws_cdk/aws_efs/__init__.py +22 -22
- aws_cdk/aws_eks/__init__.py +177 -61
- aws_cdk/aws_elasticache/__init__.py +218 -226
- aws_cdk/aws_elasticbeanstalk/__init__.py +25 -25
- aws_cdk/aws_elasticloadbalancing/__init__.py +16 -16
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +1066 -102
- aws_cdk/aws_elasticloadbalancingv2_targets/__init__.py +86 -4
- aws_cdk/aws_elasticsearch/__init__.py +16 -16
- aws_cdk/aws_emr/__init__.py +74 -74
- aws_cdk/aws_emrcontainers/__init__.py +3 -3
- aws_cdk/aws_emrserverless/__init__.py +157 -14
- aws_cdk/aws_entityresolution/__init__.py +613 -35
- aws_cdk/aws_events/__init__.py +42 -42
- aws_cdk/aws_eventschemas/__init__.py +16 -16
- aws_cdk/aws_evidently/__init__.py +38 -38
- aws_cdk/aws_finspace/__init__.py +8 -8
- aws_cdk/aws_fis/__init__.py +12 -12
- aws_cdk/aws_fms/__init__.py +21 -21
- aws_cdk/aws_forecast/__init__.py +18 -11
- aws_cdk/aws_frauddetector/__init__.py +35 -35
- aws_cdk/aws_fsx/__init__.py +35 -35
- aws_cdk/aws_gamelift/__init__.py +155 -143
- aws_cdk/aws_globalaccelerator/__init__.py +46 -24
- aws_cdk/aws_glue/__init__.py +187 -143
- aws_cdk/aws_grafana/__init__.py +17 -17
- aws_cdk/aws_greengrass/__init__.py +48 -48
- aws_cdk/aws_greengrassv2/__init__.py +10 -10
- aws_cdk/aws_groundstation/__init__.py +16 -16
- aws_cdk/aws_guardduty/__init__.py +40 -38
- aws_cdk/aws_healthimaging/__init__.py +3 -3
- aws_cdk/aws_healthlake/__init__.py +6 -6
- aws_cdk/aws_iam/__init__.py +120 -122
- aws_cdk/aws_identitystore/__init__.py +6 -6
- aws_cdk/aws_imagebuilder/__init__.py +98 -98
- aws_cdk/aws_inspector/__init__.py +8 -8
- aws_cdk/aws_inspectorv2/__init__.py +102 -97
- aws_cdk/aws_internetmonitor/__init__.py +12 -12
- aws_cdk/aws_iot/__init__.py +141 -141
- aws_cdk/aws_iot1click/__init__.py +9 -9
- aws_cdk/aws_iotanalytics/__init__.py +21 -21
- aws_cdk/aws_iotcoredeviceadvisor/__init__.py +2 -2
- aws_cdk/aws_iotevents/__init__.py +20 -20
- aws_cdk/aws_iotfleethub/__init__.py +4 -4
- aws_cdk/aws_iotfleetwise/__init__.py +45 -45
- aws_cdk/aws_iotsitewise/__init__.py +40 -40
- aws_cdk/aws_iotthingsgraph/__init__.py +2 -2
- aws_cdk/aws_iottwinmaker/__init__.py +34 -34
- aws_cdk/aws_iotwireless/__init__.py +66 -66
- aws_cdk/aws_ivs/__init__.py +490 -34
- aws_cdk/aws_ivschat/__init__.py +9 -9
- aws_cdk/aws_kafkaconnect/__init__.py +22 -22
- aws_cdk/aws_kendra/__init__.py +28 -28
- aws_cdk/aws_kendraranking/__init__.py +4 -4
- aws_cdk/aws_kinesis/__init__.py +8 -8
- aws_cdk/aws_kinesisanalytics/__init__.py +23 -23
- aws_cdk/aws_kinesisanalyticsv2/__init__.py +15 -15
- aws_cdk/aws_kinesisfirehose/__init__.py +677 -18
- aws_cdk/aws_kinesisvideo/__init__.py +10 -10
- aws_cdk/aws_kms/__init__.py +20 -20
- aws_cdk/aws_lakeformation/__init__.py +36 -36
- aws_cdk/aws_lambda/__init__.py +174 -118
- aws_cdk/aws_launchwizard/__init__.py +508 -0
- aws_cdk/aws_lex/__init__.py +24 -24
- aws_cdk/aws_licensemanager/__init__.py +17 -17
- aws_cdk/aws_lightsail/__init__.py +90 -90
- aws_cdk/aws_location/__init__.py +41 -41
- aws_cdk/aws_logs/__init__.py +50 -50
- aws_cdk/aws_lookoutequipment/__init__.py +9 -9
- aws_cdk/aws_lookoutmetrics/__init__.py +10 -10
- aws_cdk/aws_lookoutvision/__init__.py +1 -1
- aws_cdk/aws_m2/__init__.py +20 -20
- aws_cdk/aws_macie/__init__.py +19 -19
- aws_cdk/aws_managedblockchain/__init__.py +10 -10
- aws_cdk/aws_mediaconnect/__init__.py +114 -77
- aws_cdk/aws_mediaconvert/__init__.py +20 -20
- aws_cdk/aws_medialive/__init__.py +49 -40
- aws_cdk/aws_mediapackage/__init__.py +38 -38
- aws_cdk/aws_mediapackagev2/__init__.py +178 -25
- aws_cdk/aws_mediastore/__init__.py +7 -7
- aws_cdk/aws_mediatailor/__init__.py +40 -40
- aws_cdk/aws_memorydb/__init__.py +41 -41
- aws_cdk/aws_msk/__init__.py +127 -39
- aws_cdk/aws_mwaa/__init__.py +25 -25
- aws_cdk/aws_neptune/__init__.py +55 -55
- aws_cdk/aws_neptunegraph/__init__.py +11 -11
- aws_cdk/aws_networkfirewall/__init__.py +36 -30
- aws_cdk/aws_networkmanager/__init__.py +1062 -91
- aws_cdk/aws_nimblestudio/__init__.py +31 -31
- aws_cdk/aws_oam/__init__.py +8 -8
- aws_cdk/aws_omics/__init__.py +36 -36
- aws_cdk/aws_opensearchserverless/__init__.py +25 -25
- aws_cdk/aws_opensearchservice/__init__.py +20 -20
- aws_cdk/aws_opsworks/__init__.py +87 -87
- aws_cdk/aws_opsworkscm/__init__.py +21 -21
- aws_cdk/aws_organizations/__init__.py +17 -17
- aws_cdk/aws_osis/__init__.py +122 -9
- aws_cdk/aws_panorama/__init__.py +27 -22
- aws_cdk/aws_paymentcryptography/__init__.py +7 -7
- aws_cdk/aws_pcaconnectorad/__init__.py +17 -17
- aws_cdk/aws_personalize/__init__.py +19 -19
- aws_cdk/aws_pinpoint/__init__.py +122 -122
- aws_cdk/aws_pinpointemail/__init__.py +16 -16
- aws_cdk/aws_pipes/__init__.py +14 -16
- aws_cdk/aws_proton/__init__.py +19 -19
- aws_cdk/aws_qbusiness/__init__.py +160 -45
- aws_cdk/aws_qldb/__init__.py +12 -12
- aws_cdk/aws_quicksight/__init__.py +91 -91
- aws_cdk/aws_ram/__init__.py +11 -11
- aws_cdk/aws_rds/__init__.py +365 -259
- aws_cdk/aws_redshift/__init__.py +136 -91
- aws_cdk/aws_redshiftserverless/__init__.py +27 -27
- aws_cdk/aws_refactorspaces/__init__.py +26 -26
- aws_cdk/aws_rekognition/__init__.py +16 -16
- aws_cdk/aws_resiliencehub/__init__.py +15 -15
- aws_cdk/aws_resourceexplorer2/__init__.py +8 -8
- aws_cdk/aws_resourcegroups/__init__.py +6 -6
- aws_cdk/aws_robomaker/__init__.py +25 -25
- aws_cdk/aws_rolesanywhere/__init__.py +67 -19
- aws_cdk/aws_route53/__init__.py +36 -36
- aws_cdk/aws_route53profiles/__init__.py +11 -11
- aws_cdk/aws_route53recoverycontrol/__init__.py +14 -14
- aws_cdk/aws_route53recoveryreadiness/__init__.py +13 -13
- aws_cdk/aws_route53resolver/__init__.py +123 -82
- aws_cdk/aws_rum/__init__.py +6 -6
- aws_cdk/aws_s3/__init__.py +136 -80
- aws_cdk/aws_s3_deployment/__init__.py +30 -24
- aws_cdk/aws_s3_notifications/__init__.py +3 -4
- aws_cdk/aws_s3express/__init__.py +5 -5
- aws_cdk/aws_s3objectlambda/__init__.py +6 -6
- aws_cdk/aws_s3outposts/__init__.py +16 -16
- aws_cdk/aws_sagemaker/__init__.py +2414 -282
- aws_cdk/aws_sam/__init__.py +101 -101
- aws_cdk/aws_scheduler/__init__.py +13 -13
- aws_cdk/aws_sdb/__init__.py +1 -1
- aws_cdk/aws_secretsmanager/__init__.py +20 -19
- aws_cdk/aws_securityhub/__init__.py +70 -57
- aws_cdk/aws_securitylake/__init__.py +341 -16
- aws_cdk/aws_servicecatalog/__init__.py +87 -87
- aws_cdk/aws_servicecatalogappregistry/__init__.py +12 -12
- aws_cdk/aws_servicediscovery/__init__.py +23 -23
- aws_cdk/aws_ses/__init__.py +12038 -5604
- aws_cdk/aws_shield/__init__.py +15 -15
- aws_cdk/aws_signer/__init__.py +9 -9
- aws_cdk/aws_simspaceweaver/__init__.py +5 -5
- aws_cdk/aws_sns/__init__.py +28 -28
- aws_cdk/aws_sqs/__init__.py +20 -20
- aws_cdk/aws_ssm/__init__.py +176 -105
- aws_cdk/aws_ssmcontacts/__init__.py +18 -18
- aws_cdk/aws_ssmincidents/__init__.py +11 -11
- aws_cdk/aws_sso/__init__.py +31 -31
- aws_cdk/aws_stepfunctions/__init__.py +370 -28
- aws_cdk/aws_supportapp/__init__.py +11 -11
- aws_cdk/aws_synthetics/__init__.py +18 -18
- aws_cdk/aws_systemsmanagersap/__init__.py +48 -7
- aws_cdk/aws_timestream/__init__.py +34 -34
- aws_cdk/aws_transfer/__init__.py +57 -57
- aws_cdk/aws_verifiedpermissions/__init__.py +11 -11
- aws_cdk/aws_voiceid/__init__.py +4 -4
- aws_cdk/aws_vpclattice/__init__.py +42 -42
- aws_cdk/aws_waf/__init__.py +17 -17
- aws_cdk/aws_wafregional/__init__.py +28 -28
- aws_cdk/aws_wafv2/__init__.py +39 -39
- aws_cdk/aws_wisdom/__init__.py +16 -16
- aws_cdk/aws_workspaces/__init__.py +18 -18
- aws_cdk/aws_workspacesthinclient/__init__.py +63 -9
- aws_cdk/aws_workspacesweb/__init__.py +87 -46
- aws_cdk/aws_xray/__init__.py +12 -12
- aws_cdk/cloud_assembly_schema/__init__.py +348 -239
- aws_cdk/custom_resources/__init__.py +289 -0
- aws_cdk/cx_api/__init__.py +15 -15
- aws_cdk/pipelines/__init__.py +172 -237
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.1.dist-info}/METADATA +3 -2
- aws_cdk_lib-2.154.1.dist-info/RECORD +292 -0
- aws_cdk_lib-2.153.0.dist-info/RECORD +0 -291
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.1.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.1.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.1.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.1.dist-info}/top_level.txt +0 -0
|
@@ -954,7 +954,7 @@ class CfnApi(
|
|
|
954
954
|
if __debug__:
|
|
955
955
|
type_hints = typing.get_type_hints(_typecheckingstub__f558d38700b12a8436eb254b53f9b036b9dcc79e6b13662d5cc5f734a50cc0e1)
|
|
956
956
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
957
|
-
jsii.set(self, "apiKeySelectionExpression", value)
|
|
957
|
+
jsii.set(self, "apiKeySelectionExpression", value) # pyright: ignore[reportArgumentType]
|
|
958
958
|
|
|
959
959
|
@builtins.property
|
|
960
960
|
@jsii.member(jsii_name="basePath")
|
|
@@ -967,7 +967,7 @@ class CfnApi(
|
|
|
967
967
|
if __debug__:
|
|
968
968
|
type_hints = typing.get_type_hints(_typecheckingstub__7c9c0986fef807a65a36cb9c2c2088cce866089cadbd06372d8e636cee797253)
|
|
969
969
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
970
|
-
jsii.set(self, "basePath", value)
|
|
970
|
+
jsii.set(self, "basePath", value) # pyright: ignore[reportArgumentType]
|
|
971
971
|
|
|
972
972
|
@builtins.property
|
|
973
973
|
@jsii.member(jsii_name="body")
|
|
@@ -980,7 +980,7 @@ class CfnApi(
|
|
|
980
980
|
if __debug__:
|
|
981
981
|
type_hints = typing.get_type_hints(_typecheckingstub__e5b640ee61c5afa6ad142df6ac4f94d2662b22d8db131f7f0bbb9357d1e77d98)
|
|
982
982
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
983
|
-
jsii.set(self, "body", value)
|
|
983
|
+
jsii.set(self, "body", value) # pyright: ignore[reportArgumentType]
|
|
984
984
|
|
|
985
985
|
@builtins.property
|
|
986
986
|
@jsii.member(jsii_name="bodyS3Location")
|
|
@@ -998,7 +998,7 @@ class CfnApi(
|
|
|
998
998
|
if __debug__:
|
|
999
999
|
type_hints = typing.get_type_hints(_typecheckingstub__461aef5629963bb7b74c508fa030064900f1e11ec3308ed14d0e0125845f569b)
|
|
1000
1000
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1001
|
-
jsii.set(self, "bodyS3Location", value)
|
|
1001
|
+
jsii.set(self, "bodyS3Location", value) # pyright: ignore[reportArgumentType]
|
|
1002
1002
|
|
|
1003
1003
|
@builtins.property
|
|
1004
1004
|
@jsii.member(jsii_name="corsConfiguration")
|
|
@@ -1016,7 +1016,7 @@ class CfnApi(
|
|
|
1016
1016
|
if __debug__:
|
|
1017
1017
|
type_hints = typing.get_type_hints(_typecheckingstub__ea01a446f6b48d1d09e26c2d973a367686fc04ba3d8d5922215249b2d34b67eb)
|
|
1018
1018
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1019
|
-
jsii.set(self, "corsConfiguration", value)
|
|
1019
|
+
jsii.set(self, "corsConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
1020
1020
|
|
|
1021
1021
|
@builtins.property
|
|
1022
1022
|
@jsii.member(jsii_name="credentialsArn")
|
|
@@ -1029,7 +1029,7 @@ class CfnApi(
|
|
|
1029
1029
|
if __debug__:
|
|
1030
1030
|
type_hints = typing.get_type_hints(_typecheckingstub__dd12bd9456ce5e4af4343ebe09227e1fa34692caf0b82db4abd6147ac9f132f7)
|
|
1031
1031
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1032
|
-
jsii.set(self, "credentialsArn", value)
|
|
1032
|
+
jsii.set(self, "credentialsArn", value) # pyright: ignore[reportArgumentType]
|
|
1033
1033
|
|
|
1034
1034
|
@builtins.property
|
|
1035
1035
|
@jsii.member(jsii_name="description")
|
|
@@ -1042,7 +1042,7 @@ class CfnApi(
|
|
|
1042
1042
|
if __debug__:
|
|
1043
1043
|
type_hints = typing.get_type_hints(_typecheckingstub__a9bc7f78ea01f8843ca5b04055b6b342ad243dd45e7ab88143c592adf5b5a283)
|
|
1044
1044
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1045
|
-
jsii.set(self, "description", value)
|
|
1045
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
1046
1046
|
|
|
1047
1047
|
@builtins.property
|
|
1048
1048
|
@jsii.member(jsii_name="disableExecuteApiEndpoint")
|
|
@@ -1060,7 +1060,7 @@ class CfnApi(
|
|
|
1060
1060
|
if __debug__:
|
|
1061
1061
|
type_hints = typing.get_type_hints(_typecheckingstub__77d94dbd246367bad1d084b1e206403a882329be7b7bb9331e4bd1fa90ae597a)
|
|
1062
1062
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1063
|
-
jsii.set(self, "disableExecuteApiEndpoint", value)
|
|
1063
|
+
jsii.set(self, "disableExecuteApiEndpoint", value) # pyright: ignore[reportArgumentType]
|
|
1064
1064
|
|
|
1065
1065
|
@builtins.property
|
|
1066
1066
|
@jsii.member(jsii_name="disableSchemaValidation")
|
|
@@ -1078,7 +1078,7 @@ class CfnApi(
|
|
|
1078
1078
|
if __debug__:
|
|
1079
1079
|
type_hints = typing.get_type_hints(_typecheckingstub__6c4fafef5608e6998354242dff5cfd6b04966c90f66f2d2737cfed24eb25398a)
|
|
1080
1080
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1081
|
-
jsii.set(self, "disableSchemaValidation", value)
|
|
1081
|
+
jsii.set(self, "disableSchemaValidation", value) # pyright: ignore[reportArgumentType]
|
|
1082
1082
|
|
|
1083
1083
|
@builtins.property
|
|
1084
1084
|
@jsii.member(jsii_name="failOnWarnings")
|
|
@@ -1096,7 +1096,7 @@ class CfnApi(
|
|
|
1096
1096
|
if __debug__:
|
|
1097
1097
|
type_hints = typing.get_type_hints(_typecheckingstub__2ce8eb7264be44ff3a6ae79c6be6a193c31eb617518209aeb51c346aac7c5536)
|
|
1098
1098
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1099
|
-
jsii.set(self, "failOnWarnings", value)
|
|
1099
|
+
jsii.set(self, "failOnWarnings", value) # pyright: ignore[reportArgumentType]
|
|
1100
1100
|
|
|
1101
1101
|
@builtins.property
|
|
1102
1102
|
@jsii.member(jsii_name="name")
|
|
@@ -1109,7 +1109,7 @@ class CfnApi(
|
|
|
1109
1109
|
if __debug__:
|
|
1110
1110
|
type_hints = typing.get_type_hints(_typecheckingstub__6de2f3d46e4a0275374cdfba39222daec1a50d7516f00756e898551462523fb6)
|
|
1111
1111
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1112
|
-
jsii.set(self, "name", value)
|
|
1112
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
1113
1113
|
|
|
1114
1114
|
@builtins.property
|
|
1115
1115
|
@jsii.member(jsii_name="protocolType")
|
|
@@ -1122,7 +1122,7 @@ class CfnApi(
|
|
|
1122
1122
|
if __debug__:
|
|
1123
1123
|
type_hints = typing.get_type_hints(_typecheckingstub__e57f77aa16016f544c5223d6856ffa749c3e01cee63831813142637d65047878)
|
|
1124
1124
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1125
|
-
jsii.set(self, "protocolType", value)
|
|
1125
|
+
jsii.set(self, "protocolType", value) # pyright: ignore[reportArgumentType]
|
|
1126
1126
|
|
|
1127
1127
|
@builtins.property
|
|
1128
1128
|
@jsii.member(jsii_name="routeKey")
|
|
@@ -1135,7 +1135,7 @@ class CfnApi(
|
|
|
1135
1135
|
if __debug__:
|
|
1136
1136
|
type_hints = typing.get_type_hints(_typecheckingstub__3f1526e8beb3aabccc2d1a4a66b85888cbae9836882586cbc1831cb780485872)
|
|
1137
1137
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1138
|
-
jsii.set(self, "routeKey", value)
|
|
1138
|
+
jsii.set(self, "routeKey", value) # pyright: ignore[reportArgumentType]
|
|
1139
1139
|
|
|
1140
1140
|
@builtins.property
|
|
1141
1141
|
@jsii.member(jsii_name="routeSelectionExpression")
|
|
@@ -1148,7 +1148,7 @@ class CfnApi(
|
|
|
1148
1148
|
if __debug__:
|
|
1149
1149
|
type_hints = typing.get_type_hints(_typecheckingstub__0ae3d20180c61889cbbc3db2ac94b1665ceb0357e28b396e9eb10b36443cc6d3)
|
|
1150
1150
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1151
|
-
jsii.set(self, "routeSelectionExpression", value)
|
|
1151
|
+
jsii.set(self, "routeSelectionExpression", value) # pyright: ignore[reportArgumentType]
|
|
1152
1152
|
|
|
1153
1153
|
@builtins.property
|
|
1154
1154
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -1164,7 +1164,7 @@ class CfnApi(
|
|
|
1164
1164
|
if __debug__:
|
|
1165
1165
|
type_hints = typing.get_type_hints(_typecheckingstub__ade78b4fb0e303cc30b6b8a9298c4758fd1370f3627ea5e37db0fe2e2ce623af)
|
|
1166
1166
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1167
|
-
jsii.set(self, "tagsRaw", value)
|
|
1167
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
1168
1168
|
|
|
1169
1169
|
@builtins.property
|
|
1170
1170
|
@jsii.member(jsii_name="target")
|
|
@@ -1177,7 +1177,7 @@ class CfnApi(
|
|
|
1177
1177
|
if __debug__:
|
|
1178
1178
|
type_hints = typing.get_type_hints(_typecheckingstub__96f6611a87a6cb532fe3a0a6fda47d8cb668095b5984db628a9a79828ae2b327)
|
|
1179
1179
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1180
|
-
jsii.set(self, "target", value)
|
|
1180
|
+
jsii.set(self, "target", value) # pyright: ignore[reportArgumentType]
|
|
1181
1181
|
|
|
1182
1182
|
@builtins.property
|
|
1183
1183
|
@jsii.member(jsii_name="version")
|
|
@@ -1190,7 +1190,7 @@ class CfnApi(
|
|
|
1190
1190
|
if __debug__:
|
|
1191
1191
|
type_hints = typing.get_type_hints(_typecheckingstub__122ec616b9f721d7146444333bfc18f20226b393d496105443355c5add69abf9)
|
|
1192
1192
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1193
|
-
jsii.set(self, "version", value)
|
|
1193
|
+
jsii.set(self, "version", value) # pyright: ignore[reportArgumentType]
|
|
1194
1194
|
|
|
1195
1195
|
@jsii.data_type(
|
|
1196
1196
|
jsii_type="aws-cdk-lib.aws_apigatewayv2.CfnApi.BodyS3LocationProperty",
|
|
@@ -1600,7 +1600,7 @@ class CfnApiGatewayManagedOverrides(
|
|
|
1600
1600
|
if __debug__:
|
|
1601
1601
|
type_hints = typing.get_type_hints(_typecheckingstub__50a21a84b347534934baae96f0d955d7cb2a425b3a984d9cccb6b9853851a463)
|
|
1602
1602
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1603
|
-
jsii.set(self, "apiId", value)
|
|
1603
|
+
jsii.set(self, "apiId", value) # pyright: ignore[reportArgumentType]
|
|
1604
1604
|
|
|
1605
1605
|
@builtins.property
|
|
1606
1606
|
@jsii.member(jsii_name="integration")
|
|
@@ -1618,7 +1618,7 @@ class CfnApiGatewayManagedOverrides(
|
|
|
1618
1618
|
if __debug__:
|
|
1619
1619
|
type_hints = typing.get_type_hints(_typecheckingstub__b6e8f6e317166c4e7072ff432e3e7eccfb8b95c41ae3624cbc1df56dfb741e92)
|
|
1620
1620
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1621
|
-
jsii.set(self, "integration", value)
|
|
1621
|
+
jsii.set(self, "integration", value) # pyright: ignore[reportArgumentType]
|
|
1622
1622
|
|
|
1623
1623
|
@builtins.property
|
|
1624
1624
|
@jsii.member(jsii_name="route")
|
|
@@ -1636,7 +1636,7 @@ class CfnApiGatewayManagedOverrides(
|
|
|
1636
1636
|
if __debug__:
|
|
1637
1637
|
type_hints = typing.get_type_hints(_typecheckingstub__80d7eeb3e44a467671100a29546de04d5d43029de65fbf94591ab14fffad1c5c)
|
|
1638
1638
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1639
|
-
jsii.set(self, "route", value)
|
|
1639
|
+
jsii.set(self, "route", value) # pyright: ignore[reportArgumentType]
|
|
1640
1640
|
|
|
1641
1641
|
@builtins.property
|
|
1642
1642
|
@jsii.member(jsii_name="stage")
|
|
@@ -1654,7 +1654,7 @@ class CfnApiGatewayManagedOverrides(
|
|
|
1654
1654
|
if __debug__:
|
|
1655
1655
|
type_hints = typing.get_type_hints(_typecheckingstub__b463a4abcee245efa2b5f8331eb964b48378707ae4929bfd7871d5ecef589ae8)
|
|
1656
1656
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1657
|
-
jsii.set(self, "stage", value)
|
|
1657
|
+
jsii.set(self, "stage", value) # pyright: ignore[reportArgumentType]
|
|
1658
1658
|
|
|
1659
1659
|
@jsii.data_type(
|
|
1660
1660
|
jsii_type="aws-cdk-lib.aws_apigatewayv2.CfnApiGatewayManagedOverrides.AccessLogSettingsProperty",
|
|
@@ -2522,7 +2522,7 @@ class CfnApiMapping(
|
|
|
2522
2522
|
if __debug__:
|
|
2523
2523
|
type_hints = typing.get_type_hints(_typecheckingstub__16b4567f90930e8b6066ebfc2754fe20fbf1ac5584fafac3590ca91aa888c9f8)
|
|
2524
2524
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2525
|
-
jsii.set(self, "apiId", value)
|
|
2525
|
+
jsii.set(self, "apiId", value) # pyright: ignore[reportArgumentType]
|
|
2526
2526
|
|
|
2527
2527
|
@builtins.property
|
|
2528
2528
|
@jsii.member(jsii_name="domainName")
|
|
@@ -2535,7 +2535,7 @@ class CfnApiMapping(
|
|
|
2535
2535
|
if __debug__:
|
|
2536
2536
|
type_hints = typing.get_type_hints(_typecheckingstub__29763e906ad99eaf78d0a9dee6a0499887496126efb3aa75ef00df49524186fb)
|
|
2537
2537
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2538
|
-
jsii.set(self, "domainName", value)
|
|
2538
|
+
jsii.set(self, "domainName", value) # pyright: ignore[reportArgumentType]
|
|
2539
2539
|
|
|
2540
2540
|
@builtins.property
|
|
2541
2541
|
@jsii.member(jsii_name="stage")
|
|
@@ -2548,7 +2548,7 @@ class CfnApiMapping(
|
|
|
2548
2548
|
if __debug__:
|
|
2549
2549
|
type_hints = typing.get_type_hints(_typecheckingstub__795325b53a59ad485c851fa2a6b00f03e881044ac7a59f18df5adbe25da80c91)
|
|
2550
2550
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2551
|
-
jsii.set(self, "stage", value)
|
|
2551
|
+
jsii.set(self, "stage", value) # pyright: ignore[reportArgumentType]
|
|
2552
2552
|
|
|
2553
2553
|
@builtins.property
|
|
2554
2554
|
@jsii.member(jsii_name="apiMappingKey")
|
|
@@ -2561,7 +2561,7 @@ class CfnApiMapping(
|
|
|
2561
2561
|
if __debug__:
|
|
2562
2562
|
type_hints = typing.get_type_hints(_typecheckingstub__cff63da4774ec3927c6108752f4d513d841d877a4cb52ccfe4e4a61e344e1424)
|
|
2563
2563
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2564
|
-
jsii.set(self, "apiMappingKey", value)
|
|
2564
|
+
jsii.set(self, "apiMappingKey", value) # pyright: ignore[reportArgumentType]
|
|
2565
2565
|
|
|
2566
2566
|
|
|
2567
2567
|
@jsii.data_type(
|
|
@@ -3190,7 +3190,7 @@ class CfnAuthorizer(
|
|
|
3190
3190
|
if __debug__:
|
|
3191
3191
|
type_hints = typing.get_type_hints(_typecheckingstub__c94b906e2fe834cc4b37a4eb041b8e7ab23901d40aeb5912de689fad4139fc9d)
|
|
3192
3192
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3193
|
-
jsii.set(self, "apiId", value)
|
|
3193
|
+
jsii.set(self, "apiId", value) # pyright: ignore[reportArgumentType]
|
|
3194
3194
|
|
|
3195
3195
|
@builtins.property
|
|
3196
3196
|
@jsii.member(jsii_name="authorizerType")
|
|
@@ -3203,7 +3203,7 @@ class CfnAuthorizer(
|
|
|
3203
3203
|
if __debug__:
|
|
3204
3204
|
type_hints = typing.get_type_hints(_typecheckingstub__cdc8e9a7d4d7429420766da5e132ae16ec76fc2f3e679d82cdf69137c200fbc3)
|
|
3205
3205
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3206
|
-
jsii.set(self, "authorizerType", value)
|
|
3206
|
+
jsii.set(self, "authorizerType", value) # pyright: ignore[reportArgumentType]
|
|
3207
3207
|
|
|
3208
3208
|
@builtins.property
|
|
3209
3209
|
@jsii.member(jsii_name="name")
|
|
@@ -3216,7 +3216,7 @@ class CfnAuthorizer(
|
|
|
3216
3216
|
if __debug__:
|
|
3217
3217
|
type_hints = typing.get_type_hints(_typecheckingstub__f78b3b857580e5719b96ef1257bd96e1a2a67be3225151b97e8008a99ed6a360)
|
|
3218
3218
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3219
|
-
jsii.set(self, "name", value)
|
|
3219
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
3220
3220
|
|
|
3221
3221
|
@builtins.property
|
|
3222
3222
|
@jsii.member(jsii_name="authorizerCredentialsArn")
|
|
@@ -3229,7 +3229,7 @@ class CfnAuthorizer(
|
|
|
3229
3229
|
if __debug__:
|
|
3230
3230
|
type_hints = typing.get_type_hints(_typecheckingstub__29e0e6baddf2813e344a9f995c17c9369390dcc36a6c186182885b5956b6be2a)
|
|
3231
3231
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3232
|
-
jsii.set(self, "authorizerCredentialsArn", value)
|
|
3232
|
+
jsii.set(self, "authorizerCredentialsArn", value) # pyright: ignore[reportArgumentType]
|
|
3233
3233
|
|
|
3234
3234
|
@builtins.property
|
|
3235
3235
|
@jsii.member(jsii_name="authorizerPayloadFormatVersion")
|
|
@@ -3245,7 +3245,7 @@ class CfnAuthorizer(
|
|
|
3245
3245
|
if __debug__:
|
|
3246
3246
|
type_hints = typing.get_type_hints(_typecheckingstub__704a1ebfe51335da671a36d566a2f9ebce2a91877958850fce305542c6f8147f)
|
|
3247
3247
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3248
|
-
jsii.set(self, "authorizerPayloadFormatVersion", value)
|
|
3248
|
+
jsii.set(self, "authorizerPayloadFormatVersion", value) # pyright: ignore[reportArgumentType]
|
|
3249
3249
|
|
|
3250
3250
|
@builtins.property
|
|
3251
3251
|
@jsii.member(jsii_name="authorizerResultTtlInSeconds")
|
|
@@ -3261,7 +3261,7 @@ class CfnAuthorizer(
|
|
|
3261
3261
|
if __debug__:
|
|
3262
3262
|
type_hints = typing.get_type_hints(_typecheckingstub__10386c9852429b19804f6174b4c7ef97c7b3cbf3a8183c5db8d1df686554caee)
|
|
3263
3263
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3264
|
-
jsii.set(self, "authorizerResultTtlInSeconds", value)
|
|
3264
|
+
jsii.set(self, "authorizerResultTtlInSeconds", value) # pyright: ignore[reportArgumentType]
|
|
3265
3265
|
|
|
3266
3266
|
@builtins.property
|
|
3267
3267
|
@jsii.member(jsii_name="authorizerUri")
|
|
@@ -3274,7 +3274,7 @@ class CfnAuthorizer(
|
|
|
3274
3274
|
if __debug__:
|
|
3275
3275
|
type_hints = typing.get_type_hints(_typecheckingstub__07f0becd827426ad17e13b4edec41e2383d35feec43ac97627da48c167c25f0d)
|
|
3276
3276
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3277
|
-
jsii.set(self, "authorizerUri", value)
|
|
3277
|
+
jsii.set(self, "authorizerUri", value) # pyright: ignore[reportArgumentType]
|
|
3278
3278
|
|
|
3279
3279
|
@builtins.property
|
|
3280
3280
|
@jsii.member(jsii_name="enableSimpleResponses")
|
|
@@ -3292,7 +3292,7 @@ class CfnAuthorizer(
|
|
|
3292
3292
|
if __debug__:
|
|
3293
3293
|
type_hints = typing.get_type_hints(_typecheckingstub__ca220b368392b92ad3186f8b7a90bf77a210aaafee93b2a0e9444103bac3301c)
|
|
3294
3294
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3295
|
-
jsii.set(self, "enableSimpleResponses", value)
|
|
3295
|
+
jsii.set(self, "enableSimpleResponses", value) # pyright: ignore[reportArgumentType]
|
|
3296
3296
|
|
|
3297
3297
|
@builtins.property
|
|
3298
3298
|
@jsii.member(jsii_name="identitySource")
|
|
@@ -3308,7 +3308,7 @@ class CfnAuthorizer(
|
|
|
3308
3308
|
if __debug__:
|
|
3309
3309
|
type_hints = typing.get_type_hints(_typecheckingstub__5ace1f00404a76cab1dbe9bd4e4f41644b1de7a3dd37df8e37625966ae52594c)
|
|
3310
3310
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3311
|
-
jsii.set(self, "identitySource", value)
|
|
3311
|
+
jsii.set(self, "identitySource", value) # pyright: ignore[reportArgumentType]
|
|
3312
3312
|
|
|
3313
3313
|
@builtins.property
|
|
3314
3314
|
@jsii.member(jsii_name="identityValidationExpression")
|
|
@@ -3324,7 +3324,7 @@ class CfnAuthorizer(
|
|
|
3324
3324
|
if __debug__:
|
|
3325
3325
|
type_hints = typing.get_type_hints(_typecheckingstub__d335b88eea9c6ce2df51c3c8e9af597d3a4f3fb42410c60a1fbc7de5813a7800)
|
|
3326
3326
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3327
|
-
jsii.set(self, "identityValidationExpression", value)
|
|
3327
|
+
jsii.set(self, "identityValidationExpression", value) # pyright: ignore[reportArgumentType]
|
|
3328
3328
|
|
|
3329
3329
|
@builtins.property
|
|
3330
3330
|
@jsii.member(jsii_name="jwtConfiguration")
|
|
@@ -3342,7 +3342,7 @@ class CfnAuthorizer(
|
|
|
3342
3342
|
if __debug__:
|
|
3343
3343
|
type_hints = typing.get_type_hints(_typecheckingstub__a9a032d11594e2f9a62ed9a4289c33939ffb5bebe7caa00404debfb40cd260e0)
|
|
3344
3344
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3345
|
-
jsii.set(self, "jwtConfiguration", value)
|
|
3345
|
+
jsii.set(self, "jwtConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
3346
3346
|
|
|
3347
3347
|
@jsii.data_type(
|
|
3348
3348
|
jsii_type="aws-cdk-lib.aws_apigatewayv2.CfnAuthorizer.JWTConfigurationProperty",
|
|
@@ -3775,7 +3775,7 @@ class CfnDeployment(
|
|
|
3775
3775
|
if __debug__:
|
|
3776
3776
|
type_hints = typing.get_type_hints(_typecheckingstub__8380391f5e9a81027656c48bdab6533551d7416be7d4c0a61dcb8c7870a6695d)
|
|
3777
3777
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3778
|
-
jsii.set(self, "apiId", value)
|
|
3778
|
+
jsii.set(self, "apiId", value) # pyright: ignore[reportArgumentType]
|
|
3779
3779
|
|
|
3780
3780
|
@builtins.property
|
|
3781
3781
|
@jsii.member(jsii_name="description")
|
|
@@ -3788,7 +3788,7 @@ class CfnDeployment(
|
|
|
3788
3788
|
if __debug__:
|
|
3789
3789
|
type_hints = typing.get_type_hints(_typecheckingstub__a096735639df363beb6e57d5ef578f6cf95a74095409ee9c322663acd1f5ba03)
|
|
3790
3790
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3791
|
-
jsii.set(self, "description", value)
|
|
3791
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
3792
3792
|
|
|
3793
3793
|
@builtins.property
|
|
3794
3794
|
@jsii.member(jsii_name="stageName")
|
|
@@ -3801,7 +3801,7 @@ class CfnDeployment(
|
|
|
3801
3801
|
if __debug__:
|
|
3802
3802
|
type_hints = typing.get_type_hints(_typecheckingstub__33040a213f03d33962ff4df0681abb8f23303cac13cf97cc0ac997dc873eb59c)
|
|
3803
3803
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3804
|
-
jsii.set(self, "stageName", value)
|
|
3804
|
+
jsii.set(self, "stageName", value) # pyright: ignore[reportArgumentType]
|
|
3805
3805
|
|
|
3806
3806
|
|
|
3807
3807
|
@jsii.data_type(
|
|
@@ -4041,7 +4041,7 @@ class CfnDomainName(
|
|
|
4041
4041
|
if __debug__:
|
|
4042
4042
|
type_hints = typing.get_type_hints(_typecheckingstub__8174f7ac22c1397914e489109ad7e6891d4964a0f3d3972fd7f5fa8ce72c3bce)
|
|
4043
4043
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4044
|
-
jsii.set(self, "domainName", value)
|
|
4044
|
+
jsii.set(self, "domainName", value) # pyright: ignore[reportArgumentType]
|
|
4045
4045
|
|
|
4046
4046
|
@builtins.property
|
|
4047
4047
|
@jsii.member(jsii_name="domainNameConfigurations")
|
|
@@ -4059,7 +4059,7 @@ class CfnDomainName(
|
|
|
4059
4059
|
if __debug__:
|
|
4060
4060
|
type_hints = typing.get_type_hints(_typecheckingstub__b9b6be5b4180a1026f7ee79c898cdcb31077d95e3aa103f952db8e5fc4901eb6)
|
|
4061
4061
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4062
|
-
jsii.set(self, "domainNameConfigurations", value)
|
|
4062
|
+
jsii.set(self, "domainNameConfigurations", value) # pyright: ignore[reportArgumentType]
|
|
4063
4063
|
|
|
4064
4064
|
@builtins.property
|
|
4065
4065
|
@jsii.member(jsii_name="mutualTlsAuthentication")
|
|
@@ -4077,7 +4077,7 @@ class CfnDomainName(
|
|
|
4077
4077
|
if __debug__:
|
|
4078
4078
|
type_hints = typing.get_type_hints(_typecheckingstub__7db79836bb2717dd9f77cf2a7e1dbf16c2828d8d2066adf6a1fd6f14bd19d816)
|
|
4079
4079
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4080
|
-
jsii.set(self, "mutualTlsAuthentication", value)
|
|
4080
|
+
jsii.set(self, "mutualTlsAuthentication", value) # pyright: ignore[reportArgumentType]
|
|
4081
4081
|
|
|
4082
4082
|
@builtins.property
|
|
4083
4083
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -4093,7 +4093,7 @@ class CfnDomainName(
|
|
|
4093
4093
|
if __debug__:
|
|
4094
4094
|
type_hints = typing.get_type_hints(_typecheckingstub__91e15ff48f085b835a961d76641a12ee2d099786f346c15be08cd6e10f58f927)
|
|
4095
4095
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4096
|
-
jsii.set(self, "tagsRaw", value)
|
|
4096
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
4097
4097
|
|
|
4098
4098
|
@jsii.data_type(
|
|
4099
4099
|
jsii_type="aws-cdk-lib.aws_apigatewayv2.CfnDomainName.DomainNameConfigurationProperty",
|
|
@@ -4584,13 +4584,13 @@ class CfnIntegration(
|
|
|
4584
4584
|
return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
|
|
4585
4585
|
|
|
4586
4586
|
@builtins.property
|
|
4587
|
-
@jsii.member(jsii_name="
|
|
4588
|
-
def
|
|
4589
|
-
'''The
|
|
4587
|
+
@jsii.member(jsii_name="attrIntegrationId")
|
|
4588
|
+
def attr_integration_id(self) -> builtins.str:
|
|
4589
|
+
'''The integration ID.
|
|
4590
4590
|
|
|
4591
|
-
:cloudformationAttribute:
|
|
4591
|
+
:cloudformationAttribute: IntegrationId
|
|
4592
4592
|
'''
|
|
4593
|
-
return typing.cast(builtins.str, jsii.get(self, "
|
|
4593
|
+
return typing.cast(builtins.str, jsii.get(self, "attrIntegrationId"))
|
|
4594
4594
|
|
|
4595
4595
|
@builtins.property
|
|
4596
4596
|
@jsii.member(jsii_name="cfnProperties")
|
|
@@ -4608,7 +4608,7 @@ class CfnIntegration(
|
|
|
4608
4608
|
if __debug__:
|
|
4609
4609
|
type_hints = typing.get_type_hints(_typecheckingstub__aa39d0c12f6743ba2631e050aa28a363ddcc81dfd7ae60bc844dc7f45a3a0c7a)
|
|
4610
4610
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4611
|
-
jsii.set(self, "apiId", value)
|
|
4611
|
+
jsii.set(self, "apiId", value) # pyright: ignore[reportArgumentType]
|
|
4612
4612
|
|
|
4613
4613
|
@builtins.property
|
|
4614
4614
|
@jsii.member(jsii_name="integrationType")
|
|
@@ -4624,7 +4624,7 @@ class CfnIntegration(
|
|
|
4624
4624
|
if __debug__:
|
|
4625
4625
|
type_hints = typing.get_type_hints(_typecheckingstub__b18c92c57e09be6a12ef9c2311c8921cafb5f4dff56e0f8e98710440065d0f75)
|
|
4626
4626
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4627
|
-
jsii.set(self, "integrationType", value)
|
|
4627
|
+
jsii.set(self, "integrationType", value) # pyright: ignore[reportArgumentType]
|
|
4628
4628
|
|
|
4629
4629
|
@builtins.property
|
|
4630
4630
|
@jsii.member(jsii_name="connectionId")
|
|
@@ -4637,7 +4637,7 @@ class CfnIntegration(
|
|
|
4637
4637
|
if __debug__:
|
|
4638
4638
|
type_hints = typing.get_type_hints(_typecheckingstub__46edc03483245f7ebd5b029a181a06f1ae098e07971bccad9b4ecd1986adc162)
|
|
4639
4639
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4640
|
-
jsii.set(self, "connectionId", value)
|
|
4640
|
+
jsii.set(self, "connectionId", value) # pyright: ignore[reportArgumentType]
|
|
4641
4641
|
|
|
4642
4642
|
@builtins.property
|
|
4643
4643
|
@jsii.member(jsii_name="connectionType")
|
|
@@ -4650,7 +4650,7 @@ class CfnIntegration(
|
|
|
4650
4650
|
if __debug__:
|
|
4651
4651
|
type_hints = typing.get_type_hints(_typecheckingstub__48543c37e107a7129a6cbc73639e8383fb2c4225d304382db660f52645290ecd)
|
|
4652
4652
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4653
|
-
jsii.set(self, "connectionType", value)
|
|
4653
|
+
jsii.set(self, "connectionType", value) # pyright: ignore[reportArgumentType]
|
|
4654
4654
|
|
|
4655
4655
|
@builtins.property
|
|
4656
4656
|
@jsii.member(jsii_name="contentHandlingStrategy")
|
|
@@ -4663,7 +4663,7 @@ class CfnIntegration(
|
|
|
4663
4663
|
if __debug__:
|
|
4664
4664
|
type_hints = typing.get_type_hints(_typecheckingstub__d8b1973f1c5573b93173e49c64f6e70a715914d1fba975e1eb8070226202221f)
|
|
4665
4665
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4666
|
-
jsii.set(self, "contentHandlingStrategy", value)
|
|
4666
|
+
jsii.set(self, "contentHandlingStrategy", value) # pyright: ignore[reportArgumentType]
|
|
4667
4667
|
|
|
4668
4668
|
@builtins.property
|
|
4669
4669
|
@jsii.member(jsii_name="credentialsArn")
|
|
@@ -4676,7 +4676,7 @@ class CfnIntegration(
|
|
|
4676
4676
|
if __debug__:
|
|
4677
4677
|
type_hints = typing.get_type_hints(_typecheckingstub__b6d8c439acc57ba5be7137b02b1514b0e9a84285d9b207cf8edbb188cd3c9cdf)
|
|
4678
4678
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4679
|
-
jsii.set(self, "credentialsArn", value)
|
|
4679
|
+
jsii.set(self, "credentialsArn", value) # pyright: ignore[reportArgumentType]
|
|
4680
4680
|
|
|
4681
4681
|
@builtins.property
|
|
4682
4682
|
@jsii.member(jsii_name="description")
|
|
@@ -4689,7 +4689,7 @@ class CfnIntegration(
|
|
|
4689
4689
|
if __debug__:
|
|
4690
4690
|
type_hints = typing.get_type_hints(_typecheckingstub__fc069b9321eb211ab95f9c0904ca5919c9d265fef15a59838ae9f884273b0669)
|
|
4691
4691
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4692
|
-
jsii.set(self, "description", value)
|
|
4692
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
4693
4693
|
|
|
4694
4694
|
@builtins.property
|
|
4695
4695
|
@jsii.member(jsii_name="integrationMethod")
|
|
@@ -4702,7 +4702,7 @@ class CfnIntegration(
|
|
|
4702
4702
|
if __debug__:
|
|
4703
4703
|
type_hints = typing.get_type_hints(_typecheckingstub__0362127f0c545ac01dd3b59243c935c5756b6e9251c2a8e04597ec0281a833a1)
|
|
4704
4704
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4705
|
-
jsii.set(self, "integrationMethod", value)
|
|
4705
|
+
jsii.set(self, "integrationMethod", value) # pyright: ignore[reportArgumentType]
|
|
4706
4706
|
|
|
4707
4707
|
@builtins.property
|
|
4708
4708
|
@jsii.member(jsii_name="integrationSubtype")
|
|
@@ -4715,7 +4715,7 @@ class CfnIntegration(
|
|
|
4715
4715
|
if __debug__:
|
|
4716
4716
|
type_hints = typing.get_type_hints(_typecheckingstub__e3bad3279c4a378ed62fbce1637f2a011d7a2661bced09041c61a0e4f83f4c3a)
|
|
4717
4717
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4718
|
-
jsii.set(self, "integrationSubtype", value)
|
|
4718
|
+
jsii.set(self, "integrationSubtype", value) # pyright: ignore[reportArgumentType]
|
|
4719
4719
|
|
|
4720
4720
|
@builtins.property
|
|
4721
4721
|
@jsii.member(jsii_name="integrationUri")
|
|
@@ -4728,7 +4728,7 @@ class CfnIntegration(
|
|
|
4728
4728
|
if __debug__:
|
|
4729
4729
|
type_hints = typing.get_type_hints(_typecheckingstub__1cd111331771976544458360d1a6a3bad5e722f1484325d01c7bce109006e405)
|
|
4730
4730
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4731
|
-
jsii.set(self, "integrationUri", value)
|
|
4731
|
+
jsii.set(self, "integrationUri", value) # pyright: ignore[reportArgumentType]
|
|
4732
4732
|
|
|
4733
4733
|
@builtins.property
|
|
4734
4734
|
@jsii.member(jsii_name="passthroughBehavior")
|
|
@@ -4741,7 +4741,7 @@ class CfnIntegration(
|
|
|
4741
4741
|
if __debug__:
|
|
4742
4742
|
type_hints = typing.get_type_hints(_typecheckingstub__a727a930643734ff056002d99f5485b84de3c8a9714ff88c9ec6e4b4ed6b2609)
|
|
4743
4743
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4744
|
-
jsii.set(self, "passthroughBehavior", value)
|
|
4744
|
+
jsii.set(self, "passthroughBehavior", value) # pyright: ignore[reportArgumentType]
|
|
4745
4745
|
|
|
4746
4746
|
@builtins.property
|
|
4747
4747
|
@jsii.member(jsii_name="payloadFormatVersion")
|
|
@@ -4754,7 +4754,7 @@ class CfnIntegration(
|
|
|
4754
4754
|
if __debug__:
|
|
4755
4755
|
type_hints = typing.get_type_hints(_typecheckingstub__16e1cdf41a9fbafec3a3f020dce252f9e906c5147a18a5fdd738f8075d840baa)
|
|
4756
4756
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4757
|
-
jsii.set(self, "payloadFormatVersion", value)
|
|
4757
|
+
jsii.set(self, "payloadFormatVersion", value) # pyright: ignore[reportArgumentType]
|
|
4758
4758
|
|
|
4759
4759
|
@builtins.property
|
|
4760
4760
|
@jsii.member(jsii_name="requestParameters")
|
|
@@ -4767,7 +4767,7 @@ class CfnIntegration(
|
|
|
4767
4767
|
if __debug__:
|
|
4768
4768
|
type_hints = typing.get_type_hints(_typecheckingstub__08a2e295280878c041c9a343d25c3d468f9c0db07048c247f5796a3bbcf24039)
|
|
4769
4769
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4770
|
-
jsii.set(self, "requestParameters", value)
|
|
4770
|
+
jsii.set(self, "requestParameters", value) # pyright: ignore[reportArgumentType]
|
|
4771
4771
|
|
|
4772
4772
|
@builtins.property
|
|
4773
4773
|
@jsii.member(jsii_name="requestTemplates")
|
|
@@ -4780,7 +4780,7 @@ class CfnIntegration(
|
|
|
4780
4780
|
if __debug__:
|
|
4781
4781
|
type_hints = typing.get_type_hints(_typecheckingstub__101df28f0b4f486748827f04e36cb60e9930a7fcbc372f1a22e694f243437ba1)
|
|
4782
4782
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4783
|
-
jsii.set(self, "requestTemplates", value)
|
|
4783
|
+
jsii.set(self, "requestTemplates", value) # pyright: ignore[reportArgumentType]
|
|
4784
4784
|
|
|
4785
4785
|
@builtins.property
|
|
4786
4786
|
@jsii.member(jsii_name="responseParameters")
|
|
@@ -4793,7 +4793,7 @@ class CfnIntegration(
|
|
|
4793
4793
|
if __debug__:
|
|
4794
4794
|
type_hints = typing.get_type_hints(_typecheckingstub__f2c90c96ec7876c8a6c376c4c46707e575640a158942a5c3ead1572769175c15)
|
|
4795
4795
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4796
|
-
jsii.set(self, "responseParameters", value)
|
|
4796
|
+
jsii.set(self, "responseParameters", value) # pyright: ignore[reportArgumentType]
|
|
4797
4797
|
|
|
4798
4798
|
@builtins.property
|
|
4799
4799
|
@jsii.member(jsii_name="templateSelectionExpression")
|
|
@@ -4809,7 +4809,7 @@ class CfnIntegration(
|
|
|
4809
4809
|
if __debug__:
|
|
4810
4810
|
type_hints = typing.get_type_hints(_typecheckingstub__09b070ac49ad358b1b6713b8e487d653fdf93ef9e4ad8b29c6d2348ec5347cb2)
|
|
4811
4811
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4812
|
-
jsii.set(self, "templateSelectionExpression", value)
|
|
4812
|
+
jsii.set(self, "templateSelectionExpression", value) # pyright: ignore[reportArgumentType]
|
|
4813
4813
|
|
|
4814
4814
|
@builtins.property
|
|
4815
4815
|
@jsii.member(jsii_name="timeoutInMillis")
|
|
@@ -4822,7 +4822,7 @@ class CfnIntegration(
|
|
|
4822
4822
|
if __debug__:
|
|
4823
4823
|
type_hints = typing.get_type_hints(_typecheckingstub__2265ff6343fb7bb0629e72dfee180369b7d8341ec892b8f4c3180f1f615f5128)
|
|
4824
4824
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4825
|
-
jsii.set(self, "timeoutInMillis", value)
|
|
4825
|
+
jsii.set(self, "timeoutInMillis", value) # pyright: ignore[reportArgumentType]
|
|
4826
4826
|
|
|
4827
4827
|
@builtins.property
|
|
4828
4828
|
@jsii.member(jsii_name="tlsConfig")
|
|
@@ -4840,7 +4840,7 @@ class CfnIntegration(
|
|
|
4840
4840
|
if __debug__:
|
|
4841
4841
|
type_hints = typing.get_type_hints(_typecheckingstub__56ceb8ff581bdc4197d98dbf69a924ea37de46cfdd6f6f8c1a6c46a94c82e8b2)
|
|
4842
4842
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4843
|
-
jsii.set(self, "tlsConfig", value)
|
|
4843
|
+
jsii.set(self, "tlsConfig", value) # pyright: ignore[reportArgumentType]
|
|
4844
4844
|
|
|
4845
4845
|
@jsii.data_type(
|
|
4846
4846
|
jsii_type="aws-cdk-lib.aws_apigatewayv2.CfnIntegration.ResponseParameterListProperty",
|
|
@@ -4906,10 +4906,18 @@ class CfnIntegration(
|
|
|
4906
4906
|
name_mapping={"destination": "destination", "source": "source"},
|
|
4907
4907
|
)
|
|
4908
4908
|
class ResponseParameterProperty:
|
|
4909
|
-
def __init__(
|
|
4910
|
-
|
|
4911
|
-
|
|
4912
|
-
:
|
|
4909
|
+
def __init__(
|
|
4910
|
+
self,
|
|
4911
|
+
*,
|
|
4912
|
+
destination: typing.Optional[builtins.str] = None,
|
|
4913
|
+
source: typing.Optional[builtins.str] = None,
|
|
4914
|
+
) -> None:
|
|
4915
|
+
'''Supported only for HTTP APIs.
|
|
4916
|
+
|
|
4917
|
+
You use response parameters to transform the HTTP response from a backend integration before returning the response to clients. Specify a key-value map from a selection key to response parameters. The selection key must be a valid HTTP status code within the range of 200-599. Response parameters are a key-value map. The key must match the pattern ``<action>:<header>.<location>`` or ``overwrite.statuscode`` . The action can be ``append`` , ``overwrite`` or ``remove`` . The value can be a static value, or map to response data, stage variables, or context variables that are evaluated at runtime. To learn more, see `Transforming API requests and responses <https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-parameter-mapping.html>`_ .
|
|
4918
|
+
|
|
4919
|
+
:param destination: Specifies the location of the response to modify, and how to modify it. To learn more, see `Transforming API requests and responses <https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-parameter-mapping.html>`_ .
|
|
4920
|
+
:param source: Specifies the data to update the parameter with. To learn more, see `Transforming API requests and responses <https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-parameter-mapping.html>`_ .
|
|
4913
4921
|
|
|
4914
4922
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-integration-responseparameter.html
|
|
4915
4923
|
:exampleMetadata: fixture=_generated
|
|
@@ -4929,28 +4937,33 @@ class CfnIntegration(
|
|
|
4929
4937
|
type_hints = typing.get_type_hints(_typecheckingstub__fe5d304364e2ba9a1fee328297e69bcc2440350e01f210541d4decfd2aff9755)
|
|
4930
4938
|
check_type(argname="argument destination", value=destination, expected_type=type_hints["destination"])
|
|
4931
4939
|
check_type(argname="argument source", value=source, expected_type=type_hints["source"])
|
|
4932
|
-
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
4933
|
-
|
|
4934
|
-
"
|
|
4935
|
-
|
|
4940
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
4941
|
+
if destination is not None:
|
|
4942
|
+
self._values["destination"] = destination
|
|
4943
|
+
if source is not None:
|
|
4944
|
+
self._values["source"] = source
|
|
4936
4945
|
|
|
4937
4946
|
@builtins.property
|
|
4938
|
-
def destination(self) -> builtins.str:
|
|
4939
|
-
'''
|
|
4947
|
+
def destination(self) -> typing.Optional[builtins.str]:
|
|
4948
|
+
'''Specifies the location of the response to modify, and how to modify it.
|
|
4949
|
+
|
|
4950
|
+
To learn more, see `Transforming API requests and responses <https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-parameter-mapping.html>`_ .
|
|
4951
|
+
|
|
4940
4952
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-integration-responseparameter.html#cfn-apigatewayv2-integration-responseparameter-destination
|
|
4941
4953
|
'''
|
|
4942
4954
|
result = self._values.get("destination")
|
|
4943
|
-
|
|
4944
|
-
return typing.cast(builtins.str, result)
|
|
4955
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
4945
4956
|
|
|
4946
4957
|
@builtins.property
|
|
4947
|
-
def source(self) -> builtins.str:
|
|
4948
|
-
'''
|
|
4958
|
+
def source(self) -> typing.Optional[builtins.str]:
|
|
4959
|
+
'''Specifies the data to update the parameter with.
|
|
4960
|
+
|
|
4961
|
+
To learn more, see `Transforming API requests and responses <https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-parameter-mapping.html>`_ .
|
|
4962
|
+
|
|
4949
4963
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-integration-responseparameter.html#cfn-apigatewayv2-integration-responseparameter-source
|
|
4950
4964
|
'''
|
|
4951
4965
|
result = self._values.get("source")
|
|
4952
|
-
|
|
4953
|
-
return typing.cast(builtins.str, result)
|
|
4966
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
4954
4967
|
|
|
4955
4968
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
4956
4969
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
@@ -5553,7 +5566,7 @@ class CfnIntegrationResponse(
|
|
|
5553
5566
|
if __debug__:
|
|
5554
5567
|
type_hints = typing.get_type_hints(_typecheckingstub__99fea032bb48ce29028df074824542352a22c09d235ca01d0b3c55e23f7c3b92)
|
|
5555
5568
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5556
|
-
jsii.set(self, "apiId", value)
|
|
5569
|
+
jsii.set(self, "apiId", value) # pyright: ignore[reportArgumentType]
|
|
5557
5570
|
|
|
5558
5571
|
@builtins.property
|
|
5559
5572
|
@jsii.member(jsii_name="integrationId")
|
|
@@ -5566,7 +5579,7 @@ class CfnIntegrationResponse(
|
|
|
5566
5579
|
if __debug__:
|
|
5567
5580
|
type_hints = typing.get_type_hints(_typecheckingstub__cdf5a2e36e17c7956158792201f399023d1254bba7b297a2ba1de3687f4b7b99)
|
|
5568
5581
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5569
|
-
jsii.set(self, "integrationId", value)
|
|
5582
|
+
jsii.set(self, "integrationId", value) # pyright: ignore[reportArgumentType]
|
|
5570
5583
|
|
|
5571
5584
|
@builtins.property
|
|
5572
5585
|
@jsii.member(jsii_name="integrationResponseKey")
|
|
@@ -5579,7 +5592,7 @@ class CfnIntegrationResponse(
|
|
|
5579
5592
|
if __debug__:
|
|
5580
5593
|
type_hints = typing.get_type_hints(_typecheckingstub__f8059eca870e9610a9500cc304aaeb602575652ebbc3fe0ab8399e773b218fef)
|
|
5581
5594
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5582
|
-
jsii.set(self, "integrationResponseKey", value)
|
|
5595
|
+
jsii.set(self, "integrationResponseKey", value) # pyright: ignore[reportArgumentType]
|
|
5583
5596
|
|
|
5584
5597
|
@builtins.property
|
|
5585
5598
|
@jsii.member(jsii_name="contentHandlingStrategy")
|
|
@@ -5592,7 +5605,7 @@ class CfnIntegrationResponse(
|
|
|
5592
5605
|
if __debug__:
|
|
5593
5606
|
type_hints = typing.get_type_hints(_typecheckingstub__1fa5320f9dd58af11d49e6707ba435d74bd31b41b5f0cc79f4306bfd30a79a28)
|
|
5594
5607
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5595
|
-
jsii.set(self, "contentHandlingStrategy", value)
|
|
5608
|
+
jsii.set(self, "contentHandlingStrategy", value) # pyright: ignore[reportArgumentType]
|
|
5596
5609
|
|
|
5597
5610
|
@builtins.property
|
|
5598
5611
|
@jsii.member(jsii_name="responseParameters")
|
|
@@ -5605,7 +5618,7 @@ class CfnIntegrationResponse(
|
|
|
5605
5618
|
if __debug__:
|
|
5606
5619
|
type_hints = typing.get_type_hints(_typecheckingstub__2575e266b0e74bc1ed655a2ba782d189b25474ca18b53d97c2003730abca92ff)
|
|
5607
5620
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5608
|
-
jsii.set(self, "responseParameters", value)
|
|
5621
|
+
jsii.set(self, "responseParameters", value) # pyright: ignore[reportArgumentType]
|
|
5609
5622
|
|
|
5610
5623
|
@builtins.property
|
|
5611
5624
|
@jsii.member(jsii_name="responseTemplates")
|
|
@@ -5618,7 +5631,7 @@ class CfnIntegrationResponse(
|
|
|
5618
5631
|
if __debug__:
|
|
5619
5632
|
type_hints = typing.get_type_hints(_typecheckingstub__7a3ba7c35e06acda935a23473c90cfa001239c682c8737d897cf6ec207fd49cf)
|
|
5620
5633
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5621
|
-
jsii.set(self, "responseTemplates", value)
|
|
5634
|
+
jsii.set(self, "responseTemplates", value) # pyright: ignore[reportArgumentType]
|
|
5622
5635
|
|
|
5623
5636
|
@builtins.property
|
|
5624
5637
|
@jsii.member(jsii_name="templateSelectionExpression")
|
|
@@ -5634,7 +5647,7 @@ class CfnIntegrationResponse(
|
|
|
5634
5647
|
if __debug__:
|
|
5635
5648
|
type_hints = typing.get_type_hints(_typecheckingstub__7cf04d9ff614e1130ca1b37b22fad9aecf0edfc31b0571b48e6cd2eb3a838e25)
|
|
5636
5649
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5637
|
-
jsii.set(self, "templateSelectionExpression", value)
|
|
5650
|
+
jsii.set(self, "templateSelectionExpression", value) # pyright: ignore[reportArgumentType]
|
|
5638
5651
|
|
|
5639
5652
|
|
|
5640
5653
|
@jsii.data_type(
|
|
@@ -5933,7 +5946,7 @@ class CfnModel(
|
|
|
5933
5946
|
if __debug__:
|
|
5934
5947
|
type_hints = typing.get_type_hints(_typecheckingstub__dd7208082e475506377665abd7f89515f9cd05cb4a805ac3d22330cf7717506a)
|
|
5935
5948
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5936
|
-
jsii.set(self, "apiId", value)
|
|
5949
|
+
jsii.set(self, "apiId", value) # pyright: ignore[reportArgumentType]
|
|
5937
5950
|
|
|
5938
5951
|
@builtins.property
|
|
5939
5952
|
@jsii.member(jsii_name="name")
|
|
@@ -5946,7 +5959,7 @@ class CfnModel(
|
|
|
5946
5959
|
if __debug__:
|
|
5947
5960
|
type_hints = typing.get_type_hints(_typecheckingstub__8fc2be804afd386603717c4be503b6428d5db3793acae35866859f65b5633bd9)
|
|
5948
5961
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5949
|
-
jsii.set(self, "name", value)
|
|
5962
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
5950
5963
|
|
|
5951
5964
|
@builtins.property
|
|
5952
5965
|
@jsii.member(jsii_name="schema")
|
|
@@ -5959,7 +5972,7 @@ class CfnModel(
|
|
|
5959
5972
|
if __debug__:
|
|
5960
5973
|
type_hints = typing.get_type_hints(_typecheckingstub__9a9ac80c16be2c7876398f311a65e5d43fc4f955ae556019897effbfac12b594)
|
|
5961
5974
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5962
|
-
jsii.set(self, "schema", value)
|
|
5975
|
+
jsii.set(self, "schema", value) # pyright: ignore[reportArgumentType]
|
|
5963
5976
|
|
|
5964
5977
|
@builtins.property
|
|
5965
5978
|
@jsii.member(jsii_name="contentType")
|
|
@@ -5972,7 +5985,7 @@ class CfnModel(
|
|
|
5972
5985
|
if __debug__:
|
|
5973
5986
|
type_hints = typing.get_type_hints(_typecheckingstub__0927afd42ecf7d6a1d74ddcea4ee74039cff8c61540dd3db8f4d477df2b2dbf8)
|
|
5974
5987
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5975
|
-
jsii.set(self, "contentType", value)
|
|
5988
|
+
jsii.set(self, "contentType", value) # pyright: ignore[reportArgumentType]
|
|
5976
5989
|
|
|
5977
5990
|
@builtins.property
|
|
5978
5991
|
@jsii.member(jsii_name="description")
|
|
@@ -5985,7 +5998,7 @@ class CfnModel(
|
|
|
5985
5998
|
if __debug__:
|
|
5986
5999
|
type_hints = typing.get_type_hints(_typecheckingstub__c31bf4c0f98d1cb3fa2591344d5a2ba5243703029f6fd8f52ee51debcac4b197)
|
|
5987
6000
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5988
|
-
jsii.set(self, "description", value)
|
|
6001
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
5989
6002
|
|
|
5990
6003
|
|
|
5991
6004
|
@jsii.data_type(
|
|
@@ -6266,7 +6279,7 @@ class CfnRoute(
|
|
|
6266
6279
|
if __debug__:
|
|
6267
6280
|
type_hints = typing.get_type_hints(_typecheckingstub__817ae6943537234b9b4f8b1026eb08df9aa3dcc5a4a3d2e1bcdaccb4c8859013)
|
|
6268
6281
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6269
|
-
jsii.set(self, "apiId", value)
|
|
6282
|
+
jsii.set(self, "apiId", value) # pyright: ignore[reportArgumentType]
|
|
6270
6283
|
|
|
6271
6284
|
@builtins.property
|
|
6272
6285
|
@jsii.member(jsii_name="routeKey")
|
|
@@ -6279,7 +6292,7 @@ class CfnRoute(
|
|
|
6279
6292
|
if __debug__:
|
|
6280
6293
|
type_hints = typing.get_type_hints(_typecheckingstub__b1b526cae660647aa14081711ec4c4c83f9f47ffa9d750a776fd3cca7a492415)
|
|
6281
6294
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6282
|
-
jsii.set(self, "routeKey", value)
|
|
6295
|
+
jsii.set(self, "routeKey", value) # pyright: ignore[reportArgumentType]
|
|
6283
6296
|
|
|
6284
6297
|
@builtins.property
|
|
6285
6298
|
@jsii.member(jsii_name="apiKeyRequired")
|
|
@@ -6297,7 +6310,7 @@ class CfnRoute(
|
|
|
6297
6310
|
if __debug__:
|
|
6298
6311
|
type_hints = typing.get_type_hints(_typecheckingstub__358b8c173a385a0f2f4df063725f0a0c0994b4367e7ee327094d60be73d0159b)
|
|
6299
6312
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6300
|
-
jsii.set(self, "apiKeyRequired", value)
|
|
6313
|
+
jsii.set(self, "apiKeyRequired", value) # pyright: ignore[reportArgumentType]
|
|
6301
6314
|
|
|
6302
6315
|
@builtins.property
|
|
6303
6316
|
@jsii.member(jsii_name="authorizationScopes")
|
|
@@ -6313,7 +6326,7 @@ class CfnRoute(
|
|
|
6313
6326
|
if __debug__:
|
|
6314
6327
|
type_hints = typing.get_type_hints(_typecheckingstub__6dd8ccd7b07196f3b620d34a517b46ebd7d064a73896e86a7708c2f852454a3c)
|
|
6315
6328
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6316
|
-
jsii.set(self, "authorizationScopes", value)
|
|
6329
|
+
jsii.set(self, "authorizationScopes", value) # pyright: ignore[reportArgumentType]
|
|
6317
6330
|
|
|
6318
6331
|
@builtins.property
|
|
6319
6332
|
@jsii.member(jsii_name="authorizationType")
|
|
@@ -6326,7 +6339,7 @@ class CfnRoute(
|
|
|
6326
6339
|
if __debug__:
|
|
6327
6340
|
type_hints = typing.get_type_hints(_typecheckingstub__710b2a2b6379ef5ced6134bab0acb3a139eae146d1637c631fa1ac82e1293aa5)
|
|
6328
6341
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6329
|
-
jsii.set(self, "authorizationType", value)
|
|
6342
|
+
jsii.set(self, "authorizationType", value) # pyright: ignore[reportArgumentType]
|
|
6330
6343
|
|
|
6331
6344
|
@builtins.property
|
|
6332
6345
|
@jsii.member(jsii_name="authorizerId")
|
|
@@ -6339,7 +6352,7 @@ class CfnRoute(
|
|
|
6339
6352
|
if __debug__:
|
|
6340
6353
|
type_hints = typing.get_type_hints(_typecheckingstub__207cf5963882c49224627f6fb3fd59f643cdf1d90254c55bb502b2ed93138b09)
|
|
6341
6354
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6342
|
-
jsii.set(self, "authorizerId", value)
|
|
6355
|
+
jsii.set(self, "authorizerId", value) # pyright: ignore[reportArgumentType]
|
|
6343
6356
|
|
|
6344
6357
|
@builtins.property
|
|
6345
6358
|
@jsii.member(jsii_name="modelSelectionExpression")
|
|
@@ -6352,7 +6365,7 @@ class CfnRoute(
|
|
|
6352
6365
|
if __debug__:
|
|
6353
6366
|
type_hints = typing.get_type_hints(_typecheckingstub__5b8705da16da23f26d861473096719d972912648ca74dd5bb739b97403054a0f)
|
|
6354
6367
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6355
|
-
jsii.set(self, "modelSelectionExpression", value)
|
|
6368
|
+
jsii.set(self, "modelSelectionExpression", value) # pyright: ignore[reportArgumentType]
|
|
6356
6369
|
|
|
6357
6370
|
@builtins.property
|
|
6358
6371
|
@jsii.member(jsii_name="operationName")
|
|
@@ -6365,7 +6378,7 @@ class CfnRoute(
|
|
|
6365
6378
|
if __debug__:
|
|
6366
6379
|
type_hints = typing.get_type_hints(_typecheckingstub__8135ad6e2375b25f70679c06db1891227be6c2f927872bf884a88cc18e03968e)
|
|
6367
6380
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6368
|
-
jsii.set(self, "operationName", value)
|
|
6381
|
+
jsii.set(self, "operationName", value) # pyright: ignore[reportArgumentType]
|
|
6369
6382
|
|
|
6370
6383
|
@builtins.property
|
|
6371
6384
|
@jsii.member(jsii_name="requestModels")
|
|
@@ -6378,7 +6391,7 @@ class CfnRoute(
|
|
|
6378
6391
|
if __debug__:
|
|
6379
6392
|
type_hints = typing.get_type_hints(_typecheckingstub__966777ea62e0e3d128249c9c19b073476ddd0fe229b79943181b9727a164557d)
|
|
6380
6393
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6381
|
-
jsii.set(self, "requestModels", value)
|
|
6394
|
+
jsii.set(self, "requestModels", value) # pyright: ignore[reportArgumentType]
|
|
6382
6395
|
|
|
6383
6396
|
@builtins.property
|
|
6384
6397
|
@jsii.member(jsii_name="requestParameters")
|
|
@@ -6391,7 +6404,7 @@ class CfnRoute(
|
|
|
6391
6404
|
if __debug__:
|
|
6392
6405
|
type_hints = typing.get_type_hints(_typecheckingstub__435eeaef03289d500227b42f18979b36e67086e9d93768b135e26be8fd96d93c)
|
|
6393
6406
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6394
|
-
jsii.set(self, "requestParameters", value)
|
|
6407
|
+
jsii.set(self, "requestParameters", value) # pyright: ignore[reportArgumentType]
|
|
6395
6408
|
|
|
6396
6409
|
@builtins.property
|
|
6397
6410
|
@jsii.member(jsii_name="routeResponseSelectionExpression")
|
|
@@ -6407,7 +6420,7 @@ class CfnRoute(
|
|
|
6407
6420
|
if __debug__:
|
|
6408
6421
|
type_hints = typing.get_type_hints(_typecheckingstub__bf161d094c7f77313e160a547c5e5314f99a3b8acd6fe48762a098ff337f142d)
|
|
6409
6422
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6410
|
-
jsii.set(self, "routeResponseSelectionExpression", value)
|
|
6423
|
+
jsii.set(self, "routeResponseSelectionExpression", value) # pyright: ignore[reportArgumentType]
|
|
6411
6424
|
|
|
6412
6425
|
@builtins.property
|
|
6413
6426
|
@jsii.member(jsii_name="target")
|
|
@@ -6420,7 +6433,7 @@ class CfnRoute(
|
|
|
6420
6433
|
if __debug__:
|
|
6421
6434
|
type_hints = typing.get_type_hints(_typecheckingstub__11684b3d73b34e31f947a907e002a5a3f8deadc5f5d21850e1751afa90ceb81e)
|
|
6422
6435
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6423
|
-
jsii.set(self, "target", value)
|
|
6436
|
+
jsii.set(self, "target", value) # pyright: ignore[reportArgumentType]
|
|
6424
6437
|
|
|
6425
6438
|
@jsii.data_type(
|
|
6426
6439
|
jsii_type="aws-cdk-lib.aws_apigatewayv2.CfnRoute.ParameterConstraintsProperty",
|
|
@@ -6865,7 +6878,7 @@ class CfnRouteResponse(
|
|
|
6865
6878
|
if __debug__:
|
|
6866
6879
|
type_hints = typing.get_type_hints(_typecheckingstub__80374cb7a6bb214c9c92bb6ddb083cdbcef83f46270a64db85109a45c17759c9)
|
|
6867
6880
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6868
|
-
jsii.set(self, "apiId", value)
|
|
6881
|
+
jsii.set(self, "apiId", value) # pyright: ignore[reportArgumentType]
|
|
6869
6882
|
|
|
6870
6883
|
@builtins.property
|
|
6871
6884
|
@jsii.member(jsii_name="routeId")
|
|
@@ -6878,7 +6891,7 @@ class CfnRouteResponse(
|
|
|
6878
6891
|
if __debug__:
|
|
6879
6892
|
type_hints = typing.get_type_hints(_typecheckingstub__592e3a33ad0f2f9f26c7e2f768d47cf4ce3fc02a4163624603480e3ae1b33c63)
|
|
6880
6893
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6881
|
-
jsii.set(self, "routeId", value)
|
|
6894
|
+
jsii.set(self, "routeId", value) # pyright: ignore[reportArgumentType]
|
|
6882
6895
|
|
|
6883
6896
|
@builtins.property
|
|
6884
6897
|
@jsii.member(jsii_name="routeResponseKey")
|
|
@@ -6891,7 +6904,7 @@ class CfnRouteResponse(
|
|
|
6891
6904
|
if __debug__:
|
|
6892
6905
|
type_hints = typing.get_type_hints(_typecheckingstub__210ce20ec5517850582ca60d34b2b638e220326969bfa6897b7d1a0636a92361)
|
|
6893
6906
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6894
|
-
jsii.set(self, "routeResponseKey", value)
|
|
6907
|
+
jsii.set(self, "routeResponseKey", value) # pyright: ignore[reportArgumentType]
|
|
6895
6908
|
|
|
6896
6909
|
@builtins.property
|
|
6897
6910
|
@jsii.member(jsii_name="modelSelectionExpression")
|
|
@@ -6904,7 +6917,7 @@ class CfnRouteResponse(
|
|
|
6904
6917
|
if __debug__:
|
|
6905
6918
|
type_hints = typing.get_type_hints(_typecheckingstub__903fde614a75269b08834aec81261c81e5c574a3af3db707d8cd7b207129a670)
|
|
6906
6919
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6907
|
-
jsii.set(self, "modelSelectionExpression", value)
|
|
6920
|
+
jsii.set(self, "modelSelectionExpression", value) # pyright: ignore[reportArgumentType]
|
|
6908
6921
|
|
|
6909
6922
|
@builtins.property
|
|
6910
6923
|
@jsii.member(jsii_name="responseModels")
|
|
@@ -6917,7 +6930,7 @@ class CfnRouteResponse(
|
|
|
6917
6930
|
if __debug__:
|
|
6918
6931
|
type_hints = typing.get_type_hints(_typecheckingstub__03faecb8792316337b34af5c47692d7e5866e563a65e7afcbfc9043d35b8f42c)
|
|
6919
6932
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6920
|
-
jsii.set(self, "responseModels", value)
|
|
6933
|
+
jsii.set(self, "responseModels", value) # pyright: ignore[reportArgumentType]
|
|
6921
6934
|
|
|
6922
6935
|
@builtins.property
|
|
6923
6936
|
@jsii.member(jsii_name="responseParameters")
|
|
@@ -6935,7 +6948,7 @@ class CfnRouteResponse(
|
|
|
6935
6948
|
if __debug__:
|
|
6936
6949
|
type_hints = typing.get_type_hints(_typecheckingstub__fadfcdb67c25b7fc23ab64866f4161b7cde8c566e504b8aa2a58d0798ecfab7a)
|
|
6937
6950
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6938
|
-
jsii.set(self, "responseParameters", value)
|
|
6951
|
+
jsii.set(self, "responseParameters", value) # pyright: ignore[reportArgumentType]
|
|
6939
6952
|
|
|
6940
6953
|
@jsii.data_type(
|
|
6941
6954
|
jsii_type="aws-cdk-lib.aws_apigatewayv2.CfnRouteResponse.ParameterConstraintsProperty",
|
|
@@ -7312,7 +7325,7 @@ class CfnStage(
|
|
|
7312
7325
|
if __debug__:
|
|
7313
7326
|
type_hints = typing.get_type_hints(_typecheckingstub__fe20c363af8f167b271354971cde5b1226e9aee5dcb45701f177abd3a7153dc1)
|
|
7314
7327
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7315
|
-
jsii.set(self, "apiId", value)
|
|
7328
|
+
jsii.set(self, "apiId", value) # pyright: ignore[reportArgumentType]
|
|
7316
7329
|
|
|
7317
7330
|
@builtins.property
|
|
7318
7331
|
@jsii.member(jsii_name="stageName")
|
|
@@ -7325,7 +7338,7 @@ class CfnStage(
|
|
|
7325
7338
|
if __debug__:
|
|
7326
7339
|
type_hints = typing.get_type_hints(_typecheckingstub__3d04550bd54e71dee0877ee7904a8dfda4940b7a589681bcffed0326b8a91e95)
|
|
7327
7340
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7328
|
-
jsii.set(self, "stageName", value)
|
|
7341
|
+
jsii.set(self, "stageName", value) # pyright: ignore[reportArgumentType]
|
|
7329
7342
|
|
|
7330
7343
|
@builtins.property
|
|
7331
7344
|
@jsii.member(jsii_name="accessLogSettings")
|
|
@@ -7343,7 +7356,7 @@ class CfnStage(
|
|
|
7343
7356
|
if __debug__:
|
|
7344
7357
|
type_hints = typing.get_type_hints(_typecheckingstub__41aa5e58f595164332cc49c2cd34671974f6ff1b7934764d4695984cf7c9b069)
|
|
7345
7358
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7346
|
-
jsii.set(self, "accessLogSettings", value)
|
|
7359
|
+
jsii.set(self, "accessLogSettings", value) # pyright: ignore[reportArgumentType]
|
|
7347
7360
|
|
|
7348
7361
|
@builtins.property
|
|
7349
7362
|
@jsii.member(jsii_name="accessPolicyId")
|
|
@@ -7356,7 +7369,7 @@ class CfnStage(
|
|
|
7356
7369
|
if __debug__:
|
|
7357
7370
|
type_hints = typing.get_type_hints(_typecheckingstub__9c956981c48b5497e6f4b22a1086c4e15f4617defe34d9dbe01a4524d5ed2a63)
|
|
7358
7371
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7359
|
-
jsii.set(self, "accessPolicyId", value)
|
|
7372
|
+
jsii.set(self, "accessPolicyId", value) # pyright: ignore[reportArgumentType]
|
|
7360
7373
|
|
|
7361
7374
|
@builtins.property
|
|
7362
7375
|
@jsii.member(jsii_name="autoDeploy")
|
|
@@ -7374,7 +7387,7 @@ class CfnStage(
|
|
|
7374
7387
|
if __debug__:
|
|
7375
7388
|
type_hints = typing.get_type_hints(_typecheckingstub__5a8c4584c0c93ee7f63b53757d31787de58c4bb8f7a9eb24e9460876be43a6bd)
|
|
7376
7389
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7377
|
-
jsii.set(self, "autoDeploy", value)
|
|
7390
|
+
jsii.set(self, "autoDeploy", value) # pyright: ignore[reportArgumentType]
|
|
7378
7391
|
|
|
7379
7392
|
@builtins.property
|
|
7380
7393
|
@jsii.member(jsii_name="clientCertificateId")
|
|
@@ -7387,7 +7400,7 @@ class CfnStage(
|
|
|
7387
7400
|
if __debug__:
|
|
7388
7401
|
type_hints = typing.get_type_hints(_typecheckingstub__ac6a4617e9ec38fabe78997fd8650207fa434265fecffc49e232b0e22a2ad136)
|
|
7389
7402
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7390
|
-
jsii.set(self, "clientCertificateId", value)
|
|
7403
|
+
jsii.set(self, "clientCertificateId", value) # pyright: ignore[reportArgumentType]
|
|
7391
7404
|
|
|
7392
7405
|
@builtins.property
|
|
7393
7406
|
@jsii.member(jsii_name="defaultRouteSettings")
|
|
@@ -7405,7 +7418,7 @@ class CfnStage(
|
|
|
7405
7418
|
if __debug__:
|
|
7406
7419
|
type_hints = typing.get_type_hints(_typecheckingstub__54a6835d490d578a89779a53d6e38b8118c89a32a5950b8c56b84d2dd8cb500b)
|
|
7407
7420
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7408
|
-
jsii.set(self, "defaultRouteSettings", value)
|
|
7421
|
+
jsii.set(self, "defaultRouteSettings", value) # pyright: ignore[reportArgumentType]
|
|
7409
7422
|
|
|
7410
7423
|
@builtins.property
|
|
7411
7424
|
@jsii.member(jsii_name="deploymentId")
|
|
@@ -7418,7 +7431,7 @@ class CfnStage(
|
|
|
7418
7431
|
if __debug__:
|
|
7419
7432
|
type_hints = typing.get_type_hints(_typecheckingstub__8e741d0a38ed5e7ac2772707efd1dad1df2fbffad430ef4a3e2d9f44551e363b)
|
|
7420
7433
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7421
|
-
jsii.set(self, "deploymentId", value)
|
|
7434
|
+
jsii.set(self, "deploymentId", value) # pyright: ignore[reportArgumentType]
|
|
7422
7435
|
|
|
7423
7436
|
@builtins.property
|
|
7424
7437
|
@jsii.member(jsii_name="description")
|
|
@@ -7431,7 +7444,7 @@ class CfnStage(
|
|
|
7431
7444
|
if __debug__:
|
|
7432
7445
|
type_hints = typing.get_type_hints(_typecheckingstub__9a7c76644da05ec60a751783a988b29417ab8c3537430ab30a6e18db6805f1a4)
|
|
7433
7446
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7434
|
-
jsii.set(self, "description", value)
|
|
7447
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
7435
7448
|
|
|
7436
7449
|
@builtins.property
|
|
7437
7450
|
@jsii.member(jsii_name="routeSettings")
|
|
@@ -7444,7 +7457,7 @@ class CfnStage(
|
|
|
7444
7457
|
if __debug__:
|
|
7445
7458
|
type_hints = typing.get_type_hints(_typecheckingstub__ea66ca7778a34e67ecb19c32f7dc4ee70a2e25558201756e1a92f80f726fd31b)
|
|
7446
7459
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7447
|
-
jsii.set(self, "routeSettings", value)
|
|
7460
|
+
jsii.set(self, "routeSettings", value) # pyright: ignore[reportArgumentType]
|
|
7448
7461
|
|
|
7449
7462
|
@builtins.property
|
|
7450
7463
|
@jsii.member(jsii_name="stageVariables")
|
|
@@ -7457,7 +7470,7 @@ class CfnStage(
|
|
|
7457
7470
|
if __debug__:
|
|
7458
7471
|
type_hints = typing.get_type_hints(_typecheckingstub__f03c043379dbbf4d7224f010dc09fd8445ce8565949828b067e3a58db7e3974c)
|
|
7459
7472
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7460
|
-
jsii.set(self, "stageVariables", value)
|
|
7473
|
+
jsii.set(self, "stageVariables", value) # pyright: ignore[reportArgumentType]
|
|
7461
7474
|
|
|
7462
7475
|
@builtins.property
|
|
7463
7476
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -7470,7 +7483,7 @@ class CfnStage(
|
|
|
7470
7483
|
if __debug__:
|
|
7471
7484
|
type_hints = typing.get_type_hints(_typecheckingstub__751499e9aa415500e38391dc29ec87e1832fdefc98cd9719cb645294c398456e)
|
|
7472
7485
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7473
|
-
jsii.set(self, "tagsRaw", value)
|
|
7486
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
7474
7487
|
|
|
7475
7488
|
@jsii.data_type(
|
|
7476
7489
|
jsii_type="aws-cdk-lib.aws_apigatewayv2.CfnStage.AccessLogSettingsProperty",
|
|
@@ -8068,7 +8081,7 @@ class CfnVpcLink(
|
|
|
8068
8081
|
if __debug__:
|
|
8069
8082
|
type_hints = typing.get_type_hints(_typecheckingstub__a68acbefe43d1496e326d236ecda5853ae402a2016531047f7ecf885dec6c002)
|
|
8070
8083
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8071
|
-
jsii.set(self, "name", value)
|
|
8084
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
8072
8085
|
|
|
8073
8086
|
@builtins.property
|
|
8074
8087
|
@jsii.member(jsii_name="subnetIds")
|
|
@@ -8081,7 +8094,7 @@ class CfnVpcLink(
|
|
|
8081
8094
|
if __debug__:
|
|
8082
8095
|
type_hints = typing.get_type_hints(_typecheckingstub__71b2854d014a1a439edb860779512c90020df989899cf1adced4e3b5f2d70af4)
|
|
8083
8096
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8084
|
-
jsii.set(self, "subnetIds", value)
|
|
8097
|
+
jsii.set(self, "subnetIds", value) # pyright: ignore[reportArgumentType]
|
|
8085
8098
|
|
|
8086
8099
|
@builtins.property
|
|
8087
8100
|
@jsii.member(jsii_name="securityGroupIds")
|
|
@@ -8097,7 +8110,7 @@ class CfnVpcLink(
|
|
|
8097
8110
|
if __debug__:
|
|
8098
8111
|
type_hints = typing.get_type_hints(_typecheckingstub__d7d7b3db2c880db4099782067eed38dceedec114dfa1a78bd9caf33d8a491a8e)
|
|
8099
8112
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8100
|
-
jsii.set(self, "securityGroupIds", value)
|
|
8113
|
+
jsii.set(self, "securityGroupIds", value) # pyright: ignore[reportArgumentType]
|
|
8101
8114
|
|
|
8102
8115
|
@builtins.property
|
|
8103
8116
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -8113,7 +8126,7 @@ class CfnVpcLink(
|
|
|
8113
8126
|
if __debug__:
|
|
8114
8127
|
type_hints = typing.get_type_hints(_typecheckingstub__ed14236b4263520664773636899de1162d8f6cc986b4772464579ab1525d16d9)
|
|
8115
8128
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8116
|
-
jsii.set(self, "tagsRaw", value)
|
|
8129
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
8117
8130
|
|
|
8118
8131
|
|
|
8119
8132
|
@jsii.data_type(
|
|
@@ -19054,8 +19067,8 @@ def _typecheckingstub__3dbe4af6ef419f3fca35eeefa87a09cafa7177216b644e69571fe9d05
|
|
|
19054
19067
|
|
|
19055
19068
|
def _typecheckingstub__fe5d304364e2ba9a1fee328297e69bcc2440350e01f210541d4decfd2aff9755(
|
|
19056
19069
|
*,
|
|
19057
|
-
destination: builtins.str,
|
|
19058
|
-
source: builtins.str,
|
|
19070
|
+
destination: typing.Optional[builtins.str] = None,
|
|
19071
|
+
source: typing.Optional[builtins.str] = None,
|
|
19059
19072
|
) -> None:
|
|
19060
19073
|
"""Type checking stubs"""
|
|
19061
19074
|
pass
|