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
|
@@ -479,7 +479,7 @@ class HttpAlbIntegration(
|
|
|
479
479
|
if __debug__:
|
|
480
480
|
type_hints = typing.get_type_hints(_typecheckingstub__ddd81275967dd8f82fea61a7accd8241f873539fe596998c66af3c580e913284)
|
|
481
481
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
482
|
-
jsii.set(self, "connectionType", value)
|
|
482
|
+
jsii.set(self, "connectionType", value) # pyright: ignore[reportArgumentType]
|
|
483
483
|
|
|
484
484
|
@builtins.property
|
|
485
485
|
@jsii.member(jsii_name="httpMethod")
|
|
@@ -491,7 +491,7 @@ class HttpAlbIntegration(
|
|
|
491
491
|
if __debug__:
|
|
492
492
|
type_hints = typing.get_type_hints(_typecheckingstub__49d2707c331ffacddcce15a9f8462f5b4bd86acafca4f99ffac86d61fdd968c5)
|
|
493
493
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
494
|
-
jsii.set(self, "httpMethod", value)
|
|
494
|
+
jsii.set(self, "httpMethod", value) # pyright: ignore[reportArgumentType]
|
|
495
495
|
|
|
496
496
|
@builtins.property
|
|
497
497
|
@jsii.member(jsii_name="integrationType")
|
|
@@ -503,7 +503,7 @@ class HttpAlbIntegration(
|
|
|
503
503
|
if __debug__:
|
|
504
504
|
type_hints = typing.get_type_hints(_typecheckingstub__68d6f772e2a89442556f1760d95c537293e8868e69f39350b976830ea7c5d7c8)
|
|
505
505
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
506
|
-
jsii.set(self, "integrationType", value)
|
|
506
|
+
jsii.set(self, "integrationType", value) # pyright: ignore[reportArgumentType]
|
|
507
507
|
|
|
508
508
|
@builtins.property
|
|
509
509
|
@jsii.member(jsii_name="payloadFormatVersion")
|
|
@@ -515,7 +515,7 @@ class HttpAlbIntegration(
|
|
|
515
515
|
if __debug__:
|
|
516
516
|
type_hints = typing.get_type_hints(_typecheckingstub__a6120aff86732fb3507f4b0835b6bc561a686dcb25788f79481dc42c78203b26)
|
|
517
517
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
518
|
-
jsii.set(self, "payloadFormatVersion", value)
|
|
518
|
+
jsii.set(self, "payloadFormatVersion", value) # pyright: ignore[reportArgumentType]
|
|
519
519
|
|
|
520
520
|
|
|
521
521
|
class HttpLambdaIntegration(
|
|
@@ -798,7 +798,7 @@ class HttpNlbIntegration(
|
|
|
798
798
|
if __debug__:
|
|
799
799
|
type_hints = typing.get_type_hints(_typecheckingstub__d360e4b817e6fc6c8ae4e1350d9dd6b3d69b40c54401465c6ef888953f765e38)
|
|
800
800
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
801
|
-
jsii.set(self, "connectionType", value)
|
|
801
|
+
jsii.set(self, "connectionType", value) # pyright: ignore[reportArgumentType]
|
|
802
802
|
|
|
803
803
|
@builtins.property
|
|
804
804
|
@jsii.member(jsii_name="httpMethod")
|
|
@@ -810,7 +810,7 @@ class HttpNlbIntegration(
|
|
|
810
810
|
if __debug__:
|
|
811
811
|
type_hints = typing.get_type_hints(_typecheckingstub__4c789ab75d5a6290c76fe8fce0b824cd0926bb50f6f9fb91ff77ef01e82a1ea0)
|
|
812
812
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
813
|
-
jsii.set(self, "httpMethod", value)
|
|
813
|
+
jsii.set(self, "httpMethod", value) # pyright: ignore[reportArgumentType]
|
|
814
814
|
|
|
815
815
|
@builtins.property
|
|
816
816
|
@jsii.member(jsii_name="integrationType")
|
|
@@ -822,7 +822,7 @@ class HttpNlbIntegration(
|
|
|
822
822
|
if __debug__:
|
|
823
823
|
type_hints = typing.get_type_hints(_typecheckingstub__585857799e486703df2825ecce003717b9e731a7928c8409a6da811435c79165)
|
|
824
824
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
825
|
-
jsii.set(self, "integrationType", value)
|
|
825
|
+
jsii.set(self, "integrationType", value) # pyright: ignore[reportArgumentType]
|
|
826
826
|
|
|
827
827
|
@builtins.property
|
|
828
828
|
@jsii.member(jsii_name="payloadFormatVersion")
|
|
@@ -834,7 +834,7 @@ class HttpNlbIntegration(
|
|
|
834
834
|
if __debug__:
|
|
835
835
|
type_hints = typing.get_type_hints(_typecheckingstub__36f10890866a2476ef7a837c18a7bab079976e4adf47e736ccebe3fc7ec980ca)
|
|
836
836
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
837
|
-
jsii.set(self, "payloadFormatVersion", value)
|
|
837
|
+
jsii.set(self, "payloadFormatVersion", value) # pyright: ignore[reportArgumentType]
|
|
838
838
|
|
|
839
839
|
|
|
840
840
|
@jsii.data_type(
|
|
@@ -1059,7 +1059,7 @@ class HttpServiceDiscoveryIntegration(
|
|
|
1059
1059
|
if __debug__:
|
|
1060
1060
|
type_hints = typing.get_type_hints(_typecheckingstub__88fa11bc73bf44288cb7467c39d6aa21cc34611adb58ae52dbcb42fe2150a266)
|
|
1061
1061
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1062
|
-
jsii.set(self, "connectionType", value)
|
|
1062
|
+
jsii.set(self, "connectionType", value) # pyright: ignore[reportArgumentType]
|
|
1063
1063
|
|
|
1064
1064
|
@builtins.property
|
|
1065
1065
|
@jsii.member(jsii_name="httpMethod")
|
|
@@ -1071,7 +1071,7 @@ class HttpServiceDiscoveryIntegration(
|
|
|
1071
1071
|
if __debug__:
|
|
1072
1072
|
type_hints = typing.get_type_hints(_typecheckingstub__3cc3ee501484e0e7058df9083bcfc3e410c2de2357a283e797038514e45bae8e)
|
|
1073
1073
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1074
|
-
jsii.set(self, "httpMethod", value)
|
|
1074
|
+
jsii.set(self, "httpMethod", value) # pyright: ignore[reportArgumentType]
|
|
1075
1075
|
|
|
1076
1076
|
@builtins.property
|
|
1077
1077
|
@jsii.member(jsii_name="integrationType")
|
|
@@ -1083,7 +1083,7 @@ class HttpServiceDiscoveryIntegration(
|
|
|
1083
1083
|
if __debug__:
|
|
1084
1084
|
type_hints = typing.get_type_hints(_typecheckingstub__5909d37808307699be7a07730689164f1e138383252eae1d7c68420302f2e9c4)
|
|
1085
1085
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1086
|
-
jsii.set(self, "integrationType", value)
|
|
1086
|
+
jsii.set(self, "integrationType", value) # pyright: ignore[reportArgumentType]
|
|
1087
1087
|
|
|
1088
1088
|
@builtins.property
|
|
1089
1089
|
@jsii.member(jsii_name="payloadFormatVersion")
|
|
@@ -1095,7 +1095,7 @@ class HttpServiceDiscoveryIntegration(
|
|
|
1095
1095
|
if __debug__:
|
|
1096
1096
|
type_hints = typing.get_type_hints(_typecheckingstub__2db70ce1255fd6ff4a3b0a88a1c0a0096c5eb165bf1ce3544bee82d10bcc54d7)
|
|
1097
1097
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1098
|
-
jsii.set(self, "payloadFormatVersion", value)
|
|
1098
|
+
jsii.set(self, "payloadFormatVersion", value) # pyright: ignore[reportArgumentType]
|
|
1099
1099
|
|
|
1100
1100
|
|
|
1101
1101
|
@jsii.data_type(
|
|
@@ -1165,7 +1165,7 @@ class CfnApplication(
|
|
|
1165
1165
|
if __debug__:
|
|
1166
1166
|
type_hints = typing.get_type_hints(_typecheckingstub__dd439efd20029913dc2dc3442824daa5698101df926aeab59ca95e5e5b8bbd51)
|
|
1167
1167
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1168
|
-
jsii.set(self, "name", value)
|
|
1168
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
1169
1169
|
|
|
1170
1170
|
@builtins.property
|
|
1171
1171
|
@jsii.member(jsii_name="description")
|
|
@@ -1178,7 +1178,7 @@ class CfnApplication(
|
|
|
1178
1178
|
if __debug__:
|
|
1179
1179
|
type_hints = typing.get_type_hints(_typecheckingstub__a824db2a54c11ce0a54133772196bc9c7049c60fe6169de15459866f72df2438)
|
|
1180
1180
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1181
|
-
jsii.set(self, "description", value)
|
|
1181
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
1182
1182
|
|
|
1183
1183
|
@builtins.property
|
|
1184
1184
|
@jsii.member(jsii_name="tags")
|
|
@@ -1191,7 +1191,7 @@ class CfnApplication(
|
|
|
1191
1191
|
if __debug__:
|
|
1192
1192
|
type_hints = typing.get_type_hints(_typecheckingstub__e1c6b2136fb3c6e3eba293e5878e147b18261e888036e9d04f50ade7f12363e3)
|
|
1193
1193
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1194
|
-
jsii.set(self, "tags", value)
|
|
1194
|
+
jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
|
|
1195
1195
|
|
|
1196
1196
|
|
|
1197
1197
|
@jsii.data_type(
|
|
@@ -1461,7 +1461,7 @@ class CfnConfigurationProfile(
|
|
|
1461
1461
|
if __debug__:
|
|
1462
1462
|
type_hints = typing.get_type_hints(_typecheckingstub__a90d416aa5727f39ec3c71cf2276506643a5cf358d97a872994efb5efc0c6a23)
|
|
1463
1463
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1464
|
-
jsii.set(self, "applicationId", value)
|
|
1464
|
+
jsii.set(self, "applicationId", value) # pyright: ignore[reportArgumentType]
|
|
1465
1465
|
|
|
1466
1466
|
@builtins.property
|
|
1467
1467
|
@jsii.member(jsii_name="locationUri")
|
|
@@ -1477,7 +1477,7 @@ class CfnConfigurationProfile(
|
|
|
1477
1477
|
if __debug__:
|
|
1478
1478
|
type_hints = typing.get_type_hints(_typecheckingstub__b354f0f45617e66d27b62ebf9a76fdbe168c6f5b6731023e6a366547233a4cb5)
|
|
1479
1479
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1480
|
-
jsii.set(self, "locationUri", value)
|
|
1480
|
+
jsii.set(self, "locationUri", value) # pyright: ignore[reportArgumentType]
|
|
1481
1481
|
|
|
1482
1482
|
@builtins.property
|
|
1483
1483
|
@jsii.member(jsii_name="name")
|
|
@@ -1490,7 +1490,7 @@ class CfnConfigurationProfile(
|
|
|
1490
1490
|
if __debug__:
|
|
1491
1491
|
type_hints = typing.get_type_hints(_typecheckingstub__92d26c2b0d5b0b13ed55ca82e2b92075cdb99d8bd6d4a9122e33104a12cf9d5d)
|
|
1492
1492
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1493
|
-
jsii.set(self, "name", value)
|
|
1493
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
1494
1494
|
|
|
1495
1495
|
@builtins.property
|
|
1496
1496
|
@jsii.member(jsii_name="description")
|
|
@@ -1503,7 +1503,7 @@ class CfnConfigurationProfile(
|
|
|
1503
1503
|
if __debug__:
|
|
1504
1504
|
type_hints = typing.get_type_hints(_typecheckingstub__5884bd7f8fdc28919378604807977665ba3e82a47697c023e5982eb7257f557c)
|
|
1505
1505
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1506
|
-
jsii.set(self, "description", value)
|
|
1506
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
1507
1507
|
|
|
1508
1508
|
@builtins.property
|
|
1509
1509
|
@jsii.member(jsii_name="kmsKeyIdentifier")
|
|
@@ -1516,7 +1516,7 @@ class CfnConfigurationProfile(
|
|
|
1516
1516
|
if __debug__:
|
|
1517
1517
|
type_hints = typing.get_type_hints(_typecheckingstub__b3eeb407208b90160e95c0fa6df04c352da355146a3ccf76bdbd6393ad76427e)
|
|
1518
1518
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1519
|
-
jsii.set(self, "kmsKeyIdentifier", value)
|
|
1519
|
+
jsii.set(self, "kmsKeyIdentifier", value) # pyright: ignore[reportArgumentType]
|
|
1520
1520
|
|
|
1521
1521
|
@builtins.property
|
|
1522
1522
|
@jsii.member(jsii_name="retrievalRoleArn")
|
|
@@ -1529,7 +1529,7 @@ class CfnConfigurationProfile(
|
|
|
1529
1529
|
if __debug__:
|
|
1530
1530
|
type_hints = typing.get_type_hints(_typecheckingstub__0d3f2e474a52e1c1e45abe4e24cd6c758600c20023f3697e0c69533c0e771bc2)
|
|
1531
1531
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1532
|
-
jsii.set(self, "retrievalRoleArn", value)
|
|
1532
|
+
jsii.set(self, "retrievalRoleArn", value) # pyright: ignore[reportArgumentType]
|
|
1533
1533
|
|
|
1534
1534
|
@builtins.property
|
|
1535
1535
|
@jsii.member(jsii_name="tags")
|
|
@@ -1542,7 +1542,7 @@ class CfnConfigurationProfile(
|
|
|
1542
1542
|
if __debug__:
|
|
1543
1543
|
type_hints = typing.get_type_hints(_typecheckingstub__ebd94616157773a4ab3988775ff92592f3cda9938c8625e395d1dbbf8406354b)
|
|
1544
1544
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1545
|
-
jsii.set(self, "tags", value)
|
|
1545
|
+
jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
|
|
1546
1546
|
|
|
1547
1547
|
@builtins.property
|
|
1548
1548
|
@jsii.member(jsii_name="type")
|
|
@@ -1555,7 +1555,7 @@ class CfnConfigurationProfile(
|
|
|
1555
1555
|
if __debug__:
|
|
1556
1556
|
type_hints = typing.get_type_hints(_typecheckingstub__c45113a4405009713d71c8289b038f5cff241d53b81b243f0372147d29440ad9)
|
|
1557
1557
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1558
|
-
jsii.set(self, "type", value)
|
|
1558
|
+
jsii.set(self, "type", value) # pyright: ignore[reportArgumentType]
|
|
1559
1559
|
|
|
1560
1560
|
@builtins.property
|
|
1561
1561
|
@jsii.member(jsii_name="validators")
|
|
@@ -1573,7 +1573,7 @@ class CfnConfigurationProfile(
|
|
|
1573
1573
|
if __debug__:
|
|
1574
1574
|
type_hints = typing.get_type_hints(_typecheckingstub__11ba2acd464e5613cd96989e3516592dcd5684d8452b3028698e0549f5d5fafb)
|
|
1575
1575
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1576
|
-
jsii.set(self, "validators", value)
|
|
1576
|
+
jsii.set(self, "validators", value) # pyright: ignore[reportArgumentType]
|
|
1577
1577
|
|
|
1578
1578
|
@jsii.data_type(
|
|
1579
1579
|
jsii_type="aws-cdk-lib.aws_appconfig.CfnConfigurationProfile.ValidatorsProperty",
|
|
@@ -2024,7 +2024,7 @@ class CfnDeployment(
|
|
|
2024
2024
|
if __debug__:
|
|
2025
2025
|
type_hints = typing.get_type_hints(_typecheckingstub__95aaa1f67bb9531251e5f9c62292c84df7727307a58c223aaa637f0a36a3d65d)
|
|
2026
2026
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2027
|
-
jsii.set(self, "applicationId", value)
|
|
2027
|
+
jsii.set(self, "applicationId", value) # pyright: ignore[reportArgumentType]
|
|
2028
2028
|
|
|
2029
2029
|
@builtins.property
|
|
2030
2030
|
@jsii.member(jsii_name="configurationProfileId")
|
|
@@ -2037,7 +2037,7 @@ class CfnDeployment(
|
|
|
2037
2037
|
if __debug__:
|
|
2038
2038
|
type_hints = typing.get_type_hints(_typecheckingstub__ca3182ab453e0412fad7ba8649da4e0cfebf187bd90f38a026444982eb8bf50e)
|
|
2039
2039
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2040
|
-
jsii.set(self, "configurationProfileId", value)
|
|
2040
|
+
jsii.set(self, "configurationProfileId", value) # pyright: ignore[reportArgumentType]
|
|
2041
2041
|
|
|
2042
2042
|
@builtins.property
|
|
2043
2043
|
@jsii.member(jsii_name="configurationVersion")
|
|
@@ -2050,7 +2050,7 @@ class CfnDeployment(
|
|
|
2050
2050
|
if __debug__:
|
|
2051
2051
|
type_hints = typing.get_type_hints(_typecheckingstub__5abde1954bdb5d84cfce775808f90c961127e86db5ff5164bb90a98e3b0f9f20)
|
|
2052
2052
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2053
|
-
jsii.set(self, "configurationVersion", value)
|
|
2053
|
+
jsii.set(self, "configurationVersion", value) # pyright: ignore[reportArgumentType]
|
|
2054
2054
|
|
|
2055
2055
|
@builtins.property
|
|
2056
2056
|
@jsii.member(jsii_name="deploymentStrategyId")
|
|
@@ -2063,7 +2063,7 @@ class CfnDeployment(
|
|
|
2063
2063
|
if __debug__:
|
|
2064
2064
|
type_hints = typing.get_type_hints(_typecheckingstub__0527964ec5c65ed1bca366f0674e5cda5d23fe019ae479f3ee3fb550fbdb0c23)
|
|
2065
2065
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2066
|
-
jsii.set(self, "deploymentStrategyId", value)
|
|
2066
|
+
jsii.set(self, "deploymentStrategyId", value) # pyright: ignore[reportArgumentType]
|
|
2067
2067
|
|
|
2068
2068
|
@builtins.property
|
|
2069
2069
|
@jsii.member(jsii_name="environmentId")
|
|
@@ -2076,7 +2076,7 @@ class CfnDeployment(
|
|
|
2076
2076
|
if __debug__:
|
|
2077
2077
|
type_hints = typing.get_type_hints(_typecheckingstub__f949624a9b6e222d754ab636966342dbb9eb207d34230837c882091a20f9abac)
|
|
2078
2078
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2079
|
-
jsii.set(self, "environmentId", value)
|
|
2079
|
+
jsii.set(self, "environmentId", value) # pyright: ignore[reportArgumentType]
|
|
2080
2080
|
|
|
2081
2081
|
@builtins.property
|
|
2082
2082
|
@jsii.member(jsii_name="description")
|
|
@@ -2089,7 +2089,7 @@ class CfnDeployment(
|
|
|
2089
2089
|
if __debug__:
|
|
2090
2090
|
type_hints = typing.get_type_hints(_typecheckingstub__96f77dd19f2c1b41d04318bc8aa9cc8f75808190471ba4922eb58652c55c5e38)
|
|
2091
2091
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2092
|
-
jsii.set(self, "description", value)
|
|
2092
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
2093
2093
|
|
|
2094
2094
|
@builtins.property
|
|
2095
2095
|
@jsii.member(jsii_name="dynamicExtensionParameters")
|
|
@@ -2107,7 +2107,7 @@ class CfnDeployment(
|
|
|
2107
2107
|
if __debug__:
|
|
2108
2108
|
type_hints = typing.get_type_hints(_typecheckingstub__e5a4416b6ac2f6fbc5dd497fd6aafe41844d2e927bc75ce571b37c2f1b805bfb)
|
|
2109
2109
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2110
|
-
jsii.set(self, "dynamicExtensionParameters", value)
|
|
2110
|
+
jsii.set(self, "dynamicExtensionParameters", value) # pyright: ignore[reportArgumentType]
|
|
2111
2111
|
|
|
2112
2112
|
@builtins.property
|
|
2113
2113
|
@jsii.member(jsii_name="kmsKeyIdentifier")
|
|
@@ -2120,7 +2120,7 @@ class CfnDeployment(
|
|
|
2120
2120
|
if __debug__:
|
|
2121
2121
|
type_hints = typing.get_type_hints(_typecheckingstub__98b30f15af8144546829026dccf1aaf4fedd94b59dabeb6c8e8d7bc2b71e2efb)
|
|
2122
2122
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2123
|
-
jsii.set(self, "kmsKeyIdentifier", value)
|
|
2123
|
+
jsii.set(self, "kmsKeyIdentifier", value) # pyright: ignore[reportArgumentType]
|
|
2124
2124
|
|
|
2125
2125
|
@builtins.property
|
|
2126
2126
|
@jsii.member(jsii_name="tags")
|
|
@@ -2133,7 +2133,7 @@ class CfnDeployment(
|
|
|
2133
2133
|
if __debug__:
|
|
2134
2134
|
type_hints = typing.get_type_hints(_typecheckingstub__12211b05040a4e1a62df97a0128f266db1c0380eba8db0726824e99ad7241551)
|
|
2135
2135
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2136
|
-
jsii.set(self, "tags", value)
|
|
2136
|
+
jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
|
|
2137
2137
|
|
|
2138
2138
|
@jsii.data_type(
|
|
2139
2139
|
jsii_type="aws-cdk-lib.aws_appconfig.CfnDeployment.DynamicExtensionParametersProperty",
|
|
@@ -2578,7 +2578,7 @@ class CfnDeploymentStrategy(
|
|
|
2578
2578
|
if __debug__:
|
|
2579
2579
|
type_hints = typing.get_type_hints(_typecheckingstub__b2b9cfcca9dae7bf599adef5f2b44e7662994e8143e1b3ccfa6f12c4d8ad5a19)
|
|
2580
2580
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2581
|
-
jsii.set(self, "deploymentDurationInMinutes", value)
|
|
2581
|
+
jsii.set(self, "deploymentDurationInMinutes", value) # pyright: ignore[reportArgumentType]
|
|
2582
2582
|
|
|
2583
2583
|
@builtins.property
|
|
2584
2584
|
@jsii.member(jsii_name="growthFactor")
|
|
@@ -2591,7 +2591,7 @@ class CfnDeploymentStrategy(
|
|
|
2591
2591
|
if __debug__:
|
|
2592
2592
|
type_hints = typing.get_type_hints(_typecheckingstub__2ac4cbcedcf27ec80d55a98d836dbb9ac52523d6ff7838145b4d527fadaf652d)
|
|
2593
2593
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2594
|
-
jsii.set(self, "growthFactor", value)
|
|
2594
|
+
jsii.set(self, "growthFactor", value) # pyright: ignore[reportArgumentType]
|
|
2595
2595
|
|
|
2596
2596
|
@builtins.property
|
|
2597
2597
|
@jsii.member(jsii_name="name")
|
|
@@ -2604,7 +2604,7 @@ class CfnDeploymentStrategy(
|
|
|
2604
2604
|
if __debug__:
|
|
2605
2605
|
type_hints = typing.get_type_hints(_typecheckingstub__43a46b42e0607ca1c01aa58dff3034f44511b63f99f559fe0fd370080f52f2c7)
|
|
2606
2606
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2607
|
-
jsii.set(self, "name", value)
|
|
2607
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
2608
2608
|
|
|
2609
2609
|
@builtins.property
|
|
2610
2610
|
@jsii.member(jsii_name="replicateTo")
|
|
@@ -2617,7 +2617,7 @@ class CfnDeploymentStrategy(
|
|
|
2617
2617
|
if __debug__:
|
|
2618
2618
|
type_hints = typing.get_type_hints(_typecheckingstub__cb6ef1a3102939b024e6e99b451674a1ad1f6879f5355a20a6d365cfeab4ad4e)
|
|
2619
2619
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2620
|
-
jsii.set(self, "replicateTo", value)
|
|
2620
|
+
jsii.set(self, "replicateTo", value) # pyright: ignore[reportArgumentType]
|
|
2621
2621
|
|
|
2622
2622
|
@builtins.property
|
|
2623
2623
|
@jsii.member(jsii_name="description")
|
|
@@ -2630,7 +2630,7 @@ class CfnDeploymentStrategy(
|
|
|
2630
2630
|
if __debug__:
|
|
2631
2631
|
type_hints = typing.get_type_hints(_typecheckingstub__5f47275a573fd911ba6db69f152dd00eab69b450d732941105375d198524fd2b)
|
|
2632
2632
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2633
|
-
jsii.set(self, "description", value)
|
|
2633
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
2634
2634
|
|
|
2635
2635
|
@builtins.property
|
|
2636
2636
|
@jsii.member(jsii_name="finalBakeTimeInMinutes")
|
|
@@ -2643,7 +2643,7 @@ class CfnDeploymentStrategy(
|
|
|
2643
2643
|
if __debug__:
|
|
2644
2644
|
type_hints = typing.get_type_hints(_typecheckingstub__ad18c900d6d84d1f1dba268d6d666b830e5e5276badda4b775deb06725f3c4ea)
|
|
2645
2645
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2646
|
-
jsii.set(self, "finalBakeTimeInMinutes", value)
|
|
2646
|
+
jsii.set(self, "finalBakeTimeInMinutes", value) # pyright: ignore[reportArgumentType]
|
|
2647
2647
|
|
|
2648
2648
|
@builtins.property
|
|
2649
2649
|
@jsii.member(jsii_name="growthType")
|
|
@@ -2659,7 +2659,7 @@ class CfnDeploymentStrategy(
|
|
|
2659
2659
|
if __debug__:
|
|
2660
2660
|
type_hints = typing.get_type_hints(_typecheckingstub__38dbe338fc520a7ce3134f048d86265b2db4966fa73c38281b48ff6124acbc16)
|
|
2661
2661
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2662
|
-
jsii.set(self, "growthType", value)
|
|
2662
|
+
jsii.set(self, "growthType", value) # pyright: ignore[reportArgumentType]
|
|
2663
2663
|
|
|
2664
2664
|
@builtins.property
|
|
2665
2665
|
@jsii.member(jsii_name="tags")
|
|
@@ -2672,7 +2672,7 @@ class CfnDeploymentStrategy(
|
|
|
2672
2672
|
if __debug__:
|
|
2673
2673
|
type_hints = typing.get_type_hints(_typecheckingstub__2b0c7e44af284b89d6923411489d05fa28350784f8d88a837a0d019a1d575e65)
|
|
2674
2674
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2675
|
-
jsii.set(self, "tags", value)
|
|
2675
|
+
jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
|
|
2676
2676
|
|
|
2677
2677
|
|
|
2678
2678
|
@jsii.data_type(
|
|
@@ -3009,7 +3009,7 @@ class CfnEnvironment(
|
|
|
3009
3009
|
if __debug__:
|
|
3010
3010
|
type_hints = typing.get_type_hints(_typecheckingstub__d35c6a50b39401e18b97d5d78f1d4d92aaf846c18aa4ec32bce024a53e54c4be)
|
|
3011
3011
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3012
|
-
jsii.set(self, "applicationId", value)
|
|
3012
|
+
jsii.set(self, "applicationId", value) # pyright: ignore[reportArgumentType]
|
|
3013
3013
|
|
|
3014
3014
|
@builtins.property
|
|
3015
3015
|
@jsii.member(jsii_name="name")
|
|
@@ -3022,7 +3022,7 @@ class CfnEnvironment(
|
|
|
3022
3022
|
if __debug__:
|
|
3023
3023
|
type_hints = typing.get_type_hints(_typecheckingstub__569391bda37ae2bcb096c8b3ab953d25c7ff488899b2557c773cc8f72ee8a4cb)
|
|
3024
3024
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3025
|
-
jsii.set(self, "name", value)
|
|
3025
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
3026
3026
|
|
|
3027
3027
|
@builtins.property
|
|
3028
3028
|
@jsii.member(jsii_name="description")
|
|
@@ -3035,7 +3035,7 @@ class CfnEnvironment(
|
|
|
3035
3035
|
if __debug__:
|
|
3036
3036
|
type_hints = typing.get_type_hints(_typecheckingstub__154bd59aabeed21e27800d9d45bcdbb412639a65e9aaaf72ef6dae673fa26a43)
|
|
3037
3037
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3038
|
-
jsii.set(self, "description", value)
|
|
3038
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
3039
3039
|
|
|
3040
3040
|
@builtins.property
|
|
3041
3041
|
@jsii.member(jsii_name="monitors")
|
|
@@ -3053,7 +3053,7 @@ class CfnEnvironment(
|
|
|
3053
3053
|
if __debug__:
|
|
3054
3054
|
type_hints = typing.get_type_hints(_typecheckingstub__d8d099ead34dfe7be9eb945722b31207889d993d21d927e1eeba6592c7f8fd44)
|
|
3055
3055
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3056
|
-
jsii.set(self, "monitors", value)
|
|
3056
|
+
jsii.set(self, "monitors", value) # pyright: ignore[reportArgumentType]
|
|
3057
3057
|
|
|
3058
3058
|
@builtins.property
|
|
3059
3059
|
@jsii.member(jsii_name="tags")
|
|
@@ -3066,7 +3066,7 @@ class CfnEnvironment(
|
|
|
3066
3066
|
if __debug__:
|
|
3067
3067
|
type_hints = typing.get_type_hints(_typecheckingstub__60701727c0b2b8f0404d231ccc24899f35678bacc781ed4c6443de1b14432f68)
|
|
3068
3068
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3069
|
-
jsii.set(self, "tags", value)
|
|
3069
|
+
jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
|
|
3070
3070
|
|
|
3071
3071
|
@jsii.data_type(
|
|
3072
3072
|
jsii_type="aws-cdk-lib.aws_appconfig.CfnEnvironment.MonitorProperty",
|
|
@@ -3513,7 +3513,7 @@ class CfnExtension(
|
|
|
3513
3513
|
if __debug__:
|
|
3514
3514
|
type_hints = typing.get_type_hints(_typecheckingstub__f734d5e14d1ac32f7ec277282f23b1f2f7c0b8ce8e48d8df2b080f67d200577f)
|
|
3515
3515
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3516
|
-
jsii.set(self, "actions", value)
|
|
3516
|
+
jsii.set(self, "actions", value) # pyright: ignore[reportArgumentType]
|
|
3517
3517
|
|
|
3518
3518
|
@builtins.property
|
|
3519
3519
|
@jsii.member(jsii_name="name")
|
|
@@ -3526,7 +3526,7 @@ class CfnExtension(
|
|
|
3526
3526
|
if __debug__:
|
|
3527
3527
|
type_hints = typing.get_type_hints(_typecheckingstub__081c55af29bf24c3599cf24134be4ce60656f052c575f59ff68c2084fa523481)
|
|
3528
3528
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3529
|
-
jsii.set(self, "name", value)
|
|
3529
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
3530
3530
|
|
|
3531
3531
|
@builtins.property
|
|
3532
3532
|
@jsii.member(jsii_name="description")
|
|
@@ -3539,7 +3539,7 @@ class CfnExtension(
|
|
|
3539
3539
|
if __debug__:
|
|
3540
3540
|
type_hints = typing.get_type_hints(_typecheckingstub__334508667f33fe5d26ff2e39e3bcbaaea618391e439f25094004fab0d75eb718)
|
|
3541
3541
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3542
|
-
jsii.set(self, "description", value)
|
|
3542
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
3543
3543
|
|
|
3544
3544
|
@builtins.property
|
|
3545
3545
|
@jsii.member(jsii_name="latestVersionNumber")
|
|
@@ -3552,7 +3552,7 @@ class CfnExtension(
|
|
|
3552
3552
|
if __debug__:
|
|
3553
3553
|
type_hints = typing.get_type_hints(_typecheckingstub__b38bdb75b51870401d0b83754078af02e3e6886d97a64481c3733b63a5a4c814)
|
|
3554
3554
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3555
|
-
jsii.set(self, "latestVersionNumber", value)
|
|
3555
|
+
jsii.set(self, "latestVersionNumber", value) # pyright: ignore[reportArgumentType]
|
|
3556
3556
|
|
|
3557
3557
|
@builtins.property
|
|
3558
3558
|
@jsii.member(jsii_name="parameters")
|
|
@@ -3570,7 +3570,7 @@ class CfnExtension(
|
|
|
3570
3570
|
if __debug__:
|
|
3571
3571
|
type_hints = typing.get_type_hints(_typecheckingstub__9ad5fbf78cb34accb172520e561c08795fbca80280af2dcc78243ceb84841d07)
|
|
3572
3572
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3573
|
-
jsii.set(self, "parameters", value)
|
|
3573
|
+
jsii.set(self, "parameters", value) # pyright: ignore[reportArgumentType]
|
|
3574
3574
|
|
|
3575
3575
|
@builtins.property
|
|
3576
3576
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -3583,7 +3583,7 @@ class CfnExtension(
|
|
|
3583
3583
|
if __debug__:
|
|
3584
3584
|
type_hints = typing.get_type_hints(_typecheckingstub__9e6cc683bfd791a6ddfdc2295e58057279b3a19bc4adc7a11fbff993fe64fe37)
|
|
3585
3585
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3586
|
-
jsii.set(self, "tagsRaw", value)
|
|
3586
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
3587
3587
|
|
|
3588
3588
|
@jsii.data_type(
|
|
3589
3589
|
jsii_type="aws-cdk-lib.aws_appconfig.CfnExtension.ActionProperty",
|
|
@@ -3950,7 +3950,7 @@ class CfnExtensionAssociation(
|
|
|
3950
3950
|
if __debug__:
|
|
3951
3951
|
type_hints = typing.get_type_hints(_typecheckingstub__dd635cb248fd501f641536d553e5645fb6dd03b8db84e4059ddc6af591a307e8)
|
|
3952
3952
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3953
|
-
jsii.set(self, "extensionIdentifier", value)
|
|
3953
|
+
jsii.set(self, "extensionIdentifier", value) # pyright: ignore[reportArgumentType]
|
|
3954
3954
|
|
|
3955
3955
|
@builtins.property
|
|
3956
3956
|
@jsii.member(jsii_name="extensionVersionNumber")
|
|
@@ -3963,7 +3963,7 @@ class CfnExtensionAssociation(
|
|
|
3963
3963
|
if __debug__:
|
|
3964
3964
|
type_hints = typing.get_type_hints(_typecheckingstub__4aa600ead50aeb1f2d5f5f5fe334e3e11a16eccfa413e5de0742f763f7938a43)
|
|
3965
3965
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3966
|
-
jsii.set(self, "extensionVersionNumber", value)
|
|
3966
|
+
jsii.set(self, "extensionVersionNumber", value) # pyright: ignore[reportArgumentType]
|
|
3967
3967
|
|
|
3968
3968
|
@builtins.property
|
|
3969
3969
|
@jsii.member(jsii_name="parameters")
|
|
@@ -3981,7 +3981,7 @@ class CfnExtensionAssociation(
|
|
|
3981
3981
|
if __debug__:
|
|
3982
3982
|
type_hints = typing.get_type_hints(_typecheckingstub__bc72677d37ba0fe5b56dcbee5b8705c9e4e30a75b5d3b051bc792305dfd3deda)
|
|
3983
3983
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3984
|
-
jsii.set(self, "parameters", value)
|
|
3984
|
+
jsii.set(self, "parameters", value) # pyright: ignore[reportArgumentType]
|
|
3985
3985
|
|
|
3986
3986
|
@builtins.property
|
|
3987
3987
|
@jsii.member(jsii_name="resourceIdentifier")
|
|
@@ -3994,7 +3994,7 @@ class CfnExtensionAssociation(
|
|
|
3994
3994
|
if __debug__:
|
|
3995
3995
|
type_hints = typing.get_type_hints(_typecheckingstub__7ff48a7c10c5007769564f0b18da5363288efbb9ca805f7bb5a7fd93e791ec3d)
|
|
3996
3996
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3997
|
-
jsii.set(self, "resourceIdentifier", value)
|
|
3997
|
+
jsii.set(self, "resourceIdentifier", value) # pyright: ignore[reportArgumentType]
|
|
3998
3998
|
|
|
3999
3999
|
@builtins.property
|
|
4000
4000
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -4007,7 +4007,7 @@ class CfnExtensionAssociation(
|
|
|
4007
4007
|
if __debug__:
|
|
4008
4008
|
type_hints = typing.get_type_hints(_typecheckingstub__d31c336e3843162aab44371392cbb25a2b62fcd270c6fc472b3f2819a21b9ea1)
|
|
4009
4009
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4010
|
-
jsii.set(self, "tagsRaw", value)
|
|
4010
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
4011
4011
|
|
|
4012
4012
|
|
|
4013
4013
|
@jsii.data_type(
|
|
@@ -4443,7 +4443,7 @@ class CfnHostedConfigurationVersion(
|
|
|
4443
4443
|
if __debug__:
|
|
4444
4444
|
type_hints = typing.get_type_hints(_typecheckingstub__97e3d21e204bcf08a8dceb763729bfb70936f6d97ed550af3dfe101fac0f4331)
|
|
4445
4445
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4446
|
-
jsii.set(self, "applicationId", value)
|
|
4446
|
+
jsii.set(self, "applicationId", value) # pyright: ignore[reportArgumentType]
|
|
4447
4447
|
|
|
4448
4448
|
@builtins.property
|
|
4449
4449
|
@jsii.member(jsii_name="configurationProfileId")
|
|
@@ -4456,7 +4456,7 @@ class CfnHostedConfigurationVersion(
|
|
|
4456
4456
|
if __debug__:
|
|
4457
4457
|
type_hints = typing.get_type_hints(_typecheckingstub__4193469efc98930e2e72ffffb47c40bb1631526d907d8eaab051ac721dce3631)
|
|
4458
4458
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4459
|
-
jsii.set(self, "configurationProfileId", value)
|
|
4459
|
+
jsii.set(self, "configurationProfileId", value) # pyright: ignore[reportArgumentType]
|
|
4460
4460
|
|
|
4461
4461
|
@builtins.property
|
|
4462
4462
|
@jsii.member(jsii_name="content")
|
|
@@ -4469,7 +4469,7 @@ class CfnHostedConfigurationVersion(
|
|
|
4469
4469
|
if __debug__:
|
|
4470
4470
|
type_hints = typing.get_type_hints(_typecheckingstub__ac0de9d6bf3585fb47f9ad3fbb1d23a9a11447de5c02a24b6971d67ab3a7fa70)
|
|
4471
4471
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4472
|
-
jsii.set(self, "content", value)
|
|
4472
|
+
jsii.set(self, "content", value) # pyright: ignore[reportArgumentType]
|
|
4473
4473
|
|
|
4474
4474
|
@builtins.property
|
|
4475
4475
|
@jsii.member(jsii_name="contentType")
|
|
@@ -4482,7 +4482,7 @@ class CfnHostedConfigurationVersion(
|
|
|
4482
4482
|
if __debug__:
|
|
4483
4483
|
type_hints = typing.get_type_hints(_typecheckingstub__bb880ec8c47eca7663501403482ddb505ffe759b4792fa0a7236d31e1313d7fe)
|
|
4484
4484
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4485
|
-
jsii.set(self, "contentType", value)
|
|
4485
|
+
jsii.set(self, "contentType", value) # pyright: ignore[reportArgumentType]
|
|
4486
4486
|
|
|
4487
4487
|
@builtins.property
|
|
4488
4488
|
@jsii.member(jsii_name="description")
|
|
@@ -4495,7 +4495,7 @@ class CfnHostedConfigurationVersion(
|
|
|
4495
4495
|
if __debug__:
|
|
4496
4496
|
type_hints = typing.get_type_hints(_typecheckingstub__d43da3f82c30824ce1a2d29683403d6e68cb792341046055e7df42a980951259)
|
|
4497
4497
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4498
|
-
jsii.set(self, "description", value)
|
|
4498
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
4499
4499
|
|
|
4500
4500
|
@builtins.property
|
|
4501
4501
|
@jsii.member(jsii_name="latestVersionNumber")
|
|
@@ -4508,7 +4508,7 @@ class CfnHostedConfigurationVersion(
|
|
|
4508
4508
|
if __debug__:
|
|
4509
4509
|
type_hints = typing.get_type_hints(_typecheckingstub__14797876de335768bb8254a37ba88bf3300df4a568a8174a333380741acaa4b8)
|
|
4510
4510
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4511
|
-
jsii.set(self, "latestVersionNumber", value)
|
|
4511
|
+
jsii.set(self, "latestVersionNumber", value) # pyright: ignore[reportArgumentType]
|
|
4512
4512
|
|
|
4513
4513
|
@builtins.property
|
|
4514
4514
|
@jsii.member(jsii_name="versionLabel")
|
|
@@ -4521,7 +4521,7 @@ class CfnHostedConfigurationVersion(
|
|
|
4521
4521
|
if __debug__:
|
|
4522
4522
|
type_hints = typing.get_type_hints(_typecheckingstub__384487882c55b43a28f4a742590e489e653df19c023a94fbfacb65cdf0cf00e2)
|
|
4523
4523
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4524
|
-
jsii.set(self, "versionLabel", value)
|
|
4524
|
+
jsii.set(self, "versionLabel", value) # pyright: ignore[reportArgumentType]
|
|
4525
4525
|
|
|
4526
4526
|
|
|
4527
4527
|
@jsii.data_type(
|
|
@@ -10177,7 +10177,7 @@ class SourcedConfiguration(
|
|
|
10177
10177
|
if __debug__:
|
|
10178
10178
|
type_hints = typing.get_type_hints(_typecheckingstub__a0e9989f54c29397e556923d6dc5808d84cb6c3a5de0ea3c83ce4461584c451e)
|
|
10179
10179
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10180
|
-
jsii.set(self, "applicationId", value)
|
|
10180
|
+
jsii.set(self, "applicationId", value) # pyright: ignore[reportArgumentType]
|
|
10181
10181
|
|
|
10182
10182
|
@builtins.property
|
|
10183
10183
|
@jsii.member(jsii_name="extensible")
|
|
@@ -10189,7 +10189,7 @@ class SourcedConfiguration(
|
|
|
10189
10189
|
if __debug__:
|
|
10190
10190
|
type_hints = typing.get_type_hints(_typecheckingstub__af782e66a589643c3273915140536d8c7931cca7f2adf6a0fc45e67b9228eebf)
|
|
10191
10191
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10192
|
-
jsii.set(self, "extensible", value)
|
|
10192
|
+
jsii.set(self, "extensible", value) # pyright: ignore[reportArgumentType]
|
|
10193
10193
|
|
|
10194
10194
|
|
|
10195
10195
|
@jsii.data_type(
|
|
@@ -11251,7 +11251,7 @@ class Application(
|
|
|
11251
11251
|
if __debug__:
|
|
11252
11252
|
type_hints = typing.get_type_hints(_typecheckingstub__82766fd65d19c222e55a3bd3d37a0ce2dbc32473446dfef2bbba053456f75dd9)
|
|
11253
11253
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
11254
|
-
jsii.set(self, "extensible", value)
|
|
11254
|
+
jsii.set(self, "extensible", value) # pyright: ignore[reportArgumentType]
|
|
11255
11255
|
|
|
11256
11256
|
|
|
11257
11257
|
@jsii.implements(IDeploymentStrategy)
|
|
@@ -11890,7 +11890,7 @@ class Environment(
|
|
|
11890
11890
|
if __debug__:
|
|
11891
11891
|
type_hints = typing.get_type_hints(_typecheckingstub__bd39d7b7b77c944582e5f7fabeb3e37717eaa470540d764633f9ce909058030a)
|
|
11892
11892
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
11893
|
-
jsii.set(self, "deploymentQueue", value)
|
|
11893
|
+
jsii.set(self, "deploymentQueue", value) # pyright: ignore[reportArgumentType]
|
|
11894
11894
|
|
|
11895
11895
|
@builtins.property
|
|
11896
11896
|
@jsii.member(jsii_name="extensible")
|
|
@@ -11902,7 +11902,7 @@ class Environment(
|
|
|
11902
11902
|
if __debug__:
|
|
11903
11903
|
type_hints = typing.get_type_hints(_typecheckingstub__f249899e37c9153afa9dc39542328ce1c247c1f209ac134fb2bc8a4ad1120946)
|
|
11904
11904
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
11905
|
-
jsii.set(self, "extensible", value)
|
|
11905
|
+
jsii.set(self, "extensible", value) # pyright: ignore[reportArgumentType]
|
|
11906
11906
|
|
|
11907
11907
|
|
|
11908
11908
|
@jsii.implements(IEventDestination)
|
|
@@ -12870,7 +12870,7 @@ class HostedConfiguration(
|
|
|
12870
12870
|
if __debug__:
|
|
12871
12871
|
type_hints = typing.get_type_hints(_typecheckingstub__a4058b9695ce055c514ee6b279cac6589d3ab9aa62414133fc4992ec610aa1d5)
|
|
12872
12872
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
12873
|
-
jsii.set(self, "applicationId", value)
|
|
12873
|
+
jsii.set(self, "applicationId", value) # pyright: ignore[reportArgumentType]
|
|
12874
12874
|
|
|
12875
12875
|
@builtins.property
|
|
12876
12876
|
@jsii.member(jsii_name="extensible")
|
|
@@ -12882,7 +12882,7 @@ class HostedConfiguration(
|
|
|
12882
12882
|
if __debug__:
|
|
12883
12883
|
type_hints = typing.get_type_hints(_typecheckingstub__27c25acd80a9bdc9870365bad92556272569854dc957ad7cdf2b6e5a2c29c2ce)
|
|
12884
12884
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
12885
|
-
jsii.set(self, "extensible", value)
|
|
12885
|
+
jsii.set(self, "extensible", value) # pyright: ignore[reportArgumentType]
|
|
12886
12886
|
|
|
12887
12887
|
|
|
12888
12888
|
__all__ = [
|