aws-cdk-lib 2.153.0__py3-none-any.whl → 2.154.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of aws-cdk-lib might be problematic. Click here for more details.
- aws_cdk/__init__.py +157 -215
- aws_cdk/_jsii/__init__.py +2 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.153.0.jsii.tgz → aws-cdk-lib@2.154.0.jsii.tgz} +0 -0
- aws_cdk/alexa_ask/__init__.py +3 -3
- aws_cdk/aws_accessanalyzer/__init__.py +5 -5
- aws_cdk/aws_acmpca/__init__.py +79 -24
- aws_cdk/aws_amazonmq/__init__.py +161 -161
- aws_cdk/aws_amplify/__init__.py +36 -36
- aws_cdk/aws_amplifyuibuilder/__init__.py +32 -32
- aws_cdk/aws_apigateway/__init__.py +122 -122
- aws_cdk/aws_apigatewayv2/__init__.py +135 -121
- aws_cdk/aws_apigatewayv2_integrations/__init__.py +12 -12
- aws_cdk/aws_appconfig/__init__.py +59 -59
- aws_cdk/aws_appflow/__init__.py +20 -20
- aws_cdk/aws_appintegrations/__init__.py +19 -19
- aws_cdk/aws_applicationautoscaling/__init__.py +31 -16
- aws_cdk/aws_applicationinsights/__init__.py +11 -11
- aws_cdk/aws_applicationsignals/__init__.py +5 -5
- aws_cdk/aws_appmesh/__init__.py +35 -35
- aws_cdk/aws_apprunner/__init__.py +25 -25
- aws_cdk/aws_appstream/__init__.py +105 -105
- aws_cdk/aws_appsync/__init__.py +89 -89
- aws_cdk/aws_apptest/__init__.py +25 -25
- aws_cdk/aws_aps/__init__.py +14 -14
- aws_cdk/aws_arczonalshift/__init__.py +200 -3
- aws_cdk/aws_athena/__init__.py +25 -25
- aws_cdk/aws_auditmanager/__init__.py +15 -15
- aws_cdk/aws_autoscaling/__init__.py +84 -84
- aws_cdk/aws_autoscalingplans/__init__.py +2 -2
- aws_cdk/aws_b2bi/__init__.py +24 -24
- aws_cdk/aws_backup/__init__.py +33 -33
- aws_cdk/aws_backupgateway/__init__.py +7 -7
- aws_cdk/aws_batch/__init__.py +289 -35
- aws_cdk/aws_bcmdataexports/__init__.py +2 -2
- aws_cdk/aws_bedrock/__init__.py +13239 -3277
- aws_cdk/aws_billingconductor/__init__.py +28 -28
- aws_cdk/aws_budgets/__init__.py +12 -12
- aws_cdk/aws_cassandra/__init__.py +16 -16
- aws_cdk/aws_ce/__init__.py +17 -17
- aws_cdk/aws_certificatemanager/__init__.py +9 -9
- aws_cdk/aws_chatbot/__init__.py +22 -22
- aws_cdk/aws_cleanrooms/__init__.py +2470 -307
- aws_cdk/aws_cleanroomsml/__init__.py +5 -5
- aws_cdk/aws_cloud9/__init__.py +10 -10
- aws_cdk/aws_cloudformation/__init__.py +94 -69
- aws_cdk/aws_cloudfront/__init__.py +31 -30
- aws_cdk/aws_cloudtrail/__init__.py +46 -44
- aws_cdk/aws_cloudwatch/__init__.py +61 -69
- aws_cdk/aws_codeartifact/__init__.py +19 -19
- aws_cdk/aws_codebuild/__init__.py +60 -68
- aws_cdk/aws_codecommit/__init__.py +10 -6
- aws_cdk/aws_codeconnections/__init__.py +5 -5
- aws_cdk/aws_codedeploy/__init__.py +28 -28
- aws_cdk/aws_codeguruprofiler/__init__.py +5 -5
- aws_cdk/aws_codegurureviewer/__init__.py +6 -6
- aws_cdk/aws_codepipeline/__init__.py +849 -52
- aws_cdk/aws_codepipeline_actions/__init__.py +1 -1
- aws_cdk/aws_codestar/__init__.py +8 -8
- aws_cdk/aws_codestarconnections/__init__.py +17 -17
- aws_cdk/aws_codestarnotifications/__init__.py +10 -10
- aws_cdk/aws_cognito/__init__.py +465 -133
- aws_cdk/aws_comprehend/__init__.py +20 -20
- aws_cdk/aws_config/__init__.py +67 -67
- aws_cdk/aws_connect/__init__.py +139 -137
- aws_cdk/aws_connectcampaigns/__init__.py +5 -5
- aws_cdk/aws_controltower/__init__.py +12 -12
- aws_cdk/aws_cur/__init__.py +12 -12
- aws_cdk/aws_customerprofiles/__init__.py +36 -36
- aws_cdk/aws_databrew/__init__.py +45 -45
- aws_cdk/aws_datapipeline/__init__.py +12 -8
- aws_cdk/aws_datasync/__init__.py +119 -117
- aws_cdk/aws_datazone/__init__.py +63 -63
- aws_cdk/aws_dax/__init__.py +20 -20
- aws_cdk/aws_deadline/__init__.py +221 -292
- aws_cdk/aws_detective/__init__.py +8 -8
- aws_cdk/aws_devicefarm/__init__.py +37 -37
- aws_cdk/aws_devopsguru/__init__.py +2 -2
- aws_cdk/aws_directoryservice/__init__.py +15 -15
- aws_cdk/aws_dlm/__init__.py +12 -12
- aws_cdk/aws_dms/__init__.py +300 -298
- aws_cdk/aws_docdb/__init__.py +49 -49
- aws_cdk/aws_docdbelastic/__init__.py +14 -14
- aws_cdk/aws_dynamodb/__init__.py +371 -37
- aws_cdk/aws_ec2/__init__.py +900 -606
- aws_cdk/aws_ecr/__init__.py +117 -77
- aws_cdk/aws_ecr_assets/__init__.py +4 -4
- aws_cdk/aws_ecs/__init__.py +190 -191
- aws_cdk/aws_ecs_patterns/__init__.py +2 -2
- aws_cdk/aws_efs/__init__.py +22 -22
- aws_cdk/aws_eks/__init__.py +177 -61
- aws_cdk/aws_elasticache/__init__.py +218 -226
- aws_cdk/aws_elasticbeanstalk/__init__.py +25 -25
- aws_cdk/aws_elasticloadbalancing/__init__.py +16 -16
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +1066 -102
- aws_cdk/aws_elasticloadbalancingv2_targets/__init__.py +86 -4
- aws_cdk/aws_elasticsearch/__init__.py +16 -16
- aws_cdk/aws_emr/__init__.py +74 -74
- aws_cdk/aws_emrcontainers/__init__.py +3 -3
- aws_cdk/aws_emrserverless/__init__.py +157 -14
- aws_cdk/aws_entityresolution/__init__.py +613 -35
- aws_cdk/aws_events/__init__.py +42 -42
- aws_cdk/aws_eventschemas/__init__.py +16 -16
- aws_cdk/aws_evidently/__init__.py +38 -38
- aws_cdk/aws_finspace/__init__.py +8 -8
- aws_cdk/aws_fis/__init__.py +12 -12
- aws_cdk/aws_fms/__init__.py +21 -21
- aws_cdk/aws_forecast/__init__.py +18 -11
- aws_cdk/aws_frauddetector/__init__.py +35 -35
- aws_cdk/aws_fsx/__init__.py +35 -35
- aws_cdk/aws_gamelift/__init__.py +103 -103
- aws_cdk/aws_globalaccelerator/__init__.py +46 -24
- aws_cdk/aws_glue/__init__.py +132 -139
- aws_cdk/aws_grafana/__init__.py +17 -17
- aws_cdk/aws_greengrass/__init__.py +48 -48
- aws_cdk/aws_greengrassv2/__init__.py +10 -10
- aws_cdk/aws_groundstation/__init__.py +16 -16
- aws_cdk/aws_guardduty/__init__.py +40 -38
- aws_cdk/aws_healthimaging/__init__.py +3 -3
- aws_cdk/aws_healthlake/__init__.py +6 -6
- aws_cdk/aws_iam/__init__.py +120 -122
- aws_cdk/aws_identitystore/__init__.py +6 -6
- aws_cdk/aws_imagebuilder/__init__.py +92 -92
- aws_cdk/aws_inspector/__init__.py +8 -8
- aws_cdk/aws_inspectorv2/__init__.py +102 -97
- aws_cdk/aws_internetmonitor/__init__.py +12 -12
- aws_cdk/aws_iot/__init__.py +141 -141
- aws_cdk/aws_iot1click/__init__.py +9 -9
- aws_cdk/aws_iotanalytics/__init__.py +21 -21
- aws_cdk/aws_iotcoredeviceadvisor/__init__.py +2 -2
- aws_cdk/aws_iotevents/__init__.py +20 -20
- aws_cdk/aws_iotfleethub/__init__.py +4 -4
- aws_cdk/aws_iotfleetwise/__init__.py +45 -45
- aws_cdk/aws_iotsitewise/__init__.py +40 -40
- aws_cdk/aws_iotthingsgraph/__init__.py +2 -2
- aws_cdk/aws_iottwinmaker/__init__.py +34 -34
- aws_cdk/aws_iotwireless/__init__.py +66 -66
- aws_cdk/aws_ivs/__init__.py +32 -32
- aws_cdk/aws_ivschat/__init__.py +9 -9
- aws_cdk/aws_kafkaconnect/__init__.py +22 -22
- aws_cdk/aws_kendra/__init__.py +28 -28
- aws_cdk/aws_kendraranking/__init__.py +4 -4
- aws_cdk/aws_kinesis/__init__.py +8 -8
- aws_cdk/aws_kinesisanalytics/__init__.py +23 -23
- aws_cdk/aws_kinesisanalyticsv2/__init__.py +15 -15
- aws_cdk/aws_kinesisfirehose/__init__.py +677 -18
- aws_cdk/aws_kinesisvideo/__init__.py +10 -10
- aws_cdk/aws_kms/__init__.py +20 -20
- aws_cdk/aws_lakeformation/__init__.py +36 -36
- aws_cdk/aws_lambda/__init__.py +174 -118
- aws_cdk/aws_launchwizard/__init__.py +508 -0
- aws_cdk/aws_lex/__init__.py +24 -24
- aws_cdk/aws_licensemanager/__init__.py +17 -17
- aws_cdk/aws_lightsail/__init__.py +90 -90
- aws_cdk/aws_location/__init__.py +41 -41
- aws_cdk/aws_logs/__init__.py +50 -50
- aws_cdk/aws_lookoutequipment/__init__.py +9 -9
- aws_cdk/aws_lookoutmetrics/__init__.py +10 -10
- aws_cdk/aws_lookoutvision/__init__.py +1 -1
- aws_cdk/aws_m2/__init__.py +20 -20
- aws_cdk/aws_macie/__init__.py +19 -19
- aws_cdk/aws_managedblockchain/__init__.py +10 -10
- aws_cdk/aws_mediaconnect/__init__.py +114 -77
- aws_cdk/aws_mediaconvert/__init__.py +20 -20
- aws_cdk/aws_medialive/__init__.py +44 -76
- aws_cdk/aws_mediapackage/__init__.py +38 -38
- aws_cdk/aws_mediapackagev2/__init__.py +178 -25
- aws_cdk/aws_mediastore/__init__.py +7 -7
- aws_cdk/aws_mediatailor/__init__.py +40 -40
- aws_cdk/aws_memorydb/__init__.py +41 -41
- aws_cdk/aws_msk/__init__.py +39 -39
- aws_cdk/aws_mwaa/__init__.py +25 -25
- aws_cdk/aws_neptune/__init__.py +55 -55
- aws_cdk/aws_neptunegraph/__init__.py +11 -11
- aws_cdk/aws_networkfirewall/__init__.py +36 -30
- aws_cdk/aws_networkmanager/__init__.py +1062 -91
- aws_cdk/aws_nimblestudio/__init__.py +31 -31
- aws_cdk/aws_oam/__init__.py +8 -8
- aws_cdk/aws_omics/__init__.py +36 -36
- aws_cdk/aws_opensearchserverless/__init__.py +25 -25
- aws_cdk/aws_opensearchservice/__init__.py +20 -20
- aws_cdk/aws_opsworks/__init__.py +87 -87
- aws_cdk/aws_opsworkscm/__init__.py +21 -21
- aws_cdk/aws_organizations/__init__.py +17 -17
- aws_cdk/aws_osis/__init__.py +122 -9
- aws_cdk/aws_panorama/__init__.py +27 -22
- aws_cdk/aws_paymentcryptography/__init__.py +7 -7
- aws_cdk/aws_pcaconnectorad/__init__.py +17 -17
- aws_cdk/aws_personalize/__init__.py +19 -19
- aws_cdk/aws_pinpoint/__init__.py +122 -122
- aws_cdk/aws_pinpointemail/__init__.py +16 -16
- aws_cdk/aws_pipes/__init__.py +14 -16
- aws_cdk/aws_proton/__init__.py +19 -19
- aws_cdk/aws_qbusiness/__init__.py +160 -45
- aws_cdk/aws_qldb/__init__.py +12 -12
- aws_cdk/aws_quicksight/__init__.py +91 -91
- aws_cdk/aws_ram/__init__.py +11 -11
- aws_cdk/aws_rds/__init__.py +365 -259
- aws_cdk/aws_redshift/__init__.py +136 -91
- aws_cdk/aws_redshiftserverless/__init__.py +27 -27
- aws_cdk/aws_refactorspaces/__init__.py +26 -26
- aws_cdk/aws_rekognition/__init__.py +16 -16
- aws_cdk/aws_resiliencehub/__init__.py +15 -15
- aws_cdk/aws_resourceexplorer2/__init__.py +8 -8
- aws_cdk/aws_resourcegroups/__init__.py +6 -6
- aws_cdk/aws_robomaker/__init__.py +25 -25
- aws_cdk/aws_rolesanywhere/__init__.py +67 -19
- aws_cdk/aws_route53/__init__.py +36 -36
- aws_cdk/aws_route53profiles/__init__.py +11 -11
- aws_cdk/aws_route53recoverycontrol/__init__.py +14 -14
- aws_cdk/aws_route53recoveryreadiness/__init__.py +13 -13
- aws_cdk/aws_route53resolver/__init__.py +123 -82
- aws_cdk/aws_rum/__init__.py +6 -6
- aws_cdk/aws_s3/__init__.py +136 -80
- aws_cdk/aws_s3_deployment/__init__.py +30 -24
- aws_cdk/aws_s3_notifications/__init__.py +3 -4
- aws_cdk/aws_s3express/__init__.py +5 -5
- aws_cdk/aws_s3objectlambda/__init__.py +6 -6
- aws_cdk/aws_s3outposts/__init__.py +16 -16
- aws_cdk/aws_sagemaker/__init__.py +2412 -280
- aws_cdk/aws_sam/__init__.py +101 -101
- aws_cdk/aws_scheduler/__init__.py +13 -13
- aws_cdk/aws_sdb/__init__.py +1 -1
- aws_cdk/aws_secretsmanager/__init__.py +20 -19
- aws_cdk/aws_securityhub/__init__.py +70 -57
- aws_cdk/aws_securitylake/__init__.py +341 -16
- aws_cdk/aws_servicecatalog/__init__.py +87 -87
- aws_cdk/aws_servicecatalogappregistry/__init__.py +12 -12
- aws_cdk/aws_servicediscovery/__init__.py +23 -23
- aws_cdk/aws_ses/__init__.py +12038 -5604
- aws_cdk/aws_shield/__init__.py +15 -15
- aws_cdk/aws_signer/__init__.py +9 -9
- aws_cdk/aws_simspaceweaver/__init__.py +5 -5
- aws_cdk/aws_sns/__init__.py +28 -28
- aws_cdk/aws_sqs/__init__.py +20 -20
- aws_cdk/aws_ssm/__init__.py +172 -101
- aws_cdk/aws_ssmcontacts/__init__.py +18 -18
- aws_cdk/aws_ssmincidents/__init__.py +11 -11
- aws_cdk/aws_sso/__init__.py +31 -31
- aws_cdk/aws_stepfunctions/__init__.py +370 -28
- aws_cdk/aws_supportapp/__init__.py +11 -11
- aws_cdk/aws_synthetics/__init__.py +18 -18
- aws_cdk/aws_systemsmanagersap/__init__.py +48 -7
- aws_cdk/aws_timestream/__init__.py +34 -34
- aws_cdk/aws_transfer/__init__.py +57 -57
- aws_cdk/aws_verifiedpermissions/__init__.py +11 -11
- aws_cdk/aws_voiceid/__init__.py +4 -4
- aws_cdk/aws_vpclattice/__init__.py +42 -42
- aws_cdk/aws_waf/__init__.py +17 -17
- aws_cdk/aws_wafregional/__init__.py +28 -28
- aws_cdk/aws_wafv2/__init__.py +39 -39
- aws_cdk/aws_wisdom/__init__.py +16 -16
- aws_cdk/aws_workspaces/__init__.py +18 -18
- aws_cdk/aws_workspacesthinclient/__init__.py +63 -9
- aws_cdk/aws_workspacesweb/__init__.py +87 -46
- aws_cdk/aws_xray/__init__.py +12 -12
- aws_cdk/cloud_assembly_schema/__init__.py +348 -239
- aws_cdk/custom_resources/__init__.py +283 -0
- aws_cdk/cx_api/__init__.py +15 -15
- aws_cdk/pipelines/__init__.py +172 -237
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.0.dist-info}/METADATA +3 -2
- aws_cdk_lib-2.154.0.dist-info/RECORD +292 -0
- aws_cdk_lib-2.153.0.dist-info/RECORD +0 -291
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.0.dist-info}/top_level.txt +0 -0
aws_cdk/aws_kendra/__init__.py
CHANGED
|
@@ -632,7 +632,7 @@ class CfnDataSource(
|
|
|
632
632
|
if __debug__:
|
|
633
633
|
type_hints = typing.get_type_hints(_typecheckingstub__da518cc177b71ad2703234f2e02607e32d9ae04f8b106e8ef880eda822ebfbc1)
|
|
634
634
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
635
|
-
jsii.set(self, "indexId", value)
|
|
635
|
+
jsii.set(self, "indexId", value) # pyright: ignore[reportArgumentType]
|
|
636
636
|
|
|
637
637
|
@builtins.property
|
|
638
638
|
@jsii.member(jsii_name="name")
|
|
@@ -645,7 +645,7 @@ class CfnDataSource(
|
|
|
645
645
|
if __debug__:
|
|
646
646
|
type_hints = typing.get_type_hints(_typecheckingstub__727aa22774141fa3563f0859859874f94f89dcfafca54202ef16cd4039fae247)
|
|
647
647
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
648
|
-
jsii.set(self, "name", value)
|
|
648
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
649
649
|
|
|
650
650
|
@builtins.property
|
|
651
651
|
@jsii.member(jsii_name="type")
|
|
@@ -658,7 +658,7 @@ class CfnDataSource(
|
|
|
658
658
|
if __debug__:
|
|
659
659
|
type_hints = typing.get_type_hints(_typecheckingstub__75ff38538f8b7b5ad592fb8de907503bd940ef472178a94ea71872c5e0e52e36)
|
|
660
660
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
661
|
-
jsii.set(self, "type", value)
|
|
661
|
+
jsii.set(self, "type", value) # pyright: ignore[reportArgumentType]
|
|
662
662
|
|
|
663
663
|
@builtins.property
|
|
664
664
|
@jsii.member(jsii_name="customDocumentEnrichmentConfiguration")
|
|
@@ -676,7 +676,7 @@ class CfnDataSource(
|
|
|
676
676
|
if __debug__:
|
|
677
677
|
type_hints = typing.get_type_hints(_typecheckingstub__13b151417bd0a802a711d66b55ba6494eed4691c8ad5b5af2f894a431892d5fb)
|
|
678
678
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
679
|
-
jsii.set(self, "customDocumentEnrichmentConfiguration", value)
|
|
679
|
+
jsii.set(self, "customDocumentEnrichmentConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
680
680
|
|
|
681
681
|
@builtins.property
|
|
682
682
|
@jsii.member(jsii_name="dataSourceConfiguration")
|
|
@@ -694,7 +694,7 @@ class CfnDataSource(
|
|
|
694
694
|
if __debug__:
|
|
695
695
|
type_hints = typing.get_type_hints(_typecheckingstub__ea79eed634a5ae09c1e689638d3ede50cbd8c33dae75c020cff75930d087664e)
|
|
696
696
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
697
|
-
jsii.set(self, "dataSourceConfiguration", value)
|
|
697
|
+
jsii.set(self, "dataSourceConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
698
698
|
|
|
699
699
|
@builtins.property
|
|
700
700
|
@jsii.member(jsii_name="description")
|
|
@@ -707,7 +707,7 @@ class CfnDataSource(
|
|
|
707
707
|
if __debug__:
|
|
708
708
|
type_hints = typing.get_type_hints(_typecheckingstub__0f3fe842db3dcb4fce0cdde73f8c5e1e2a0746c534ecd6c08bed0359e2beefe7)
|
|
709
709
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
710
|
-
jsii.set(self, "description", value)
|
|
710
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
711
711
|
|
|
712
712
|
@builtins.property
|
|
713
713
|
@jsii.member(jsii_name="languageCode")
|
|
@@ -720,7 +720,7 @@ class CfnDataSource(
|
|
|
720
720
|
if __debug__:
|
|
721
721
|
type_hints = typing.get_type_hints(_typecheckingstub__8fd04c4fdb8ceca132176bd736ecc3a357ffc17b70e62bc049a85702a1f9af8f)
|
|
722
722
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
723
|
-
jsii.set(self, "languageCode", value)
|
|
723
|
+
jsii.set(self, "languageCode", value) # pyright: ignore[reportArgumentType]
|
|
724
724
|
|
|
725
725
|
@builtins.property
|
|
726
726
|
@jsii.member(jsii_name="roleArn")
|
|
@@ -733,7 +733,7 @@ class CfnDataSource(
|
|
|
733
733
|
if __debug__:
|
|
734
734
|
type_hints = typing.get_type_hints(_typecheckingstub__cf11b1fe015a07a79a94cab233a319e551a36b06278e679c1bf6a049d269c0ec)
|
|
735
735
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
736
|
-
jsii.set(self, "roleArn", value)
|
|
736
|
+
jsii.set(self, "roleArn", value) # pyright: ignore[reportArgumentType]
|
|
737
737
|
|
|
738
738
|
@builtins.property
|
|
739
739
|
@jsii.member(jsii_name="schedule")
|
|
@@ -746,7 +746,7 @@ class CfnDataSource(
|
|
|
746
746
|
if __debug__:
|
|
747
747
|
type_hints = typing.get_type_hints(_typecheckingstub__646a3352fddea09391f6d6bab4d6fa7a13f4b27c607bb5778a4fb3b77c8850b1)
|
|
748
748
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
749
|
-
jsii.set(self, "schedule", value)
|
|
749
|
+
jsii.set(self, "schedule", value) # pyright: ignore[reportArgumentType]
|
|
750
750
|
|
|
751
751
|
@builtins.property
|
|
752
752
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -759,7 +759,7 @@ class CfnDataSource(
|
|
|
759
759
|
if __debug__:
|
|
760
760
|
type_hints = typing.get_type_hints(_typecheckingstub__41d941d4ebe1dab6bb8a5a20578fb83a77ccb061d82e2760dbdeedd0e890b9fb)
|
|
761
761
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
762
|
-
jsii.set(self, "tagsRaw", value)
|
|
762
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
763
763
|
|
|
764
764
|
@jsii.data_type(
|
|
765
765
|
jsii_type="aws-cdk-lib.aws_kendra.CfnDataSource.AccessControlListConfigurationProperty",
|
|
@@ -8184,7 +8184,7 @@ class CfnFaq(
|
|
|
8184
8184
|
if __debug__:
|
|
8185
8185
|
type_hints = typing.get_type_hints(_typecheckingstub__13f1e70154142736744f66230e1c5b07df97f4a652446db44168d67c14beeea5)
|
|
8186
8186
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8187
|
-
jsii.set(self, "indexId", value)
|
|
8187
|
+
jsii.set(self, "indexId", value) # pyright: ignore[reportArgumentType]
|
|
8188
8188
|
|
|
8189
8189
|
@builtins.property
|
|
8190
8190
|
@jsii.member(jsii_name="name")
|
|
@@ -8197,7 +8197,7 @@ class CfnFaq(
|
|
|
8197
8197
|
if __debug__:
|
|
8198
8198
|
type_hints = typing.get_type_hints(_typecheckingstub__9b594acf6aecd343c9db04631030ca07304c2847b8ee62acf9027423dcc196ba)
|
|
8199
8199
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8200
|
-
jsii.set(self, "name", value)
|
|
8200
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
8201
8201
|
|
|
8202
8202
|
@builtins.property
|
|
8203
8203
|
@jsii.member(jsii_name="roleArn")
|
|
@@ -8210,7 +8210,7 @@ class CfnFaq(
|
|
|
8210
8210
|
if __debug__:
|
|
8211
8211
|
type_hints = typing.get_type_hints(_typecheckingstub__ef4a3a137a43525f6d969da0db69ab6343d8d1b2954c1e827bc8a9161cefbf0c)
|
|
8212
8212
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8213
|
-
jsii.set(self, "roleArn", value)
|
|
8213
|
+
jsii.set(self, "roleArn", value) # pyright: ignore[reportArgumentType]
|
|
8214
8214
|
|
|
8215
8215
|
@builtins.property
|
|
8216
8216
|
@jsii.member(jsii_name="s3Path")
|
|
@@ -8226,7 +8226,7 @@ class CfnFaq(
|
|
|
8226
8226
|
if __debug__:
|
|
8227
8227
|
type_hints = typing.get_type_hints(_typecheckingstub__f1806afef94a938b4b58ebc0c38dcb5cddd53c1cee6e9ac50febc0bea90c9290)
|
|
8228
8228
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8229
|
-
jsii.set(self, "s3Path", value)
|
|
8229
|
+
jsii.set(self, "s3Path", value) # pyright: ignore[reportArgumentType]
|
|
8230
8230
|
|
|
8231
8231
|
@builtins.property
|
|
8232
8232
|
@jsii.member(jsii_name="description")
|
|
@@ -8239,7 +8239,7 @@ class CfnFaq(
|
|
|
8239
8239
|
if __debug__:
|
|
8240
8240
|
type_hints = typing.get_type_hints(_typecheckingstub__cd6fdcd3bb79f5f910c29a7243dd6f733e9edf684e556ed8d65538ed6d320d77)
|
|
8241
8241
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8242
|
-
jsii.set(self, "description", value)
|
|
8242
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
8243
8243
|
|
|
8244
8244
|
@builtins.property
|
|
8245
8245
|
@jsii.member(jsii_name="fileFormat")
|
|
@@ -8252,7 +8252,7 @@ class CfnFaq(
|
|
|
8252
8252
|
if __debug__:
|
|
8253
8253
|
type_hints = typing.get_type_hints(_typecheckingstub__90c1da4741f70f3470f4ba1da7528d2bd5f61244bea5440442acec296bbd15b9)
|
|
8254
8254
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8255
|
-
jsii.set(self, "fileFormat", value)
|
|
8255
|
+
jsii.set(self, "fileFormat", value) # pyright: ignore[reportArgumentType]
|
|
8256
8256
|
|
|
8257
8257
|
@builtins.property
|
|
8258
8258
|
@jsii.member(jsii_name="languageCode")
|
|
@@ -8265,7 +8265,7 @@ class CfnFaq(
|
|
|
8265
8265
|
if __debug__:
|
|
8266
8266
|
type_hints = typing.get_type_hints(_typecheckingstub__5b3eed6ba42b4b89ea5899ae997ad02b8e30945190ee5f79c9421d54bb2cd413)
|
|
8267
8267
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8268
|
-
jsii.set(self, "languageCode", value)
|
|
8268
|
+
jsii.set(self, "languageCode", value) # pyright: ignore[reportArgumentType]
|
|
8269
8269
|
|
|
8270
8270
|
@builtins.property
|
|
8271
8271
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -8278,7 +8278,7 @@ class CfnFaq(
|
|
|
8278
8278
|
if __debug__:
|
|
8279
8279
|
type_hints = typing.get_type_hints(_typecheckingstub__27bb77f055ab659629cd4ef3a4ee5476228d79b650da56e3e3bb993a67543902)
|
|
8280
8280
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8281
|
-
jsii.set(self, "tagsRaw", value)
|
|
8281
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
8282
8282
|
|
|
8283
8283
|
@jsii.data_type(
|
|
8284
8284
|
jsii_type="aws-cdk-lib.aws_kendra.CfnFaq.S3PathProperty",
|
|
@@ -8744,7 +8744,7 @@ class CfnIndex(
|
|
|
8744
8744
|
if __debug__:
|
|
8745
8745
|
type_hints = typing.get_type_hints(_typecheckingstub__c93239f3ae00e7cb944fd204cb022d7f5be68421fd79c69ed3f2763a51080330)
|
|
8746
8746
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8747
|
-
jsii.set(self, "edition", value)
|
|
8747
|
+
jsii.set(self, "edition", value) # pyright: ignore[reportArgumentType]
|
|
8748
8748
|
|
|
8749
8749
|
@builtins.property
|
|
8750
8750
|
@jsii.member(jsii_name="name")
|
|
@@ -8757,7 +8757,7 @@ class CfnIndex(
|
|
|
8757
8757
|
if __debug__:
|
|
8758
8758
|
type_hints = typing.get_type_hints(_typecheckingstub__5d8dbceb731e5a625527a5cc01b7c46b54b6616680debfa96e2ab053da367d63)
|
|
8759
8759
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8760
|
-
jsii.set(self, "name", value)
|
|
8760
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
8761
8761
|
|
|
8762
8762
|
@builtins.property
|
|
8763
8763
|
@jsii.member(jsii_name="roleArn")
|
|
@@ -8770,7 +8770,7 @@ class CfnIndex(
|
|
|
8770
8770
|
if __debug__:
|
|
8771
8771
|
type_hints = typing.get_type_hints(_typecheckingstub__b8a890b398c997757af70a90887f07071ac0aff33283747ecb57cfbc966ef073)
|
|
8772
8772
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8773
|
-
jsii.set(self, "roleArn", value)
|
|
8773
|
+
jsii.set(self, "roleArn", value) # pyright: ignore[reportArgumentType]
|
|
8774
8774
|
|
|
8775
8775
|
@builtins.property
|
|
8776
8776
|
@jsii.member(jsii_name="capacityUnits")
|
|
@@ -8788,7 +8788,7 @@ class CfnIndex(
|
|
|
8788
8788
|
if __debug__:
|
|
8789
8789
|
type_hints = typing.get_type_hints(_typecheckingstub__6bf6edadfe64bf9cc89fb346617e7ebf299db00a7377538a0131f98173bfe1b5)
|
|
8790
8790
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8791
|
-
jsii.set(self, "capacityUnits", value)
|
|
8791
|
+
jsii.set(self, "capacityUnits", value) # pyright: ignore[reportArgumentType]
|
|
8792
8792
|
|
|
8793
8793
|
@builtins.property
|
|
8794
8794
|
@jsii.member(jsii_name="description")
|
|
@@ -8801,7 +8801,7 @@ class CfnIndex(
|
|
|
8801
8801
|
if __debug__:
|
|
8802
8802
|
type_hints = typing.get_type_hints(_typecheckingstub__75d78a23badee4ab3e1d5d8e4a54eeed850580bfffd42919232175a85362394b)
|
|
8803
8803
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8804
|
-
jsii.set(self, "description", value)
|
|
8804
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
8805
8805
|
|
|
8806
8806
|
@builtins.property
|
|
8807
8807
|
@jsii.member(jsii_name="documentMetadataConfigurations")
|
|
@@ -8819,7 +8819,7 @@ class CfnIndex(
|
|
|
8819
8819
|
if __debug__:
|
|
8820
8820
|
type_hints = typing.get_type_hints(_typecheckingstub__dd6a2782afe74760aa4cd4a1e2c5389ae5d499b8e0b17c4f53326aba33c6a5ca)
|
|
8821
8821
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8822
|
-
jsii.set(self, "documentMetadataConfigurations", value)
|
|
8822
|
+
jsii.set(self, "documentMetadataConfigurations", value) # pyright: ignore[reportArgumentType]
|
|
8823
8823
|
|
|
8824
8824
|
@builtins.property
|
|
8825
8825
|
@jsii.member(jsii_name="serverSideEncryptionConfiguration")
|
|
@@ -8837,7 +8837,7 @@ class CfnIndex(
|
|
|
8837
8837
|
if __debug__:
|
|
8838
8838
|
type_hints = typing.get_type_hints(_typecheckingstub__754853a1d856877c480ad0c2d5930ca3be45133cf17bdd2a002ec2af3d8c119d)
|
|
8839
8839
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8840
|
-
jsii.set(self, "serverSideEncryptionConfiguration", value)
|
|
8840
|
+
jsii.set(self, "serverSideEncryptionConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
8841
8841
|
|
|
8842
8842
|
@builtins.property
|
|
8843
8843
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -8850,7 +8850,7 @@ class CfnIndex(
|
|
|
8850
8850
|
if __debug__:
|
|
8851
8851
|
type_hints = typing.get_type_hints(_typecheckingstub__915d9422900005f8c30f3a5b18172d1323dfa0864fccb423b204aa42da664141)
|
|
8852
8852
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8853
|
-
jsii.set(self, "tagsRaw", value)
|
|
8853
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
8854
8854
|
|
|
8855
8855
|
@builtins.property
|
|
8856
8856
|
@jsii.member(jsii_name="userContextPolicy")
|
|
@@ -8863,7 +8863,7 @@ class CfnIndex(
|
|
|
8863
8863
|
if __debug__:
|
|
8864
8864
|
type_hints = typing.get_type_hints(_typecheckingstub__1d813d698c8f17a6cd67584d63c8e7266087d6fa57cd89671e115048ddbfc3b6)
|
|
8865
8865
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8866
|
-
jsii.set(self, "userContextPolicy", value)
|
|
8866
|
+
jsii.set(self, "userContextPolicy", value) # pyright: ignore[reportArgumentType]
|
|
8867
8867
|
|
|
8868
8868
|
@builtins.property
|
|
8869
8869
|
@jsii.member(jsii_name="userTokenConfigurations")
|
|
@@ -8881,7 +8881,7 @@ class CfnIndex(
|
|
|
8881
8881
|
if __debug__:
|
|
8882
8882
|
type_hints = typing.get_type_hints(_typecheckingstub__10cbdc54cc7ee0bf166d3e99163425e74855a9b539e601a9526126b7ad7f7b58)
|
|
8883
8883
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8884
|
-
jsii.set(self, "userTokenConfigurations", value)
|
|
8884
|
+
jsii.set(self, "userTokenConfigurations", value) # pyright: ignore[reportArgumentType]
|
|
8885
8885
|
|
|
8886
8886
|
@jsii.data_type(
|
|
8887
8887
|
jsii_type="aws-cdk-lib.aws_kendra.CfnIndex.CapacityUnitsConfigurationProperty",
|
|
@@ -192,7 +192,7 @@ class CfnExecutionPlan(
|
|
|
192
192
|
if __debug__:
|
|
193
193
|
type_hints = typing.get_type_hints(_typecheckingstub__0db3b98973e564e5a4b30f991391bb1b49f61fcdec383f174a6613c8158e4ea0)
|
|
194
194
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
195
|
-
jsii.set(self, "name", value)
|
|
195
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
196
196
|
|
|
197
197
|
@builtins.property
|
|
198
198
|
@jsii.member(jsii_name="capacityUnits")
|
|
@@ -210,7 +210,7 @@ class CfnExecutionPlan(
|
|
|
210
210
|
if __debug__:
|
|
211
211
|
type_hints = typing.get_type_hints(_typecheckingstub__cf82105f97a1c94ff72a8269c751d540ea7e092450fdb48e2bbdbb2d8314735d)
|
|
212
212
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
213
|
-
jsii.set(self, "capacityUnits", value)
|
|
213
|
+
jsii.set(self, "capacityUnits", value) # pyright: ignore[reportArgumentType]
|
|
214
214
|
|
|
215
215
|
@builtins.property
|
|
216
216
|
@jsii.member(jsii_name="description")
|
|
@@ -223,7 +223,7 @@ class CfnExecutionPlan(
|
|
|
223
223
|
if __debug__:
|
|
224
224
|
type_hints = typing.get_type_hints(_typecheckingstub__1db9cba35f7e629b2c9a36f1f2a30a3b2958a4fc872e860756137af869eb2062)
|
|
225
225
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
226
|
-
jsii.set(self, "description", value)
|
|
226
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
227
227
|
|
|
228
228
|
@builtins.property
|
|
229
229
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -236,7 +236,7 @@ class CfnExecutionPlan(
|
|
|
236
236
|
if __debug__:
|
|
237
237
|
type_hints = typing.get_type_hints(_typecheckingstub__55d68c9f299d528d643242539117e67cdcb6d318233fbecc0794963d32a7dd69)
|
|
238
238
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
239
|
-
jsii.set(self, "tagsRaw", value)
|
|
239
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
240
240
|
|
|
241
241
|
@jsii.data_type(
|
|
242
242
|
jsii_type="aws-cdk-lib.aws_kendraranking.CfnExecutionPlan.CapacityUnitsConfigurationProperty",
|
aws_cdk/aws_kinesis/__init__.py
CHANGED
|
@@ -361,7 +361,7 @@ class CfnStream(
|
|
|
361
361
|
if __debug__:
|
|
362
362
|
type_hints = typing.get_type_hints(_typecheckingstub__69caca5de735efdd86c95d7668c92bbedbfaf458ff05980e7d9773ad8e47288e)
|
|
363
363
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
364
|
-
jsii.set(self, "name", value)
|
|
364
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
365
365
|
|
|
366
366
|
@builtins.property
|
|
367
367
|
@jsii.member(jsii_name="retentionPeriodHours")
|
|
@@ -374,7 +374,7 @@ class CfnStream(
|
|
|
374
374
|
if __debug__:
|
|
375
375
|
type_hints = typing.get_type_hints(_typecheckingstub__85ff44685abff5f890467520e8b3dafd28378759ebf209e5b277199720ca3da0)
|
|
376
376
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
377
|
-
jsii.set(self, "retentionPeriodHours", value)
|
|
377
|
+
jsii.set(self, "retentionPeriodHours", value) # pyright: ignore[reportArgumentType]
|
|
378
378
|
|
|
379
379
|
@builtins.property
|
|
380
380
|
@jsii.member(jsii_name="shardCount")
|
|
@@ -387,7 +387,7 @@ class CfnStream(
|
|
|
387
387
|
if __debug__:
|
|
388
388
|
type_hints = typing.get_type_hints(_typecheckingstub__cf81f1665d45f36a4371f0c6c3510650ff02597deda53f521a044b37842a9d08)
|
|
389
389
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
390
|
-
jsii.set(self, "shardCount", value)
|
|
390
|
+
jsii.set(self, "shardCount", value) # pyright: ignore[reportArgumentType]
|
|
391
391
|
|
|
392
392
|
@builtins.property
|
|
393
393
|
@jsii.member(jsii_name="streamEncryption")
|
|
@@ -405,7 +405,7 @@ class CfnStream(
|
|
|
405
405
|
if __debug__:
|
|
406
406
|
type_hints = typing.get_type_hints(_typecheckingstub__2902225dc9e97f52b40ca049308cc001a0b8b7984af8591e5939a73f4564ec30)
|
|
407
407
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
408
|
-
jsii.set(self, "streamEncryption", value)
|
|
408
|
+
jsii.set(self, "streamEncryption", value) # pyright: ignore[reportArgumentType]
|
|
409
409
|
|
|
410
410
|
@builtins.property
|
|
411
411
|
@jsii.member(jsii_name="streamModeDetails")
|
|
@@ -423,7 +423,7 @@ class CfnStream(
|
|
|
423
423
|
if __debug__:
|
|
424
424
|
type_hints = typing.get_type_hints(_typecheckingstub__f162319b0aca53caf885c2507fa53645295796f4a1c5e52d42ffb0b25a723a39)
|
|
425
425
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
426
|
-
jsii.set(self, "streamModeDetails", value)
|
|
426
|
+
jsii.set(self, "streamModeDetails", value) # pyright: ignore[reportArgumentType]
|
|
427
427
|
|
|
428
428
|
@builtins.property
|
|
429
429
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -436,7 +436,7 @@ class CfnStream(
|
|
|
436
436
|
if __debug__:
|
|
437
437
|
type_hints = typing.get_type_hints(_typecheckingstub__4d0f1c422640008db062b29f115763c109cc7cb0ad3033ed29d2a4f3281b5171)
|
|
438
438
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
439
|
-
jsii.set(self, "tagsRaw", value)
|
|
439
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
440
440
|
|
|
441
441
|
@jsii.data_type(
|
|
442
442
|
jsii_type="aws-cdk-lib.aws_kinesis.CfnStream.StreamEncryptionProperty",
|
|
@@ -743,7 +743,7 @@ class CfnStreamConsumer(
|
|
|
743
743
|
if __debug__:
|
|
744
744
|
type_hints = typing.get_type_hints(_typecheckingstub__c9d81e78fb19779440622733df5c436d90dc9c457dc907fefa02a2afb632f7f6)
|
|
745
745
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
746
|
-
jsii.set(self, "consumerName", value)
|
|
746
|
+
jsii.set(self, "consumerName", value) # pyright: ignore[reportArgumentType]
|
|
747
747
|
|
|
748
748
|
@builtins.property
|
|
749
749
|
@jsii.member(jsii_name="streamArn")
|
|
@@ -756,7 +756,7 @@ class CfnStreamConsumer(
|
|
|
756
756
|
if __debug__:
|
|
757
757
|
type_hints = typing.get_type_hints(_typecheckingstub__decaab8d4ef9478c7a29a7262bbddccc719545cf6499f4ac625d9c446496eac6)
|
|
758
758
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
759
|
-
jsii.set(self, "streamArn", value)
|
|
759
|
+
jsii.set(self, "streamArn", value) # pyright: ignore[reportArgumentType]
|
|
760
760
|
|
|
761
761
|
|
|
762
762
|
@jsii.data_type(
|
|
@@ -221,7 +221,7 @@ class CfnApplication(
|
|
|
221
221
|
if __debug__:
|
|
222
222
|
type_hints = typing.get_type_hints(_typecheckingstub__e76dc50509aefef5e82f6420966f01e18b2a4812d90e31470038cf099a1c7805)
|
|
223
223
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
224
|
-
jsii.set(self, "inputs", value)
|
|
224
|
+
jsii.set(self, "inputs", value) # pyright: ignore[reportArgumentType]
|
|
225
225
|
|
|
226
226
|
@builtins.property
|
|
227
227
|
@jsii.member(jsii_name="applicationCode")
|
|
@@ -234,7 +234,7 @@ class CfnApplication(
|
|
|
234
234
|
if __debug__:
|
|
235
235
|
type_hints = typing.get_type_hints(_typecheckingstub__7e0207f4a9e89d63697c21d8c6eb47da1764b81a4989caf84f0694173539fc44)
|
|
236
236
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
237
|
-
jsii.set(self, "applicationCode", value)
|
|
237
|
+
jsii.set(self, "applicationCode", value) # pyright: ignore[reportArgumentType]
|
|
238
238
|
|
|
239
239
|
@builtins.property
|
|
240
240
|
@jsii.member(jsii_name="applicationDescription")
|
|
@@ -247,7 +247,7 @@ class CfnApplication(
|
|
|
247
247
|
if __debug__:
|
|
248
248
|
type_hints = typing.get_type_hints(_typecheckingstub__a9d3689999d9f297bce2973c564dce099af5f475d85abcd7295183c03a3981e2)
|
|
249
249
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
250
|
-
jsii.set(self, "applicationDescription", value)
|
|
250
|
+
jsii.set(self, "applicationDescription", value) # pyright: ignore[reportArgumentType]
|
|
251
251
|
|
|
252
252
|
@builtins.property
|
|
253
253
|
@jsii.member(jsii_name="applicationName")
|
|
@@ -260,7 +260,7 @@ class CfnApplication(
|
|
|
260
260
|
if __debug__:
|
|
261
261
|
type_hints = typing.get_type_hints(_typecheckingstub__b269a0fb0dd8159b4e325c9379ba5a7689d09002bfcbf4658974c89761b3f6fe)
|
|
262
262
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
263
|
-
jsii.set(self, "applicationName", value)
|
|
263
|
+
jsii.set(self, "applicationName", value) # pyright: ignore[reportArgumentType]
|
|
264
264
|
|
|
265
265
|
@jsii.data_type(
|
|
266
266
|
jsii_type="aws-cdk-lib.aws_kinesisanalytics.CfnApplication.CSVMappingParametersProperty",
|
|
@@ -1431,7 +1431,7 @@ class CfnApplicationCloudWatchLoggingOptionV2(
|
|
|
1431
1431
|
if __debug__:
|
|
1432
1432
|
type_hints = typing.get_type_hints(_typecheckingstub__6725464d856f844ad07dab8ca1f4e67eb396a35ab2e99256884d168300f674d6)
|
|
1433
1433
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1434
|
-
jsii.set(self, "applicationName", value)
|
|
1434
|
+
jsii.set(self, "applicationName", value) # pyright: ignore[reportArgumentType]
|
|
1435
1435
|
|
|
1436
1436
|
@builtins.property
|
|
1437
1437
|
@jsii.member(jsii_name="cloudWatchLoggingOption")
|
|
@@ -1449,7 +1449,7 @@ class CfnApplicationCloudWatchLoggingOptionV2(
|
|
|
1449
1449
|
if __debug__:
|
|
1450
1450
|
type_hints = typing.get_type_hints(_typecheckingstub__1c4c6a4f90841058a78eca6880ace0897d04bc5a9255cd764006466d171e7b4c)
|
|
1451
1451
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1452
|
-
jsii.set(self, "cloudWatchLoggingOption", value)
|
|
1452
|
+
jsii.set(self, "cloudWatchLoggingOption", value) # pyright: ignore[reportArgumentType]
|
|
1453
1453
|
|
|
1454
1454
|
@jsii.data_type(
|
|
1455
1455
|
jsii_type="aws-cdk-lib.aws_kinesisanalytics.CfnApplicationCloudWatchLoggingOptionV2.CloudWatchLoggingOptionProperty",
|
|
@@ -1714,7 +1714,7 @@ class CfnApplicationOutput(
|
|
|
1714
1714
|
if __debug__:
|
|
1715
1715
|
type_hints = typing.get_type_hints(_typecheckingstub__0b8771c4903c150a3f994ff001f15c07537352e3d4bd88a0bf143bee22e3d5fb)
|
|
1716
1716
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1717
|
-
jsii.set(self, "applicationName", value)
|
|
1717
|
+
jsii.set(self, "applicationName", value) # pyright: ignore[reportArgumentType]
|
|
1718
1718
|
|
|
1719
1719
|
@builtins.property
|
|
1720
1720
|
@jsii.member(jsii_name="output")
|
|
@@ -1732,7 +1732,7 @@ class CfnApplicationOutput(
|
|
|
1732
1732
|
if __debug__:
|
|
1733
1733
|
type_hints = typing.get_type_hints(_typecheckingstub__4126ecf7e24e93b7d1d3c5d4be7eaa5d723d4073a4503afe0e69cfa2d12dafd8)
|
|
1734
1734
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1735
|
-
jsii.set(self, "output", value)
|
|
1735
|
+
jsii.set(self, "output", value) # pyright: ignore[reportArgumentType]
|
|
1736
1736
|
|
|
1737
1737
|
@jsii.data_type(
|
|
1738
1738
|
jsii_type="aws-cdk-lib.aws_kinesisanalytics.CfnApplicationOutput.DestinationSchemaProperty",
|
|
@@ -2392,7 +2392,7 @@ class CfnApplicationOutputV2(
|
|
|
2392
2392
|
if __debug__:
|
|
2393
2393
|
type_hints = typing.get_type_hints(_typecheckingstub__9c0cb0cd20b0bc085510b4ec73ee9dfe61dd0529a139e8aac292a44fd4eaba1d)
|
|
2394
2394
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2395
|
-
jsii.set(self, "applicationName", value)
|
|
2395
|
+
jsii.set(self, "applicationName", value) # pyright: ignore[reportArgumentType]
|
|
2396
2396
|
|
|
2397
2397
|
@builtins.property
|
|
2398
2398
|
@jsii.member(jsii_name="output")
|
|
@@ -2410,7 +2410,7 @@ class CfnApplicationOutputV2(
|
|
|
2410
2410
|
if __debug__:
|
|
2411
2411
|
type_hints = typing.get_type_hints(_typecheckingstub__e099b9b30a3d11e2275a3995c8abc4025949ef2531fcc7d6d1b004809a5c5065)
|
|
2412
2412
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2413
|
-
jsii.set(self, "output", value)
|
|
2413
|
+
jsii.set(self, "output", value) # pyright: ignore[reportArgumentType]
|
|
2414
2414
|
|
|
2415
2415
|
@jsii.data_type(
|
|
2416
2416
|
jsii_type="aws-cdk-lib.aws_kinesisanalytics.CfnApplicationOutputV2.DestinationSchemaProperty",
|
|
@@ -3182,7 +3182,7 @@ class CfnApplicationReferenceDataSource(
|
|
|
3182
3182
|
if __debug__:
|
|
3183
3183
|
type_hints = typing.get_type_hints(_typecheckingstub__3d2db175f8691a58018b95be70c3c721d776b8409f54436789da8a52d8ce4b7c)
|
|
3184
3184
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3185
|
-
jsii.set(self, "applicationName", value)
|
|
3185
|
+
jsii.set(self, "applicationName", value) # pyright: ignore[reportArgumentType]
|
|
3186
3186
|
|
|
3187
3187
|
@builtins.property
|
|
3188
3188
|
@jsii.member(jsii_name="referenceDataSource")
|
|
@@ -3200,7 +3200,7 @@ class CfnApplicationReferenceDataSource(
|
|
|
3200
3200
|
if __debug__:
|
|
3201
3201
|
type_hints = typing.get_type_hints(_typecheckingstub__4694a0a0fba417148fa54636b085f7917b0933f3840433fc4972c0d927596032)
|
|
3202
3202
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3203
|
-
jsii.set(self, "referenceDataSource", value)
|
|
3203
|
+
jsii.set(self, "referenceDataSource", value) # pyright: ignore[reportArgumentType]
|
|
3204
3204
|
|
|
3205
3205
|
@jsii.data_type(
|
|
3206
3206
|
jsii_type="aws-cdk-lib.aws_kinesisanalytics.CfnApplicationReferenceDataSource.CSVMappingParametersProperty",
|
|
@@ -4192,7 +4192,7 @@ class CfnApplicationReferenceDataSourceV2(
|
|
|
4192
4192
|
if __debug__:
|
|
4193
4193
|
type_hints = typing.get_type_hints(_typecheckingstub__6ec08012ed992ceef9a56264cbf4d4d86a9010f998de08040d50021c59c46d74)
|
|
4194
4194
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4195
|
-
jsii.set(self, "applicationName", value)
|
|
4195
|
+
jsii.set(self, "applicationName", value) # pyright: ignore[reportArgumentType]
|
|
4196
4196
|
|
|
4197
4197
|
@builtins.property
|
|
4198
4198
|
@jsii.member(jsii_name="referenceDataSource")
|
|
@@ -4210,7 +4210,7 @@ class CfnApplicationReferenceDataSourceV2(
|
|
|
4210
4210
|
if __debug__:
|
|
4211
4211
|
type_hints = typing.get_type_hints(_typecheckingstub__5a2b9b1403c56a5d3aa8884d7d26db2a6bf1b8939af3e81a50c3dbddf6275ff4)
|
|
4212
4212
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4213
|
-
jsii.set(self, "referenceDataSource", value)
|
|
4213
|
+
jsii.set(self, "referenceDataSource", value) # pyright: ignore[reportArgumentType]
|
|
4214
4214
|
|
|
4215
4215
|
@jsii.data_type(
|
|
4216
4216
|
jsii_type="aws-cdk-lib.aws_kinesisanalytics.CfnApplicationReferenceDataSourceV2.CSVMappingParametersProperty",
|
|
@@ -5317,7 +5317,7 @@ class CfnApplicationV2(
|
|
|
5317
5317
|
if __debug__:
|
|
5318
5318
|
type_hints = typing.get_type_hints(_typecheckingstub__fa3819453715838990d27a8491a219f2450ad6e945ceb0aa7d1aca7636fac8dc)
|
|
5319
5319
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5320
|
-
jsii.set(self, "runtimeEnvironment", value)
|
|
5320
|
+
jsii.set(self, "runtimeEnvironment", value) # pyright: ignore[reportArgumentType]
|
|
5321
5321
|
|
|
5322
5322
|
@builtins.property
|
|
5323
5323
|
@jsii.member(jsii_name="serviceExecutionRole")
|
|
@@ -5330,7 +5330,7 @@ class CfnApplicationV2(
|
|
|
5330
5330
|
if __debug__:
|
|
5331
5331
|
type_hints = typing.get_type_hints(_typecheckingstub__0d024f653154df8f471208c5866a128c5e7e9587d9c25e65f76f2417441645e2)
|
|
5332
5332
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5333
|
-
jsii.set(self, "serviceExecutionRole", value)
|
|
5333
|
+
jsii.set(self, "serviceExecutionRole", value) # pyright: ignore[reportArgumentType]
|
|
5334
5334
|
|
|
5335
5335
|
@builtins.property
|
|
5336
5336
|
@jsii.member(jsii_name="applicationConfiguration")
|
|
@@ -5348,7 +5348,7 @@ class CfnApplicationV2(
|
|
|
5348
5348
|
if __debug__:
|
|
5349
5349
|
type_hints = typing.get_type_hints(_typecheckingstub__bb5f2ded51ff28c24014f12b74df2b42060c11d9bb1fedfbf708597226473d15)
|
|
5350
5350
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5351
|
-
jsii.set(self, "applicationConfiguration", value)
|
|
5351
|
+
jsii.set(self, "applicationConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
5352
5352
|
|
|
5353
5353
|
@builtins.property
|
|
5354
5354
|
@jsii.member(jsii_name="applicationDescription")
|
|
@@ -5361,7 +5361,7 @@ class CfnApplicationV2(
|
|
|
5361
5361
|
if __debug__:
|
|
5362
5362
|
type_hints = typing.get_type_hints(_typecheckingstub__507a3456bbdc35a25cca97464d63cbb4f69c3330554213e95c1b45a358fad235)
|
|
5363
5363
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5364
|
-
jsii.set(self, "applicationDescription", value)
|
|
5364
|
+
jsii.set(self, "applicationDescription", value) # pyright: ignore[reportArgumentType]
|
|
5365
5365
|
|
|
5366
5366
|
@builtins.property
|
|
5367
5367
|
@jsii.member(jsii_name="applicationMaintenanceConfiguration")
|
|
@@ -5379,7 +5379,7 @@ class CfnApplicationV2(
|
|
|
5379
5379
|
if __debug__:
|
|
5380
5380
|
type_hints = typing.get_type_hints(_typecheckingstub__61bc48340473b0c193940bc0fea78882f168d1fe7a110ca24e8d752ed1173ead)
|
|
5381
5381
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5382
|
-
jsii.set(self, "applicationMaintenanceConfiguration", value)
|
|
5382
|
+
jsii.set(self, "applicationMaintenanceConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
5383
5383
|
|
|
5384
5384
|
@builtins.property
|
|
5385
5385
|
@jsii.member(jsii_name="applicationMode")
|
|
@@ -5392,7 +5392,7 @@ class CfnApplicationV2(
|
|
|
5392
5392
|
if __debug__:
|
|
5393
5393
|
type_hints = typing.get_type_hints(_typecheckingstub__96e9d9149e2f5c323355528dafec9dc868745512b24bbc7d119c6ef2a994148b)
|
|
5394
5394
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5395
|
-
jsii.set(self, "applicationMode", value)
|
|
5395
|
+
jsii.set(self, "applicationMode", value) # pyright: ignore[reportArgumentType]
|
|
5396
5396
|
|
|
5397
5397
|
@builtins.property
|
|
5398
5398
|
@jsii.member(jsii_name="applicationName")
|
|
@@ -5405,7 +5405,7 @@ class CfnApplicationV2(
|
|
|
5405
5405
|
if __debug__:
|
|
5406
5406
|
type_hints = typing.get_type_hints(_typecheckingstub__58881775458902a949e3fbfaa8e9cef387de13a9486322207db7d1be2a53ce9d)
|
|
5407
5407
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5408
|
-
jsii.set(self, "applicationName", value)
|
|
5408
|
+
jsii.set(self, "applicationName", value) # pyright: ignore[reportArgumentType]
|
|
5409
5409
|
|
|
5410
5410
|
@builtins.property
|
|
5411
5411
|
@jsii.member(jsii_name="runConfiguration")
|
|
@@ -5423,7 +5423,7 @@ class CfnApplicationV2(
|
|
|
5423
5423
|
if __debug__:
|
|
5424
5424
|
type_hints = typing.get_type_hints(_typecheckingstub__5db63a1490a63df293f098aa953f06746e29e4e7ffd84326b43edd86e6a930d9)
|
|
5425
5425
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5426
|
-
jsii.set(self, "runConfiguration", value)
|
|
5426
|
+
jsii.set(self, "runConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
5427
5427
|
|
|
5428
5428
|
@builtins.property
|
|
5429
5429
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -5436,7 +5436,7 @@ class CfnApplicationV2(
|
|
|
5436
5436
|
if __debug__:
|
|
5437
5437
|
type_hints = typing.get_type_hints(_typecheckingstub__12f631f4cb14d1b458ed43a19419032c95d45dd05deb6fd543bd6e5564fd9771)
|
|
5438
5438
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5439
|
-
jsii.set(self, "tagsRaw", value)
|
|
5439
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
5440
5440
|
|
|
5441
5441
|
@jsii.data_type(
|
|
5442
5442
|
jsii_type="aws-cdk-lib.aws_kinesisanalytics.CfnApplicationV2.ApplicationCodeConfigurationProperty",
|