aws-cdk-lib 2.153.0__py3-none-any.whl → 2.154.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 +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.0.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 +135 -121
- 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 +13239 -3277
- 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 +31 -30
- 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 +60 -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 +900 -606
- aws_cdk/aws_ecr/__init__.py +117 -77
- aws_cdk/aws_ecr_assets/__init__.py +4 -4
- aws_cdk/aws_ecs/__init__.py +190 -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 +103 -103
- aws_cdk/aws_globalaccelerator/__init__.py +46 -24
- aws_cdk/aws_glue/__init__.py +132 -139
- 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 +92 -92
- 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 +32 -32
- 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 +44 -76
- 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 +39 -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 +2412 -280
- 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 +172 -101
- 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 +283 -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.0.dist-info}/METADATA +3 -2
- aws_cdk_lib-2.154.0.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.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.0.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",
|
|
@@ -4592,6 +4592,15 @@ class CfnIntegration(
|
|
|
4592
4592
|
'''
|
|
4593
4593
|
return typing.cast(builtins.str, jsii.get(self, "attrId"))
|
|
4594
4594
|
|
|
4595
|
+
@builtins.property
|
|
4596
|
+
@jsii.member(jsii_name="attrIntegrationId")
|
|
4597
|
+
def attr_integration_id(self) -> builtins.str:
|
|
4598
|
+
'''The integration ID.
|
|
4599
|
+
|
|
4600
|
+
:cloudformationAttribute: IntegrationId
|
|
4601
|
+
'''
|
|
4602
|
+
return typing.cast(builtins.str, jsii.get(self, "attrIntegrationId"))
|
|
4603
|
+
|
|
4595
4604
|
@builtins.property
|
|
4596
4605
|
@jsii.member(jsii_name="cfnProperties")
|
|
4597
4606
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
@@ -4608,7 +4617,7 @@ class CfnIntegration(
|
|
|
4608
4617
|
if __debug__:
|
|
4609
4618
|
type_hints = typing.get_type_hints(_typecheckingstub__aa39d0c12f6743ba2631e050aa28a363ddcc81dfd7ae60bc844dc7f45a3a0c7a)
|
|
4610
4619
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4611
|
-
jsii.set(self, "apiId", value)
|
|
4620
|
+
jsii.set(self, "apiId", value) # pyright: ignore[reportArgumentType]
|
|
4612
4621
|
|
|
4613
4622
|
@builtins.property
|
|
4614
4623
|
@jsii.member(jsii_name="integrationType")
|
|
@@ -4624,7 +4633,7 @@ class CfnIntegration(
|
|
|
4624
4633
|
if __debug__:
|
|
4625
4634
|
type_hints = typing.get_type_hints(_typecheckingstub__b18c92c57e09be6a12ef9c2311c8921cafb5f4dff56e0f8e98710440065d0f75)
|
|
4626
4635
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4627
|
-
jsii.set(self, "integrationType", value)
|
|
4636
|
+
jsii.set(self, "integrationType", value) # pyright: ignore[reportArgumentType]
|
|
4628
4637
|
|
|
4629
4638
|
@builtins.property
|
|
4630
4639
|
@jsii.member(jsii_name="connectionId")
|
|
@@ -4637,7 +4646,7 @@ class CfnIntegration(
|
|
|
4637
4646
|
if __debug__:
|
|
4638
4647
|
type_hints = typing.get_type_hints(_typecheckingstub__46edc03483245f7ebd5b029a181a06f1ae098e07971bccad9b4ecd1986adc162)
|
|
4639
4648
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4640
|
-
jsii.set(self, "connectionId", value)
|
|
4649
|
+
jsii.set(self, "connectionId", value) # pyright: ignore[reportArgumentType]
|
|
4641
4650
|
|
|
4642
4651
|
@builtins.property
|
|
4643
4652
|
@jsii.member(jsii_name="connectionType")
|
|
@@ -4650,7 +4659,7 @@ class CfnIntegration(
|
|
|
4650
4659
|
if __debug__:
|
|
4651
4660
|
type_hints = typing.get_type_hints(_typecheckingstub__48543c37e107a7129a6cbc73639e8383fb2c4225d304382db660f52645290ecd)
|
|
4652
4661
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4653
|
-
jsii.set(self, "connectionType", value)
|
|
4662
|
+
jsii.set(self, "connectionType", value) # pyright: ignore[reportArgumentType]
|
|
4654
4663
|
|
|
4655
4664
|
@builtins.property
|
|
4656
4665
|
@jsii.member(jsii_name="contentHandlingStrategy")
|
|
@@ -4663,7 +4672,7 @@ class CfnIntegration(
|
|
|
4663
4672
|
if __debug__:
|
|
4664
4673
|
type_hints = typing.get_type_hints(_typecheckingstub__d8b1973f1c5573b93173e49c64f6e70a715914d1fba975e1eb8070226202221f)
|
|
4665
4674
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4666
|
-
jsii.set(self, "contentHandlingStrategy", value)
|
|
4675
|
+
jsii.set(self, "contentHandlingStrategy", value) # pyright: ignore[reportArgumentType]
|
|
4667
4676
|
|
|
4668
4677
|
@builtins.property
|
|
4669
4678
|
@jsii.member(jsii_name="credentialsArn")
|
|
@@ -4676,7 +4685,7 @@ class CfnIntegration(
|
|
|
4676
4685
|
if __debug__:
|
|
4677
4686
|
type_hints = typing.get_type_hints(_typecheckingstub__b6d8c439acc57ba5be7137b02b1514b0e9a84285d9b207cf8edbb188cd3c9cdf)
|
|
4678
4687
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4679
|
-
jsii.set(self, "credentialsArn", value)
|
|
4688
|
+
jsii.set(self, "credentialsArn", value) # pyright: ignore[reportArgumentType]
|
|
4680
4689
|
|
|
4681
4690
|
@builtins.property
|
|
4682
4691
|
@jsii.member(jsii_name="description")
|
|
@@ -4689,7 +4698,7 @@ class CfnIntegration(
|
|
|
4689
4698
|
if __debug__:
|
|
4690
4699
|
type_hints = typing.get_type_hints(_typecheckingstub__fc069b9321eb211ab95f9c0904ca5919c9d265fef15a59838ae9f884273b0669)
|
|
4691
4700
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4692
|
-
jsii.set(self, "description", value)
|
|
4701
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
4693
4702
|
|
|
4694
4703
|
@builtins.property
|
|
4695
4704
|
@jsii.member(jsii_name="integrationMethod")
|
|
@@ -4702,7 +4711,7 @@ class CfnIntegration(
|
|
|
4702
4711
|
if __debug__:
|
|
4703
4712
|
type_hints = typing.get_type_hints(_typecheckingstub__0362127f0c545ac01dd3b59243c935c5756b6e9251c2a8e04597ec0281a833a1)
|
|
4704
4713
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4705
|
-
jsii.set(self, "integrationMethod", value)
|
|
4714
|
+
jsii.set(self, "integrationMethod", value) # pyright: ignore[reportArgumentType]
|
|
4706
4715
|
|
|
4707
4716
|
@builtins.property
|
|
4708
4717
|
@jsii.member(jsii_name="integrationSubtype")
|
|
@@ -4715,7 +4724,7 @@ class CfnIntegration(
|
|
|
4715
4724
|
if __debug__:
|
|
4716
4725
|
type_hints = typing.get_type_hints(_typecheckingstub__e3bad3279c4a378ed62fbce1637f2a011d7a2661bced09041c61a0e4f83f4c3a)
|
|
4717
4726
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4718
|
-
jsii.set(self, "integrationSubtype", value)
|
|
4727
|
+
jsii.set(self, "integrationSubtype", value) # pyright: ignore[reportArgumentType]
|
|
4719
4728
|
|
|
4720
4729
|
@builtins.property
|
|
4721
4730
|
@jsii.member(jsii_name="integrationUri")
|
|
@@ -4728,7 +4737,7 @@ class CfnIntegration(
|
|
|
4728
4737
|
if __debug__:
|
|
4729
4738
|
type_hints = typing.get_type_hints(_typecheckingstub__1cd111331771976544458360d1a6a3bad5e722f1484325d01c7bce109006e405)
|
|
4730
4739
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4731
|
-
jsii.set(self, "integrationUri", value)
|
|
4740
|
+
jsii.set(self, "integrationUri", value) # pyright: ignore[reportArgumentType]
|
|
4732
4741
|
|
|
4733
4742
|
@builtins.property
|
|
4734
4743
|
@jsii.member(jsii_name="passthroughBehavior")
|
|
@@ -4741,7 +4750,7 @@ class CfnIntegration(
|
|
|
4741
4750
|
if __debug__:
|
|
4742
4751
|
type_hints = typing.get_type_hints(_typecheckingstub__a727a930643734ff056002d99f5485b84de3c8a9714ff88c9ec6e4b4ed6b2609)
|
|
4743
4752
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4744
|
-
jsii.set(self, "passthroughBehavior", value)
|
|
4753
|
+
jsii.set(self, "passthroughBehavior", value) # pyright: ignore[reportArgumentType]
|
|
4745
4754
|
|
|
4746
4755
|
@builtins.property
|
|
4747
4756
|
@jsii.member(jsii_name="payloadFormatVersion")
|
|
@@ -4754,7 +4763,7 @@ class CfnIntegration(
|
|
|
4754
4763
|
if __debug__:
|
|
4755
4764
|
type_hints = typing.get_type_hints(_typecheckingstub__16e1cdf41a9fbafec3a3f020dce252f9e906c5147a18a5fdd738f8075d840baa)
|
|
4756
4765
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4757
|
-
jsii.set(self, "payloadFormatVersion", value)
|
|
4766
|
+
jsii.set(self, "payloadFormatVersion", value) # pyright: ignore[reportArgumentType]
|
|
4758
4767
|
|
|
4759
4768
|
@builtins.property
|
|
4760
4769
|
@jsii.member(jsii_name="requestParameters")
|
|
@@ -4767,7 +4776,7 @@ class CfnIntegration(
|
|
|
4767
4776
|
if __debug__:
|
|
4768
4777
|
type_hints = typing.get_type_hints(_typecheckingstub__08a2e295280878c041c9a343d25c3d468f9c0db07048c247f5796a3bbcf24039)
|
|
4769
4778
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4770
|
-
jsii.set(self, "requestParameters", value)
|
|
4779
|
+
jsii.set(self, "requestParameters", value) # pyright: ignore[reportArgumentType]
|
|
4771
4780
|
|
|
4772
4781
|
@builtins.property
|
|
4773
4782
|
@jsii.member(jsii_name="requestTemplates")
|
|
@@ -4780,7 +4789,7 @@ class CfnIntegration(
|
|
|
4780
4789
|
if __debug__:
|
|
4781
4790
|
type_hints = typing.get_type_hints(_typecheckingstub__101df28f0b4f486748827f04e36cb60e9930a7fcbc372f1a22e694f243437ba1)
|
|
4782
4791
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4783
|
-
jsii.set(self, "requestTemplates", value)
|
|
4792
|
+
jsii.set(self, "requestTemplates", value) # pyright: ignore[reportArgumentType]
|
|
4784
4793
|
|
|
4785
4794
|
@builtins.property
|
|
4786
4795
|
@jsii.member(jsii_name="responseParameters")
|
|
@@ -4793,7 +4802,7 @@ class CfnIntegration(
|
|
|
4793
4802
|
if __debug__:
|
|
4794
4803
|
type_hints = typing.get_type_hints(_typecheckingstub__f2c90c96ec7876c8a6c376c4c46707e575640a158942a5c3ead1572769175c15)
|
|
4795
4804
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4796
|
-
jsii.set(self, "responseParameters", value)
|
|
4805
|
+
jsii.set(self, "responseParameters", value) # pyright: ignore[reportArgumentType]
|
|
4797
4806
|
|
|
4798
4807
|
@builtins.property
|
|
4799
4808
|
@jsii.member(jsii_name="templateSelectionExpression")
|
|
@@ -4809,7 +4818,7 @@ class CfnIntegration(
|
|
|
4809
4818
|
if __debug__:
|
|
4810
4819
|
type_hints = typing.get_type_hints(_typecheckingstub__09b070ac49ad358b1b6713b8e487d653fdf93ef9e4ad8b29c6d2348ec5347cb2)
|
|
4811
4820
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4812
|
-
jsii.set(self, "templateSelectionExpression", value)
|
|
4821
|
+
jsii.set(self, "templateSelectionExpression", value) # pyright: ignore[reportArgumentType]
|
|
4813
4822
|
|
|
4814
4823
|
@builtins.property
|
|
4815
4824
|
@jsii.member(jsii_name="timeoutInMillis")
|
|
@@ -4822,7 +4831,7 @@ class CfnIntegration(
|
|
|
4822
4831
|
if __debug__:
|
|
4823
4832
|
type_hints = typing.get_type_hints(_typecheckingstub__2265ff6343fb7bb0629e72dfee180369b7d8341ec892b8f4c3180f1f615f5128)
|
|
4824
4833
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4825
|
-
jsii.set(self, "timeoutInMillis", value)
|
|
4834
|
+
jsii.set(self, "timeoutInMillis", value) # pyright: ignore[reportArgumentType]
|
|
4826
4835
|
|
|
4827
4836
|
@builtins.property
|
|
4828
4837
|
@jsii.member(jsii_name="tlsConfig")
|
|
@@ -4840,7 +4849,7 @@ class CfnIntegration(
|
|
|
4840
4849
|
if __debug__:
|
|
4841
4850
|
type_hints = typing.get_type_hints(_typecheckingstub__56ceb8ff581bdc4197d98dbf69a924ea37de46cfdd6f6f8c1a6c46a94c82e8b2)
|
|
4842
4851
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4843
|
-
jsii.set(self, "tlsConfig", value)
|
|
4852
|
+
jsii.set(self, "tlsConfig", value) # pyright: ignore[reportArgumentType]
|
|
4844
4853
|
|
|
4845
4854
|
@jsii.data_type(
|
|
4846
4855
|
jsii_type="aws-cdk-lib.aws_apigatewayv2.CfnIntegration.ResponseParameterListProperty",
|
|
@@ -4906,8 +4915,14 @@ class CfnIntegration(
|
|
|
4906
4915
|
name_mapping={"destination": "destination", "source": "source"},
|
|
4907
4916
|
)
|
|
4908
4917
|
class ResponseParameterProperty:
|
|
4909
|
-
def __init__(
|
|
4910
|
-
|
|
4918
|
+
def __init__(
|
|
4919
|
+
self,
|
|
4920
|
+
*,
|
|
4921
|
+
destination: typing.Optional[builtins.str] = None,
|
|
4922
|
+
source: typing.Optional[builtins.str] = None,
|
|
4923
|
+
) -> None:
|
|
4924
|
+
'''response parameter.
|
|
4925
|
+
|
|
4911
4926
|
:param destination:
|
|
4912
4927
|
:param source:
|
|
4913
4928
|
|
|
@@ -4929,28 +4944,27 @@ class CfnIntegration(
|
|
|
4929
4944
|
type_hints = typing.get_type_hints(_typecheckingstub__fe5d304364e2ba9a1fee328297e69bcc2440350e01f210541d4decfd2aff9755)
|
|
4930
4945
|
check_type(argname="argument destination", value=destination, expected_type=type_hints["destination"])
|
|
4931
4946
|
check_type(argname="argument source", value=source, expected_type=type_hints["source"])
|
|
4932
|
-
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
4933
|
-
|
|
4934
|
-
"
|
|
4935
|
-
|
|
4947
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
4948
|
+
if destination is not None:
|
|
4949
|
+
self._values["destination"] = destination
|
|
4950
|
+
if source is not None:
|
|
4951
|
+
self._values["source"] = source
|
|
4936
4952
|
|
|
4937
4953
|
@builtins.property
|
|
4938
|
-
def destination(self) -> builtins.str:
|
|
4954
|
+
def destination(self) -> typing.Optional[builtins.str]:
|
|
4939
4955
|
'''
|
|
4940
4956
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-integration-responseparameter.html#cfn-apigatewayv2-integration-responseparameter-destination
|
|
4941
4957
|
'''
|
|
4942
4958
|
result = self._values.get("destination")
|
|
4943
|
-
|
|
4944
|
-
return typing.cast(builtins.str, result)
|
|
4959
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
4945
4960
|
|
|
4946
4961
|
@builtins.property
|
|
4947
|
-
def source(self) -> builtins.str:
|
|
4962
|
+
def source(self) -> typing.Optional[builtins.str]:
|
|
4948
4963
|
'''
|
|
4949
4964
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-integration-responseparameter.html#cfn-apigatewayv2-integration-responseparameter-source
|
|
4950
4965
|
'''
|
|
4951
4966
|
result = self._values.get("source")
|
|
4952
|
-
|
|
4953
|
-
return typing.cast(builtins.str, result)
|
|
4967
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
4954
4968
|
|
|
4955
4969
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
4956
4970
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
@@ -5553,7 +5567,7 @@ class CfnIntegrationResponse(
|
|
|
5553
5567
|
if __debug__:
|
|
5554
5568
|
type_hints = typing.get_type_hints(_typecheckingstub__99fea032bb48ce29028df074824542352a22c09d235ca01d0b3c55e23f7c3b92)
|
|
5555
5569
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5556
|
-
jsii.set(self, "apiId", value)
|
|
5570
|
+
jsii.set(self, "apiId", value) # pyright: ignore[reportArgumentType]
|
|
5557
5571
|
|
|
5558
5572
|
@builtins.property
|
|
5559
5573
|
@jsii.member(jsii_name="integrationId")
|
|
@@ -5566,7 +5580,7 @@ class CfnIntegrationResponse(
|
|
|
5566
5580
|
if __debug__:
|
|
5567
5581
|
type_hints = typing.get_type_hints(_typecheckingstub__cdf5a2e36e17c7956158792201f399023d1254bba7b297a2ba1de3687f4b7b99)
|
|
5568
5582
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5569
|
-
jsii.set(self, "integrationId", value)
|
|
5583
|
+
jsii.set(self, "integrationId", value) # pyright: ignore[reportArgumentType]
|
|
5570
5584
|
|
|
5571
5585
|
@builtins.property
|
|
5572
5586
|
@jsii.member(jsii_name="integrationResponseKey")
|
|
@@ -5579,7 +5593,7 @@ class CfnIntegrationResponse(
|
|
|
5579
5593
|
if __debug__:
|
|
5580
5594
|
type_hints = typing.get_type_hints(_typecheckingstub__f8059eca870e9610a9500cc304aaeb602575652ebbc3fe0ab8399e773b218fef)
|
|
5581
5595
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5582
|
-
jsii.set(self, "integrationResponseKey", value)
|
|
5596
|
+
jsii.set(self, "integrationResponseKey", value) # pyright: ignore[reportArgumentType]
|
|
5583
5597
|
|
|
5584
5598
|
@builtins.property
|
|
5585
5599
|
@jsii.member(jsii_name="contentHandlingStrategy")
|
|
@@ -5592,7 +5606,7 @@ class CfnIntegrationResponse(
|
|
|
5592
5606
|
if __debug__:
|
|
5593
5607
|
type_hints = typing.get_type_hints(_typecheckingstub__1fa5320f9dd58af11d49e6707ba435d74bd31b41b5f0cc79f4306bfd30a79a28)
|
|
5594
5608
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5595
|
-
jsii.set(self, "contentHandlingStrategy", value)
|
|
5609
|
+
jsii.set(self, "contentHandlingStrategy", value) # pyright: ignore[reportArgumentType]
|
|
5596
5610
|
|
|
5597
5611
|
@builtins.property
|
|
5598
5612
|
@jsii.member(jsii_name="responseParameters")
|
|
@@ -5605,7 +5619,7 @@ class CfnIntegrationResponse(
|
|
|
5605
5619
|
if __debug__:
|
|
5606
5620
|
type_hints = typing.get_type_hints(_typecheckingstub__2575e266b0e74bc1ed655a2ba782d189b25474ca18b53d97c2003730abca92ff)
|
|
5607
5621
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5608
|
-
jsii.set(self, "responseParameters", value)
|
|
5622
|
+
jsii.set(self, "responseParameters", value) # pyright: ignore[reportArgumentType]
|
|
5609
5623
|
|
|
5610
5624
|
@builtins.property
|
|
5611
5625
|
@jsii.member(jsii_name="responseTemplates")
|
|
@@ -5618,7 +5632,7 @@ class CfnIntegrationResponse(
|
|
|
5618
5632
|
if __debug__:
|
|
5619
5633
|
type_hints = typing.get_type_hints(_typecheckingstub__7a3ba7c35e06acda935a23473c90cfa001239c682c8737d897cf6ec207fd49cf)
|
|
5620
5634
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5621
|
-
jsii.set(self, "responseTemplates", value)
|
|
5635
|
+
jsii.set(self, "responseTemplates", value) # pyright: ignore[reportArgumentType]
|
|
5622
5636
|
|
|
5623
5637
|
@builtins.property
|
|
5624
5638
|
@jsii.member(jsii_name="templateSelectionExpression")
|
|
@@ -5634,7 +5648,7 @@ class CfnIntegrationResponse(
|
|
|
5634
5648
|
if __debug__:
|
|
5635
5649
|
type_hints = typing.get_type_hints(_typecheckingstub__7cf04d9ff614e1130ca1b37b22fad9aecf0edfc31b0571b48e6cd2eb3a838e25)
|
|
5636
5650
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5637
|
-
jsii.set(self, "templateSelectionExpression", value)
|
|
5651
|
+
jsii.set(self, "templateSelectionExpression", value) # pyright: ignore[reportArgumentType]
|
|
5638
5652
|
|
|
5639
5653
|
|
|
5640
5654
|
@jsii.data_type(
|
|
@@ -5933,7 +5947,7 @@ class CfnModel(
|
|
|
5933
5947
|
if __debug__:
|
|
5934
5948
|
type_hints = typing.get_type_hints(_typecheckingstub__dd7208082e475506377665abd7f89515f9cd05cb4a805ac3d22330cf7717506a)
|
|
5935
5949
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5936
|
-
jsii.set(self, "apiId", value)
|
|
5950
|
+
jsii.set(self, "apiId", value) # pyright: ignore[reportArgumentType]
|
|
5937
5951
|
|
|
5938
5952
|
@builtins.property
|
|
5939
5953
|
@jsii.member(jsii_name="name")
|
|
@@ -5946,7 +5960,7 @@ class CfnModel(
|
|
|
5946
5960
|
if __debug__:
|
|
5947
5961
|
type_hints = typing.get_type_hints(_typecheckingstub__8fc2be804afd386603717c4be503b6428d5db3793acae35866859f65b5633bd9)
|
|
5948
5962
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5949
|
-
jsii.set(self, "name", value)
|
|
5963
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
5950
5964
|
|
|
5951
5965
|
@builtins.property
|
|
5952
5966
|
@jsii.member(jsii_name="schema")
|
|
@@ -5959,7 +5973,7 @@ class CfnModel(
|
|
|
5959
5973
|
if __debug__:
|
|
5960
5974
|
type_hints = typing.get_type_hints(_typecheckingstub__9a9ac80c16be2c7876398f311a65e5d43fc4f955ae556019897effbfac12b594)
|
|
5961
5975
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5962
|
-
jsii.set(self, "schema", value)
|
|
5976
|
+
jsii.set(self, "schema", value) # pyright: ignore[reportArgumentType]
|
|
5963
5977
|
|
|
5964
5978
|
@builtins.property
|
|
5965
5979
|
@jsii.member(jsii_name="contentType")
|
|
@@ -5972,7 +5986,7 @@ class CfnModel(
|
|
|
5972
5986
|
if __debug__:
|
|
5973
5987
|
type_hints = typing.get_type_hints(_typecheckingstub__0927afd42ecf7d6a1d74ddcea4ee74039cff8c61540dd3db8f4d477df2b2dbf8)
|
|
5974
5988
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5975
|
-
jsii.set(self, "contentType", value)
|
|
5989
|
+
jsii.set(self, "contentType", value) # pyright: ignore[reportArgumentType]
|
|
5976
5990
|
|
|
5977
5991
|
@builtins.property
|
|
5978
5992
|
@jsii.member(jsii_name="description")
|
|
@@ -5985,7 +5999,7 @@ class CfnModel(
|
|
|
5985
5999
|
if __debug__:
|
|
5986
6000
|
type_hints = typing.get_type_hints(_typecheckingstub__c31bf4c0f98d1cb3fa2591344d5a2ba5243703029f6fd8f52ee51debcac4b197)
|
|
5987
6001
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5988
|
-
jsii.set(self, "description", value)
|
|
6002
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
5989
6003
|
|
|
5990
6004
|
|
|
5991
6005
|
@jsii.data_type(
|
|
@@ -6266,7 +6280,7 @@ class CfnRoute(
|
|
|
6266
6280
|
if __debug__:
|
|
6267
6281
|
type_hints = typing.get_type_hints(_typecheckingstub__817ae6943537234b9b4f8b1026eb08df9aa3dcc5a4a3d2e1bcdaccb4c8859013)
|
|
6268
6282
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6269
|
-
jsii.set(self, "apiId", value)
|
|
6283
|
+
jsii.set(self, "apiId", value) # pyright: ignore[reportArgumentType]
|
|
6270
6284
|
|
|
6271
6285
|
@builtins.property
|
|
6272
6286
|
@jsii.member(jsii_name="routeKey")
|
|
@@ -6279,7 +6293,7 @@ class CfnRoute(
|
|
|
6279
6293
|
if __debug__:
|
|
6280
6294
|
type_hints = typing.get_type_hints(_typecheckingstub__b1b526cae660647aa14081711ec4c4c83f9f47ffa9d750a776fd3cca7a492415)
|
|
6281
6295
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6282
|
-
jsii.set(self, "routeKey", value)
|
|
6296
|
+
jsii.set(self, "routeKey", value) # pyright: ignore[reportArgumentType]
|
|
6283
6297
|
|
|
6284
6298
|
@builtins.property
|
|
6285
6299
|
@jsii.member(jsii_name="apiKeyRequired")
|
|
@@ -6297,7 +6311,7 @@ class CfnRoute(
|
|
|
6297
6311
|
if __debug__:
|
|
6298
6312
|
type_hints = typing.get_type_hints(_typecheckingstub__358b8c173a385a0f2f4df063725f0a0c0994b4367e7ee327094d60be73d0159b)
|
|
6299
6313
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6300
|
-
jsii.set(self, "apiKeyRequired", value)
|
|
6314
|
+
jsii.set(self, "apiKeyRequired", value) # pyright: ignore[reportArgumentType]
|
|
6301
6315
|
|
|
6302
6316
|
@builtins.property
|
|
6303
6317
|
@jsii.member(jsii_name="authorizationScopes")
|
|
@@ -6313,7 +6327,7 @@ class CfnRoute(
|
|
|
6313
6327
|
if __debug__:
|
|
6314
6328
|
type_hints = typing.get_type_hints(_typecheckingstub__6dd8ccd7b07196f3b620d34a517b46ebd7d064a73896e86a7708c2f852454a3c)
|
|
6315
6329
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6316
|
-
jsii.set(self, "authorizationScopes", value)
|
|
6330
|
+
jsii.set(self, "authorizationScopes", value) # pyright: ignore[reportArgumentType]
|
|
6317
6331
|
|
|
6318
6332
|
@builtins.property
|
|
6319
6333
|
@jsii.member(jsii_name="authorizationType")
|
|
@@ -6326,7 +6340,7 @@ class CfnRoute(
|
|
|
6326
6340
|
if __debug__:
|
|
6327
6341
|
type_hints = typing.get_type_hints(_typecheckingstub__710b2a2b6379ef5ced6134bab0acb3a139eae146d1637c631fa1ac82e1293aa5)
|
|
6328
6342
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6329
|
-
jsii.set(self, "authorizationType", value)
|
|
6343
|
+
jsii.set(self, "authorizationType", value) # pyright: ignore[reportArgumentType]
|
|
6330
6344
|
|
|
6331
6345
|
@builtins.property
|
|
6332
6346
|
@jsii.member(jsii_name="authorizerId")
|
|
@@ -6339,7 +6353,7 @@ class CfnRoute(
|
|
|
6339
6353
|
if __debug__:
|
|
6340
6354
|
type_hints = typing.get_type_hints(_typecheckingstub__207cf5963882c49224627f6fb3fd59f643cdf1d90254c55bb502b2ed93138b09)
|
|
6341
6355
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6342
|
-
jsii.set(self, "authorizerId", value)
|
|
6356
|
+
jsii.set(self, "authorizerId", value) # pyright: ignore[reportArgumentType]
|
|
6343
6357
|
|
|
6344
6358
|
@builtins.property
|
|
6345
6359
|
@jsii.member(jsii_name="modelSelectionExpression")
|
|
@@ -6352,7 +6366,7 @@ class CfnRoute(
|
|
|
6352
6366
|
if __debug__:
|
|
6353
6367
|
type_hints = typing.get_type_hints(_typecheckingstub__5b8705da16da23f26d861473096719d972912648ca74dd5bb739b97403054a0f)
|
|
6354
6368
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6355
|
-
jsii.set(self, "modelSelectionExpression", value)
|
|
6369
|
+
jsii.set(self, "modelSelectionExpression", value) # pyright: ignore[reportArgumentType]
|
|
6356
6370
|
|
|
6357
6371
|
@builtins.property
|
|
6358
6372
|
@jsii.member(jsii_name="operationName")
|
|
@@ -6365,7 +6379,7 @@ class CfnRoute(
|
|
|
6365
6379
|
if __debug__:
|
|
6366
6380
|
type_hints = typing.get_type_hints(_typecheckingstub__8135ad6e2375b25f70679c06db1891227be6c2f927872bf884a88cc18e03968e)
|
|
6367
6381
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6368
|
-
jsii.set(self, "operationName", value)
|
|
6382
|
+
jsii.set(self, "operationName", value) # pyright: ignore[reportArgumentType]
|
|
6369
6383
|
|
|
6370
6384
|
@builtins.property
|
|
6371
6385
|
@jsii.member(jsii_name="requestModels")
|
|
@@ -6378,7 +6392,7 @@ class CfnRoute(
|
|
|
6378
6392
|
if __debug__:
|
|
6379
6393
|
type_hints = typing.get_type_hints(_typecheckingstub__966777ea62e0e3d128249c9c19b073476ddd0fe229b79943181b9727a164557d)
|
|
6380
6394
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6381
|
-
jsii.set(self, "requestModels", value)
|
|
6395
|
+
jsii.set(self, "requestModels", value) # pyright: ignore[reportArgumentType]
|
|
6382
6396
|
|
|
6383
6397
|
@builtins.property
|
|
6384
6398
|
@jsii.member(jsii_name="requestParameters")
|
|
@@ -6391,7 +6405,7 @@ class CfnRoute(
|
|
|
6391
6405
|
if __debug__:
|
|
6392
6406
|
type_hints = typing.get_type_hints(_typecheckingstub__435eeaef03289d500227b42f18979b36e67086e9d93768b135e26be8fd96d93c)
|
|
6393
6407
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6394
|
-
jsii.set(self, "requestParameters", value)
|
|
6408
|
+
jsii.set(self, "requestParameters", value) # pyright: ignore[reportArgumentType]
|
|
6395
6409
|
|
|
6396
6410
|
@builtins.property
|
|
6397
6411
|
@jsii.member(jsii_name="routeResponseSelectionExpression")
|
|
@@ -6407,7 +6421,7 @@ class CfnRoute(
|
|
|
6407
6421
|
if __debug__:
|
|
6408
6422
|
type_hints = typing.get_type_hints(_typecheckingstub__bf161d094c7f77313e160a547c5e5314f99a3b8acd6fe48762a098ff337f142d)
|
|
6409
6423
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6410
|
-
jsii.set(self, "routeResponseSelectionExpression", value)
|
|
6424
|
+
jsii.set(self, "routeResponseSelectionExpression", value) # pyright: ignore[reportArgumentType]
|
|
6411
6425
|
|
|
6412
6426
|
@builtins.property
|
|
6413
6427
|
@jsii.member(jsii_name="target")
|
|
@@ -6420,7 +6434,7 @@ class CfnRoute(
|
|
|
6420
6434
|
if __debug__:
|
|
6421
6435
|
type_hints = typing.get_type_hints(_typecheckingstub__11684b3d73b34e31f947a907e002a5a3f8deadc5f5d21850e1751afa90ceb81e)
|
|
6422
6436
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6423
|
-
jsii.set(self, "target", value)
|
|
6437
|
+
jsii.set(self, "target", value) # pyright: ignore[reportArgumentType]
|
|
6424
6438
|
|
|
6425
6439
|
@jsii.data_type(
|
|
6426
6440
|
jsii_type="aws-cdk-lib.aws_apigatewayv2.CfnRoute.ParameterConstraintsProperty",
|
|
@@ -6865,7 +6879,7 @@ class CfnRouteResponse(
|
|
|
6865
6879
|
if __debug__:
|
|
6866
6880
|
type_hints = typing.get_type_hints(_typecheckingstub__80374cb7a6bb214c9c92bb6ddb083cdbcef83f46270a64db85109a45c17759c9)
|
|
6867
6881
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6868
|
-
jsii.set(self, "apiId", value)
|
|
6882
|
+
jsii.set(self, "apiId", value) # pyright: ignore[reportArgumentType]
|
|
6869
6883
|
|
|
6870
6884
|
@builtins.property
|
|
6871
6885
|
@jsii.member(jsii_name="routeId")
|
|
@@ -6878,7 +6892,7 @@ class CfnRouteResponse(
|
|
|
6878
6892
|
if __debug__:
|
|
6879
6893
|
type_hints = typing.get_type_hints(_typecheckingstub__592e3a33ad0f2f9f26c7e2f768d47cf4ce3fc02a4163624603480e3ae1b33c63)
|
|
6880
6894
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6881
|
-
jsii.set(self, "routeId", value)
|
|
6895
|
+
jsii.set(self, "routeId", value) # pyright: ignore[reportArgumentType]
|
|
6882
6896
|
|
|
6883
6897
|
@builtins.property
|
|
6884
6898
|
@jsii.member(jsii_name="routeResponseKey")
|
|
@@ -6891,7 +6905,7 @@ class CfnRouteResponse(
|
|
|
6891
6905
|
if __debug__:
|
|
6892
6906
|
type_hints = typing.get_type_hints(_typecheckingstub__210ce20ec5517850582ca60d34b2b638e220326969bfa6897b7d1a0636a92361)
|
|
6893
6907
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6894
|
-
jsii.set(self, "routeResponseKey", value)
|
|
6908
|
+
jsii.set(self, "routeResponseKey", value) # pyright: ignore[reportArgumentType]
|
|
6895
6909
|
|
|
6896
6910
|
@builtins.property
|
|
6897
6911
|
@jsii.member(jsii_name="modelSelectionExpression")
|
|
@@ -6904,7 +6918,7 @@ class CfnRouteResponse(
|
|
|
6904
6918
|
if __debug__:
|
|
6905
6919
|
type_hints = typing.get_type_hints(_typecheckingstub__903fde614a75269b08834aec81261c81e5c574a3af3db707d8cd7b207129a670)
|
|
6906
6920
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6907
|
-
jsii.set(self, "modelSelectionExpression", value)
|
|
6921
|
+
jsii.set(self, "modelSelectionExpression", value) # pyright: ignore[reportArgumentType]
|
|
6908
6922
|
|
|
6909
6923
|
@builtins.property
|
|
6910
6924
|
@jsii.member(jsii_name="responseModels")
|
|
@@ -6917,7 +6931,7 @@ class CfnRouteResponse(
|
|
|
6917
6931
|
if __debug__:
|
|
6918
6932
|
type_hints = typing.get_type_hints(_typecheckingstub__03faecb8792316337b34af5c47692d7e5866e563a65e7afcbfc9043d35b8f42c)
|
|
6919
6933
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6920
|
-
jsii.set(self, "responseModels", value)
|
|
6934
|
+
jsii.set(self, "responseModels", value) # pyright: ignore[reportArgumentType]
|
|
6921
6935
|
|
|
6922
6936
|
@builtins.property
|
|
6923
6937
|
@jsii.member(jsii_name="responseParameters")
|
|
@@ -6935,7 +6949,7 @@ class CfnRouteResponse(
|
|
|
6935
6949
|
if __debug__:
|
|
6936
6950
|
type_hints = typing.get_type_hints(_typecheckingstub__fadfcdb67c25b7fc23ab64866f4161b7cde8c566e504b8aa2a58d0798ecfab7a)
|
|
6937
6951
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6938
|
-
jsii.set(self, "responseParameters", value)
|
|
6952
|
+
jsii.set(self, "responseParameters", value) # pyright: ignore[reportArgumentType]
|
|
6939
6953
|
|
|
6940
6954
|
@jsii.data_type(
|
|
6941
6955
|
jsii_type="aws-cdk-lib.aws_apigatewayv2.CfnRouteResponse.ParameterConstraintsProperty",
|
|
@@ -7312,7 +7326,7 @@ class CfnStage(
|
|
|
7312
7326
|
if __debug__:
|
|
7313
7327
|
type_hints = typing.get_type_hints(_typecheckingstub__fe20c363af8f167b271354971cde5b1226e9aee5dcb45701f177abd3a7153dc1)
|
|
7314
7328
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7315
|
-
jsii.set(self, "apiId", value)
|
|
7329
|
+
jsii.set(self, "apiId", value) # pyright: ignore[reportArgumentType]
|
|
7316
7330
|
|
|
7317
7331
|
@builtins.property
|
|
7318
7332
|
@jsii.member(jsii_name="stageName")
|
|
@@ -7325,7 +7339,7 @@ class CfnStage(
|
|
|
7325
7339
|
if __debug__:
|
|
7326
7340
|
type_hints = typing.get_type_hints(_typecheckingstub__3d04550bd54e71dee0877ee7904a8dfda4940b7a589681bcffed0326b8a91e95)
|
|
7327
7341
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7328
|
-
jsii.set(self, "stageName", value)
|
|
7342
|
+
jsii.set(self, "stageName", value) # pyright: ignore[reportArgumentType]
|
|
7329
7343
|
|
|
7330
7344
|
@builtins.property
|
|
7331
7345
|
@jsii.member(jsii_name="accessLogSettings")
|
|
@@ -7343,7 +7357,7 @@ class CfnStage(
|
|
|
7343
7357
|
if __debug__:
|
|
7344
7358
|
type_hints = typing.get_type_hints(_typecheckingstub__41aa5e58f595164332cc49c2cd34671974f6ff1b7934764d4695984cf7c9b069)
|
|
7345
7359
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7346
|
-
jsii.set(self, "accessLogSettings", value)
|
|
7360
|
+
jsii.set(self, "accessLogSettings", value) # pyright: ignore[reportArgumentType]
|
|
7347
7361
|
|
|
7348
7362
|
@builtins.property
|
|
7349
7363
|
@jsii.member(jsii_name="accessPolicyId")
|
|
@@ -7356,7 +7370,7 @@ class CfnStage(
|
|
|
7356
7370
|
if __debug__:
|
|
7357
7371
|
type_hints = typing.get_type_hints(_typecheckingstub__9c956981c48b5497e6f4b22a1086c4e15f4617defe34d9dbe01a4524d5ed2a63)
|
|
7358
7372
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7359
|
-
jsii.set(self, "accessPolicyId", value)
|
|
7373
|
+
jsii.set(self, "accessPolicyId", value) # pyright: ignore[reportArgumentType]
|
|
7360
7374
|
|
|
7361
7375
|
@builtins.property
|
|
7362
7376
|
@jsii.member(jsii_name="autoDeploy")
|
|
@@ -7374,7 +7388,7 @@ class CfnStage(
|
|
|
7374
7388
|
if __debug__:
|
|
7375
7389
|
type_hints = typing.get_type_hints(_typecheckingstub__5a8c4584c0c93ee7f63b53757d31787de58c4bb8f7a9eb24e9460876be43a6bd)
|
|
7376
7390
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7377
|
-
jsii.set(self, "autoDeploy", value)
|
|
7391
|
+
jsii.set(self, "autoDeploy", value) # pyright: ignore[reportArgumentType]
|
|
7378
7392
|
|
|
7379
7393
|
@builtins.property
|
|
7380
7394
|
@jsii.member(jsii_name="clientCertificateId")
|
|
@@ -7387,7 +7401,7 @@ class CfnStage(
|
|
|
7387
7401
|
if __debug__:
|
|
7388
7402
|
type_hints = typing.get_type_hints(_typecheckingstub__ac6a4617e9ec38fabe78997fd8650207fa434265fecffc49e232b0e22a2ad136)
|
|
7389
7403
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7390
|
-
jsii.set(self, "clientCertificateId", value)
|
|
7404
|
+
jsii.set(self, "clientCertificateId", value) # pyright: ignore[reportArgumentType]
|
|
7391
7405
|
|
|
7392
7406
|
@builtins.property
|
|
7393
7407
|
@jsii.member(jsii_name="defaultRouteSettings")
|
|
@@ -7405,7 +7419,7 @@ class CfnStage(
|
|
|
7405
7419
|
if __debug__:
|
|
7406
7420
|
type_hints = typing.get_type_hints(_typecheckingstub__54a6835d490d578a89779a53d6e38b8118c89a32a5950b8c56b84d2dd8cb500b)
|
|
7407
7421
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7408
|
-
jsii.set(self, "defaultRouteSettings", value)
|
|
7422
|
+
jsii.set(self, "defaultRouteSettings", value) # pyright: ignore[reportArgumentType]
|
|
7409
7423
|
|
|
7410
7424
|
@builtins.property
|
|
7411
7425
|
@jsii.member(jsii_name="deploymentId")
|
|
@@ -7418,7 +7432,7 @@ class CfnStage(
|
|
|
7418
7432
|
if __debug__:
|
|
7419
7433
|
type_hints = typing.get_type_hints(_typecheckingstub__8e741d0a38ed5e7ac2772707efd1dad1df2fbffad430ef4a3e2d9f44551e363b)
|
|
7420
7434
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7421
|
-
jsii.set(self, "deploymentId", value)
|
|
7435
|
+
jsii.set(self, "deploymentId", value) # pyright: ignore[reportArgumentType]
|
|
7422
7436
|
|
|
7423
7437
|
@builtins.property
|
|
7424
7438
|
@jsii.member(jsii_name="description")
|
|
@@ -7431,7 +7445,7 @@ class CfnStage(
|
|
|
7431
7445
|
if __debug__:
|
|
7432
7446
|
type_hints = typing.get_type_hints(_typecheckingstub__9a7c76644da05ec60a751783a988b29417ab8c3537430ab30a6e18db6805f1a4)
|
|
7433
7447
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7434
|
-
jsii.set(self, "description", value)
|
|
7448
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
7435
7449
|
|
|
7436
7450
|
@builtins.property
|
|
7437
7451
|
@jsii.member(jsii_name="routeSettings")
|
|
@@ -7444,7 +7458,7 @@ class CfnStage(
|
|
|
7444
7458
|
if __debug__:
|
|
7445
7459
|
type_hints = typing.get_type_hints(_typecheckingstub__ea66ca7778a34e67ecb19c32f7dc4ee70a2e25558201756e1a92f80f726fd31b)
|
|
7446
7460
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7447
|
-
jsii.set(self, "routeSettings", value)
|
|
7461
|
+
jsii.set(self, "routeSettings", value) # pyright: ignore[reportArgumentType]
|
|
7448
7462
|
|
|
7449
7463
|
@builtins.property
|
|
7450
7464
|
@jsii.member(jsii_name="stageVariables")
|
|
@@ -7457,7 +7471,7 @@ class CfnStage(
|
|
|
7457
7471
|
if __debug__:
|
|
7458
7472
|
type_hints = typing.get_type_hints(_typecheckingstub__f03c043379dbbf4d7224f010dc09fd8445ce8565949828b067e3a58db7e3974c)
|
|
7459
7473
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7460
|
-
jsii.set(self, "stageVariables", value)
|
|
7474
|
+
jsii.set(self, "stageVariables", value) # pyright: ignore[reportArgumentType]
|
|
7461
7475
|
|
|
7462
7476
|
@builtins.property
|
|
7463
7477
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -7470,7 +7484,7 @@ class CfnStage(
|
|
|
7470
7484
|
if __debug__:
|
|
7471
7485
|
type_hints = typing.get_type_hints(_typecheckingstub__751499e9aa415500e38391dc29ec87e1832fdefc98cd9719cb645294c398456e)
|
|
7472
7486
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7473
|
-
jsii.set(self, "tagsRaw", value)
|
|
7487
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
7474
7488
|
|
|
7475
7489
|
@jsii.data_type(
|
|
7476
7490
|
jsii_type="aws-cdk-lib.aws_apigatewayv2.CfnStage.AccessLogSettingsProperty",
|
|
@@ -8068,7 +8082,7 @@ class CfnVpcLink(
|
|
|
8068
8082
|
if __debug__:
|
|
8069
8083
|
type_hints = typing.get_type_hints(_typecheckingstub__a68acbefe43d1496e326d236ecda5853ae402a2016531047f7ecf885dec6c002)
|
|
8070
8084
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8071
|
-
jsii.set(self, "name", value)
|
|
8085
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
8072
8086
|
|
|
8073
8087
|
@builtins.property
|
|
8074
8088
|
@jsii.member(jsii_name="subnetIds")
|
|
@@ -8081,7 +8095,7 @@ class CfnVpcLink(
|
|
|
8081
8095
|
if __debug__:
|
|
8082
8096
|
type_hints = typing.get_type_hints(_typecheckingstub__71b2854d014a1a439edb860779512c90020df989899cf1adced4e3b5f2d70af4)
|
|
8083
8097
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8084
|
-
jsii.set(self, "subnetIds", value)
|
|
8098
|
+
jsii.set(self, "subnetIds", value) # pyright: ignore[reportArgumentType]
|
|
8085
8099
|
|
|
8086
8100
|
@builtins.property
|
|
8087
8101
|
@jsii.member(jsii_name="securityGroupIds")
|
|
@@ -8097,7 +8111,7 @@ class CfnVpcLink(
|
|
|
8097
8111
|
if __debug__:
|
|
8098
8112
|
type_hints = typing.get_type_hints(_typecheckingstub__d7d7b3db2c880db4099782067eed38dceedec114dfa1a78bd9caf33d8a491a8e)
|
|
8099
8113
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8100
|
-
jsii.set(self, "securityGroupIds", value)
|
|
8114
|
+
jsii.set(self, "securityGroupIds", value) # pyright: ignore[reportArgumentType]
|
|
8101
8115
|
|
|
8102
8116
|
@builtins.property
|
|
8103
8117
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -8113,7 +8127,7 @@ class CfnVpcLink(
|
|
|
8113
8127
|
if __debug__:
|
|
8114
8128
|
type_hints = typing.get_type_hints(_typecheckingstub__ed14236b4263520664773636899de1162d8f6cc986b4772464579ab1525d16d9)
|
|
8115
8129
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8116
|
-
jsii.set(self, "tagsRaw", value)
|
|
8130
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
8117
8131
|
|
|
8118
8132
|
|
|
8119
8133
|
@jsii.data_type(
|
|
@@ -19054,8 +19068,8 @@ def _typecheckingstub__3dbe4af6ef419f3fca35eeefa87a09cafa7177216b644e69571fe9d05
|
|
|
19054
19068
|
|
|
19055
19069
|
def _typecheckingstub__fe5d304364e2ba9a1fee328297e69bcc2440350e01f210541d4decfd2aff9755(
|
|
19056
19070
|
*,
|
|
19057
|
-
destination: builtins.str,
|
|
19058
|
-
source: builtins.str,
|
|
19071
|
+
destination: typing.Optional[builtins.str] = None,
|
|
19072
|
+
source: typing.Optional[builtins.str] = None,
|
|
19059
19073
|
) -> None:
|
|
19060
19074
|
"""Type checking stubs"""
|
|
19061
19075
|
pass
|