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_msk/__init__.py
CHANGED
|
@@ -155,7 +155,7 @@ class CfnBatchScramSecret(
|
|
|
155
155
|
if __debug__:
|
|
156
156
|
type_hints = typing.get_type_hints(_typecheckingstub__1cb6bef82c23e1fc360009001db2ac936df9869c3c9c3008b243c52c51886fb6)
|
|
157
157
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
158
|
-
jsii.set(self, "clusterArn", value)
|
|
158
|
+
jsii.set(self, "clusterArn", value) # pyright: ignore[reportArgumentType]
|
|
159
159
|
|
|
160
160
|
@builtins.property
|
|
161
161
|
@jsii.member(jsii_name="secretArnList")
|
|
@@ -170,7 +170,7 @@ class CfnBatchScramSecret(
|
|
|
170
170
|
if __debug__:
|
|
171
171
|
type_hints = typing.get_type_hints(_typecheckingstub__ef33f5d92a61738839f87ca9e67498a1c64fa095dbc67d26fe3e3ae929735e2d)
|
|
172
172
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
173
|
-
jsii.set(self, "secretArnList", value)
|
|
173
|
+
jsii.set(self, "secretArnList", value) # pyright: ignore[reportArgumentType]
|
|
174
174
|
|
|
175
175
|
|
|
176
176
|
@jsii.data_type(
|
|
@@ -506,7 +506,7 @@ class CfnCluster(
|
|
|
506
506
|
if __debug__:
|
|
507
507
|
type_hints = typing.get_type_hints(_typecheckingstub__aeca16d7c9434917e084167a4ad53ae5c40e801a27aef3671a5877ed561da8a0)
|
|
508
508
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
509
|
-
jsii.set(self, "brokerNodeGroupInfo", value)
|
|
509
|
+
jsii.set(self, "brokerNodeGroupInfo", value) # pyright: ignore[reportArgumentType]
|
|
510
510
|
|
|
511
511
|
@builtins.property
|
|
512
512
|
@jsii.member(jsii_name="clusterName")
|
|
@@ -519,7 +519,7 @@ class CfnCluster(
|
|
|
519
519
|
if __debug__:
|
|
520
520
|
type_hints = typing.get_type_hints(_typecheckingstub__bcdf905665c7a5fe4197fd1e4b97211937857f4e1c57b49a985ba6d4d9945dbb)
|
|
521
521
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
522
|
-
jsii.set(self, "clusterName", value)
|
|
522
|
+
jsii.set(self, "clusterName", value) # pyright: ignore[reportArgumentType]
|
|
523
523
|
|
|
524
524
|
@builtins.property
|
|
525
525
|
@jsii.member(jsii_name="kafkaVersion")
|
|
@@ -532,7 +532,7 @@ class CfnCluster(
|
|
|
532
532
|
if __debug__:
|
|
533
533
|
type_hints = typing.get_type_hints(_typecheckingstub__41bb94e6290c69323fb75c013c4b7142158d540e2c1ec140bb735044d90aa917)
|
|
534
534
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
535
|
-
jsii.set(self, "kafkaVersion", value)
|
|
535
|
+
jsii.set(self, "kafkaVersion", value) # pyright: ignore[reportArgumentType]
|
|
536
536
|
|
|
537
537
|
@builtins.property
|
|
538
538
|
@jsii.member(jsii_name="numberOfBrokerNodes")
|
|
@@ -545,7 +545,7 @@ class CfnCluster(
|
|
|
545
545
|
if __debug__:
|
|
546
546
|
type_hints = typing.get_type_hints(_typecheckingstub__871153d778d14d527bd03c5c339f4f5c01216c5dcf58a168dbc3acf07aa35aaa)
|
|
547
547
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
548
|
-
jsii.set(self, "numberOfBrokerNodes", value)
|
|
548
|
+
jsii.set(self, "numberOfBrokerNodes", value) # pyright: ignore[reportArgumentType]
|
|
549
549
|
|
|
550
550
|
@builtins.property
|
|
551
551
|
@jsii.member(jsii_name="clientAuthentication")
|
|
@@ -563,7 +563,7 @@ class CfnCluster(
|
|
|
563
563
|
if __debug__:
|
|
564
564
|
type_hints = typing.get_type_hints(_typecheckingstub__999b897b28c870a68a155dbce687b5d48e1be0223338cc26b1ccdaa28b955337)
|
|
565
565
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
566
|
-
jsii.set(self, "clientAuthentication", value)
|
|
566
|
+
jsii.set(self, "clientAuthentication", value) # pyright: ignore[reportArgumentType]
|
|
567
567
|
|
|
568
568
|
@builtins.property
|
|
569
569
|
@jsii.member(jsii_name="configurationInfo")
|
|
@@ -581,7 +581,7 @@ class CfnCluster(
|
|
|
581
581
|
if __debug__:
|
|
582
582
|
type_hints = typing.get_type_hints(_typecheckingstub__68aea3aaba18dee8b678c7f7677ecae9ed107f4b596657a2f2b8f07f997fd4b9)
|
|
583
583
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
584
|
-
jsii.set(self, "configurationInfo", value)
|
|
584
|
+
jsii.set(self, "configurationInfo", value) # pyright: ignore[reportArgumentType]
|
|
585
585
|
|
|
586
586
|
@builtins.property
|
|
587
587
|
@jsii.member(jsii_name="currentVersion")
|
|
@@ -594,7 +594,7 @@ class CfnCluster(
|
|
|
594
594
|
if __debug__:
|
|
595
595
|
type_hints = typing.get_type_hints(_typecheckingstub__63a8f0655017a6d4bd71c8a5f323f7ff60bcb57c9c789abc6ca61aae0054113c)
|
|
596
596
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
597
|
-
jsii.set(self, "currentVersion", value)
|
|
597
|
+
jsii.set(self, "currentVersion", value) # pyright: ignore[reportArgumentType]
|
|
598
598
|
|
|
599
599
|
@builtins.property
|
|
600
600
|
@jsii.member(jsii_name="encryptionInfo")
|
|
@@ -612,7 +612,7 @@ class CfnCluster(
|
|
|
612
612
|
if __debug__:
|
|
613
613
|
type_hints = typing.get_type_hints(_typecheckingstub__4cf20bb9e6c8edb93f172bf898cbe430e546eddc2d98fe341b62587d35bfcc26)
|
|
614
614
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
615
|
-
jsii.set(self, "encryptionInfo", value)
|
|
615
|
+
jsii.set(self, "encryptionInfo", value) # pyright: ignore[reportArgumentType]
|
|
616
616
|
|
|
617
617
|
@builtins.property
|
|
618
618
|
@jsii.member(jsii_name="enhancedMonitoring")
|
|
@@ -625,7 +625,7 @@ class CfnCluster(
|
|
|
625
625
|
if __debug__:
|
|
626
626
|
type_hints = typing.get_type_hints(_typecheckingstub__25a39e87ead1cc0622445b0fffb621eed514d654f142e65433d0ddca8025d62a)
|
|
627
627
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
628
|
-
jsii.set(self, "enhancedMonitoring", value)
|
|
628
|
+
jsii.set(self, "enhancedMonitoring", value) # pyright: ignore[reportArgumentType]
|
|
629
629
|
|
|
630
630
|
@builtins.property
|
|
631
631
|
@jsii.member(jsii_name="loggingInfo")
|
|
@@ -643,7 +643,7 @@ class CfnCluster(
|
|
|
643
643
|
if __debug__:
|
|
644
644
|
type_hints = typing.get_type_hints(_typecheckingstub__9d382c4554000521a60f4a1e25f292506a5889f9f704479e32e61cccc944357e)
|
|
645
645
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
646
|
-
jsii.set(self, "loggingInfo", value)
|
|
646
|
+
jsii.set(self, "loggingInfo", value) # pyright: ignore[reportArgumentType]
|
|
647
647
|
|
|
648
648
|
@builtins.property
|
|
649
649
|
@jsii.member(jsii_name="openMonitoring")
|
|
@@ -661,7 +661,7 @@ class CfnCluster(
|
|
|
661
661
|
if __debug__:
|
|
662
662
|
type_hints = typing.get_type_hints(_typecheckingstub__75fe28c1f9a57617ff0d6a9ccd61b13cd12fe2b29f73cace2349bfc4cd46f2d8)
|
|
663
663
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
664
|
-
jsii.set(self, "openMonitoring", value)
|
|
664
|
+
jsii.set(self, "openMonitoring", value) # pyright: ignore[reportArgumentType]
|
|
665
665
|
|
|
666
666
|
@builtins.property
|
|
667
667
|
@jsii.member(jsii_name="storageMode")
|
|
@@ -674,7 +674,7 @@ class CfnCluster(
|
|
|
674
674
|
if __debug__:
|
|
675
675
|
type_hints = typing.get_type_hints(_typecheckingstub__dbed80e4a8389757f50e4ac3a00ab70f0b1864d27b5014ae9d52159bbb42ee2d)
|
|
676
676
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
677
|
-
jsii.set(self, "storageMode", value)
|
|
677
|
+
jsii.set(self, "storageMode", value) # pyright: ignore[reportArgumentType]
|
|
678
678
|
|
|
679
679
|
@builtins.property
|
|
680
680
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -690,7 +690,7 @@ class CfnCluster(
|
|
|
690
690
|
if __debug__:
|
|
691
691
|
type_hints = typing.get_type_hints(_typecheckingstub__b25d99a2495a599ba3309403ed99fa0b41d839c07974463afbd155e81c63d4c5)
|
|
692
692
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
693
|
-
jsii.set(self, "tagsRaw", value)
|
|
693
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
694
694
|
|
|
695
695
|
@jsii.data_type(
|
|
696
696
|
jsii_type="aws-cdk-lib.aws_msk.CfnCluster.BrokerLogsProperty",
|
|
@@ -3146,7 +3146,7 @@ class CfnClusterPolicy(
|
|
|
3146
3146
|
if __debug__:
|
|
3147
3147
|
type_hints = typing.get_type_hints(_typecheckingstub__09b7d2ce80727605483c1cca4ed70ac9461a14d815999af721ff88f333a832ec)
|
|
3148
3148
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3149
|
-
jsii.set(self, "clusterArn", value)
|
|
3149
|
+
jsii.set(self, "clusterArn", value) # pyright: ignore[reportArgumentType]
|
|
3150
3150
|
|
|
3151
3151
|
@builtins.property
|
|
3152
3152
|
@jsii.member(jsii_name="policy")
|
|
@@ -3159,7 +3159,7 @@ class CfnClusterPolicy(
|
|
|
3159
3159
|
if __debug__:
|
|
3160
3160
|
type_hints = typing.get_type_hints(_typecheckingstub__9aef09b3a5d4bfa3988541299905c0c1343ea985547573352e5a08b0a13c9243)
|
|
3161
3161
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3162
|
-
jsii.set(self, "policy", value)
|
|
3162
|
+
jsii.set(self, "policy", value) # pyright: ignore[reportArgumentType]
|
|
3163
3163
|
|
|
3164
3164
|
|
|
3165
3165
|
@jsii.data_type(
|
|
@@ -3753,7 +3753,7 @@ class CfnConfiguration(
|
|
|
3753
3753
|
if __debug__:
|
|
3754
3754
|
type_hints = typing.get_type_hints(_typecheckingstub__695b362a9c27a703acdb4ba2dc747ecd9bf0d1b9ee70bd3ddb5779e480e245b6)
|
|
3755
3755
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3756
|
-
jsii.set(self, "name", value)
|
|
3756
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
3757
3757
|
|
|
3758
3758
|
@builtins.property
|
|
3759
3759
|
@jsii.member(jsii_name="serverProperties")
|
|
@@ -3766,7 +3766,7 @@ class CfnConfiguration(
|
|
|
3766
3766
|
if __debug__:
|
|
3767
3767
|
type_hints = typing.get_type_hints(_typecheckingstub__08908c3ec78b02789cf18a674a51767e0dc8877a5b7ac431220532a095ede42e)
|
|
3768
3768
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3769
|
-
jsii.set(self, "serverProperties", value)
|
|
3769
|
+
jsii.set(self, "serverProperties", value) # pyright: ignore[reportArgumentType]
|
|
3770
3770
|
|
|
3771
3771
|
@builtins.property
|
|
3772
3772
|
@jsii.member(jsii_name="description")
|
|
@@ -3779,7 +3779,7 @@ class CfnConfiguration(
|
|
|
3779
3779
|
if __debug__:
|
|
3780
3780
|
type_hints = typing.get_type_hints(_typecheckingstub__b3501ea47e4e919fbc2daf2fd53e8984fb942ca686b649caea79b13ce7ab95a5)
|
|
3781
3781
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3782
|
-
jsii.set(self, "description", value)
|
|
3782
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
3783
3783
|
|
|
3784
3784
|
@builtins.property
|
|
3785
3785
|
@jsii.member(jsii_name="kafkaVersionsList")
|
|
@@ -3794,7 +3794,7 @@ class CfnConfiguration(
|
|
|
3794
3794
|
if __debug__:
|
|
3795
3795
|
type_hints = typing.get_type_hints(_typecheckingstub__663ee4ade66592e09fdfc891c94c07473d9e23f4b22eb0b252881053695ff63b)
|
|
3796
3796
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3797
|
-
jsii.set(self, "kafkaVersionsList", value)
|
|
3797
|
+
jsii.set(self, "kafkaVersionsList", value) # pyright: ignore[reportArgumentType]
|
|
3798
3798
|
|
|
3799
3799
|
@builtins.property
|
|
3800
3800
|
@jsii.member(jsii_name="latestRevision")
|
|
@@ -3812,7 +3812,7 @@ class CfnConfiguration(
|
|
|
3812
3812
|
if __debug__:
|
|
3813
3813
|
type_hints = typing.get_type_hints(_typecheckingstub__4beae79e12a98801242cbb2e47fafad8c377e868290a976298e39468f18cc003)
|
|
3814
3814
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3815
|
-
jsii.set(self, "latestRevision", value)
|
|
3815
|
+
jsii.set(self, "latestRevision", value) # pyright: ignore[reportArgumentType]
|
|
3816
3816
|
|
|
3817
3817
|
@jsii.data_type(
|
|
3818
3818
|
jsii_type="aws-cdk-lib.aws_msk.CfnConfiguration.LatestRevisionProperty",
|
|
@@ -4206,7 +4206,7 @@ class CfnReplicator(
|
|
|
4206
4206
|
if __debug__:
|
|
4207
4207
|
type_hints = typing.get_type_hints(_typecheckingstub__ee134ae196fcf56ff140cd1c560b79dda91e179efbe21840f1d86c4660d98db5)
|
|
4208
4208
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4209
|
-
jsii.set(self, "kafkaClusters", value)
|
|
4209
|
+
jsii.set(self, "kafkaClusters", value) # pyright: ignore[reportArgumentType]
|
|
4210
4210
|
|
|
4211
4211
|
@builtins.property
|
|
4212
4212
|
@jsii.member(jsii_name="replicationInfoList")
|
|
@@ -4224,7 +4224,7 @@ class CfnReplicator(
|
|
|
4224
4224
|
if __debug__:
|
|
4225
4225
|
type_hints = typing.get_type_hints(_typecheckingstub__56152cb302a79a267b13766e2b5e7c766263b8d69f6ee91cf037b2768210d1fa)
|
|
4226
4226
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4227
|
-
jsii.set(self, "replicationInfoList", value)
|
|
4227
|
+
jsii.set(self, "replicationInfoList", value) # pyright: ignore[reportArgumentType]
|
|
4228
4228
|
|
|
4229
4229
|
@builtins.property
|
|
4230
4230
|
@jsii.member(jsii_name="replicatorName")
|
|
@@ -4237,7 +4237,7 @@ class CfnReplicator(
|
|
|
4237
4237
|
if __debug__:
|
|
4238
4238
|
type_hints = typing.get_type_hints(_typecheckingstub__71ab84f03c5ff632755c6af4c05aef1aa589aae5ea6fdf31a25a72b6225be17a)
|
|
4239
4239
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4240
|
-
jsii.set(self, "replicatorName", value)
|
|
4240
|
+
jsii.set(self, "replicatorName", value) # pyright: ignore[reportArgumentType]
|
|
4241
4241
|
|
|
4242
4242
|
@builtins.property
|
|
4243
4243
|
@jsii.member(jsii_name="serviceExecutionRoleArn")
|
|
@@ -4250,7 +4250,7 @@ class CfnReplicator(
|
|
|
4250
4250
|
if __debug__:
|
|
4251
4251
|
type_hints = typing.get_type_hints(_typecheckingstub__407d0e51992bcbb91149b5316e9f5b3429ee3acebc8959194b791b7918c3553b)
|
|
4252
4252
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4253
|
-
jsii.set(self, "serviceExecutionRoleArn", value)
|
|
4253
|
+
jsii.set(self, "serviceExecutionRoleArn", value) # pyright: ignore[reportArgumentType]
|
|
4254
4254
|
|
|
4255
4255
|
@builtins.property
|
|
4256
4256
|
@jsii.member(jsii_name="currentVersion")
|
|
@@ -4263,7 +4263,7 @@ class CfnReplicator(
|
|
|
4263
4263
|
if __debug__:
|
|
4264
4264
|
type_hints = typing.get_type_hints(_typecheckingstub__79b07be057d5f4bf56dda86a24cdbb4ced3cc7a8e053d156dd93bbcf785aeb6f)
|
|
4265
4265
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4266
|
-
jsii.set(self, "currentVersion", value)
|
|
4266
|
+
jsii.set(self, "currentVersion", value) # pyright: ignore[reportArgumentType]
|
|
4267
4267
|
|
|
4268
4268
|
@builtins.property
|
|
4269
4269
|
@jsii.member(jsii_name="description")
|
|
@@ -4276,7 +4276,7 @@ class CfnReplicator(
|
|
|
4276
4276
|
if __debug__:
|
|
4277
4277
|
type_hints = typing.get_type_hints(_typecheckingstub__0d4359699d0ff82e6e6d493eefa33cd643cafd7ea12f638de022a962a125c66d)
|
|
4278
4278
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4279
|
-
jsii.set(self, "description", value)
|
|
4279
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
4280
4280
|
|
|
4281
4281
|
@builtins.property
|
|
4282
4282
|
@jsii.member(jsii_name="tags")
|
|
@@ -4289,7 +4289,7 @@ class CfnReplicator(
|
|
|
4289
4289
|
if __debug__:
|
|
4290
4290
|
type_hints = typing.get_type_hints(_typecheckingstub__bc354f2be8b1c9d39ac22542641d1fa2b82dfe634bd35bb8c6672b45284a864d)
|
|
4291
4291
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4292
|
-
jsii.set(self, "tags", value)
|
|
4292
|
+
jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
|
|
4293
4293
|
|
|
4294
4294
|
@jsii.data_type(
|
|
4295
4295
|
jsii_type="aws-cdk-lib.aws_msk.CfnReplicator.AmazonMskClusterProperty",
|
|
@@ -5301,7 +5301,7 @@ class CfnServerlessCluster(
|
|
|
5301
5301
|
if __debug__:
|
|
5302
5302
|
type_hints = typing.get_type_hints(_typecheckingstub__fa89ccfc74c544ca6be404bf89aba0bb0165e1448da8fe2625fe0b16b1233007)
|
|
5303
5303
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5304
|
-
jsii.set(self, "clientAuthentication", value)
|
|
5304
|
+
jsii.set(self, "clientAuthentication", value) # pyright: ignore[reportArgumentType]
|
|
5305
5305
|
|
|
5306
5306
|
@builtins.property
|
|
5307
5307
|
@jsii.member(jsii_name="clusterName")
|
|
@@ -5313,7 +5313,7 @@ class CfnServerlessCluster(
|
|
|
5313
5313
|
if __debug__:
|
|
5314
5314
|
type_hints = typing.get_type_hints(_typecheckingstub__f72f4a1e482f09869114e6642c0c6d4876a0d1f1f71f63585d48a4947074646e)
|
|
5315
5315
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5316
|
-
jsii.set(self, "clusterName", value)
|
|
5316
|
+
jsii.set(self, "clusterName", value) # pyright: ignore[reportArgumentType]
|
|
5317
5317
|
|
|
5318
5318
|
@builtins.property
|
|
5319
5319
|
@jsii.member(jsii_name="vpcConfigs")
|
|
@@ -5330,7 +5330,7 @@ class CfnServerlessCluster(
|
|
|
5330
5330
|
if __debug__:
|
|
5331
5331
|
type_hints = typing.get_type_hints(_typecheckingstub__bb1ce933052056e6636b2d8196e831285d5d488108aa04cd5e5edf99126c9ae4)
|
|
5332
5332
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5333
|
-
jsii.set(self, "vpcConfigs", value)
|
|
5333
|
+
jsii.set(self, "vpcConfigs", value) # pyright: ignore[reportArgumentType]
|
|
5334
5334
|
|
|
5335
5335
|
@builtins.property
|
|
5336
5336
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -5346,7 +5346,7 @@ class CfnServerlessCluster(
|
|
|
5346
5346
|
if __debug__:
|
|
5347
5347
|
type_hints = typing.get_type_hints(_typecheckingstub__2d3b6a10ef556854108c6599fa2fb551287d8a71429ee2a81ceed14943ec4254)
|
|
5348
5348
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5349
|
-
jsii.set(self, "tagsRaw", value)
|
|
5349
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
5350
5350
|
|
|
5351
5351
|
@jsii.data_type(
|
|
5352
5352
|
jsii_type="aws-cdk-lib.aws_msk.CfnServerlessCluster.ClientAuthenticationProperty",
|
|
@@ -5855,7 +5855,7 @@ class CfnVpcConnection(
|
|
|
5855
5855
|
if __debug__:
|
|
5856
5856
|
type_hints = typing.get_type_hints(_typecheckingstub__a4bd4b61163da39025a8cd09f1db5ecb199b74eb65e9556bf978064fa079e367)
|
|
5857
5857
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5858
|
-
jsii.set(self, "authentication", value)
|
|
5858
|
+
jsii.set(self, "authentication", value) # pyright: ignore[reportArgumentType]
|
|
5859
5859
|
|
|
5860
5860
|
@builtins.property
|
|
5861
5861
|
@jsii.member(jsii_name="clientSubnets")
|
|
@@ -5868,7 +5868,7 @@ class CfnVpcConnection(
|
|
|
5868
5868
|
if __debug__:
|
|
5869
5869
|
type_hints = typing.get_type_hints(_typecheckingstub__77a077d01ed7d7a5f35c6b0cc72e4a77856d510210db08615ab88c969362c05d)
|
|
5870
5870
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5871
|
-
jsii.set(self, "clientSubnets", value)
|
|
5871
|
+
jsii.set(self, "clientSubnets", value) # pyright: ignore[reportArgumentType]
|
|
5872
5872
|
|
|
5873
5873
|
@builtins.property
|
|
5874
5874
|
@jsii.member(jsii_name="securityGroups")
|
|
@@ -5881,7 +5881,7 @@ class CfnVpcConnection(
|
|
|
5881
5881
|
if __debug__:
|
|
5882
5882
|
type_hints = typing.get_type_hints(_typecheckingstub__a2ef79840a03fa0d4be5b71a3f639c366a7f8df914fc8ec7f54b778fc71ed809)
|
|
5883
5883
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5884
|
-
jsii.set(self, "securityGroups", value)
|
|
5884
|
+
jsii.set(self, "securityGroups", value) # pyright: ignore[reportArgumentType]
|
|
5885
5885
|
|
|
5886
5886
|
@builtins.property
|
|
5887
5887
|
@jsii.member(jsii_name="targetClusterArn")
|
|
@@ -5894,7 +5894,7 @@ class CfnVpcConnection(
|
|
|
5894
5894
|
if __debug__:
|
|
5895
5895
|
type_hints = typing.get_type_hints(_typecheckingstub__c908df90f79d47c80725c4c1a1ab47b0a3101ba904f6bbb93e09324deb30d3ce)
|
|
5896
5896
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5897
|
-
jsii.set(self, "targetClusterArn", value)
|
|
5897
|
+
jsii.set(self, "targetClusterArn", value) # pyright: ignore[reportArgumentType]
|
|
5898
5898
|
|
|
5899
5899
|
@builtins.property
|
|
5900
5900
|
@jsii.member(jsii_name="vpcId")
|
|
@@ -5907,7 +5907,7 @@ class CfnVpcConnection(
|
|
|
5907
5907
|
if __debug__:
|
|
5908
5908
|
type_hints = typing.get_type_hints(_typecheckingstub__7312d322f4e2b55e3a62ef768de9469e6ea2f6745665206380cde67b5c1212a7)
|
|
5909
5909
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5910
|
-
jsii.set(self, "vpcId", value)
|
|
5910
|
+
jsii.set(self, "vpcId", value) # pyright: ignore[reportArgumentType]
|
|
5911
5911
|
|
|
5912
5912
|
@builtins.property
|
|
5913
5913
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -5923,7 +5923,7 @@ class CfnVpcConnection(
|
|
|
5923
5923
|
if __debug__:
|
|
5924
5924
|
type_hints = typing.get_type_hints(_typecheckingstub__41badc74ff47dd490e87b936855f3c939b6636c7093dafa31681ef018b5a53f5)
|
|
5925
5925
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5926
|
-
jsii.set(self, "tagsRaw", value)
|
|
5926
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
5927
5927
|
|
|
5928
5928
|
|
|
5929
5929
|
@jsii.data_type(
|
aws_cdk/aws_mwaa/__init__.py
CHANGED
|
@@ -380,7 +380,7 @@ class CfnEnvironment(
|
|
|
380
380
|
if __debug__:
|
|
381
381
|
type_hints = typing.get_type_hints(_typecheckingstub__a37ddb6096a60d8065a1dc2caf7d063561818ed0c4e6e97ad86b9a3d907d4c8f)
|
|
382
382
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
383
|
-
jsii.set(self, "name", value)
|
|
383
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
384
384
|
|
|
385
385
|
@builtins.property
|
|
386
386
|
@jsii.member(jsii_name="airflowConfigurationOptions")
|
|
@@ -393,7 +393,7 @@ class CfnEnvironment(
|
|
|
393
393
|
if __debug__:
|
|
394
394
|
type_hints = typing.get_type_hints(_typecheckingstub__476e2a2b5d2734b1339237aa0804e10a76308f821b346eabe830695103d4317b)
|
|
395
395
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
396
|
-
jsii.set(self, "airflowConfigurationOptions", value)
|
|
396
|
+
jsii.set(self, "airflowConfigurationOptions", value) # pyright: ignore[reportArgumentType]
|
|
397
397
|
|
|
398
398
|
@builtins.property
|
|
399
399
|
@jsii.member(jsii_name="airflowVersion")
|
|
@@ -406,7 +406,7 @@ class CfnEnvironment(
|
|
|
406
406
|
if __debug__:
|
|
407
407
|
type_hints = typing.get_type_hints(_typecheckingstub__ed975d4df99a5fde779ae3f2b186497fa36ce1bb285a1b7f55f1605d56390320)
|
|
408
408
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
409
|
-
jsii.set(self, "airflowVersion", value)
|
|
409
|
+
jsii.set(self, "airflowVersion", value) # pyright: ignore[reportArgumentType]
|
|
410
410
|
|
|
411
411
|
@builtins.property
|
|
412
412
|
@jsii.member(jsii_name="dagS3Path")
|
|
@@ -419,7 +419,7 @@ class CfnEnvironment(
|
|
|
419
419
|
if __debug__:
|
|
420
420
|
type_hints = typing.get_type_hints(_typecheckingstub__a1a71a5a0b8013ee757182629297ba4a75e6806173de11972da672ba8f44967c)
|
|
421
421
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
422
|
-
jsii.set(self, "dagS3Path", value)
|
|
422
|
+
jsii.set(self, "dagS3Path", value) # pyright: ignore[reportArgumentType]
|
|
423
423
|
|
|
424
424
|
@builtins.property
|
|
425
425
|
@jsii.member(jsii_name="endpointManagement")
|
|
@@ -432,7 +432,7 @@ class CfnEnvironment(
|
|
|
432
432
|
if __debug__:
|
|
433
433
|
type_hints = typing.get_type_hints(_typecheckingstub__e4476ed787b8ff178cb6d755b6bfdd138a76cfef6627272fc1c40f20ade5978c)
|
|
434
434
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
435
|
-
jsii.set(self, "endpointManagement", value)
|
|
435
|
+
jsii.set(self, "endpointManagement", value) # pyright: ignore[reportArgumentType]
|
|
436
436
|
|
|
437
437
|
@builtins.property
|
|
438
438
|
@jsii.member(jsii_name="environmentClass")
|
|
@@ -445,7 +445,7 @@ class CfnEnvironment(
|
|
|
445
445
|
if __debug__:
|
|
446
446
|
type_hints = typing.get_type_hints(_typecheckingstub__0ceab871f965a8fc1ba17f7d497490fb21a3199979b4953a98322571ba6f88cf)
|
|
447
447
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
448
|
-
jsii.set(self, "environmentClass", value)
|
|
448
|
+
jsii.set(self, "environmentClass", value) # pyright: ignore[reportArgumentType]
|
|
449
449
|
|
|
450
450
|
@builtins.property
|
|
451
451
|
@jsii.member(jsii_name="executionRoleArn")
|
|
@@ -458,7 +458,7 @@ class CfnEnvironment(
|
|
|
458
458
|
if __debug__:
|
|
459
459
|
type_hints = typing.get_type_hints(_typecheckingstub__54cc7f09d2b32c1f74a7f471eec9d0c7e97de13b8efd25ca2add91285402fdbc)
|
|
460
460
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
461
|
-
jsii.set(self, "executionRoleArn", value)
|
|
461
|
+
jsii.set(self, "executionRoleArn", value) # pyright: ignore[reportArgumentType]
|
|
462
462
|
|
|
463
463
|
@builtins.property
|
|
464
464
|
@jsii.member(jsii_name="kmsKey")
|
|
@@ -471,7 +471,7 @@ class CfnEnvironment(
|
|
|
471
471
|
if __debug__:
|
|
472
472
|
type_hints = typing.get_type_hints(_typecheckingstub__20be4a6c2a8d23795165d89ef068fc76e8f67c6825b3108973093ddd02fa79ae)
|
|
473
473
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
474
|
-
jsii.set(self, "kmsKey", value)
|
|
474
|
+
jsii.set(self, "kmsKey", value) # pyright: ignore[reportArgumentType]
|
|
475
475
|
|
|
476
476
|
@builtins.property
|
|
477
477
|
@jsii.member(jsii_name="loggingConfiguration")
|
|
@@ -489,7 +489,7 @@ class CfnEnvironment(
|
|
|
489
489
|
if __debug__:
|
|
490
490
|
type_hints = typing.get_type_hints(_typecheckingstub__dc4cab34c101780b1065b32efa9590f9b8c2d6fa987fc778866acc8e135735b0)
|
|
491
491
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
492
|
-
jsii.set(self, "loggingConfiguration", value)
|
|
492
|
+
jsii.set(self, "loggingConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
493
493
|
|
|
494
494
|
@builtins.property
|
|
495
495
|
@jsii.member(jsii_name="maxWebservers")
|
|
@@ -502,7 +502,7 @@ class CfnEnvironment(
|
|
|
502
502
|
if __debug__:
|
|
503
503
|
type_hints = typing.get_type_hints(_typecheckingstub__4ace80ce4bf224db5acf9b2d002dbf0c6465577906fe1f157e8937fd211c4052)
|
|
504
504
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
505
|
-
jsii.set(self, "maxWebservers", value)
|
|
505
|
+
jsii.set(self, "maxWebservers", value) # pyright: ignore[reportArgumentType]
|
|
506
506
|
|
|
507
507
|
@builtins.property
|
|
508
508
|
@jsii.member(jsii_name="maxWorkers")
|
|
@@ -515,7 +515,7 @@ class CfnEnvironment(
|
|
|
515
515
|
if __debug__:
|
|
516
516
|
type_hints = typing.get_type_hints(_typecheckingstub__ecb875076a1c8d331e4bdfcf6a1b5ea37cdddb27dc548d6ee55f94defe51ef6f)
|
|
517
517
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
518
|
-
jsii.set(self, "maxWorkers", value)
|
|
518
|
+
jsii.set(self, "maxWorkers", value) # pyright: ignore[reportArgumentType]
|
|
519
519
|
|
|
520
520
|
@builtins.property
|
|
521
521
|
@jsii.member(jsii_name="minWebservers")
|
|
@@ -528,7 +528,7 @@ class CfnEnvironment(
|
|
|
528
528
|
if __debug__:
|
|
529
529
|
type_hints = typing.get_type_hints(_typecheckingstub__9db4aa506403c82a8e296ab8ac3cf5ed4d1b2abb57c31261f23c170b389d9069)
|
|
530
530
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
531
|
-
jsii.set(self, "minWebservers", value)
|
|
531
|
+
jsii.set(self, "minWebservers", value) # pyright: ignore[reportArgumentType]
|
|
532
532
|
|
|
533
533
|
@builtins.property
|
|
534
534
|
@jsii.member(jsii_name="minWorkers")
|
|
@@ -541,7 +541,7 @@ class CfnEnvironment(
|
|
|
541
541
|
if __debug__:
|
|
542
542
|
type_hints = typing.get_type_hints(_typecheckingstub__a55d820acc52ddec2ba61ae2c198accc1e02d19de67a71e84a3356d7371702ab)
|
|
543
543
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
544
|
-
jsii.set(self, "minWorkers", value)
|
|
544
|
+
jsii.set(self, "minWorkers", value) # pyright: ignore[reportArgumentType]
|
|
545
545
|
|
|
546
546
|
@builtins.property
|
|
547
547
|
@jsii.member(jsii_name="networkConfiguration")
|
|
@@ -559,7 +559,7 @@ class CfnEnvironment(
|
|
|
559
559
|
if __debug__:
|
|
560
560
|
type_hints = typing.get_type_hints(_typecheckingstub__aa2a5da444619534928020a611413143accbcdd88aa14355626af4899385c73a)
|
|
561
561
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
562
|
-
jsii.set(self, "networkConfiguration", value)
|
|
562
|
+
jsii.set(self, "networkConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
563
563
|
|
|
564
564
|
@builtins.property
|
|
565
565
|
@jsii.member(jsii_name="pluginsS3ObjectVersion")
|
|
@@ -572,7 +572,7 @@ class CfnEnvironment(
|
|
|
572
572
|
if __debug__:
|
|
573
573
|
type_hints = typing.get_type_hints(_typecheckingstub__a99940c0cc4f750c45db524f9ae8daba6f5ad859ffcf11a0ae6fd25e322512f2)
|
|
574
574
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
575
|
-
jsii.set(self, "pluginsS3ObjectVersion", value)
|
|
575
|
+
jsii.set(self, "pluginsS3ObjectVersion", value) # pyright: ignore[reportArgumentType]
|
|
576
576
|
|
|
577
577
|
@builtins.property
|
|
578
578
|
@jsii.member(jsii_name="pluginsS3Path")
|
|
@@ -585,7 +585,7 @@ class CfnEnvironment(
|
|
|
585
585
|
if __debug__:
|
|
586
586
|
type_hints = typing.get_type_hints(_typecheckingstub__b495cb205cc5e30536d587e57390f5c1e099c11cf3fe0de627424066a4838f09)
|
|
587
587
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
588
|
-
jsii.set(self, "pluginsS3Path", value)
|
|
588
|
+
jsii.set(self, "pluginsS3Path", value) # pyright: ignore[reportArgumentType]
|
|
589
589
|
|
|
590
590
|
@builtins.property
|
|
591
591
|
@jsii.member(jsii_name="requirementsS3ObjectVersion")
|
|
@@ -601,7 +601,7 @@ class CfnEnvironment(
|
|
|
601
601
|
if __debug__:
|
|
602
602
|
type_hints = typing.get_type_hints(_typecheckingstub__b02f6a63345ee725961b4a13a94868c12933484401f8f4917745e0fc70e2039d)
|
|
603
603
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
604
|
-
jsii.set(self, "requirementsS3ObjectVersion", value)
|
|
604
|
+
jsii.set(self, "requirementsS3ObjectVersion", value) # pyright: ignore[reportArgumentType]
|
|
605
605
|
|
|
606
606
|
@builtins.property
|
|
607
607
|
@jsii.member(jsii_name="requirementsS3Path")
|
|
@@ -614,7 +614,7 @@ class CfnEnvironment(
|
|
|
614
614
|
if __debug__:
|
|
615
615
|
type_hints = typing.get_type_hints(_typecheckingstub__1b21a132437156544547b8f9926353b399b2e201b2ec7c271b6a57dc6b63a840)
|
|
616
616
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
617
|
-
jsii.set(self, "requirementsS3Path", value)
|
|
617
|
+
jsii.set(self, "requirementsS3Path", value) # pyright: ignore[reportArgumentType]
|
|
618
618
|
|
|
619
619
|
@builtins.property
|
|
620
620
|
@jsii.member(jsii_name="schedulers")
|
|
@@ -630,7 +630,7 @@ class CfnEnvironment(
|
|
|
630
630
|
if __debug__:
|
|
631
631
|
type_hints = typing.get_type_hints(_typecheckingstub__5aefd5d0ab5fb759bc82b90e20d34dae2b9a92e035c60918d41a48b6f2a40f71)
|
|
632
632
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
633
|
-
jsii.set(self, "schedulers", value)
|
|
633
|
+
jsii.set(self, "schedulers", value) # pyright: ignore[reportArgumentType]
|
|
634
634
|
|
|
635
635
|
@builtins.property
|
|
636
636
|
@jsii.member(jsii_name="sourceBucketArn")
|
|
@@ -643,7 +643,7 @@ class CfnEnvironment(
|
|
|
643
643
|
if __debug__:
|
|
644
644
|
type_hints = typing.get_type_hints(_typecheckingstub__aedd02a13d0dcf7970ae346c08229240911bc7b9d7cbf71d281e5995215d4aa6)
|
|
645
645
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
646
|
-
jsii.set(self, "sourceBucketArn", value)
|
|
646
|
+
jsii.set(self, "sourceBucketArn", value) # pyright: ignore[reportArgumentType]
|
|
647
647
|
|
|
648
648
|
@builtins.property
|
|
649
649
|
@jsii.member(jsii_name="startupScriptS3ObjectVersion")
|
|
@@ -659,7 +659,7 @@ class CfnEnvironment(
|
|
|
659
659
|
if __debug__:
|
|
660
660
|
type_hints = typing.get_type_hints(_typecheckingstub__6027cf352b46c42abb5a9a07b830322d6a170945f459de6ceae996b6e0d3bf80)
|
|
661
661
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
662
|
-
jsii.set(self, "startupScriptS3ObjectVersion", value)
|
|
662
|
+
jsii.set(self, "startupScriptS3ObjectVersion", value) # pyright: ignore[reportArgumentType]
|
|
663
663
|
|
|
664
664
|
@builtins.property
|
|
665
665
|
@jsii.member(jsii_name="startupScriptS3Path")
|
|
@@ -675,7 +675,7 @@ class CfnEnvironment(
|
|
|
675
675
|
if __debug__:
|
|
676
676
|
type_hints = typing.get_type_hints(_typecheckingstub__9be888a29bdd036c7a17e6251a771f0f88b203aacc22033b8c42adc9dc7ed8c7)
|
|
677
677
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
678
|
-
jsii.set(self, "startupScriptS3Path", value)
|
|
678
|
+
jsii.set(self, "startupScriptS3Path", value) # pyright: ignore[reportArgumentType]
|
|
679
679
|
|
|
680
680
|
@builtins.property
|
|
681
681
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -691,7 +691,7 @@ class CfnEnvironment(
|
|
|
691
691
|
if __debug__:
|
|
692
692
|
type_hints = typing.get_type_hints(_typecheckingstub__4f022348b4c8dbea9004993f4e6a341f2e6f188d4320fbe4c6029630f93c61e8)
|
|
693
693
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
694
|
-
jsii.set(self, "tagsRaw", value)
|
|
694
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
695
695
|
|
|
696
696
|
@builtins.property
|
|
697
697
|
@jsii.member(jsii_name="webserverAccessMode")
|
|
@@ -704,7 +704,7 @@ class CfnEnvironment(
|
|
|
704
704
|
if __debug__:
|
|
705
705
|
type_hints = typing.get_type_hints(_typecheckingstub__67d30d1c1ec781f42fa1686eff45aa7e4d79b300e393b02172f5d8d00e2b01b0)
|
|
706
706
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
707
|
-
jsii.set(self, "webserverAccessMode", value)
|
|
707
|
+
jsii.set(self, "webserverAccessMode", value) # pyright: ignore[reportArgumentType]
|
|
708
708
|
|
|
709
709
|
@builtins.property
|
|
710
710
|
@jsii.member(jsii_name="weeklyMaintenanceWindowStart")
|
|
@@ -720,7 +720,7 @@ class CfnEnvironment(
|
|
|
720
720
|
if __debug__:
|
|
721
721
|
type_hints = typing.get_type_hints(_typecheckingstub__c4b7b1ca9a0752d370dddfd37838d62fc0fdbdce81d79923961a78bfa58597a8)
|
|
722
722
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
723
|
-
jsii.set(self, "weeklyMaintenanceWindowStart", value)
|
|
723
|
+
jsii.set(self, "weeklyMaintenanceWindowStart", value) # pyright: ignore[reportArgumentType]
|
|
724
724
|
|
|
725
725
|
@jsii.data_type(
|
|
726
726
|
jsii_type="aws-cdk-lib.aws_mwaa.CfnEnvironment.LoggingConfigurationProperty",
|