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
|
@@ -3878,7 +3878,7 @@ class CfnAccount(
|
|
|
3878
3878
|
if __debug__:
|
|
3879
3879
|
type_hints = typing.get_type_hints(_typecheckingstub__508e5fd6405b784daeb72f2080dc15b070457ce1a45f97c707562d294cb3bd07)
|
|
3880
3880
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3881
|
-
jsii.set(self, "cloudWatchRoleArn", value)
|
|
3881
|
+
jsii.set(self, "cloudWatchRoleArn", value) # pyright: ignore[reportArgumentType]
|
|
3882
3882
|
|
|
3883
3883
|
|
|
3884
3884
|
@jsii.data_type(
|
|
@@ -4081,7 +4081,7 @@ class CfnApiKey(
|
|
|
4081
4081
|
if __debug__:
|
|
4082
4082
|
type_hints = typing.get_type_hints(_typecheckingstub__90a9f552f8e56d3808a44164a2ecfe14be5caab46b1daca23be075cde54d6681)
|
|
4083
4083
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4084
|
-
jsii.set(self, "customerId", value)
|
|
4084
|
+
jsii.set(self, "customerId", value) # pyright: ignore[reportArgumentType]
|
|
4085
4085
|
|
|
4086
4086
|
@builtins.property
|
|
4087
4087
|
@jsii.member(jsii_name="description")
|
|
@@ -4094,7 +4094,7 @@ class CfnApiKey(
|
|
|
4094
4094
|
if __debug__:
|
|
4095
4095
|
type_hints = typing.get_type_hints(_typecheckingstub__a8daff39a782f7c2cfea28dfb80b237f38a3cf29a00cb51b95696d8b18068467)
|
|
4096
4096
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4097
|
-
jsii.set(self, "description", value)
|
|
4097
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
4098
4098
|
|
|
4099
4099
|
@builtins.property
|
|
4100
4100
|
@jsii.member(jsii_name="enabled")
|
|
@@ -4112,7 +4112,7 @@ class CfnApiKey(
|
|
|
4112
4112
|
if __debug__:
|
|
4113
4113
|
type_hints = typing.get_type_hints(_typecheckingstub__55577c77ce38fb70e6dc28c7fe5a30c2189533e40f2941cf7f725d0744353a8b)
|
|
4114
4114
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4115
|
-
jsii.set(self, "enabled", value)
|
|
4115
|
+
jsii.set(self, "enabled", value) # pyright: ignore[reportArgumentType]
|
|
4116
4116
|
|
|
4117
4117
|
@builtins.property
|
|
4118
4118
|
@jsii.member(jsii_name="generateDistinctId")
|
|
@@ -4130,7 +4130,7 @@ class CfnApiKey(
|
|
|
4130
4130
|
if __debug__:
|
|
4131
4131
|
type_hints = typing.get_type_hints(_typecheckingstub__5e376c81196abe5988b927a412341a6e2d2a2afcbc15de891ab4ab515d7d8575)
|
|
4132
4132
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4133
|
-
jsii.set(self, "generateDistinctId", value)
|
|
4133
|
+
jsii.set(self, "generateDistinctId", value) # pyright: ignore[reportArgumentType]
|
|
4134
4134
|
|
|
4135
4135
|
@builtins.property
|
|
4136
4136
|
@jsii.member(jsii_name="name")
|
|
@@ -4143,7 +4143,7 @@ class CfnApiKey(
|
|
|
4143
4143
|
if __debug__:
|
|
4144
4144
|
type_hints = typing.get_type_hints(_typecheckingstub__5a5d6223e14c62c01c13b14c4c60aca957cf7675f5e1cb1a49dfcf0ce326bdea)
|
|
4145
4145
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4146
|
-
jsii.set(self, "name", value)
|
|
4146
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
4147
4147
|
|
|
4148
4148
|
@builtins.property
|
|
4149
4149
|
@jsii.member(jsii_name="stageKeys")
|
|
@@ -4161,7 +4161,7 @@ class CfnApiKey(
|
|
|
4161
4161
|
if __debug__:
|
|
4162
4162
|
type_hints = typing.get_type_hints(_typecheckingstub__f2912acb683bf8ab1749c9ae328a9eb41061f378f662bb1e5c7a0f9511b2f9a6)
|
|
4163
4163
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4164
|
-
jsii.set(self, "stageKeys", value)
|
|
4164
|
+
jsii.set(self, "stageKeys", value) # pyright: ignore[reportArgumentType]
|
|
4165
4165
|
|
|
4166
4166
|
@builtins.property
|
|
4167
4167
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -4174,7 +4174,7 @@ class CfnApiKey(
|
|
|
4174
4174
|
if __debug__:
|
|
4175
4175
|
type_hints = typing.get_type_hints(_typecheckingstub__278929d2497b6992ae8c54f09fa48eee91bfd399ce109802d2af49204daa464d)
|
|
4176
4176
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4177
|
-
jsii.set(self, "tagsRaw", value)
|
|
4177
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
4178
4178
|
|
|
4179
4179
|
@builtins.property
|
|
4180
4180
|
@jsii.member(jsii_name="value")
|
|
@@ -4187,7 +4187,7 @@ class CfnApiKey(
|
|
|
4187
4187
|
if __debug__:
|
|
4188
4188
|
type_hints = typing.get_type_hints(_typecheckingstub__a5ba9bf573202fa63e2f9db125447a71a2606d30799e25ac0e7b350876fd53b4)
|
|
4189
4189
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4190
|
-
jsii.set(self, "value", value)
|
|
4190
|
+
jsii.set(self, "value", value) # pyright: ignore[reportArgumentType]
|
|
4191
4191
|
|
|
4192
4192
|
@jsii.data_type(
|
|
4193
4193
|
jsii_type="aws-cdk-lib.aws_apigateway.CfnApiKey.StageKeyProperty",
|
|
@@ -4595,7 +4595,7 @@ class CfnAuthorizer(
|
|
|
4595
4595
|
if __debug__:
|
|
4596
4596
|
type_hints = typing.get_type_hints(_typecheckingstub__0ac5bd8743d71dcd039747b51726b2e14050c0735955a7a26b844c161c3a74e4)
|
|
4597
4597
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4598
|
-
jsii.set(self, "name", value)
|
|
4598
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
4599
4599
|
|
|
4600
4600
|
@builtins.property
|
|
4601
4601
|
@jsii.member(jsii_name="restApiId")
|
|
@@ -4608,7 +4608,7 @@ class CfnAuthorizer(
|
|
|
4608
4608
|
if __debug__:
|
|
4609
4609
|
type_hints = typing.get_type_hints(_typecheckingstub__97ce5bb3b8db2fb9d5f8a536101f266dd6e7b79fdb8dbc34c19edbc23cf4d92e)
|
|
4610
4610
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4611
|
-
jsii.set(self, "restApiId", value)
|
|
4611
|
+
jsii.set(self, "restApiId", value) # pyright: ignore[reportArgumentType]
|
|
4612
4612
|
|
|
4613
4613
|
@builtins.property
|
|
4614
4614
|
@jsii.member(jsii_name="type")
|
|
@@ -4621,7 +4621,7 @@ class CfnAuthorizer(
|
|
|
4621
4621
|
if __debug__:
|
|
4622
4622
|
type_hints = typing.get_type_hints(_typecheckingstub__1aa4a272e4f5cd708bec4db69f4e3b2178dfd3b9f6d5d06f2f95c17815253134)
|
|
4623
4623
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4624
|
-
jsii.set(self, "type", value)
|
|
4624
|
+
jsii.set(self, "type", value) # pyright: ignore[reportArgumentType]
|
|
4625
4625
|
|
|
4626
4626
|
@builtins.property
|
|
4627
4627
|
@jsii.member(jsii_name="authorizerCredentials")
|
|
@@ -4634,7 +4634,7 @@ class CfnAuthorizer(
|
|
|
4634
4634
|
if __debug__:
|
|
4635
4635
|
type_hints = typing.get_type_hints(_typecheckingstub__8c032cf00d3c33602d5c37baa75de21ec003bf5a6defca2385e421389fc9e932)
|
|
4636
4636
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4637
|
-
jsii.set(self, "authorizerCredentials", value)
|
|
4637
|
+
jsii.set(self, "authorizerCredentials", value) # pyright: ignore[reportArgumentType]
|
|
4638
4638
|
|
|
4639
4639
|
@builtins.property
|
|
4640
4640
|
@jsii.member(jsii_name="authorizerResultTtlInSeconds")
|
|
@@ -4650,7 +4650,7 @@ class CfnAuthorizer(
|
|
|
4650
4650
|
if __debug__:
|
|
4651
4651
|
type_hints = typing.get_type_hints(_typecheckingstub__f73b9fff1c9759d3aabe42dea2015ab2e6deac69b065083f1eca55d5fea7ce7a)
|
|
4652
4652
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4653
|
-
jsii.set(self, "authorizerResultTtlInSeconds", value)
|
|
4653
|
+
jsii.set(self, "authorizerResultTtlInSeconds", value) # pyright: ignore[reportArgumentType]
|
|
4654
4654
|
|
|
4655
4655
|
@builtins.property
|
|
4656
4656
|
@jsii.member(jsii_name="authorizerUri")
|
|
@@ -4663,7 +4663,7 @@ class CfnAuthorizer(
|
|
|
4663
4663
|
if __debug__:
|
|
4664
4664
|
type_hints = typing.get_type_hints(_typecheckingstub__8fed74eb319d73929ed995c115ef87d197a9a75e404a0153b65c18f503d5d911)
|
|
4665
4665
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4666
|
-
jsii.set(self, "authorizerUri", value)
|
|
4666
|
+
jsii.set(self, "authorizerUri", value) # pyright: ignore[reportArgumentType]
|
|
4667
4667
|
|
|
4668
4668
|
@builtins.property
|
|
4669
4669
|
@jsii.member(jsii_name="authType")
|
|
@@ -4676,7 +4676,7 @@ class CfnAuthorizer(
|
|
|
4676
4676
|
if __debug__:
|
|
4677
4677
|
type_hints = typing.get_type_hints(_typecheckingstub__37cfc68f3505fd28c894f798088d067a97c42e3f984e409335f42995ece91af9)
|
|
4678
4678
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4679
|
-
jsii.set(self, "authType", value)
|
|
4679
|
+
jsii.set(self, "authType", value) # pyright: ignore[reportArgumentType]
|
|
4680
4680
|
|
|
4681
4681
|
@builtins.property
|
|
4682
4682
|
@jsii.member(jsii_name="identitySource")
|
|
@@ -4689,7 +4689,7 @@ class CfnAuthorizer(
|
|
|
4689
4689
|
if __debug__:
|
|
4690
4690
|
type_hints = typing.get_type_hints(_typecheckingstub__81a19f23e6a62959adf135e84e3fc8ee1087db10c843ff2074517e0325257164)
|
|
4691
4691
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4692
|
-
jsii.set(self, "identitySource", value)
|
|
4692
|
+
jsii.set(self, "identitySource", value) # pyright: ignore[reportArgumentType]
|
|
4693
4693
|
|
|
4694
4694
|
@builtins.property
|
|
4695
4695
|
@jsii.member(jsii_name="identityValidationExpression")
|
|
@@ -4705,7 +4705,7 @@ class CfnAuthorizer(
|
|
|
4705
4705
|
if __debug__:
|
|
4706
4706
|
type_hints = typing.get_type_hints(_typecheckingstub__9d23a7350b66d64a3a315669820f075d6bbb29c7e65b23d4005f0fdcd817d2db)
|
|
4707
4707
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4708
|
-
jsii.set(self, "identityValidationExpression", value)
|
|
4708
|
+
jsii.set(self, "identityValidationExpression", value) # pyright: ignore[reportArgumentType]
|
|
4709
4709
|
|
|
4710
4710
|
@builtins.property
|
|
4711
4711
|
@jsii.member(jsii_name="providerArns")
|
|
@@ -4718,7 +4718,7 @@ class CfnAuthorizer(
|
|
|
4718
4718
|
if __debug__:
|
|
4719
4719
|
type_hints = typing.get_type_hints(_typecheckingstub__6f4d0fe625a57ee895a4018dba27e510cacbfc59d989a0fa3bd0732eb5fc688e)
|
|
4720
4720
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4721
|
-
jsii.set(self, "providerArns", value)
|
|
4721
|
+
jsii.set(self, "providerArns", value) # pyright: ignore[reportArgumentType]
|
|
4722
4722
|
|
|
4723
4723
|
|
|
4724
4724
|
@jsii.data_type(
|
|
@@ -5049,7 +5049,7 @@ class CfnBasePathMapping(
|
|
|
5049
5049
|
if __debug__:
|
|
5050
5050
|
type_hints = typing.get_type_hints(_typecheckingstub__e7e97ee59df27b7c4014bfc651314658c5a426f6640574408fad9786518d8ef8)
|
|
5051
5051
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5052
|
-
jsii.set(self, "domainName", value)
|
|
5052
|
+
jsii.set(self, "domainName", value) # pyright: ignore[reportArgumentType]
|
|
5053
5053
|
|
|
5054
5054
|
@builtins.property
|
|
5055
5055
|
@jsii.member(jsii_name="basePath")
|
|
@@ -5062,7 +5062,7 @@ class CfnBasePathMapping(
|
|
|
5062
5062
|
if __debug__:
|
|
5063
5063
|
type_hints = typing.get_type_hints(_typecheckingstub__1961a11d250bb544ee74af2ae54dd502460648c5ff3149865a1c7289e6760c4d)
|
|
5064
5064
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5065
|
-
jsii.set(self, "basePath", value)
|
|
5065
|
+
jsii.set(self, "basePath", value) # pyright: ignore[reportArgumentType]
|
|
5066
5066
|
|
|
5067
5067
|
@builtins.property
|
|
5068
5068
|
@jsii.member(jsii_name="id")
|
|
@@ -5074,7 +5074,7 @@ class CfnBasePathMapping(
|
|
|
5074
5074
|
if __debug__:
|
|
5075
5075
|
type_hints = typing.get_type_hints(_typecheckingstub__2bf48d4737e3fa7aaa416e06b0362a3cf2cba8350d4b0d2168d2731544ac2633)
|
|
5076
5076
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5077
|
-
jsii.set(self, "id", value)
|
|
5077
|
+
jsii.set(self, "id", value) # pyright: ignore[reportArgumentType]
|
|
5078
5078
|
|
|
5079
5079
|
@builtins.property
|
|
5080
5080
|
@jsii.member(jsii_name="restApiId")
|
|
@@ -5087,7 +5087,7 @@ class CfnBasePathMapping(
|
|
|
5087
5087
|
if __debug__:
|
|
5088
5088
|
type_hints = typing.get_type_hints(_typecheckingstub__5ca0fe7c8b43196039340c38e6ad0262edfeb9cc67ad28b55c07c00c2f4e1ed1)
|
|
5089
5089
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5090
|
-
jsii.set(self, "restApiId", value)
|
|
5090
|
+
jsii.set(self, "restApiId", value) # pyright: ignore[reportArgumentType]
|
|
5091
5091
|
|
|
5092
5092
|
@builtins.property
|
|
5093
5093
|
@jsii.member(jsii_name="stage")
|
|
@@ -5100,7 +5100,7 @@ class CfnBasePathMapping(
|
|
|
5100
5100
|
if __debug__:
|
|
5101
5101
|
type_hints = typing.get_type_hints(_typecheckingstub__31952d98177b4dbebd3c6595c11d9157f2d9915ba5267559110e864828aa0ac7)
|
|
5102
5102
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5103
|
-
jsii.set(self, "stage", value)
|
|
5103
|
+
jsii.set(self, "stage", value) # pyright: ignore[reportArgumentType]
|
|
5104
5104
|
|
|
5105
5105
|
|
|
5106
5106
|
@jsii.data_type(
|
|
@@ -5339,7 +5339,7 @@ class CfnClientCertificate(
|
|
|
5339
5339
|
if __debug__:
|
|
5340
5340
|
type_hints = typing.get_type_hints(_typecheckingstub__3d010e5f355d8f647cf92aa097a07fc016795c0b4b5415e4c6caaa06c7c01192)
|
|
5341
5341
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5342
|
-
jsii.set(self, "description", value)
|
|
5342
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
5343
5343
|
|
|
5344
5344
|
@builtins.property
|
|
5345
5345
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -5352,7 +5352,7 @@ class CfnClientCertificate(
|
|
|
5352
5352
|
if __debug__:
|
|
5353
5353
|
type_hints = typing.get_type_hints(_typecheckingstub__51a7fa7b78e089f078490333228634a14677f57b2a113b895fc04982489e409b)
|
|
5354
5354
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5355
|
-
jsii.set(self, "tagsRaw", value)
|
|
5355
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
5356
5356
|
|
|
5357
5357
|
|
|
5358
5358
|
@jsii.data_type(
|
|
@@ -5604,7 +5604,7 @@ class CfnDeployment(
|
|
|
5604
5604
|
if __debug__:
|
|
5605
5605
|
type_hints = typing.get_type_hints(_typecheckingstub__fd1bfac0862cb501faa5a4bda139dbba65e6786284c3504d72a2b828fd96e728)
|
|
5606
5606
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5607
|
-
jsii.set(self, "restApiId", value)
|
|
5607
|
+
jsii.set(self, "restApiId", value) # pyright: ignore[reportArgumentType]
|
|
5608
5608
|
|
|
5609
5609
|
@builtins.property
|
|
5610
5610
|
@jsii.member(jsii_name="deploymentCanarySettings")
|
|
@@ -5622,7 +5622,7 @@ class CfnDeployment(
|
|
|
5622
5622
|
if __debug__:
|
|
5623
5623
|
type_hints = typing.get_type_hints(_typecheckingstub__05dc0fbe57a1a262a9a6339c53b1f2ffdf9620fc527d11d71935e87b39d713cf)
|
|
5624
5624
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5625
|
-
jsii.set(self, "deploymentCanarySettings", value)
|
|
5625
|
+
jsii.set(self, "deploymentCanarySettings", value) # pyright: ignore[reportArgumentType]
|
|
5626
5626
|
|
|
5627
5627
|
@builtins.property
|
|
5628
5628
|
@jsii.member(jsii_name="description")
|
|
@@ -5635,7 +5635,7 @@ class CfnDeployment(
|
|
|
5635
5635
|
if __debug__:
|
|
5636
5636
|
type_hints = typing.get_type_hints(_typecheckingstub__338ed9ecdf7a0fa86b2d2c4a475b027d6ec6fbc9c91070926de42f9c4e1484b4)
|
|
5637
5637
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5638
|
-
jsii.set(self, "description", value)
|
|
5638
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
5639
5639
|
|
|
5640
5640
|
@builtins.property
|
|
5641
5641
|
@jsii.member(jsii_name="stageDescription")
|
|
@@ -5653,7 +5653,7 @@ class CfnDeployment(
|
|
|
5653
5653
|
if __debug__:
|
|
5654
5654
|
type_hints = typing.get_type_hints(_typecheckingstub__6024f7e0d42bb4e5be9c3f4d821e4187c174774ed464c46036ecb95e43bf0fe7)
|
|
5655
5655
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5656
|
-
jsii.set(self, "stageDescription", value)
|
|
5656
|
+
jsii.set(self, "stageDescription", value) # pyright: ignore[reportArgumentType]
|
|
5657
5657
|
|
|
5658
5658
|
@builtins.property
|
|
5659
5659
|
@jsii.member(jsii_name="stageName")
|
|
@@ -5666,7 +5666,7 @@ class CfnDeployment(
|
|
|
5666
5666
|
if __debug__:
|
|
5667
5667
|
type_hints = typing.get_type_hints(_typecheckingstub__dc44433d7274089bdd03fea84500e9f0beb1eeaff9bfe635e04e176488a4b977)
|
|
5668
5668
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5669
|
-
jsii.set(self, "stageName", value)
|
|
5669
|
+
jsii.set(self, "stageName", value) # pyright: ignore[reportArgumentType]
|
|
5670
5670
|
|
|
5671
5671
|
@jsii.data_type(
|
|
5672
5672
|
jsii_type="aws-cdk-lib.aws_apigateway.CfnDeployment.AccessLogSettingProperty",
|
|
@@ -6871,7 +6871,7 @@ class CfnDocumentationPart(
|
|
|
6871
6871
|
if __debug__:
|
|
6872
6872
|
type_hints = typing.get_type_hints(_typecheckingstub__14f4e665aec867e4a2272885876c056410b925cd0b123c722ea45b2955af85a1)
|
|
6873
6873
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6874
|
-
jsii.set(self, "location", value)
|
|
6874
|
+
jsii.set(self, "location", value) # pyright: ignore[reportArgumentType]
|
|
6875
6875
|
|
|
6876
6876
|
@builtins.property
|
|
6877
6877
|
@jsii.member(jsii_name="properties")
|
|
@@ -6884,7 +6884,7 @@ class CfnDocumentationPart(
|
|
|
6884
6884
|
if __debug__:
|
|
6885
6885
|
type_hints = typing.get_type_hints(_typecheckingstub__93f87e006391ddb3c52721d6dd593d3d4aaed837c384b102ce1fa28c2614ab77)
|
|
6886
6886
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6887
|
-
jsii.set(self, "properties", value)
|
|
6887
|
+
jsii.set(self, "properties", value) # pyright: ignore[reportArgumentType]
|
|
6888
6888
|
|
|
6889
6889
|
@builtins.property
|
|
6890
6890
|
@jsii.member(jsii_name="restApiId")
|
|
@@ -6897,7 +6897,7 @@ class CfnDocumentationPart(
|
|
|
6897
6897
|
if __debug__:
|
|
6898
6898
|
type_hints = typing.get_type_hints(_typecheckingstub__d314682c2a6c1a3e1a2a0715fc4d7841ba5e92b9328b6f46355136fbfc6f3faf)
|
|
6899
6899
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6900
|
-
jsii.set(self, "restApiId", value)
|
|
6900
|
+
jsii.set(self, "restApiId", value) # pyright: ignore[reportArgumentType]
|
|
6901
6901
|
|
|
6902
6902
|
@jsii.data_type(
|
|
6903
6903
|
jsii_type="aws-cdk-lib.aws_apigateway.CfnDocumentationPart.LocationProperty",
|
|
@@ -7240,7 +7240,7 @@ class CfnDocumentationVersion(
|
|
|
7240
7240
|
if __debug__:
|
|
7241
7241
|
type_hints = typing.get_type_hints(_typecheckingstub__14527ce69d3494649d2319600be0b62cea7a86088da67ddb0b293d7632ed29a0)
|
|
7242
7242
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7243
|
-
jsii.set(self, "documentationVersion", value)
|
|
7243
|
+
jsii.set(self, "documentationVersion", value) # pyright: ignore[reportArgumentType]
|
|
7244
7244
|
|
|
7245
7245
|
@builtins.property
|
|
7246
7246
|
@jsii.member(jsii_name="restApiId")
|
|
@@ -7253,7 +7253,7 @@ class CfnDocumentationVersion(
|
|
|
7253
7253
|
if __debug__:
|
|
7254
7254
|
type_hints = typing.get_type_hints(_typecheckingstub__f76f5a6a1ba4169ac830506b007c4bbb0ce553540e7d6514f143923702ebeb37)
|
|
7255
7255
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7256
|
-
jsii.set(self, "restApiId", value)
|
|
7256
|
+
jsii.set(self, "restApiId", value) # pyright: ignore[reportArgumentType]
|
|
7257
7257
|
|
|
7258
7258
|
@builtins.property
|
|
7259
7259
|
@jsii.member(jsii_name="description")
|
|
@@ -7266,7 +7266,7 @@ class CfnDocumentationVersion(
|
|
|
7266
7266
|
if __debug__:
|
|
7267
7267
|
type_hints = typing.get_type_hints(_typecheckingstub__574316b6d4d513be2315a81cecd2b6fbd1cb48bdded71155573dafc5d3e6c568)
|
|
7268
7268
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7269
|
-
jsii.set(self, "description", value)
|
|
7269
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
7270
7270
|
|
|
7271
7271
|
|
|
7272
7272
|
@jsii.data_type(
|
|
@@ -7541,7 +7541,7 @@ class CfnDomainName(
|
|
|
7541
7541
|
if __debug__:
|
|
7542
7542
|
type_hints = typing.get_type_hints(_typecheckingstub__4ddcd44c07e8517918b3c0629937de8d9249383bd9fe6dca514c5ae57020f60c)
|
|
7543
7543
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7544
|
-
jsii.set(self, "certificateArn", value)
|
|
7544
|
+
jsii.set(self, "certificateArn", value) # pyright: ignore[reportArgumentType]
|
|
7545
7545
|
|
|
7546
7546
|
@builtins.property
|
|
7547
7547
|
@jsii.member(jsii_name="domainName")
|
|
@@ -7554,7 +7554,7 @@ class CfnDomainName(
|
|
|
7554
7554
|
if __debug__:
|
|
7555
7555
|
type_hints = typing.get_type_hints(_typecheckingstub__301350d1701372cecf10b01001cc69af90a5d9626237dfc86d8e6b3930aa621c)
|
|
7556
7556
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7557
|
-
jsii.set(self, "domainName", value)
|
|
7557
|
+
jsii.set(self, "domainName", value) # pyright: ignore[reportArgumentType]
|
|
7558
7558
|
|
|
7559
7559
|
@builtins.property
|
|
7560
7560
|
@jsii.member(jsii_name="endpointConfiguration")
|
|
@@ -7572,7 +7572,7 @@ class CfnDomainName(
|
|
|
7572
7572
|
if __debug__:
|
|
7573
7573
|
type_hints = typing.get_type_hints(_typecheckingstub__5b6543b7bdb9b509d16f1b80ad0629b95916d74d5bfa3d2cd3479381295a54c3)
|
|
7574
7574
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7575
|
-
jsii.set(self, "endpointConfiguration", value)
|
|
7575
|
+
jsii.set(self, "endpointConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
7576
7576
|
|
|
7577
7577
|
@builtins.property
|
|
7578
7578
|
@jsii.member(jsii_name="mutualTlsAuthentication")
|
|
@@ -7590,7 +7590,7 @@ class CfnDomainName(
|
|
|
7590
7590
|
if __debug__:
|
|
7591
7591
|
type_hints = typing.get_type_hints(_typecheckingstub__2f97eed060618803071c91479b39994cbcdc98cdd93e5b0b72f4ffc2872d7544)
|
|
7592
7592
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7593
|
-
jsii.set(self, "mutualTlsAuthentication", value)
|
|
7593
|
+
jsii.set(self, "mutualTlsAuthentication", value) # pyright: ignore[reportArgumentType]
|
|
7594
7594
|
|
|
7595
7595
|
@builtins.property
|
|
7596
7596
|
@jsii.member(jsii_name="ownershipVerificationCertificateArn")
|
|
@@ -7606,7 +7606,7 @@ class CfnDomainName(
|
|
|
7606
7606
|
if __debug__:
|
|
7607
7607
|
type_hints = typing.get_type_hints(_typecheckingstub__c30f641a8ac50e928250c6aa2cebbbef31cde48d9dfbb531dacfcaff08a87853)
|
|
7608
7608
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7609
|
-
jsii.set(self, "ownershipVerificationCertificateArn", value)
|
|
7609
|
+
jsii.set(self, "ownershipVerificationCertificateArn", value) # pyright: ignore[reportArgumentType]
|
|
7610
7610
|
|
|
7611
7611
|
@builtins.property
|
|
7612
7612
|
@jsii.member(jsii_name="regionalCertificateArn")
|
|
@@ -7619,7 +7619,7 @@ class CfnDomainName(
|
|
|
7619
7619
|
if __debug__:
|
|
7620
7620
|
type_hints = typing.get_type_hints(_typecheckingstub__2fa342814b3288d616098cb51248e53b5ed60cc5a1e78e11251fc88cdc16fb4f)
|
|
7621
7621
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7622
|
-
jsii.set(self, "regionalCertificateArn", value)
|
|
7622
|
+
jsii.set(self, "regionalCertificateArn", value) # pyright: ignore[reportArgumentType]
|
|
7623
7623
|
|
|
7624
7624
|
@builtins.property
|
|
7625
7625
|
@jsii.member(jsii_name="securityPolicy")
|
|
@@ -7632,7 +7632,7 @@ class CfnDomainName(
|
|
|
7632
7632
|
if __debug__:
|
|
7633
7633
|
type_hints = typing.get_type_hints(_typecheckingstub__8f65e2b19ddf5075e1df27ef655917695bca8ced9d2b2266dbdadebde2c104bf)
|
|
7634
7634
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7635
|
-
jsii.set(self, "securityPolicy", value)
|
|
7635
|
+
jsii.set(self, "securityPolicy", value) # pyright: ignore[reportArgumentType]
|
|
7636
7636
|
|
|
7637
7637
|
@builtins.property
|
|
7638
7638
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -7645,7 +7645,7 @@ class CfnDomainName(
|
|
|
7645
7645
|
if __debug__:
|
|
7646
7646
|
type_hints = typing.get_type_hints(_typecheckingstub__30658cbd8b896f811f887630d934f0751b5370d775062da4c8686d7caa346a6d)
|
|
7647
7647
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7648
|
-
jsii.set(self, "tagsRaw", value)
|
|
7648
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
7649
7649
|
|
|
7650
7650
|
@jsii.data_type(
|
|
7651
7651
|
jsii_type="aws-cdk-lib.aws_apigateway.CfnDomainName.EndpointConfigurationProperty",
|
|
@@ -8106,7 +8106,7 @@ class CfnGatewayResponse(
|
|
|
8106
8106
|
if __debug__:
|
|
8107
8107
|
type_hints = typing.get_type_hints(_typecheckingstub__517489499e704efc0e1334edfbda78a8c3f8fb74c11556a6d3156744c73eb136)
|
|
8108
8108
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8109
|
-
jsii.set(self, "responseType", value)
|
|
8109
|
+
jsii.set(self, "responseType", value) # pyright: ignore[reportArgumentType]
|
|
8110
8110
|
|
|
8111
8111
|
@builtins.property
|
|
8112
8112
|
@jsii.member(jsii_name="restApiId")
|
|
@@ -8119,7 +8119,7 @@ class CfnGatewayResponse(
|
|
|
8119
8119
|
if __debug__:
|
|
8120
8120
|
type_hints = typing.get_type_hints(_typecheckingstub__191f17a0820f1571d8b0a7b5dbf5ce4d5b0c02faad775c2ded98e41ead62ce7c)
|
|
8121
8121
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8122
|
-
jsii.set(self, "restApiId", value)
|
|
8122
|
+
jsii.set(self, "restApiId", value) # pyright: ignore[reportArgumentType]
|
|
8123
8123
|
|
|
8124
8124
|
@builtins.property
|
|
8125
8125
|
@jsii.member(jsii_name="responseParameters")
|
|
@@ -8137,7 +8137,7 @@ class CfnGatewayResponse(
|
|
|
8137
8137
|
if __debug__:
|
|
8138
8138
|
type_hints = typing.get_type_hints(_typecheckingstub__14cecdeaa3ee3a718e1e415f74286686a7f74799e862f6644b9196fb61ecd39e)
|
|
8139
8139
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8140
|
-
jsii.set(self, "responseParameters", value)
|
|
8140
|
+
jsii.set(self, "responseParameters", value) # pyright: ignore[reportArgumentType]
|
|
8141
8141
|
|
|
8142
8142
|
@builtins.property
|
|
8143
8143
|
@jsii.member(jsii_name="responseTemplates")
|
|
@@ -8155,7 +8155,7 @@ class CfnGatewayResponse(
|
|
|
8155
8155
|
if __debug__:
|
|
8156
8156
|
type_hints = typing.get_type_hints(_typecheckingstub__632192144f7b8204333bf1adf1d758ee8653c884b9a77e07436f3f92f3cc02f1)
|
|
8157
8157
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8158
|
-
jsii.set(self, "responseTemplates", value)
|
|
8158
|
+
jsii.set(self, "responseTemplates", value) # pyright: ignore[reportArgumentType]
|
|
8159
8159
|
|
|
8160
8160
|
@builtins.property
|
|
8161
8161
|
@jsii.member(jsii_name="statusCode")
|
|
@@ -8168,7 +8168,7 @@ class CfnGatewayResponse(
|
|
|
8168
8168
|
if __debug__:
|
|
8169
8169
|
type_hints = typing.get_type_hints(_typecheckingstub__2b7e4863cef0d08069fc0f5b1902c06c852bbb4264a7bf29eb91dddbcf99796d)
|
|
8170
8170
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8171
|
-
jsii.set(self, "statusCode", value)
|
|
8171
|
+
jsii.set(self, "statusCode", value) # pyright: ignore[reportArgumentType]
|
|
8172
8172
|
|
|
8173
8173
|
|
|
8174
8174
|
@jsii.data_type(
|
|
@@ -8492,7 +8492,7 @@ class CfnMethod(
|
|
|
8492
8492
|
if __debug__:
|
|
8493
8493
|
type_hints = typing.get_type_hints(_typecheckingstub__0ccc0188b6af57e2d38ba49462e0896f43d6bfa3ce996c0931251e6dde7040e7)
|
|
8494
8494
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8495
|
-
jsii.set(self, "httpMethod", value)
|
|
8495
|
+
jsii.set(self, "httpMethod", value) # pyright: ignore[reportArgumentType]
|
|
8496
8496
|
|
|
8497
8497
|
@builtins.property
|
|
8498
8498
|
@jsii.member(jsii_name="resourceId")
|
|
@@ -8505,7 +8505,7 @@ class CfnMethod(
|
|
|
8505
8505
|
if __debug__:
|
|
8506
8506
|
type_hints = typing.get_type_hints(_typecheckingstub__9fc44d4f5a49a6bdbead9d0390fd73c1a98a79b959bfff89d0112bae8d79fcd3)
|
|
8507
8507
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8508
|
-
jsii.set(self, "resourceId", value)
|
|
8508
|
+
jsii.set(self, "resourceId", value) # pyright: ignore[reportArgumentType]
|
|
8509
8509
|
|
|
8510
8510
|
@builtins.property
|
|
8511
8511
|
@jsii.member(jsii_name="restApiId")
|
|
@@ -8518,7 +8518,7 @@ class CfnMethod(
|
|
|
8518
8518
|
if __debug__:
|
|
8519
8519
|
type_hints = typing.get_type_hints(_typecheckingstub__3d518e2908644bfeb3c189e7562790cea74e865b221a7053b7fdf9424c4a0a0c)
|
|
8520
8520
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8521
|
-
jsii.set(self, "restApiId", value)
|
|
8521
|
+
jsii.set(self, "restApiId", value) # pyright: ignore[reportArgumentType]
|
|
8522
8522
|
|
|
8523
8523
|
@builtins.property
|
|
8524
8524
|
@jsii.member(jsii_name="apiKeyRequired")
|
|
@@ -8536,7 +8536,7 @@ class CfnMethod(
|
|
|
8536
8536
|
if __debug__:
|
|
8537
8537
|
type_hints = typing.get_type_hints(_typecheckingstub__e69e781a2c7e540d207896f94419e3f760ed4c29f9ce3139745233fa6b7981c2)
|
|
8538
8538
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8539
|
-
jsii.set(self, "apiKeyRequired", value)
|
|
8539
|
+
jsii.set(self, "apiKeyRequired", value) # pyright: ignore[reportArgumentType]
|
|
8540
8540
|
|
|
8541
8541
|
@builtins.property
|
|
8542
8542
|
@jsii.member(jsii_name="authorizationScopes")
|
|
@@ -8552,7 +8552,7 @@ class CfnMethod(
|
|
|
8552
8552
|
if __debug__:
|
|
8553
8553
|
type_hints = typing.get_type_hints(_typecheckingstub__296d6e993d97eff8859d09bf17c367074b201ed0488160306394b41fbd4be75a)
|
|
8554
8554
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8555
|
-
jsii.set(self, "authorizationScopes", value)
|
|
8555
|
+
jsii.set(self, "authorizationScopes", value) # pyright: ignore[reportArgumentType]
|
|
8556
8556
|
|
|
8557
8557
|
@builtins.property
|
|
8558
8558
|
@jsii.member(jsii_name="authorizationType")
|
|
@@ -8565,7 +8565,7 @@ class CfnMethod(
|
|
|
8565
8565
|
if __debug__:
|
|
8566
8566
|
type_hints = typing.get_type_hints(_typecheckingstub__2d418c390ea74492805832b8071bfb30cf855e1d0fa881f6aafb287e62805969)
|
|
8567
8567
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8568
|
-
jsii.set(self, "authorizationType", value)
|
|
8568
|
+
jsii.set(self, "authorizationType", value) # pyright: ignore[reportArgumentType]
|
|
8569
8569
|
|
|
8570
8570
|
@builtins.property
|
|
8571
8571
|
@jsii.member(jsii_name="authorizerId")
|
|
@@ -8578,7 +8578,7 @@ class CfnMethod(
|
|
|
8578
8578
|
if __debug__:
|
|
8579
8579
|
type_hints = typing.get_type_hints(_typecheckingstub__1c3293cf517356146f021e82dda7af894961e39437a6857f08ef4cefefe58f39)
|
|
8580
8580
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8581
|
-
jsii.set(self, "authorizerId", value)
|
|
8581
|
+
jsii.set(self, "authorizerId", value) # pyright: ignore[reportArgumentType]
|
|
8582
8582
|
|
|
8583
8583
|
@builtins.property
|
|
8584
8584
|
@jsii.member(jsii_name="integration")
|
|
@@ -8596,7 +8596,7 @@ class CfnMethod(
|
|
|
8596
8596
|
if __debug__:
|
|
8597
8597
|
type_hints = typing.get_type_hints(_typecheckingstub__9045db34a991c4e4d9f8cd01b69765ec28cd43ce199d57d60ca42a869e0c8b2f)
|
|
8598
8598
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8599
|
-
jsii.set(self, "integration", value)
|
|
8599
|
+
jsii.set(self, "integration", value) # pyright: ignore[reportArgumentType]
|
|
8600
8600
|
|
|
8601
8601
|
@builtins.property
|
|
8602
8602
|
@jsii.member(jsii_name="methodResponses")
|
|
@@ -8614,7 +8614,7 @@ class CfnMethod(
|
|
|
8614
8614
|
if __debug__:
|
|
8615
8615
|
type_hints = typing.get_type_hints(_typecheckingstub__f4cd1cd1b53b103d49142d6ce4ddb3ed1e1c07e1d12b9f7f674058a0bf66dbfc)
|
|
8616
8616
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8617
|
-
jsii.set(self, "methodResponses", value)
|
|
8617
|
+
jsii.set(self, "methodResponses", value) # pyright: ignore[reportArgumentType]
|
|
8618
8618
|
|
|
8619
8619
|
@builtins.property
|
|
8620
8620
|
@jsii.member(jsii_name="operationName")
|
|
@@ -8627,7 +8627,7 @@ class CfnMethod(
|
|
|
8627
8627
|
if __debug__:
|
|
8628
8628
|
type_hints = typing.get_type_hints(_typecheckingstub__b0bad81389b4aa3617129e1c3ecfcf0fc9465d4c338f9939facff2be4b99fa89)
|
|
8629
8629
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8630
|
-
jsii.set(self, "operationName", value)
|
|
8630
|
+
jsii.set(self, "operationName", value) # pyright: ignore[reportArgumentType]
|
|
8631
8631
|
|
|
8632
8632
|
@builtins.property
|
|
8633
8633
|
@jsii.member(jsii_name="requestModels")
|
|
@@ -8645,7 +8645,7 @@ class CfnMethod(
|
|
|
8645
8645
|
if __debug__:
|
|
8646
8646
|
type_hints = typing.get_type_hints(_typecheckingstub__9410b580162450075529d443a9b6c428be7f00e0ec91767954a58ac8cd280749)
|
|
8647
8647
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8648
|
-
jsii.set(self, "requestModels", value)
|
|
8648
|
+
jsii.set(self, "requestModels", value) # pyright: ignore[reportArgumentType]
|
|
8649
8649
|
|
|
8650
8650
|
@builtins.property
|
|
8651
8651
|
@jsii.member(jsii_name="requestParameters")
|
|
@@ -8663,7 +8663,7 @@ class CfnMethod(
|
|
|
8663
8663
|
if __debug__:
|
|
8664
8664
|
type_hints = typing.get_type_hints(_typecheckingstub__872f1b72145d5ceb544a38e2fd82115857a21400a026e9830b7b2459e6e4b0b3)
|
|
8665
8665
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8666
|
-
jsii.set(self, "requestParameters", value)
|
|
8666
|
+
jsii.set(self, "requestParameters", value) # pyright: ignore[reportArgumentType]
|
|
8667
8667
|
|
|
8668
8668
|
@builtins.property
|
|
8669
8669
|
@jsii.member(jsii_name="requestValidatorId")
|
|
@@ -8676,7 +8676,7 @@ class CfnMethod(
|
|
|
8676
8676
|
if __debug__:
|
|
8677
8677
|
type_hints = typing.get_type_hints(_typecheckingstub__6b90156b429c04a252c729c4a8a40f9ba7225826fe83f21d8874bd11326677ba)
|
|
8678
8678
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8679
|
-
jsii.set(self, "requestValidatorId", value)
|
|
8679
|
+
jsii.set(self, "requestValidatorId", value) # pyright: ignore[reportArgumentType]
|
|
8680
8680
|
|
|
8681
8681
|
@jsii.data_type(
|
|
8682
8682
|
jsii_type="aws-cdk-lib.aws_apigateway.CfnMethod.IntegrationProperty",
|
|
@@ -9677,7 +9677,7 @@ class CfnModel(
|
|
|
9677
9677
|
if __debug__:
|
|
9678
9678
|
type_hints = typing.get_type_hints(_typecheckingstub__4a3c5b423cee3a8c0b9103f5d4563c6257372b12489d27543585737ab1c56396)
|
|
9679
9679
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9680
|
-
jsii.set(self, "restApiId", value)
|
|
9680
|
+
jsii.set(self, "restApiId", value) # pyright: ignore[reportArgumentType]
|
|
9681
9681
|
|
|
9682
9682
|
@builtins.property
|
|
9683
9683
|
@jsii.member(jsii_name="contentType")
|
|
@@ -9690,7 +9690,7 @@ class CfnModel(
|
|
|
9690
9690
|
if __debug__:
|
|
9691
9691
|
type_hints = typing.get_type_hints(_typecheckingstub__7e9538583fde25d5a4bfbf9ad18d6b8e965c725934d293324f3ddd0a2b541cff)
|
|
9692
9692
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9693
|
-
jsii.set(self, "contentType", value)
|
|
9693
|
+
jsii.set(self, "contentType", value) # pyright: ignore[reportArgumentType]
|
|
9694
9694
|
|
|
9695
9695
|
@builtins.property
|
|
9696
9696
|
@jsii.member(jsii_name="description")
|
|
@@ -9703,7 +9703,7 @@ class CfnModel(
|
|
|
9703
9703
|
if __debug__:
|
|
9704
9704
|
type_hints = typing.get_type_hints(_typecheckingstub__e14bcaa67c5515b8d1e714c0cd74ace7e6734c83e3b4142cb061c10507dfe866)
|
|
9705
9705
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9706
|
-
jsii.set(self, "description", value)
|
|
9706
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
9707
9707
|
|
|
9708
9708
|
@builtins.property
|
|
9709
9709
|
@jsii.member(jsii_name="name")
|
|
@@ -9716,7 +9716,7 @@ class CfnModel(
|
|
|
9716
9716
|
if __debug__:
|
|
9717
9717
|
type_hints = typing.get_type_hints(_typecheckingstub__7970ef90ab7e30e7216cfcd425ee6821d9f9f51870d49472d5510bba9479cc61)
|
|
9718
9718
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9719
|
-
jsii.set(self, "name", value)
|
|
9719
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
9720
9720
|
|
|
9721
9721
|
@builtins.property
|
|
9722
9722
|
@jsii.member(jsii_name="schema")
|
|
@@ -9729,7 +9729,7 @@ class CfnModel(
|
|
|
9729
9729
|
if __debug__:
|
|
9730
9730
|
type_hints = typing.get_type_hints(_typecheckingstub__189ff15874544c903e011bd25d8e6463925d43c41be7532a43378df709f954e5)
|
|
9731
9731
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9732
|
-
jsii.set(self, "schema", value)
|
|
9732
|
+
jsii.set(self, "schema", value) # pyright: ignore[reportArgumentType]
|
|
9733
9733
|
|
|
9734
9734
|
|
|
9735
9735
|
@jsii.data_type(
|
|
@@ -9984,7 +9984,7 @@ class CfnRequestValidator(
|
|
|
9984
9984
|
if __debug__:
|
|
9985
9985
|
type_hints = typing.get_type_hints(_typecheckingstub__07bb96cf571f51a62f52665a351ca4c709ad118bf59cd4aa41af57efb92eec6e)
|
|
9986
9986
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9987
|
-
jsii.set(self, "restApiId", value)
|
|
9987
|
+
jsii.set(self, "restApiId", value) # pyright: ignore[reportArgumentType]
|
|
9988
9988
|
|
|
9989
9989
|
@builtins.property
|
|
9990
9990
|
@jsii.member(jsii_name="name")
|
|
@@ -9997,7 +9997,7 @@ class CfnRequestValidator(
|
|
|
9997
9997
|
if __debug__:
|
|
9998
9998
|
type_hints = typing.get_type_hints(_typecheckingstub__3310f00b8f9e73048d492671ff4850531b0974156243790df75c71159938d907)
|
|
9999
9999
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10000
|
-
jsii.set(self, "name", value)
|
|
10000
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
10001
10001
|
|
|
10002
10002
|
@builtins.property
|
|
10003
10003
|
@jsii.member(jsii_name="validateRequestBody")
|
|
@@ -10015,7 +10015,7 @@ class CfnRequestValidator(
|
|
|
10015
10015
|
if __debug__:
|
|
10016
10016
|
type_hints = typing.get_type_hints(_typecheckingstub__b15e7c43afb2ebc0faf4f31ac1e746c2f98b627e8a0e48213f58832ba86c3ec7)
|
|
10017
10017
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10018
|
-
jsii.set(self, "validateRequestBody", value)
|
|
10018
|
+
jsii.set(self, "validateRequestBody", value) # pyright: ignore[reportArgumentType]
|
|
10019
10019
|
|
|
10020
10020
|
@builtins.property
|
|
10021
10021
|
@jsii.member(jsii_name="validateRequestParameters")
|
|
@@ -10033,7 +10033,7 @@ class CfnRequestValidator(
|
|
|
10033
10033
|
if __debug__:
|
|
10034
10034
|
type_hints = typing.get_type_hints(_typecheckingstub__373b014f81740f98fc49cfce56f72c1e0b243f647842baa67363b94506b1aed5)
|
|
10035
10035
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10036
|
-
jsii.set(self, "validateRequestParameters", value)
|
|
10036
|
+
jsii.set(self, "validateRequestParameters", value) # pyright: ignore[reportArgumentType]
|
|
10037
10037
|
|
|
10038
10038
|
|
|
10039
10039
|
@jsii.data_type(
|
|
@@ -10257,7 +10257,7 @@ class CfnResource(
|
|
|
10257
10257
|
if __debug__:
|
|
10258
10258
|
type_hints = typing.get_type_hints(_typecheckingstub__733461cc0be55889efa94f529eecfe1e39854350082156c58f940ff2836d1d22)
|
|
10259
10259
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10260
|
-
jsii.set(self, "parentId", value)
|
|
10260
|
+
jsii.set(self, "parentId", value) # pyright: ignore[reportArgumentType]
|
|
10261
10261
|
|
|
10262
10262
|
@builtins.property
|
|
10263
10263
|
@jsii.member(jsii_name="pathPart")
|
|
@@ -10270,7 +10270,7 @@ class CfnResource(
|
|
|
10270
10270
|
if __debug__:
|
|
10271
10271
|
type_hints = typing.get_type_hints(_typecheckingstub__2f3bcfc274c219391ada7b47c4a3ad6012b4dd8ce25d74c8dc297162032e3209)
|
|
10272
10272
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10273
|
-
jsii.set(self, "pathPart", value)
|
|
10273
|
+
jsii.set(self, "pathPart", value) # pyright: ignore[reportArgumentType]
|
|
10274
10274
|
|
|
10275
10275
|
@builtins.property
|
|
10276
10276
|
@jsii.member(jsii_name="restApiId")
|
|
@@ -10283,7 +10283,7 @@ class CfnResource(
|
|
|
10283
10283
|
if __debug__:
|
|
10284
10284
|
type_hints = typing.get_type_hints(_typecheckingstub__1728e101c5ee29c1334ae52f2d1757e5e5f11fa9664aa2d54ef0e876d6590a81)
|
|
10285
10285
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10286
|
-
jsii.set(self, "restApiId", value)
|
|
10286
|
+
jsii.set(self, "restApiId", value) # pyright: ignore[reportArgumentType]
|
|
10287
10287
|
|
|
10288
10288
|
|
|
10289
10289
|
@jsii.data_type(
|
|
@@ -10569,7 +10569,7 @@ class CfnRestApi(
|
|
|
10569
10569
|
if __debug__:
|
|
10570
10570
|
type_hints = typing.get_type_hints(_typecheckingstub__885692d26cf256ea028d4888289ae060ae3d89b80470c8ff0f82559c7623a155)
|
|
10571
10571
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10572
|
-
jsii.set(self, "apiKeySourceType", value)
|
|
10572
|
+
jsii.set(self, "apiKeySourceType", value) # pyright: ignore[reportArgumentType]
|
|
10573
10573
|
|
|
10574
10574
|
@builtins.property
|
|
10575
10575
|
@jsii.member(jsii_name="binaryMediaTypes")
|
|
@@ -10585,7 +10585,7 @@ class CfnRestApi(
|
|
|
10585
10585
|
if __debug__:
|
|
10586
10586
|
type_hints = typing.get_type_hints(_typecheckingstub__e5382629090fca37327ab38dbd9d2807d25d11bdd4aa29ea10df0383a905ff97)
|
|
10587
10587
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10588
|
-
jsii.set(self, "binaryMediaTypes", value)
|
|
10588
|
+
jsii.set(self, "binaryMediaTypes", value) # pyright: ignore[reportArgumentType]
|
|
10589
10589
|
|
|
10590
10590
|
@builtins.property
|
|
10591
10591
|
@jsii.member(jsii_name="body")
|
|
@@ -10598,7 +10598,7 @@ class CfnRestApi(
|
|
|
10598
10598
|
if __debug__:
|
|
10599
10599
|
type_hints = typing.get_type_hints(_typecheckingstub__531f017906edab784c1a550cefadd535f6de66c5fb156fb602b44dbb6ddf59c5)
|
|
10600
10600
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10601
|
-
jsii.set(self, "body", value)
|
|
10601
|
+
jsii.set(self, "body", value) # pyright: ignore[reportArgumentType]
|
|
10602
10602
|
|
|
10603
10603
|
@builtins.property
|
|
10604
10604
|
@jsii.member(jsii_name="bodyS3Location")
|
|
@@ -10616,7 +10616,7 @@ class CfnRestApi(
|
|
|
10616
10616
|
if __debug__:
|
|
10617
10617
|
type_hints = typing.get_type_hints(_typecheckingstub__ef1ea351452be8b47bde86a70f6ceb7d6cdf7e0f3cadbc3aa763c8e6a8ebe58c)
|
|
10618
10618
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10619
|
-
jsii.set(self, "bodyS3Location", value)
|
|
10619
|
+
jsii.set(self, "bodyS3Location", value) # pyright: ignore[reportArgumentType]
|
|
10620
10620
|
|
|
10621
10621
|
@builtins.property
|
|
10622
10622
|
@jsii.member(jsii_name="cloneFrom")
|
|
@@ -10629,7 +10629,7 @@ class CfnRestApi(
|
|
|
10629
10629
|
if __debug__:
|
|
10630
10630
|
type_hints = typing.get_type_hints(_typecheckingstub__8f0c822c5e44a830e35483bcfc17fe0d274c44fa77e7cac67357b8cb05dc0371)
|
|
10631
10631
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10632
|
-
jsii.set(self, "cloneFrom", value)
|
|
10632
|
+
jsii.set(self, "cloneFrom", value) # pyright: ignore[reportArgumentType]
|
|
10633
10633
|
|
|
10634
10634
|
@builtins.property
|
|
10635
10635
|
@jsii.member(jsii_name="description")
|
|
@@ -10642,7 +10642,7 @@ class CfnRestApi(
|
|
|
10642
10642
|
if __debug__:
|
|
10643
10643
|
type_hints = typing.get_type_hints(_typecheckingstub__862c58d133c7c7042cd781761e3c59bc0b1a0787a856efc4acf0f9379d626fde)
|
|
10644
10644
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10645
|
-
jsii.set(self, "description", value)
|
|
10645
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
10646
10646
|
|
|
10647
10647
|
@builtins.property
|
|
10648
10648
|
@jsii.member(jsii_name="disableExecuteApiEndpoint")
|
|
@@ -10660,7 +10660,7 @@ class CfnRestApi(
|
|
|
10660
10660
|
if __debug__:
|
|
10661
10661
|
type_hints = typing.get_type_hints(_typecheckingstub__b9945526e80dc90cbfbb86ac5f423295588dfd680221afef09db1c77df2985fb)
|
|
10662
10662
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10663
|
-
jsii.set(self, "disableExecuteApiEndpoint", value)
|
|
10663
|
+
jsii.set(self, "disableExecuteApiEndpoint", value) # pyright: ignore[reportArgumentType]
|
|
10664
10664
|
|
|
10665
10665
|
@builtins.property
|
|
10666
10666
|
@jsii.member(jsii_name="endpointConfiguration")
|
|
@@ -10678,7 +10678,7 @@ class CfnRestApi(
|
|
|
10678
10678
|
if __debug__:
|
|
10679
10679
|
type_hints = typing.get_type_hints(_typecheckingstub__d74e18e19938f0a8587b0106d2093ba2b9044df35435213edb73072f46f6877e)
|
|
10680
10680
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10681
|
-
jsii.set(self, "endpointConfiguration", value)
|
|
10681
|
+
jsii.set(self, "endpointConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
10682
10682
|
|
|
10683
10683
|
@builtins.property
|
|
10684
10684
|
@jsii.member(jsii_name="failOnWarnings")
|
|
@@ -10696,7 +10696,7 @@ class CfnRestApi(
|
|
|
10696
10696
|
if __debug__:
|
|
10697
10697
|
type_hints = typing.get_type_hints(_typecheckingstub__58328de38298447d398e8e44c69092ec4537ecc0e975cba2b8fcfcd76fba050c)
|
|
10698
10698
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10699
|
-
jsii.set(self, "failOnWarnings", value)
|
|
10699
|
+
jsii.set(self, "failOnWarnings", value) # pyright: ignore[reportArgumentType]
|
|
10700
10700
|
|
|
10701
10701
|
@builtins.property
|
|
10702
10702
|
@jsii.member(jsii_name="minimumCompressionSize")
|
|
@@ -10709,7 +10709,7 @@ class CfnRestApi(
|
|
|
10709
10709
|
if __debug__:
|
|
10710
10710
|
type_hints = typing.get_type_hints(_typecheckingstub__596348b4cfe4fa636b4ea4d3f191b4cd9319edbbd44bc9b7a4a8578b74311888)
|
|
10711
10711
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10712
|
-
jsii.set(self, "minimumCompressionSize", value)
|
|
10712
|
+
jsii.set(self, "minimumCompressionSize", value) # pyright: ignore[reportArgumentType]
|
|
10713
10713
|
|
|
10714
10714
|
@builtins.property
|
|
10715
10715
|
@jsii.member(jsii_name="mode")
|
|
@@ -10722,7 +10722,7 @@ class CfnRestApi(
|
|
|
10722
10722
|
if __debug__:
|
|
10723
10723
|
type_hints = typing.get_type_hints(_typecheckingstub__0236c7b6983a410b44b3cbaa06c4b2d5531201236c757bf05850f5f3270357b4)
|
|
10724
10724
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10725
|
-
jsii.set(self, "mode", value)
|
|
10725
|
+
jsii.set(self, "mode", value) # pyright: ignore[reportArgumentType]
|
|
10726
10726
|
|
|
10727
10727
|
@builtins.property
|
|
10728
10728
|
@jsii.member(jsii_name="name")
|
|
@@ -10735,7 +10735,7 @@ class CfnRestApi(
|
|
|
10735
10735
|
if __debug__:
|
|
10736
10736
|
type_hints = typing.get_type_hints(_typecheckingstub__3b2f687ba486b97daef3efdc148372d3d51144ffda7dc8bf1ef44bc7707f30a9)
|
|
10737
10737
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10738
|
-
jsii.set(self, "name", value)
|
|
10738
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
10739
10739
|
|
|
10740
10740
|
@builtins.property
|
|
10741
10741
|
@jsii.member(jsii_name="parameters")
|
|
@@ -10753,7 +10753,7 @@ class CfnRestApi(
|
|
|
10753
10753
|
if __debug__:
|
|
10754
10754
|
type_hints = typing.get_type_hints(_typecheckingstub__ccaf03012418784e0b764088769b0e23937e2028288348151f0ccfbfd74daa7b)
|
|
10755
10755
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10756
|
-
jsii.set(self, "parameters", value)
|
|
10756
|
+
jsii.set(self, "parameters", value) # pyright: ignore[reportArgumentType]
|
|
10757
10757
|
|
|
10758
10758
|
@builtins.property
|
|
10759
10759
|
@jsii.member(jsii_name="policy")
|
|
@@ -10766,7 +10766,7 @@ class CfnRestApi(
|
|
|
10766
10766
|
if __debug__:
|
|
10767
10767
|
type_hints = typing.get_type_hints(_typecheckingstub__b7c411e289712e4a9bfc8e944902e0103f628540a4cf7e48a8c9167888e17d8f)
|
|
10768
10768
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10769
|
-
jsii.set(self, "policy", value)
|
|
10769
|
+
jsii.set(self, "policy", value) # pyright: ignore[reportArgumentType]
|
|
10770
10770
|
|
|
10771
10771
|
@builtins.property
|
|
10772
10772
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -10779,7 +10779,7 @@ class CfnRestApi(
|
|
|
10779
10779
|
if __debug__:
|
|
10780
10780
|
type_hints = typing.get_type_hints(_typecheckingstub__9ae71bb5beb4f360ca0016003cbb508243a9ad4b5e494d1a4655780f8350d620)
|
|
10781
10781
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10782
|
-
jsii.set(self, "tagsRaw", value)
|
|
10782
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
10783
10783
|
|
|
10784
10784
|
@jsii.data_type(
|
|
10785
10785
|
jsii_type="aws-cdk-lib.aws_apigateway.CfnRestApi.EndpointConfigurationProperty",
|
|
@@ -11488,7 +11488,7 @@ class CfnStage(
|
|
|
11488
11488
|
if __debug__:
|
|
11489
11489
|
type_hints = typing.get_type_hints(_typecheckingstub__9ca229a168b1b0b5ce09bd9b4e98305cde5990bd63de169188c68b738fe0d449)
|
|
11490
11490
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
11491
|
-
jsii.set(self, "restApiId", value)
|
|
11491
|
+
jsii.set(self, "restApiId", value) # pyright: ignore[reportArgumentType]
|
|
11492
11492
|
|
|
11493
11493
|
@builtins.property
|
|
11494
11494
|
@jsii.member(jsii_name="accessLogSetting")
|
|
@@ -11506,7 +11506,7 @@ class CfnStage(
|
|
|
11506
11506
|
if __debug__:
|
|
11507
11507
|
type_hints = typing.get_type_hints(_typecheckingstub__4ec6e534bced79a9cafcc6abbc05784c0cb0288cb0ceddf15685c1b08de26154)
|
|
11508
11508
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
11509
|
-
jsii.set(self, "accessLogSetting", value)
|
|
11509
|
+
jsii.set(self, "accessLogSetting", value) # pyright: ignore[reportArgumentType]
|
|
11510
11510
|
|
|
11511
11511
|
@builtins.property
|
|
11512
11512
|
@jsii.member(jsii_name="cacheClusterEnabled")
|
|
@@ -11524,7 +11524,7 @@ class CfnStage(
|
|
|
11524
11524
|
if __debug__:
|
|
11525
11525
|
type_hints = typing.get_type_hints(_typecheckingstub__3ee668c29f68c01d258ef4be4dd02663e6079d12d2e7a426bb59ee67ced9e11a)
|
|
11526
11526
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
11527
|
-
jsii.set(self, "cacheClusterEnabled", value)
|
|
11527
|
+
jsii.set(self, "cacheClusterEnabled", value) # pyright: ignore[reportArgumentType]
|
|
11528
11528
|
|
|
11529
11529
|
@builtins.property
|
|
11530
11530
|
@jsii.member(jsii_name="cacheClusterSize")
|
|
@@ -11537,7 +11537,7 @@ class CfnStage(
|
|
|
11537
11537
|
if __debug__:
|
|
11538
11538
|
type_hints = typing.get_type_hints(_typecheckingstub__00e1683921bb5cd99260b5eecf65249ad0c7ec02b74f9d20b2cbc171292c3f7d)
|
|
11539
11539
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
11540
|
-
jsii.set(self, "cacheClusterSize", value)
|
|
11540
|
+
jsii.set(self, "cacheClusterSize", value) # pyright: ignore[reportArgumentType]
|
|
11541
11541
|
|
|
11542
11542
|
@builtins.property
|
|
11543
11543
|
@jsii.member(jsii_name="canarySetting")
|
|
@@ -11555,7 +11555,7 @@ class CfnStage(
|
|
|
11555
11555
|
if __debug__:
|
|
11556
11556
|
type_hints = typing.get_type_hints(_typecheckingstub__9d5d7d1801b50fbfd2d815556acd623df5f38aeb7411e52819b30b70c8f8c10e)
|
|
11557
11557
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
11558
|
-
jsii.set(self, "canarySetting", value)
|
|
11558
|
+
jsii.set(self, "canarySetting", value) # pyright: ignore[reportArgumentType]
|
|
11559
11559
|
|
|
11560
11560
|
@builtins.property
|
|
11561
11561
|
@jsii.member(jsii_name="clientCertificateId")
|
|
@@ -11568,7 +11568,7 @@ class CfnStage(
|
|
|
11568
11568
|
if __debug__:
|
|
11569
11569
|
type_hints = typing.get_type_hints(_typecheckingstub__049bb95685cc5927fe6ddc6e401647bcd58f7e6ed1fb57110891f9f362d1f301)
|
|
11570
11570
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
11571
|
-
jsii.set(self, "clientCertificateId", value)
|
|
11571
|
+
jsii.set(self, "clientCertificateId", value) # pyright: ignore[reportArgumentType]
|
|
11572
11572
|
|
|
11573
11573
|
@builtins.property
|
|
11574
11574
|
@jsii.member(jsii_name="deploymentId")
|
|
@@ -11581,7 +11581,7 @@ class CfnStage(
|
|
|
11581
11581
|
if __debug__:
|
|
11582
11582
|
type_hints = typing.get_type_hints(_typecheckingstub__fba2567d2b966821e080aba32b1cd088bc600d1029a4676851f4d300fa7cc1fa)
|
|
11583
11583
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
11584
|
-
jsii.set(self, "deploymentId", value)
|
|
11584
|
+
jsii.set(self, "deploymentId", value) # pyright: ignore[reportArgumentType]
|
|
11585
11585
|
|
|
11586
11586
|
@builtins.property
|
|
11587
11587
|
@jsii.member(jsii_name="description")
|
|
@@ -11594,7 +11594,7 @@ class CfnStage(
|
|
|
11594
11594
|
if __debug__:
|
|
11595
11595
|
type_hints = typing.get_type_hints(_typecheckingstub__e1861f79324f8dab5999eb9db261a7d96b7415bdcdadd56b5ef15d15c387bc02)
|
|
11596
11596
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
11597
|
-
jsii.set(self, "description", value)
|
|
11597
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
11598
11598
|
|
|
11599
11599
|
@builtins.property
|
|
11600
11600
|
@jsii.member(jsii_name="documentationVersion")
|
|
@@ -11607,7 +11607,7 @@ class CfnStage(
|
|
|
11607
11607
|
if __debug__:
|
|
11608
11608
|
type_hints = typing.get_type_hints(_typecheckingstub__debfee4245a2fcafcc1e179b7f7e2fc02357e6b0b2cd14accda3101b89c0d0ae)
|
|
11609
11609
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
11610
|
-
jsii.set(self, "documentationVersion", value)
|
|
11610
|
+
jsii.set(self, "documentationVersion", value) # pyright: ignore[reportArgumentType]
|
|
11611
11611
|
|
|
11612
11612
|
@builtins.property
|
|
11613
11613
|
@jsii.member(jsii_name="methodSettings")
|
|
@@ -11625,7 +11625,7 @@ class CfnStage(
|
|
|
11625
11625
|
if __debug__:
|
|
11626
11626
|
type_hints = typing.get_type_hints(_typecheckingstub__1e6c0cd8393b418858c9216e7b06705c7834d5bc728b465c401f21e5ea5f71be)
|
|
11627
11627
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
11628
|
-
jsii.set(self, "methodSettings", value)
|
|
11628
|
+
jsii.set(self, "methodSettings", value) # pyright: ignore[reportArgumentType]
|
|
11629
11629
|
|
|
11630
11630
|
@builtins.property
|
|
11631
11631
|
@jsii.member(jsii_name="stageName")
|
|
@@ -11638,7 +11638,7 @@ class CfnStage(
|
|
|
11638
11638
|
if __debug__:
|
|
11639
11639
|
type_hints = typing.get_type_hints(_typecheckingstub__6a7c85c7f5a361a8304fa7bb7fcaed008b51e0e42a47c71561aa783f667e9b76)
|
|
11640
11640
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
11641
|
-
jsii.set(self, "stageName", value)
|
|
11641
|
+
jsii.set(self, "stageName", value) # pyright: ignore[reportArgumentType]
|
|
11642
11642
|
|
|
11643
11643
|
@builtins.property
|
|
11644
11644
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -11651,7 +11651,7 @@ class CfnStage(
|
|
|
11651
11651
|
if __debug__:
|
|
11652
11652
|
type_hints = typing.get_type_hints(_typecheckingstub__dfc53c1ffa80a62c546222c14af688ddd25a1a97b9dea37ac1ed4738123c0369)
|
|
11653
11653
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
11654
|
-
jsii.set(self, "tagsRaw", value)
|
|
11654
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
11655
11655
|
|
|
11656
11656
|
@builtins.property
|
|
11657
11657
|
@jsii.member(jsii_name="tracingEnabled")
|
|
@@ -11669,7 +11669,7 @@ class CfnStage(
|
|
|
11669
11669
|
if __debug__:
|
|
11670
11670
|
type_hints = typing.get_type_hints(_typecheckingstub__080398f14f82f9de64dfd739f23cedcc4a0465bf221903bff436a81eae9e6934)
|
|
11671
11671
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
11672
|
-
jsii.set(self, "tracingEnabled", value)
|
|
11672
|
+
jsii.set(self, "tracingEnabled", value) # pyright: ignore[reportArgumentType]
|
|
11673
11673
|
|
|
11674
11674
|
@builtins.property
|
|
11675
11675
|
@jsii.member(jsii_name="variables")
|
|
@@ -11687,7 +11687,7 @@ class CfnStage(
|
|
|
11687
11687
|
if __debug__:
|
|
11688
11688
|
type_hints = typing.get_type_hints(_typecheckingstub__0ce3ef85d7e159e99ea72997d34d02601f6ebfa6c900e82024469d23fa9822c8)
|
|
11689
11689
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
11690
|
-
jsii.set(self, "variables", value)
|
|
11690
|
+
jsii.set(self, "variables", value) # pyright: ignore[reportArgumentType]
|
|
11691
11691
|
|
|
11692
11692
|
@jsii.data_type(
|
|
11693
11693
|
jsii_type="aws-cdk-lib.aws_apigateway.CfnStage.AccessLogSettingProperty",
|
|
@@ -12575,7 +12575,7 @@ class CfnUsagePlan(
|
|
|
12575
12575
|
if __debug__:
|
|
12576
12576
|
type_hints = typing.get_type_hints(_typecheckingstub__eeb3717cd8ad7650ffb0c5ab0567712b5232a5dc6e6703261d556db1205cf97b)
|
|
12577
12577
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
12578
|
-
jsii.set(self, "apiStages", value)
|
|
12578
|
+
jsii.set(self, "apiStages", value) # pyright: ignore[reportArgumentType]
|
|
12579
12579
|
|
|
12580
12580
|
@builtins.property
|
|
12581
12581
|
@jsii.member(jsii_name="description")
|
|
@@ -12588,7 +12588,7 @@ class CfnUsagePlan(
|
|
|
12588
12588
|
if __debug__:
|
|
12589
12589
|
type_hints = typing.get_type_hints(_typecheckingstub__146f9bb6c76b58140d8075c3f92748c21daaf43964f299dcc8701877d7e4aebc)
|
|
12590
12590
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
12591
|
-
jsii.set(self, "description", value)
|
|
12591
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
12592
12592
|
|
|
12593
12593
|
@builtins.property
|
|
12594
12594
|
@jsii.member(jsii_name="quota")
|
|
@@ -12606,7 +12606,7 @@ class CfnUsagePlan(
|
|
|
12606
12606
|
if __debug__:
|
|
12607
12607
|
type_hints = typing.get_type_hints(_typecheckingstub__1a290093c5b354ddfe1c3c09c8300496bbaf7cc35398f091f46ac078b87e5e0c)
|
|
12608
12608
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
12609
|
-
jsii.set(self, "quota", value)
|
|
12609
|
+
jsii.set(self, "quota", value) # pyright: ignore[reportArgumentType]
|
|
12610
12610
|
|
|
12611
12611
|
@builtins.property
|
|
12612
12612
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -12619,7 +12619,7 @@ class CfnUsagePlan(
|
|
|
12619
12619
|
if __debug__:
|
|
12620
12620
|
type_hints = typing.get_type_hints(_typecheckingstub__19cbff4e5b2762a5c6d1fe84db84662e69843a892de1e65537b240e3cd06aeda)
|
|
12621
12621
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
12622
|
-
jsii.set(self, "tagsRaw", value)
|
|
12622
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
12623
12623
|
|
|
12624
12624
|
@builtins.property
|
|
12625
12625
|
@jsii.member(jsii_name="throttle")
|
|
@@ -12637,7 +12637,7 @@ class CfnUsagePlan(
|
|
|
12637
12637
|
if __debug__:
|
|
12638
12638
|
type_hints = typing.get_type_hints(_typecheckingstub__3bd5e493b47368f8e04fdd1f81de0527fa9c9c1fd5b9390595a6be1196acab73)
|
|
12639
12639
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
12640
|
-
jsii.set(self, "throttle", value)
|
|
12640
|
+
jsii.set(self, "throttle", value) # pyright: ignore[reportArgumentType]
|
|
12641
12641
|
|
|
12642
12642
|
@builtins.property
|
|
12643
12643
|
@jsii.member(jsii_name="usagePlanName")
|
|
@@ -12650,7 +12650,7 @@ class CfnUsagePlan(
|
|
|
12650
12650
|
if __debug__:
|
|
12651
12651
|
type_hints = typing.get_type_hints(_typecheckingstub__f58e0b0f2503d3467f040ade3a60720b88df89f4f7dadeed6b309b7ff0b271a9)
|
|
12652
12652
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
12653
|
-
jsii.set(self, "usagePlanName", value)
|
|
12653
|
+
jsii.set(self, "usagePlanName", value) # pyright: ignore[reportArgumentType]
|
|
12654
12654
|
|
|
12655
12655
|
@jsii.data_type(
|
|
12656
12656
|
jsii_type="aws-cdk-lib.aws_apigateway.CfnUsagePlan.ApiStageProperty",
|
|
@@ -13016,7 +13016,7 @@ class CfnUsagePlanKey(
|
|
|
13016
13016
|
if __debug__:
|
|
13017
13017
|
type_hints = typing.get_type_hints(_typecheckingstub__d7340807c3f5327fe151d1093b1f45745221ef30b694defa5c64bd2da102d3cd)
|
|
13018
13018
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
13019
|
-
jsii.set(self, "keyId", value)
|
|
13019
|
+
jsii.set(self, "keyId", value) # pyright: ignore[reportArgumentType]
|
|
13020
13020
|
|
|
13021
13021
|
@builtins.property
|
|
13022
13022
|
@jsii.member(jsii_name="keyType")
|
|
@@ -13029,7 +13029,7 @@ class CfnUsagePlanKey(
|
|
|
13029
13029
|
if __debug__:
|
|
13030
13030
|
type_hints = typing.get_type_hints(_typecheckingstub__f2cb078f0d05612a9a803dad439ae3683916ced402c0ba8c8ffd77b0f5942012)
|
|
13031
13031
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
13032
|
-
jsii.set(self, "keyType", value)
|
|
13032
|
+
jsii.set(self, "keyType", value) # pyright: ignore[reportArgumentType]
|
|
13033
13033
|
|
|
13034
13034
|
@builtins.property
|
|
13035
13035
|
@jsii.member(jsii_name="usagePlanId")
|
|
@@ -13042,7 +13042,7 @@ class CfnUsagePlanKey(
|
|
|
13042
13042
|
if __debug__:
|
|
13043
13043
|
type_hints = typing.get_type_hints(_typecheckingstub__7cbbe93db800e3cbd5bf70d2a26188eca9cc95ab585564a20d35a927abf55572)
|
|
13044
13044
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
13045
|
-
jsii.set(self, "usagePlanId", value)
|
|
13045
|
+
jsii.set(self, "usagePlanId", value) # pyright: ignore[reportArgumentType]
|
|
13046
13046
|
|
|
13047
13047
|
|
|
13048
13048
|
@jsii.data_type(
|
|
@@ -13425,7 +13425,7 @@ class CfnVpcLink(
|
|
|
13425
13425
|
if __debug__:
|
|
13426
13426
|
type_hints = typing.get_type_hints(_typecheckingstub__2cd3b0f2cc5f6ceabb69c9d0b3da4ccfb8bd07499cca83a529dd602f329f80e8)
|
|
13427
13427
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
13428
|
-
jsii.set(self, "name", value)
|
|
13428
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
13429
13429
|
|
|
13430
13430
|
@builtins.property
|
|
13431
13431
|
@jsii.member(jsii_name="targetArns")
|
|
@@ -13438,7 +13438,7 @@ class CfnVpcLink(
|
|
|
13438
13438
|
if __debug__:
|
|
13439
13439
|
type_hints = typing.get_type_hints(_typecheckingstub__5b1651d2015e3f87ef3456d5acb73fee922ab3f90f0f2652d1276fe93341237a)
|
|
13440
13440
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
13441
|
-
jsii.set(self, "targetArns", value)
|
|
13441
|
+
jsii.set(self, "targetArns", value) # pyright: ignore[reportArgumentType]
|
|
13442
13442
|
|
|
13443
13443
|
@builtins.property
|
|
13444
13444
|
@jsii.member(jsii_name="description")
|
|
@@ -13451,7 +13451,7 @@ class CfnVpcLink(
|
|
|
13451
13451
|
if __debug__:
|
|
13452
13452
|
type_hints = typing.get_type_hints(_typecheckingstub__0185ec4ceafba374d710d7b8cdda1b198dbfe7c36d40a77152f389184b14d91e)
|
|
13453
13453
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
13454
|
-
jsii.set(self, "description", value)
|
|
13454
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
13455
13455
|
|
|
13456
13456
|
@builtins.property
|
|
13457
13457
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -13464,7 +13464,7 @@ class CfnVpcLink(
|
|
|
13464
13464
|
if __debug__:
|
|
13465
13465
|
type_hints = typing.get_type_hints(_typecheckingstub__652ea3fc4dcb1c64632ca0820a4de66a3d5f773676a1a643b6de49530a665c93)
|
|
13466
13466
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
13467
|
-
jsii.set(self, "tagsRaw", value)
|
|
13467
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
13468
13468
|
|
|
13469
13469
|
|
|
13470
13470
|
@jsii.data_type(
|
|
@@ -15922,7 +15922,7 @@ class _IRestApiProxy(
|
|
|
15922
15922
|
if __debug__:
|
|
15923
15923
|
type_hints = typing.get_type_hints(_typecheckingstub__fe0bd06953138c343b6fef3c8a33c43e09cffe6099ff45fef8c8f71fe6ce482d)
|
|
15924
15924
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
15925
|
-
jsii.set(self, "deploymentStage", value)
|
|
15925
|
+
jsii.set(self, "deploymentStage", value) # pyright: ignore[reportArgumentType]
|
|
15926
15926
|
|
|
15927
15927
|
@jsii.member(jsii_name="arnForExecuteApi")
|
|
15928
15928
|
def arn_for_execute_api(
|
|
@@ -23109,7 +23109,7 @@ class RestApiBase(
|
|
|
23109
23109
|
if __debug__:
|
|
23110
23110
|
type_hints = typing.get_type_hints(_typecheckingstub__cf628068dcf8f5bca2362c01110edbb298205e46fd82d669790db1407a871bf2)
|
|
23111
23111
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
23112
|
-
jsii.set(self, "deploymentStage", value)
|
|
23112
|
+
jsii.set(self, "deploymentStage", value) # pyright: ignore[reportArgumentType]
|
|
23113
23113
|
|
|
23114
23114
|
@builtins.property
|
|
23115
23115
|
@jsii.member(jsii_name="cloudWatchAccount")
|
|
@@ -23121,7 +23121,7 @@ class RestApiBase(
|
|
|
23121
23121
|
if __debug__:
|
|
23122
23122
|
type_hints = typing.get_type_hints(_typecheckingstub__7f2c768d74b0b943c1a251d6140ff29b65485077acf73526ebf83da3d18dbf4e)
|
|
23123
23123
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
23124
|
-
jsii.set(self, "cloudWatchAccount", value)
|
|
23124
|
+
jsii.set(self, "cloudWatchAccount", value) # pyright: ignore[reportArgumentType]
|
|
23125
23125
|
|
|
23126
23126
|
|
|
23127
23127
|
class _RestApiBaseProxy(
|
|
@@ -30580,7 +30580,7 @@ class RequestAuthorizer(
|
|
|
30580
30580
|
if __debug__:
|
|
30581
30581
|
type_hints = typing.get_type_hints(_typecheckingstub__23364307567b48c85a192ab70c66d9573d6618a8d2e94e8d5e9cf58107f6c854)
|
|
30582
30582
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
30583
|
-
jsii.set(self, "restApiId", value)
|
|
30583
|
+
jsii.set(self, "restApiId", value) # pyright: ignore[reportArgumentType]
|
|
30584
30584
|
|
|
30585
30585
|
|
|
30586
30586
|
class Resource(
|
|
@@ -31468,7 +31468,7 @@ class TokenAuthorizer(
|
|
|
31468
31468
|
if __debug__:
|
|
31469
31469
|
type_hints = typing.get_type_hints(_typecheckingstub__2ab4cea899314ccb08e477421f59225defb2227f105ae7074f93624289c9b78a)
|
|
31470
31470
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
31471
|
-
jsii.set(self, "restApiId", value)
|
|
31471
|
+
jsii.set(self, "restApiId", value) # pyright: ignore[reportArgumentType]
|
|
31472
31472
|
|
|
31473
31473
|
|
|
31474
31474
|
class LambdaRestApi(
|