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
aws_cdk/aws_appsync/__init__.py
CHANGED
|
@@ -2001,7 +2001,7 @@ class BaseDataSource(
|
|
|
2001
2001
|
if __debug__:
|
|
2002
2002
|
type_hints = typing.get_type_hints(_typecheckingstub__d0fdd82cd5eb579a9b83ebfabb3938ef1f107e8210133366c4dfd46d6b05adb4)
|
|
2003
2003
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2004
|
-
jsii.set(self, "api", value)
|
|
2004
|
+
jsii.set(self, "api", value) # pyright: ignore[reportArgumentType]
|
|
2005
2005
|
|
|
2006
2006
|
@builtins.property
|
|
2007
2007
|
@jsii.member(jsii_name="serviceRole")
|
|
@@ -2013,7 +2013,7 @@ class BaseDataSource(
|
|
|
2013
2013
|
if __debug__:
|
|
2014
2014
|
type_hints = typing.get_type_hints(_typecheckingstub__f22d536d795f0e6c3516e56fbc4183ece0daab0d19c19d86752c9fd35a21d310)
|
|
2015
2015
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2016
|
-
jsii.set(self, "serviceRole", value)
|
|
2016
|
+
jsii.set(self, "serviceRole", value) # pyright: ignore[reportArgumentType]
|
|
2017
2017
|
|
|
2018
2018
|
|
|
2019
2019
|
class _BaseDataSourceProxy(BaseDataSource):
|
|
@@ -2539,7 +2539,7 @@ class CfnApiCache(
|
|
|
2539
2539
|
if __debug__:
|
|
2540
2540
|
type_hints = typing.get_type_hints(_typecheckingstub__aee6b3576fbf654864dae4f55fe292d210bf01534f16f80af0ac225f8fa338c9)
|
|
2541
2541
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2542
|
-
jsii.set(self, "apiCachingBehavior", value)
|
|
2542
|
+
jsii.set(self, "apiCachingBehavior", value) # pyright: ignore[reportArgumentType]
|
|
2543
2543
|
|
|
2544
2544
|
@builtins.property
|
|
2545
2545
|
@jsii.member(jsii_name="apiId")
|
|
@@ -2552,7 +2552,7 @@ class CfnApiCache(
|
|
|
2552
2552
|
if __debug__:
|
|
2553
2553
|
type_hints = typing.get_type_hints(_typecheckingstub__6c2fdac623dbaddb2a0226d75e6f3ca84c058f3f46b9c9a1289820c1cf0827e1)
|
|
2554
2554
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2555
|
-
jsii.set(self, "apiId", value)
|
|
2555
|
+
jsii.set(self, "apiId", value) # pyright: ignore[reportArgumentType]
|
|
2556
2556
|
|
|
2557
2557
|
@builtins.property
|
|
2558
2558
|
@jsii.member(jsii_name="ttl")
|
|
@@ -2565,7 +2565,7 @@ class CfnApiCache(
|
|
|
2565
2565
|
if __debug__:
|
|
2566
2566
|
type_hints = typing.get_type_hints(_typecheckingstub__1893b7ba08236941b8e5bb4704e7fe53f8819086085796443b5d68f513e66eaa)
|
|
2567
2567
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2568
|
-
jsii.set(self, "ttl", value)
|
|
2568
|
+
jsii.set(self, "ttl", value) # pyright: ignore[reportArgumentType]
|
|
2569
2569
|
|
|
2570
2570
|
@builtins.property
|
|
2571
2571
|
@jsii.member(jsii_name="type")
|
|
@@ -2581,7 +2581,7 @@ class CfnApiCache(
|
|
|
2581
2581
|
if __debug__:
|
|
2582
2582
|
type_hints = typing.get_type_hints(_typecheckingstub__45dc491e21920c6cd0ddecd9aada80283ac759d9eaca52c45a6ce35197166e9d)
|
|
2583
2583
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2584
|
-
jsii.set(self, "type", value)
|
|
2584
|
+
jsii.set(self, "type", value) # pyright: ignore[reportArgumentType]
|
|
2585
2585
|
|
|
2586
2586
|
@builtins.property
|
|
2587
2587
|
@jsii.member(jsii_name="atRestEncryptionEnabled")
|
|
@@ -2599,7 +2599,7 @@ class CfnApiCache(
|
|
|
2599
2599
|
if __debug__:
|
|
2600
2600
|
type_hints = typing.get_type_hints(_typecheckingstub__93a4abe242f634763c1f128b7e17017d1176924c9b032d5536f4caa3b3fc3bd6)
|
|
2601
2601
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2602
|
-
jsii.set(self, "atRestEncryptionEnabled", value)
|
|
2602
|
+
jsii.set(self, "atRestEncryptionEnabled", value) # pyright: ignore[reportArgumentType]
|
|
2603
2603
|
|
|
2604
2604
|
@builtins.property
|
|
2605
2605
|
@jsii.member(jsii_name="healthMetricsConfig")
|
|
@@ -2615,7 +2615,7 @@ class CfnApiCache(
|
|
|
2615
2615
|
if __debug__:
|
|
2616
2616
|
type_hints = typing.get_type_hints(_typecheckingstub__55de0a796fc6cc946fccbec8ff82c493648ae16228267a0627a624d4e64e10dd)
|
|
2617
2617
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2618
|
-
jsii.set(self, "healthMetricsConfig", value)
|
|
2618
|
+
jsii.set(self, "healthMetricsConfig", value) # pyright: ignore[reportArgumentType]
|
|
2619
2619
|
|
|
2620
2620
|
@builtins.property
|
|
2621
2621
|
@jsii.member(jsii_name="transitEncryptionEnabled")
|
|
@@ -2633,7 +2633,7 @@ class CfnApiCache(
|
|
|
2633
2633
|
if __debug__:
|
|
2634
2634
|
type_hints = typing.get_type_hints(_typecheckingstub__eb39499095e917401c885f7c77781744d09df071b1ed62c6f2c32cbbc6fbdb33)
|
|
2635
2635
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2636
|
-
jsii.set(self, "transitEncryptionEnabled", value)
|
|
2636
|
+
jsii.set(self, "transitEncryptionEnabled", value) # pyright: ignore[reportArgumentType]
|
|
2637
2637
|
|
|
2638
2638
|
|
|
2639
2639
|
@jsii.data_type(
|
|
@@ -2956,7 +2956,7 @@ class CfnApiKey(
|
|
|
2956
2956
|
if __debug__:
|
|
2957
2957
|
type_hints = typing.get_type_hints(_typecheckingstub__3c1cce5f76a6037620e1cc2e57750c81cc5161ff526ce78123f0cd9f25c8e856)
|
|
2958
2958
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2959
|
-
jsii.set(self, "apiId", value)
|
|
2959
|
+
jsii.set(self, "apiId", value) # pyright: ignore[reportArgumentType]
|
|
2960
2960
|
|
|
2961
2961
|
@builtins.property
|
|
2962
2962
|
@jsii.member(jsii_name="description")
|
|
@@ -2969,7 +2969,7 @@ class CfnApiKey(
|
|
|
2969
2969
|
if __debug__:
|
|
2970
2970
|
type_hints = typing.get_type_hints(_typecheckingstub__08afa042939638da41f04c7165f811f5081bd3c8943f787591f098aa4a3b8699)
|
|
2971
2971
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2972
|
-
jsii.set(self, "description", value)
|
|
2972
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
2973
2973
|
|
|
2974
2974
|
@builtins.property
|
|
2975
2975
|
@jsii.member(jsii_name="expires")
|
|
@@ -2982,7 +2982,7 @@ class CfnApiKey(
|
|
|
2982
2982
|
if __debug__:
|
|
2983
2983
|
type_hints = typing.get_type_hints(_typecheckingstub__8b034facb88dea82241969fd1a22a5bbaccf03068403021106e073c92112ab45)
|
|
2984
2984
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2985
|
-
jsii.set(self, "expires", value)
|
|
2985
|
+
jsii.set(self, "expires", value) # pyright: ignore[reportArgumentType]
|
|
2986
2986
|
|
|
2987
2987
|
|
|
2988
2988
|
@jsii.data_type(
|
|
@@ -3298,7 +3298,7 @@ class CfnDataSource(
|
|
|
3298
3298
|
if __debug__:
|
|
3299
3299
|
type_hints = typing.get_type_hints(_typecheckingstub__e7863787830eb114a9c03188cb3a3bfd0b865645dac5dd0d3cf0b374c0a1af6f)
|
|
3300
3300
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3301
|
-
jsii.set(self, "apiId", value)
|
|
3301
|
+
jsii.set(self, "apiId", value) # pyright: ignore[reportArgumentType]
|
|
3302
3302
|
|
|
3303
3303
|
@builtins.property
|
|
3304
3304
|
@jsii.member(jsii_name="name")
|
|
@@ -3311,7 +3311,7 @@ class CfnDataSource(
|
|
|
3311
3311
|
if __debug__:
|
|
3312
3312
|
type_hints = typing.get_type_hints(_typecheckingstub__ba82e0d60919163b242fed29c81421c4160f75a79249e58ce74b20f6b7d0f03d)
|
|
3313
3313
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3314
|
-
jsii.set(self, "name", value)
|
|
3314
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
3315
3315
|
|
|
3316
3316
|
@builtins.property
|
|
3317
3317
|
@jsii.member(jsii_name="type")
|
|
@@ -3324,7 +3324,7 @@ class CfnDataSource(
|
|
|
3324
3324
|
if __debug__:
|
|
3325
3325
|
type_hints = typing.get_type_hints(_typecheckingstub__7aae6a5f086f2d2c36e8dff3cce5906d962da71d7148d7feec996abb025fb8f0)
|
|
3326
3326
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3327
|
-
jsii.set(self, "type", value)
|
|
3327
|
+
jsii.set(self, "type", value) # pyright: ignore[reportArgumentType]
|
|
3328
3328
|
|
|
3329
3329
|
@builtins.property
|
|
3330
3330
|
@jsii.member(jsii_name="description")
|
|
@@ -3337,7 +3337,7 @@ class CfnDataSource(
|
|
|
3337
3337
|
if __debug__:
|
|
3338
3338
|
type_hints = typing.get_type_hints(_typecheckingstub__29cebb36b12bc9cd3423d5991aeea26c635c2541d63fc9c3309a2177c24f1118)
|
|
3339
3339
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3340
|
-
jsii.set(self, "description", value)
|
|
3340
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
3341
3341
|
|
|
3342
3342
|
@builtins.property
|
|
3343
3343
|
@jsii.member(jsii_name="dynamoDbConfig")
|
|
@@ -3355,7 +3355,7 @@ class CfnDataSource(
|
|
|
3355
3355
|
if __debug__:
|
|
3356
3356
|
type_hints = typing.get_type_hints(_typecheckingstub__cffaca3e4a18d434a01277621d6792259ab70047809af34a6cb0bab3eb7886a2)
|
|
3357
3357
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3358
|
-
jsii.set(self, "dynamoDbConfig", value)
|
|
3358
|
+
jsii.set(self, "dynamoDbConfig", value) # pyright: ignore[reportArgumentType]
|
|
3359
3359
|
|
|
3360
3360
|
@builtins.property
|
|
3361
3361
|
@jsii.member(jsii_name="elasticsearchConfig")
|
|
@@ -3373,7 +3373,7 @@ class CfnDataSource(
|
|
|
3373
3373
|
if __debug__:
|
|
3374
3374
|
type_hints = typing.get_type_hints(_typecheckingstub__5323c0bb4d330a2f6b24616dd2b47847aa913d75611ddeae3cc451eda7ebb774)
|
|
3375
3375
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3376
|
-
jsii.set(self, "elasticsearchConfig", value)
|
|
3376
|
+
jsii.set(self, "elasticsearchConfig", value) # pyright: ignore[reportArgumentType]
|
|
3377
3377
|
|
|
3378
3378
|
@builtins.property
|
|
3379
3379
|
@jsii.member(jsii_name="eventBridgeConfig")
|
|
@@ -3391,7 +3391,7 @@ class CfnDataSource(
|
|
|
3391
3391
|
if __debug__:
|
|
3392
3392
|
type_hints = typing.get_type_hints(_typecheckingstub__f9aedfd6520add851a257d524d2bcb0a45552a7b99af805456bde2779e658d15)
|
|
3393
3393
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3394
|
-
jsii.set(self, "eventBridgeConfig", value)
|
|
3394
|
+
jsii.set(self, "eventBridgeConfig", value) # pyright: ignore[reportArgumentType]
|
|
3395
3395
|
|
|
3396
3396
|
@builtins.property
|
|
3397
3397
|
@jsii.member(jsii_name="httpConfig")
|
|
@@ -3409,7 +3409,7 @@ class CfnDataSource(
|
|
|
3409
3409
|
if __debug__:
|
|
3410
3410
|
type_hints = typing.get_type_hints(_typecheckingstub__e2b1129f048e5b946eceb4eb9c372f68c9a28e32ebe6091b611c3b1b82e3e83d)
|
|
3411
3411
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3412
|
-
jsii.set(self, "httpConfig", value)
|
|
3412
|
+
jsii.set(self, "httpConfig", value) # pyright: ignore[reportArgumentType]
|
|
3413
3413
|
|
|
3414
3414
|
@builtins.property
|
|
3415
3415
|
@jsii.member(jsii_name="lambdaConfig")
|
|
@@ -3427,7 +3427,7 @@ class CfnDataSource(
|
|
|
3427
3427
|
if __debug__:
|
|
3428
3428
|
type_hints = typing.get_type_hints(_typecheckingstub__24ff8b510d0035620c1325857ec673c802695c9f3c8dd8fa109d1b44e652a641)
|
|
3429
3429
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3430
|
-
jsii.set(self, "lambdaConfig", value)
|
|
3430
|
+
jsii.set(self, "lambdaConfig", value) # pyright: ignore[reportArgumentType]
|
|
3431
3431
|
|
|
3432
3432
|
@builtins.property
|
|
3433
3433
|
@jsii.member(jsii_name="metricsConfig")
|
|
@@ -3440,7 +3440,7 @@ class CfnDataSource(
|
|
|
3440
3440
|
if __debug__:
|
|
3441
3441
|
type_hints = typing.get_type_hints(_typecheckingstub__ff88a1b2db49ba08cabf555c8761c43a2a3ae4fed6c29d454b232ce083cba4e6)
|
|
3442
3442
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3443
|
-
jsii.set(self, "metricsConfig", value)
|
|
3443
|
+
jsii.set(self, "metricsConfig", value) # pyright: ignore[reportArgumentType]
|
|
3444
3444
|
|
|
3445
3445
|
@builtins.property
|
|
3446
3446
|
@jsii.member(jsii_name="openSearchServiceConfig")
|
|
@@ -3458,7 +3458,7 @@ class CfnDataSource(
|
|
|
3458
3458
|
if __debug__:
|
|
3459
3459
|
type_hints = typing.get_type_hints(_typecheckingstub__876dd6f7515f1b03442f4aa7a0d78d1d6e5eef401db8d851e96b713bd30f989e)
|
|
3460
3460
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3461
|
-
jsii.set(self, "openSearchServiceConfig", value)
|
|
3461
|
+
jsii.set(self, "openSearchServiceConfig", value) # pyright: ignore[reportArgumentType]
|
|
3462
3462
|
|
|
3463
3463
|
@builtins.property
|
|
3464
3464
|
@jsii.member(jsii_name="relationalDatabaseConfig")
|
|
@@ -3476,7 +3476,7 @@ class CfnDataSource(
|
|
|
3476
3476
|
if __debug__:
|
|
3477
3477
|
type_hints = typing.get_type_hints(_typecheckingstub__72a1c504ec56f95938bf0b2a05d96acc7eb4b1190dc7285e9c33b6b194318386)
|
|
3478
3478
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3479
|
-
jsii.set(self, "relationalDatabaseConfig", value)
|
|
3479
|
+
jsii.set(self, "relationalDatabaseConfig", value) # pyright: ignore[reportArgumentType]
|
|
3480
3480
|
|
|
3481
3481
|
@builtins.property
|
|
3482
3482
|
@jsii.member(jsii_name="serviceRoleArn")
|
|
@@ -3489,7 +3489,7 @@ class CfnDataSource(
|
|
|
3489
3489
|
if __debug__:
|
|
3490
3490
|
type_hints = typing.get_type_hints(_typecheckingstub__dc8d23554bf1b07da4d8bb262596b409805d205b461615d34726f3323315abb2)
|
|
3491
3491
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3492
|
-
jsii.set(self, "serviceRoleArn", value)
|
|
3492
|
+
jsii.set(self, "serviceRoleArn", value) # pyright: ignore[reportArgumentType]
|
|
3493
3493
|
|
|
3494
3494
|
@jsii.data_type(
|
|
3495
3495
|
jsii_type="aws-cdk-lib.aws_appsync.CfnDataSource.AuthorizationConfigProperty",
|
|
@@ -4892,7 +4892,7 @@ class CfnDomainName(
|
|
|
4892
4892
|
if __debug__:
|
|
4893
4893
|
type_hints = typing.get_type_hints(_typecheckingstub__21881e6a0cbde3bc434364c90ea094d149b2b6df42d7fc1beaa6dc2b7dfe9eca)
|
|
4894
4894
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4895
|
-
jsii.set(self, "certificateArn", value)
|
|
4895
|
+
jsii.set(self, "certificateArn", value) # pyright: ignore[reportArgumentType]
|
|
4896
4896
|
|
|
4897
4897
|
@builtins.property
|
|
4898
4898
|
@jsii.member(jsii_name="domainName")
|
|
@@ -4905,7 +4905,7 @@ class CfnDomainName(
|
|
|
4905
4905
|
if __debug__:
|
|
4906
4906
|
type_hints = typing.get_type_hints(_typecheckingstub__2d87464e3fb9b21e5511a8f5b32d36667e3c9d7faaf4d9cd05b6f5a75145649f)
|
|
4907
4907
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4908
|
-
jsii.set(self, "domainName", value)
|
|
4908
|
+
jsii.set(self, "domainName", value) # pyright: ignore[reportArgumentType]
|
|
4909
4909
|
|
|
4910
4910
|
@builtins.property
|
|
4911
4911
|
@jsii.member(jsii_name="description")
|
|
@@ -4918,7 +4918,7 @@ class CfnDomainName(
|
|
|
4918
4918
|
if __debug__:
|
|
4919
4919
|
type_hints = typing.get_type_hints(_typecheckingstub__fc72a5388fe698c3e3240ed821a6e614471584c2ffb80f06028269bf9d78d46e)
|
|
4920
4920
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4921
|
-
jsii.set(self, "description", value)
|
|
4921
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
4922
4922
|
|
|
4923
4923
|
|
|
4924
4924
|
@jsii.implements(_IInspectable_c2943556)
|
|
@@ -5023,7 +5023,7 @@ class CfnDomainNameApiAssociation(
|
|
|
5023
5023
|
if __debug__:
|
|
5024
5024
|
type_hints = typing.get_type_hints(_typecheckingstub__1373752dfc88f0800245faefb7696b22aadcc994b58e7c2c57cd7f058ad814b3)
|
|
5025
5025
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5026
|
-
jsii.set(self, "apiId", value)
|
|
5026
|
+
jsii.set(self, "apiId", value) # pyright: ignore[reportArgumentType]
|
|
5027
5027
|
|
|
5028
5028
|
@builtins.property
|
|
5029
5029
|
@jsii.member(jsii_name="domainName")
|
|
@@ -5036,7 +5036,7 @@ class CfnDomainNameApiAssociation(
|
|
|
5036
5036
|
if __debug__:
|
|
5037
5037
|
type_hints = typing.get_type_hints(_typecheckingstub__8dd7f18cf3cb236d2ffa804f6505477d416e7b844f92f9ba86f74aea18663216)
|
|
5038
5038
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5039
|
-
jsii.set(self, "domainName", value)
|
|
5039
|
+
jsii.set(self, "domainName", value) # pyright: ignore[reportArgumentType]
|
|
5040
5040
|
|
|
5041
5041
|
|
|
5042
5042
|
@jsii.data_type(
|
|
@@ -5400,7 +5400,7 @@ class CfnFunctionConfiguration(
|
|
|
5400
5400
|
if __debug__:
|
|
5401
5401
|
type_hints = typing.get_type_hints(_typecheckingstub__ddada6f46239ab33eec4921b4ac0cf9484ba0c89258d9ca8117a0ecf69c7631a)
|
|
5402
5402
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5403
|
-
jsii.set(self, "apiId", value)
|
|
5403
|
+
jsii.set(self, "apiId", value) # pyright: ignore[reportArgumentType]
|
|
5404
5404
|
|
|
5405
5405
|
@builtins.property
|
|
5406
5406
|
@jsii.member(jsii_name="dataSourceName")
|
|
@@ -5413,7 +5413,7 @@ class CfnFunctionConfiguration(
|
|
|
5413
5413
|
if __debug__:
|
|
5414
5414
|
type_hints = typing.get_type_hints(_typecheckingstub__9493c684f0dde1a9223d5146974c138d33dbf89e0c56ed8d6d23f69b357bcde1)
|
|
5415
5415
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5416
|
-
jsii.set(self, "dataSourceName", value)
|
|
5416
|
+
jsii.set(self, "dataSourceName", value) # pyright: ignore[reportArgumentType]
|
|
5417
5417
|
|
|
5418
5418
|
@builtins.property
|
|
5419
5419
|
@jsii.member(jsii_name="name")
|
|
@@ -5426,7 +5426,7 @@ class CfnFunctionConfiguration(
|
|
|
5426
5426
|
if __debug__:
|
|
5427
5427
|
type_hints = typing.get_type_hints(_typecheckingstub__4bcf772bf0a6d98d280769ee4b3e0c374a4881be9dfcc56425285f343d8c9a87)
|
|
5428
5428
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5429
|
-
jsii.set(self, "name", value)
|
|
5429
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
5430
5430
|
|
|
5431
5431
|
@builtins.property
|
|
5432
5432
|
@jsii.member(jsii_name="code")
|
|
@@ -5439,7 +5439,7 @@ class CfnFunctionConfiguration(
|
|
|
5439
5439
|
if __debug__:
|
|
5440
5440
|
type_hints = typing.get_type_hints(_typecheckingstub__f176cd8f4e930d504d5f35fb87b141d2a2d197149a0763d630b94186516de330)
|
|
5441
5441
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5442
|
-
jsii.set(self, "code", value)
|
|
5442
|
+
jsii.set(self, "code", value) # pyright: ignore[reportArgumentType]
|
|
5443
5443
|
|
|
5444
5444
|
@builtins.property
|
|
5445
5445
|
@jsii.member(jsii_name="codeS3Location")
|
|
@@ -5452,7 +5452,7 @@ class CfnFunctionConfiguration(
|
|
|
5452
5452
|
if __debug__:
|
|
5453
5453
|
type_hints = typing.get_type_hints(_typecheckingstub__1e20f51155c39c20c83124659b8133fc87948adf8035794534cadf37a3e7265e)
|
|
5454
5454
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5455
|
-
jsii.set(self, "codeS3Location", value)
|
|
5455
|
+
jsii.set(self, "codeS3Location", value) # pyright: ignore[reportArgumentType]
|
|
5456
5456
|
|
|
5457
5457
|
@builtins.property
|
|
5458
5458
|
@jsii.member(jsii_name="description")
|
|
@@ -5465,7 +5465,7 @@ class CfnFunctionConfiguration(
|
|
|
5465
5465
|
if __debug__:
|
|
5466
5466
|
type_hints = typing.get_type_hints(_typecheckingstub__e87fe0dd6ec9c662347f3659e76d0bd6308df654c93fd61f384e0c29e5eb24b8)
|
|
5467
5467
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5468
|
-
jsii.set(self, "description", value)
|
|
5468
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
5469
5469
|
|
|
5470
5470
|
@builtins.property
|
|
5471
5471
|
@jsii.member(jsii_name="functionVersion")
|
|
@@ -5478,7 +5478,7 @@ class CfnFunctionConfiguration(
|
|
|
5478
5478
|
if __debug__:
|
|
5479
5479
|
type_hints = typing.get_type_hints(_typecheckingstub__b218cd4f3808007654247768d1242189a48a8632f1621b5b37ab5e4ccc0f4a9c)
|
|
5480
5480
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5481
|
-
jsii.set(self, "functionVersion", value)
|
|
5481
|
+
jsii.set(self, "functionVersion", value) # pyright: ignore[reportArgumentType]
|
|
5482
5482
|
|
|
5483
5483
|
@builtins.property
|
|
5484
5484
|
@jsii.member(jsii_name="maxBatchSize")
|
|
@@ -5491,7 +5491,7 @@ class CfnFunctionConfiguration(
|
|
|
5491
5491
|
if __debug__:
|
|
5492
5492
|
type_hints = typing.get_type_hints(_typecheckingstub__9abf526bb6e39ee9360616d137b1625f90523f036a39b05e1cf79037baad4f63)
|
|
5493
5493
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5494
|
-
jsii.set(self, "maxBatchSize", value)
|
|
5494
|
+
jsii.set(self, "maxBatchSize", value) # pyright: ignore[reportArgumentType]
|
|
5495
5495
|
|
|
5496
5496
|
@builtins.property
|
|
5497
5497
|
@jsii.member(jsii_name="requestMappingTemplate")
|
|
@@ -5504,7 +5504,7 @@ class CfnFunctionConfiguration(
|
|
|
5504
5504
|
if __debug__:
|
|
5505
5505
|
type_hints = typing.get_type_hints(_typecheckingstub__96a54d609ccde1c57b832776c4db93d393395273ac718e900a8503eaeb43283e)
|
|
5506
5506
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5507
|
-
jsii.set(self, "requestMappingTemplate", value)
|
|
5507
|
+
jsii.set(self, "requestMappingTemplate", value) # pyright: ignore[reportArgumentType]
|
|
5508
5508
|
|
|
5509
5509
|
@builtins.property
|
|
5510
5510
|
@jsii.member(jsii_name="requestMappingTemplateS3Location")
|
|
@@ -5520,7 +5520,7 @@ class CfnFunctionConfiguration(
|
|
|
5520
5520
|
if __debug__:
|
|
5521
5521
|
type_hints = typing.get_type_hints(_typecheckingstub__e1031c7b0aa54c899315716446946b7d1e3385d7b3fb6f6d1d31ea4f653ad3cb)
|
|
5522
5522
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5523
|
-
jsii.set(self, "requestMappingTemplateS3Location", value)
|
|
5523
|
+
jsii.set(self, "requestMappingTemplateS3Location", value) # pyright: ignore[reportArgumentType]
|
|
5524
5524
|
|
|
5525
5525
|
@builtins.property
|
|
5526
5526
|
@jsii.member(jsii_name="responseMappingTemplate")
|
|
@@ -5533,7 +5533,7 @@ class CfnFunctionConfiguration(
|
|
|
5533
5533
|
if __debug__:
|
|
5534
5534
|
type_hints = typing.get_type_hints(_typecheckingstub__45788eaccf27f4038c701605c623bce576d7990af5337245691eb20581091c26)
|
|
5535
5535
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5536
|
-
jsii.set(self, "responseMappingTemplate", value)
|
|
5536
|
+
jsii.set(self, "responseMappingTemplate", value) # pyright: ignore[reportArgumentType]
|
|
5537
5537
|
|
|
5538
5538
|
@builtins.property
|
|
5539
5539
|
@jsii.member(jsii_name="responseMappingTemplateS3Location")
|
|
@@ -5549,7 +5549,7 @@ class CfnFunctionConfiguration(
|
|
|
5549
5549
|
if __debug__:
|
|
5550
5550
|
type_hints = typing.get_type_hints(_typecheckingstub__4b40fcc0e01043cbd9cdf55c416d462b00a65d35ca5fdef3bfa9d0b412afbb19)
|
|
5551
5551
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5552
|
-
jsii.set(self, "responseMappingTemplateS3Location", value)
|
|
5552
|
+
jsii.set(self, "responseMappingTemplateS3Location", value) # pyright: ignore[reportArgumentType]
|
|
5553
5553
|
|
|
5554
5554
|
@builtins.property
|
|
5555
5555
|
@jsii.member(jsii_name="runtime")
|
|
@@ -5567,7 +5567,7 @@ class CfnFunctionConfiguration(
|
|
|
5567
5567
|
if __debug__:
|
|
5568
5568
|
type_hints = typing.get_type_hints(_typecheckingstub__143abf7cef16b0a5749a28fb00575ff2cb3a1f027e142a59f5e914c1776d09fc)
|
|
5569
5569
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5570
|
-
jsii.set(self, "runtime", value)
|
|
5570
|
+
jsii.set(self, "runtime", value) # pyright: ignore[reportArgumentType]
|
|
5571
5571
|
|
|
5572
5572
|
@builtins.property
|
|
5573
5573
|
@jsii.member(jsii_name="syncConfig")
|
|
@@ -5585,7 +5585,7 @@ class CfnFunctionConfiguration(
|
|
|
5585
5585
|
if __debug__:
|
|
5586
5586
|
type_hints = typing.get_type_hints(_typecheckingstub__a2d1624e61da41b1be885253dc0b667a61deba82d80481d4d6a6b5430b507b05)
|
|
5587
5587
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5588
|
-
jsii.set(self, "syncConfig", value)
|
|
5588
|
+
jsii.set(self, "syncConfig", value) # pyright: ignore[reportArgumentType]
|
|
5589
5589
|
|
|
5590
5590
|
@jsii.data_type(
|
|
5591
5591
|
jsii_type="aws-cdk-lib.aws_appsync.CfnFunctionConfiguration.AppSyncRuntimeProperty",
|
|
@@ -6413,7 +6413,7 @@ class CfnGraphQLApi(
|
|
|
6413
6413
|
if __debug__:
|
|
6414
6414
|
type_hints = typing.get_type_hints(_typecheckingstub__ddf538537f9f940e10be3bb6aba02fdfaf8dc4a1cd2d9271f52eb0cc89a879de)
|
|
6415
6415
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6416
|
-
jsii.set(self, "authenticationType", value)
|
|
6416
|
+
jsii.set(self, "authenticationType", value) # pyright: ignore[reportArgumentType]
|
|
6417
6417
|
|
|
6418
6418
|
@builtins.property
|
|
6419
6419
|
@jsii.member(jsii_name="name")
|
|
@@ -6426,7 +6426,7 @@ class CfnGraphQLApi(
|
|
|
6426
6426
|
if __debug__:
|
|
6427
6427
|
type_hints = typing.get_type_hints(_typecheckingstub__8d6a61daae035f26bd4c76cf79a3d576be1077bd308cfbd0ecde402238ce095e)
|
|
6428
6428
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6429
|
-
jsii.set(self, "name", value)
|
|
6429
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
6430
6430
|
|
|
6431
6431
|
@builtins.property
|
|
6432
6432
|
@jsii.member(jsii_name="additionalAuthenticationProviders")
|
|
@@ -6444,7 +6444,7 @@ class CfnGraphQLApi(
|
|
|
6444
6444
|
if __debug__:
|
|
6445
6445
|
type_hints = typing.get_type_hints(_typecheckingstub__6d98241da3432e0393c78db49e66414c7e91e9bfc9e19f06380f6b18215ab489)
|
|
6446
6446
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6447
|
-
jsii.set(self, "additionalAuthenticationProviders", value)
|
|
6447
|
+
jsii.set(self, "additionalAuthenticationProviders", value) # pyright: ignore[reportArgumentType]
|
|
6448
6448
|
|
|
6449
6449
|
@builtins.property
|
|
6450
6450
|
@jsii.member(jsii_name="apiType")
|
|
@@ -6457,7 +6457,7 @@ class CfnGraphQLApi(
|
|
|
6457
6457
|
if __debug__:
|
|
6458
6458
|
type_hints = typing.get_type_hints(_typecheckingstub__368741733832ba6f2bd8963ff6065a1471cd003f84d5567a1b4ac4e31f866fa4)
|
|
6459
6459
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6460
|
-
jsii.set(self, "apiType", value)
|
|
6460
|
+
jsii.set(self, "apiType", value) # pyright: ignore[reportArgumentType]
|
|
6461
6461
|
|
|
6462
6462
|
@builtins.property
|
|
6463
6463
|
@jsii.member(jsii_name="enhancedMetricsConfig")
|
|
@@ -6475,7 +6475,7 @@ class CfnGraphQLApi(
|
|
|
6475
6475
|
if __debug__:
|
|
6476
6476
|
type_hints = typing.get_type_hints(_typecheckingstub__31ef927293a72b36675d980c2666fdaa13856a6038c9fa984dbc331dec806b66)
|
|
6477
6477
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6478
|
-
jsii.set(self, "enhancedMetricsConfig", value)
|
|
6478
|
+
jsii.set(self, "enhancedMetricsConfig", value) # pyright: ignore[reportArgumentType]
|
|
6479
6479
|
|
|
6480
6480
|
@builtins.property
|
|
6481
6481
|
@jsii.member(jsii_name="environmentVariables")
|
|
@@ -6488,7 +6488,7 @@ class CfnGraphQLApi(
|
|
|
6488
6488
|
if __debug__:
|
|
6489
6489
|
type_hints = typing.get_type_hints(_typecheckingstub__792a537db4d8dd69989dc47efb8d28c555d2094bfd09895222925621c8b1eeba)
|
|
6490
6490
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6491
|
-
jsii.set(self, "environmentVariables", value)
|
|
6491
|
+
jsii.set(self, "environmentVariables", value) # pyright: ignore[reportArgumentType]
|
|
6492
6492
|
|
|
6493
6493
|
@builtins.property
|
|
6494
6494
|
@jsii.member(jsii_name="introspectionConfig")
|
|
@@ -6501,7 +6501,7 @@ class CfnGraphQLApi(
|
|
|
6501
6501
|
if __debug__:
|
|
6502
6502
|
type_hints = typing.get_type_hints(_typecheckingstub__7ca0c2dbfaf4550bfe469340af089f6b3976a3a9f255e89bd0212c6feee3a4f2)
|
|
6503
6503
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6504
|
-
jsii.set(self, "introspectionConfig", value)
|
|
6504
|
+
jsii.set(self, "introspectionConfig", value) # pyright: ignore[reportArgumentType]
|
|
6505
6505
|
|
|
6506
6506
|
@builtins.property
|
|
6507
6507
|
@jsii.member(jsii_name="lambdaAuthorizerConfig")
|
|
@@ -6519,7 +6519,7 @@ class CfnGraphQLApi(
|
|
|
6519
6519
|
if __debug__:
|
|
6520
6520
|
type_hints = typing.get_type_hints(_typecheckingstub__d4ceade9d24f423834d3485476af5c7e3bd2e0ea0899583af5ac44f01e70b244)
|
|
6521
6521
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6522
|
-
jsii.set(self, "lambdaAuthorizerConfig", value)
|
|
6522
|
+
jsii.set(self, "lambdaAuthorizerConfig", value) # pyright: ignore[reportArgumentType]
|
|
6523
6523
|
|
|
6524
6524
|
@builtins.property
|
|
6525
6525
|
@jsii.member(jsii_name="logConfig")
|
|
@@ -6537,7 +6537,7 @@ class CfnGraphQLApi(
|
|
|
6537
6537
|
if __debug__:
|
|
6538
6538
|
type_hints = typing.get_type_hints(_typecheckingstub__9c0d15f646c5975aec4d344a5e6150a6fec6655df6d4354b817aef3ce9053464)
|
|
6539
6539
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6540
|
-
jsii.set(self, "logConfig", value)
|
|
6540
|
+
jsii.set(self, "logConfig", value) # pyright: ignore[reportArgumentType]
|
|
6541
6541
|
|
|
6542
6542
|
@builtins.property
|
|
6543
6543
|
@jsii.member(jsii_name="mergedApiExecutionRoleArn")
|
|
@@ -6553,7 +6553,7 @@ class CfnGraphQLApi(
|
|
|
6553
6553
|
if __debug__:
|
|
6554
6554
|
type_hints = typing.get_type_hints(_typecheckingstub__1a871b44b3bee02deb37b3334dce3879c119dd687537efd2eea807744ffb2d34)
|
|
6555
6555
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6556
|
-
jsii.set(self, "mergedApiExecutionRoleArn", value)
|
|
6556
|
+
jsii.set(self, "mergedApiExecutionRoleArn", value) # pyright: ignore[reportArgumentType]
|
|
6557
6557
|
|
|
6558
6558
|
@builtins.property
|
|
6559
6559
|
@jsii.member(jsii_name="openIdConnectConfig")
|
|
@@ -6571,7 +6571,7 @@ class CfnGraphQLApi(
|
|
|
6571
6571
|
if __debug__:
|
|
6572
6572
|
type_hints = typing.get_type_hints(_typecheckingstub__cf051032d1109f154a4b02f8368044e2e1266c9008da417ccef7aa84293cc125)
|
|
6573
6573
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6574
|
-
jsii.set(self, "openIdConnectConfig", value)
|
|
6574
|
+
jsii.set(self, "openIdConnectConfig", value) # pyright: ignore[reportArgumentType]
|
|
6575
6575
|
|
|
6576
6576
|
@builtins.property
|
|
6577
6577
|
@jsii.member(jsii_name="ownerContact")
|
|
@@ -6584,7 +6584,7 @@ class CfnGraphQLApi(
|
|
|
6584
6584
|
if __debug__:
|
|
6585
6585
|
type_hints = typing.get_type_hints(_typecheckingstub__76e99145104b4c7d697f40bb2242cf89f15fb4638f7c19d492e1c5813994e82d)
|
|
6586
6586
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6587
|
-
jsii.set(self, "ownerContact", value)
|
|
6587
|
+
jsii.set(self, "ownerContact", value) # pyright: ignore[reportArgumentType]
|
|
6588
6588
|
|
|
6589
6589
|
@builtins.property
|
|
6590
6590
|
@jsii.member(jsii_name="queryDepthLimit")
|
|
@@ -6597,7 +6597,7 @@ class CfnGraphQLApi(
|
|
|
6597
6597
|
if __debug__:
|
|
6598
6598
|
type_hints = typing.get_type_hints(_typecheckingstub__81fe2a987ea40d1436180717b0503b2ee7dc29870bca82440b3debc385318011)
|
|
6599
6599
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6600
|
-
jsii.set(self, "queryDepthLimit", value)
|
|
6600
|
+
jsii.set(self, "queryDepthLimit", value) # pyright: ignore[reportArgumentType]
|
|
6601
6601
|
|
|
6602
6602
|
@builtins.property
|
|
6603
6603
|
@jsii.member(jsii_name="resolverCountLimit")
|
|
@@ -6610,7 +6610,7 @@ class CfnGraphQLApi(
|
|
|
6610
6610
|
if __debug__:
|
|
6611
6611
|
type_hints = typing.get_type_hints(_typecheckingstub__e74f2f48dde320bfa5cc1047395d98c2d9676e204ddf68e8800cb0adb82660eb)
|
|
6612
6612
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6613
|
-
jsii.set(self, "resolverCountLimit", value)
|
|
6613
|
+
jsii.set(self, "resolverCountLimit", value) # pyright: ignore[reportArgumentType]
|
|
6614
6614
|
|
|
6615
6615
|
@builtins.property
|
|
6616
6616
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -6623,7 +6623,7 @@ class CfnGraphQLApi(
|
|
|
6623
6623
|
if __debug__:
|
|
6624
6624
|
type_hints = typing.get_type_hints(_typecheckingstub__a9b6bd673e24289c51e9fb96c96f3ee2bf2f7af27ef9ebcc4ae16d3cdee34b6d)
|
|
6625
6625
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6626
|
-
jsii.set(self, "tagsRaw", value)
|
|
6626
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
6627
6627
|
|
|
6628
6628
|
@builtins.property
|
|
6629
6629
|
@jsii.member(jsii_name="userPoolConfig")
|
|
@@ -6641,7 +6641,7 @@ class CfnGraphQLApi(
|
|
|
6641
6641
|
if __debug__:
|
|
6642
6642
|
type_hints = typing.get_type_hints(_typecheckingstub__c1d04f36c4d7d5f26bce761153a8d93212a34634f3833d3080b56cdd7a05e70b)
|
|
6643
6643
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6644
|
-
jsii.set(self, "userPoolConfig", value)
|
|
6644
|
+
jsii.set(self, "userPoolConfig", value) # pyright: ignore[reportArgumentType]
|
|
6645
6645
|
|
|
6646
6646
|
@builtins.property
|
|
6647
6647
|
@jsii.member(jsii_name="visibility")
|
|
@@ -6654,7 +6654,7 @@ class CfnGraphQLApi(
|
|
|
6654
6654
|
if __debug__:
|
|
6655
6655
|
type_hints = typing.get_type_hints(_typecheckingstub__0f56ad4ee938b5ce91c10b6490094e6f1986e84540a95b138577851adf6e569a)
|
|
6656
6656
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6657
|
-
jsii.set(self, "visibility", value)
|
|
6657
|
+
jsii.set(self, "visibility", value) # pyright: ignore[reportArgumentType]
|
|
6658
6658
|
|
|
6659
6659
|
@builtins.property
|
|
6660
6660
|
@jsii.member(jsii_name="xrayEnabled")
|
|
@@ -6672,7 +6672,7 @@ class CfnGraphQLApi(
|
|
|
6672
6672
|
if __debug__:
|
|
6673
6673
|
type_hints = typing.get_type_hints(_typecheckingstub__863eb629614a817210cd5e0eb8ae7d3264658e2121ad2529a6090b38cd038199)
|
|
6674
6674
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6675
|
-
jsii.set(self, "xrayEnabled", value)
|
|
6675
|
+
jsii.set(self, "xrayEnabled", value) # pyright: ignore[reportArgumentType]
|
|
6676
6676
|
|
|
6677
6677
|
@jsii.data_type(
|
|
6678
6678
|
jsii_type="aws-cdk-lib.aws_appsync.CfnGraphQLApi.AdditionalAuthenticationProviderProperty",
|
|
@@ -7978,7 +7978,7 @@ class CfnGraphQLSchema(
|
|
|
7978
7978
|
if __debug__:
|
|
7979
7979
|
type_hints = typing.get_type_hints(_typecheckingstub__555a23d4ba449beaaf98ed745a155165b6830286b0aeae2a45d326885e8eddef)
|
|
7980
7980
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7981
|
-
jsii.set(self, "apiId", value)
|
|
7981
|
+
jsii.set(self, "apiId", value) # pyright: ignore[reportArgumentType]
|
|
7982
7982
|
|
|
7983
7983
|
@builtins.property
|
|
7984
7984
|
@jsii.member(jsii_name="definition")
|
|
@@ -7991,7 +7991,7 @@ class CfnGraphQLSchema(
|
|
|
7991
7991
|
if __debug__:
|
|
7992
7992
|
type_hints = typing.get_type_hints(_typecheckingstub__e29a3a5e0c95af4007408f43ded6d8b16b50975200325f9066820c3302d03398)
|
|
7993
7993
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7994
|
-
jsii.set(self, "definition", value)
|
|
7994
|
+
jsii.set(self, "definition", value) # pyright: ignore[reportArgumentType]
|
|
7995
7995
|
|
|
7996
7996
|
@builtins.property
|
|
7997
7997
|
@jsii.member(jsii_name="definitionS3Location")
|
|
@@ -8004,7 +8004,7 @@ class CfnGraphQLSchema(
|
|
|
8004
8004
|
if __debug__:
|
|
8005
8005
|
type_hints = typing.get_type_hints(_typecheckingstub__4848140e56b16e4736cedb1aa2fb1ca3fd82aeca7e977c876274b365740b08de)
|
|
8006
8006
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8007
|
-
jsii.set(self, "definitionS3Location", value)
|
|
8007
|
+
jsii.set(self, "definitionS3Location", value) # pyright: ignore[reportArgumentType]
|
|
8008
8008
|
|
|
8009
8009
|
|
|
8010
8010
|
@jsii.data_type(
|
|
@@ -8313,7 +8313,7 @@ class CfnResolver(
|
|
|
8313
8313
|
if __debug__:
|
|
8314
8314
|
type_hints = typing.get_type_hints(_typecheckingstub__472e69750f14de2abe38ed65522399a06e502ba89a0b921571c0b2746c638e5b)
|
|
8315
8315
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8316
|
-
jsii.set(self, "apiId", value)
|
|
8316
|
+
jsii.set(self, "apiId", value) # pyright: ignore[reportArgumentType]
|
|
8317
8317
|
|
|
8318
8318
|
@builtins.property
|
|
8319
8319
|
@jsii.member(jsii_name="fieldName")
|
|
@@ -8326,7 +8326,7 @@ class CfnResolver(
|
|
|
8326
8326
|
if __debug__:
|
|
8327
8327
|
type_hints = typing.get_type_hints(_typecheckingstub__0e2233218403900cf6b8a69c999e792511fca483ed05d2fa4306e0d7b2535010)
|
|
8328
8328
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8329
|
-
jsii.set(self, "fieldName", value)
|
|
8329
|
+
jsii.set(self, "fieldName", value) # pyright: ignore[reportArgumentType]
|
|
8330
8330
|
|
|
8331
8331
|
@builtins.property
|
|
8332
8332
|
@jsii.member(jsii_name="typeName")
|
|
@@ -8339,7 +8339,7 @@ class CfnResolver(
|
|
|
8339
8339
|
if __debug__:
|
|
8340
8340
|
type_hints = typing.get_type_hints(_typecheckingstub__5c08751b4795b139490b95abf3b3d0f17260bfea4a916f1afbaf08d435cfa21d)
|
|
8341
8341
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8342
|
-
jsii.set(self, "typeName", value)
|
|
8342
|
+
jsii.set(self, "typeName", value) # pyright: ignore[reportArgumentType]
|
|
8343
8343
|
|
|
8344
8344
|
@builtins.property
|
|
8345
8345
|
@jsii.member(jsii_name="cachingConfig")
|
|
@@ -8357,7 +8357,7 @@ class CfnResolver(
|
|
|
8357
8357
|
if __debug__:
|
|
8358
8358
|
type_hints = typing.get_type_hints(_typecheckingstub__e6b9e8b849504be748695ce685546b844451460e25485772ca066bc2b65f61b1)
|
|
8359
8359
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8360
|
-
jsii.set(self, "cachingConfig", value)
|
|
8360
|
+
jsii.set(self, "cachingConfig", value) # pyright: ignore[reportArgumentType]
|
|
8361
8361
|
|
|
8362
8362
|
@builtins.property
|
|
8363
8363
|
@jsii.member(jsii_name="code")
|
|
@@ -8370,7 +8370,7 @@ class CfnResolver(
|
|
|
8370
8370
|
if __debug__:
|
|
8371
8371
|
type_hints = typing.get_type_hints(_typecheckingstub__e0dd83b21d0fde771732f3fdf63588b717c979c6ab095248970576c0a297e97d)
|
|
8372
8372
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8373
|
-
jsii.set(self, "code", value)
|
|
8373
|
+
jsii.set(self, "code", value) # pyright: ignore[reportArgumentType]
|
|
8374
8374
|
|
|
8375
8375
|
@builtins.property
|
|
8376
8376
|
@jsii.member(jsii_name="codeS3Location")
|
|
@@ -8383,7 +8383,7 @@ class CfnResolver(
|
|
|
8383
8383
|
if __debug__:
|
|
8384
8384
|
type_hints = typing.get_type_hints(_typecheckingstub__dd67bb7c14d4f8040b88b7d1c29031ed6038b21c10f80e4f0fcfd6c31af45cbd)
|
|
8385
8385
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8386
|
-
jsii.set(self, "codeS3Location", value)
|
|
8386
|
+
jsii.set(self, "codeS3Location", value) # pyright: ignore[reportArgumentType]
|
|
8387
8387
|
|
|
8388
8388
|
@builtins.property
|
|
8389
8389
|
@jsii.member(jsii_name="dataSourceName")
|
|
@@ -8396,7 +8396,7 @@ class CfnResolver(
|
|
|
8396
8396
|
if __debug__:
|
|
8397
8397
|
type_hints = typing.get_type_hints(_typecheckingstub__d90421590c8dc3a0c283260b096db2cd054cf3d6852e741d1bfaf1bf52bbe597)
|
|
8398
8398
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8399
|
-
jsii.set(self, "dataSourceName", value)
|
|
8399
|
+
jsii.set(self, "dataSourceName", value) # pyright: ignore[reportArgumentType]
|
|
8400
8400
|
|
|
8401
8401
|
@builtins.property
|
|
8402
8402
|
@jsii.member(jsii_name="kind")
|
|
@@ -8409,7 +8409,7 @@ class CfnResolver(
|
|
|
8409
8409
|
if __debug__:
|
|
8410
8410
|
type_hints = typing.get_type_hints(_typecheckingstub__0bf560aa0e5a28a8ed71b1579e183bb6fb81cf53b398565d4fe06e8b7cfb4b31)
|
|
8411
8411
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8412
|
-
jsii.set(self, "kind", value)
|
|
8412
|
+
jsii.set(self, "kind", value) # pyright: ignore[reportArgumentType]
|
|
8413
8413
|
|
|
8414
8414
|
@builtins.property
|
|
8415
8415
|
@jsii.member(jsii_name="maxBatchSize")
|
|
@@ -8422,7 +8422,7 @@ class CfnResolver(
|
|
|
8422
8422
|
if __debug__:
|
|
8423
8423
|
type_hints = typing.get_type_hints(_typecheckingstub__66d0a40a93385979fce12d901f6a195637584cfcb71b3a04c20d8333f0a582bf)
|
|
8424
8424
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8425
|
-
jsii.set(self, "maxBatchSize", value)
|
|
8425
|
+
jsii.set(self, "maxBatchSize", value) # pyright: ignore[reportArgumentType]
|
|
8426
8426
|
|
|
8427
8427
|
@builtins.property
|
|
8428
8428
|
@jsii.member(jsii_name="metricsConfig")
|
|
@@ -8435,7 +8435,7 @@ class CfnResolver(
|
|
|
8435
8435
|
if __debug__:
|
|
8436
8436
|
type_hints = typing.get_type_hints(_typecheckingstub__a77bc1a7d402f13838316379a33272bc7c2e7813b0119baa06190fa60c93f752)
|
|
8437
8437
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8438
|
-
jsii.set(self, "metricsConfig", value)
|
|
8438
|
+
jsii.set(self, "metricsConfig", value) # pyright: ignore[reportArgumentType]
|
|
8439
8439
|
|
|
8440
8440
|
@builtins.property
|
|
8441
8441
|
@jsii.member(jsii_name="pipelineConfig")
|
|
@@ -8453,7 +8453,7 @@ class CfnResolver(
|
|
|
8453
8453
|
if __debug__:
|
|
8454
8454
|
type_hints = typing.get_type_hints(_typecheckingstub__3c6c98074ee2ebbe5b451fe5513433aa3557366ed040722d6e61328ab781da16)
|
|
8455
8455
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8456
|
-
jsii.set(self, "pipelineConfig", value)
|
|
8456
|
+
jsii.set(self, "pipelineConfig", value) # pyright: ignore[reportArgumentType]
|
|
8457
8457
|
|
|
8458
8458
|
@builtins.property
|
|
8459
8459
|
@jsii.member(jsii_name="requestMappingTemplate")
|
|
@@ -8466,7 +8466,7 @@ class CfnResolver(
|
|
|
8466
8466
|
if __debug__:
|
|
8467
8467
|
type_hints = typing.get_type_hints(_typecheckingstub__cd82effb0edb94da2492c911c5aecbe1fa5f2d88b6066513bb7f2a5713fdca7d)
|
|
8468
8468
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8469
|
-
jsii.set(self, "requestMappingTemplate", value)
|
|
8469
|
+
jsii.set(self, "requestMappingTemplate", value) # pyright: ignore[reportArgumentType]
|
|
8470
8470
|
|
|
8471
8471
|
@builtins.property
|
|
8472
8472
|
@jsii.member(jsii_name="requestMappingTemplateS3Location")
|
|
@@ -8482,7 +8482,7 @@ class CfnResolver(
|
|
|
8482
8482
|
if __debug__:
|
|
8483
8483
|
type_hints = typing.get_type_hints(_typecheckingstub__fd52da508686e9da63db3673bad91680eaa1eb468984c1b4f57757668dcaed40)
|
|
8484
8484
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8485
|
-
jsii.set(self, "requestMappingTemplateS3Location", value)
|
|
8485
|
+
jsii.set(self, "requestMappingTemplateS3Location", value) # pyright: ignore[reportArgumentType]
|
|
8486
8486
|
|
|
8487
8487
|
@builtins.property
|
|
8488
8488
|
@jsii.member(jsii_name="responseMappingTemplate")
|
|
@@ -8495,7 +8495,7 @@ class CfnResolver(
|
|
|
8495
8495
|
if __debug__:
|
|
8496
8496
|
type_hints = typing.get_type_hints(_typecheckingstub__f24f835e9a5b9af73089ccb61dfcf176cc230bb0feddf60b73360bab083e3f46)
|
|
8497
8497
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8498
|
-
jsii.set(self, "responseMappingTemplate", value)
|
|
8498
|
+
jsii.set(self, "responseMappingTemplate", value) # pyright: ignore[reportArgumentType]
|
|
8499
8499
|
|
|
8500
8500
|
@builtins.property
|
|
8501
8501
|
@jsii.member(jsii_name="responseMappingTemplateS3Location")
|
|
@@ -8511,7 +8511,7 @@ class CfnResolver(
|
|
|
8511
8511
|
if __debug__:
|
|
8512
8512
|
type_hints = typing.get_type_hints(_typecheckingstub__a067b0164755508220ca8ad5f24cbd5ac6d6c57fb44d8404b14392f12d372f0c)
|
|
8513
8513
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8514
|
-
jsii.set(self, "responseMappingTemplateS3Location", value)
|
|
8514
|
+
jsii.set(self, "responseMappingTemplateS3Location", value) # pyright: ignore[reportArgumentType]
|
|
8515
8515
|
|
|
8516
8516
|
@builtins.property
|
|
8517
8517
|
@jsii.member(jsii_name="runtime")
|
|
@@ -8529,7 +8529,7 @@ class CfnResolver(
|
|
|
8529
8529
|
if __debug__:
|
|
8530
8530
|
type_hints = typing.get_type_hints(_typecheckingstub__4a14449468f6ed96319993479a0ae9b3feacd27ec17e068d4d17ce598a964715)
|
|
8531
8531
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8532
|
-
jsii.set(self, "runtime", value)
|
|
8532
|
+
jsii.set(self, "runtime", value) # pyright: ignore[reportArgumentType]
|
|
8533
8533
|
|
|
8534
8534
|
@builtins.property
|
|
8535
8535
|
@jsii.member(jsii_name="syncConfig")
|
|
@@ -8547,7 +8547,7 @@ class CfnResolver(
|
|
|
8547
8547
|
if __debug__:
|
|
8548
8548
|
type_hints = typing.get_type_hints(_typecheckingstub__a111110922e122a02d7d649fe2daaa4c4d7cf1709e2078b92fe101fd93d8e4f5)
|
|
8549
8549
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8550
|
-
jsii.set(self, "syncConfig", value)
|
|
8550
|
+
jsii.set(self, "syncConfig", value) # pyright: ignore[reportArgumentType]
|
|
8551
8551
|
|
|
8552
8552
|
@jsii.data_type(
|
|
8553
8553
|
jsii_type="aws-cdk-lib.aws_appsync.CfnResolver.AppSyncRuntimeProperty",
|
|
@@ -9473,7 +9473,7 @@ class CfnSourceApiAssociation(
|
|
|
9473
9473
|
if __debug__:
|
|
9474
9474
|
type_hints = typing.get_type_hints(_typecheckingstub__c33f6c1609e5ea2fea0dc3149db2bb427e4e90e05aebc176b6f270f52a7f880c)
|
|
9475
9475
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9476
|
-
jsii.set(self, "description", value)
|
|
9476
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
9477
9477
|
|
|
9478
9478
|
@builtins.property
|
|
9479
9479
|
@jsii.member(jsii_name="mergedApiIdentifier")
|
|
@@ -9486,7 +9486,7 @@ class CfnSourceApiAssociation(
|
|
|
9486
9486
|
if __debug__:
|
|
9487
9487
|
type_hints = typing.get_type_hints(_typecheckingstub__37d248fdd83c372d8504ccedc8ceeff98fd9085da37f45ffdc582051a1c82aab)
|
|
9488
9488
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9489
|
-
jsii.set(self, "mergedApiIdentifier", value)
|
|
9489
|
+
jsii.set(self, "mergedApiIdentifier", value) # pyright: ignore[reportArgumentType]
|
|
9490
9490
|
|
|
9491
9491
|
@builtins.property
|
|
9492
9492
|
@jsii.member(jsii_name="sourceApiAssociationConfig")
|
|
@@ -9504,7 +9504,7 @@ class CfnSourceApiAssociation(
|
|
|
9504
9504
|
if __debug__:
|
|
9505
9505
|
type_hints = typing.get_type_hints(_typecheckingstub__9a343d8ede31db66fa4c54360086ddf77c88c05a902c3cdd250198db59eb0ee5)
|
|
9506
9506
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9507
|
-
jsii.set(self, "sourceApiAssociationConfig", value)
|
|
9507
|
+
jsii.set(self, "sourceApiAssociationConfig", value) # pyright: ignore[reportArgumentType]
|
|
9508
9508
|
|
|
9509
9509
|
@builtins.property
|
|
9510
9510
|
@jsii.member(jsii_name="sourceApiIdentifier")
|
|
@@ -9517,7 +9517,7 @@ class CfnSourceApiAssociation(
|
|
|
9517
9517
|
if __debug__:
|
|
9518
9518
|
type_hints = typing.get_type_hints(_typecheckingstub__ce9bcd8d95a3bc0ef84a2eb38f1500af0d6743e3f33026a5037a1af930c33d30)
|
|
9519
9519
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9520
|
-
jsii.set(self, "sourceApiIdentifier", value)
|
|
9520
|
+
jsii.set(self, "sourceApiIdentifier", value) # pyright: ignore[reportArgumentType]
|
|
9521
9521
|
|
|
9522
9522
|
@jsii.data_type(
|
|
9523
9523
|
jsii_type="aws-cdk-lib.aws_appsync.CfnSourceApiAssociation.SourceApiAssociationConfigProperty",
|
|
@@ -12185,7 +12185,7 @@ class _ISchemaConfigProxy:
|
|
|
12185
12185
|
if __debug__:
|
|
12186
12186
|
type_hints = typing.get_type_hints(_typecheckingstub__7394e47c73f9dbf60d57fa33fdbf7af98d828fabd51c4670bd5acc1cd4b653b6)
|
|
12187
12187
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
12188
|
-
jsii.set(self, "apiId", value)
|
|
12188
|
+
jsii.set(self, "apiId", value) # pyright: ignore[reportArgumentType]
|
|
12189
12189
|
|
|
12190
12190
|
@builtins.property
|
|
12191
12191
|
@jsii.member(jsii_name="definition")
|
|
@@ -12198,7 +12198,7 @@ class _ISchemaConfigProxy:
|
|
|
12198
12198
|
if __debug__:
|
|
12199
12199
|
type_hints = typing.get_type_hints(_typecheckingstub__a58b3bfbb8f3147e1915d76419b3d10f5232745190dda75c89309c09daa598df)
|
|
12200
12200
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
12201
|
-
jsii.set(self, "definition", value)
|
|
12201
|
+
jsii.set(self, "definition", value) # pyright: ignore[reportArgumentType]
|
|
12202
12202
|
|
|
12203
12203
|
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
12204
12204
|
typing.cast(typing.Any, ISchemaConfig).__jsii_proxy_class__ = lambda : _ISchemaConfigProxy
|
|
@@ -13923,7 +13923,7 @@ class SchemaFile(
|
|
|
13923
13923
|
if __debug__:
|
|
13924
13924
|
type_hints = typing.get_type_hints(_typecheckingstub__3adee49b1627eaa29eddfbecd2e0b4178976610eae08b6d3f86587aac2bc086b)
|
|
13925
13925
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
13926
|
-
jsii.set(self, "definition", value)
|
|
13926
|
+
jsii.set(self, "definition", value) # pyright: ignore[reportArgumentType]
|
|
13927
13927
|
|
|
13928
13928
|
|
|
13929
13929
|
@jsii.data_type(
|