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
|
@@ -211,7 +211,7 @@ class CfnAlarm(
|
|
|
211
211
|
if __debug__:
|
|
212
212
|
type_hints = typing.get_type_hints(_typecheckingstub__6cbef5a5341e55fa03b4be9a6a15a8717434d6fc08dc2002a6a455935ed61cca)
|
|
213
213
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
214
|
-
jsii.set(self, "alarmName", value)
|
|
214
|
+
jsii.set(self, "alarmName", value) # pyright: ignore[reportArgumentType]
|
|
215
215
|
|
|
216
216
|
@builtins.property
|
|
217
217
|
@jsii.member(jsii_name="comparisonOperator")
|
|
@@ -224,7 +224,7 @@ class CfnAlarm(
|
|
|
224
224
|
if __debug__:
|
|
225
225
|
type_hints = typing.get_type_hints(_typecheckingstub__a5f7bab333eda8f33f7cf02bfacceaed6eba1bce4cffab8c704a426a990a39bb)
|
|
226
226
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
227
|
-
jsii.set(self, "comparisonOperator", value)
|
|
227
|
+
jsii.set(self, "comparisonOperator", value) # pyright: ignore[reportArgumentType]
|
|
228
228
|
|
|
229
229
|
@builtins.property
|
|
230
230
|
@jsii.member(jsii_name="evaluationPeriods")
|
|
@@ -237,7 +237,7 @@ class CfnAlarm(
|
|
|
237
237
|
if __debug__:
|
|
238
238
|
type_hints = typing.get_type_hints(_typecheckingstub__dbca6c409a133a482c79d4f2d1d54d380635a6cd16f5659cddbbdca0113f00e2)
|
|
239
239
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
240
|
-
jsii.set(self, "evaluationPeriods", value)
|
|
240
|
+
jsii.set(self, "evaluationPeriods", value) # pyright: ignore[reportArgumentType]
|
|
241
241
|
|
|
242
242
|
@builtins.property
|
|
243
243
|
@jsii.member(jsii_name="metricName")
|
|
@@ -250,7 +250,7 @@ class CfnAlarm(
|
|
|
250
250
|
if __debug__:
|
|
251
251
|
type_hints = typing.get_type_hints(_typecheckingstub__d56d786f28acdb2b750523f0f764b81b2dbe6c19989d8ad5d6637d38ef41dafd)
|
|
252
252
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
253
|
-
jsii.set(self, "metricName", value)
|
|
253
|
+
jsii.set(self, "metricName", value) # pyright: ignore[reportArgumentType]
|
|
254
254
|
|
|
255
255
|
@builtins.property
|
|
256
256
|
@jsii.member(jsii_name="monitoredResourceName")
|
|
@@ -263,7 +263,7 @@ class CfnAlarm(
|
|
|
263
263
|
if __debug__:
|
|
264
264
|
type_hints = typing.get_type_hints(_typecheckingstub__bed67dce202ef59c6fc0482720e647da6d182a5eb7fc29bd7e33f7c493baeeba)
|
|
265
265
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
266
|
-
jsii.set(self, "monitoredResourceName", value)
|
|
266
|
+
jsii.set(self, "monitoredResourceName", value) # pyright: ignore[reportArgumentType]
|
|
267
267
|
|
|
268
268
|
@builtins.property
|
|
269
269
|
@jsii.member(jsii_name="threshold")
|
|
@@ -276,7 +276,7 @@ class CfnAlarm(
|
|
|
276
276
|
if __debug__:
|
|
277
277
|
type_hints = typing.get_type_hints(_typecheckingstub__2207c45df0a7242a484a71d452e6078412a0174e16363bf59797c35aba03cf60)
|
|
278
278
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
279
|
-
jsii.set(self, "threshold", value)
|
|
279
|
+
jsii.set(self, "threshold", value) # pyright: ignore[reportArgumentType]
|
|
280
280
|
|
|
281
281
|
@builtins.property
|
|
282
282
|
@jsii.member(jsii_name="contactProtocols")
|
|
@@ -292,7 +292,7 @@ class CfnAlarm(
|
|
|
292
292
|
if __debug__:
|
|
293
293
|
type_hints = typing.get_type_hints(_typecheckingstub__e16e66db23d954d5c8b8f71b6a742f8d70605fd3ec588876e4cc4b066986fc5e)
|
|
294
294
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
295
|
-
jsii.set(self, "contactProtocols", value)
|
|
295
|
+
jsii.set(self, "contactProtocols", value) # pyright: ignore[reportArgumentType]
|
|
296
296
|
|
|
297
297
|
@builtins.property
|
|
298
298
|
@jsii.member(jsii_name="datapointsToAlarm")
|
|
@@ -305,7 +305,7 @@ class CfnAlarm(
|
|
|
305
305
|
if __debug__:
|
|
306
306
|
type_hints = typing.get_type_hints(_typecheckingstub__0cf63524930194266731756c5d9e34ac56a21a835ccf654121b2eef068b86851)
|
|
307
307
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
308
|
-
jsii.set(self, "datapointsToAlarm", value)
|
|
308
|
+
jsii.set(self, "datapointsToAlarm", value) # pyright: ignore[reportArgumentType]
|
|
309
309
|
|
|
310
310
|
@builtins.property
|
|
311
311
|
@jsii.member(jsii_name="notificationEnabled")
|
|
@@ -323,7 +323,7 @@ class CfnAlarm(
|
|
|
323
323
|
if __debug__:
|
|
324
324
|
type_hints = typing.get_type_hints(_typecheckingstub__6d1f7e50126b8dc4c73aad55d44ca47c64d1aaa42863a2071146240e12b7fff9)
|
|
325
325
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
326
|
-
jsii.set(self, "notificationEnabled", value)
|
|
326
|
+
jsii.set(self, "notificationEnabled", value) # pyright: ignore[reportArgumentType]
|
|
327
327
|
|
|
328
328
|
@builtins.property
|
|
329
329
|
@jsii.member(jsii_name="notificationTriggers")
|
|
@@ -339,7 +339,7 @@ class CfnAlarm(
|
|
|
339
339
|
if __debug__:
|
|
340
340
|
type_hints = typing.get_type_hints(_typecheckingstub__a80d0edb78ff630c74b704ff1bb587d3767dde14ca85dfcc06b5a9fce0e6b51a)
|
|
341
341
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
342
|
-
jsii.set(self, "notificationTriggers", value)
|
|
342
|
+
jsii.set(self, "notificationTriggers", value) # pyright: ignore[reportArgumentType]
|
|
343
343
|
|
|
344
344
|
@builtins.property
|
|
345
345
|
@jsii.member(jsii_name="treatMissingData")
|
|
@@ -352,7 +352,7 @@ class CfnAlarm(
|
|
|
352
352
|
if __debug__:
|
|
353
353
|
type_hints = typing.get_type_hints(_typecheckingstub__288a8a660b0017ff51421053d89dc9a8f78e3031f9d00e3da7512b2927946c92)
|
|
354
354
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
355
|
-
jsii.set(self, "treatMissingData", value)
|
|
355
|
+
jsii.set(self, "treatMissingData", value) # pyright: ignore[reportArgumentType]
|
|
356
356
|
|
|
357
357
|
|
|
358
358
|
@jsii.data_type(
|
|
@@ -749,7 +749,7 @@ class CfnBucket(
|
|
|
749
749
|
if __debug__:
|
|
750
750
|
type_hints = typing.get_type_hints(_typecheckingstub__671ba368991f7894cc8ddfe61a9b72e7f6d4f964b0c1b7e3da859b6c5db6cd24)
|
|
751
751
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
752
|
-
jsii.set(self, "bucketName", value)
|
|
752
|
+
jsii.set(self, "bucketName", value) # pyright: ignore[reportArgumentType]
|
|
753
753
|
|
|
754
754
|
@builtins.property
|
|
755
755
|
@jsii.member(jsii_name="bundleId")
|
|
@@ -762,7 +762,7 @@ class CfnBucket(
|
|
|
762
762
|
if __debug__:
|
|
763
763
|
type_hints = typing.get_type_hints(_typecheckingstub__f6d5cea1c49d3cd6bf89b2a808219992c0ebd27dac7ba487070e177c4603b093)
|
|
764
764
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
765
|
-
jsii.set(self, "bundleId", value)
|
|
765
|
+
jsii.set(self, "bundleId", value) # pyright: ignore[reportArgumentType]
|
|
766
766
|
|
|
767
767
|
@builtins.property
|
|
768
768
|
@jsii.member(jsii_name="accessRules")
|
|
@@ -780,7 +780,7 @@ class CfnBucket(
|
|
|
780
780
|
if __debug__:
|
|
781
781
|
type_hints = typing.get_type_hints(_typecheckingstub__911a5ab074c6c9182d436d48523575a61c00e4566f9a555177936f1964f07641)
|
|
782
782
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
783
|
-
jsii.set(self, "accessRules", value)
|
|
783
|
+
jsii.set(self, "accessRules", value) # pyright: ignore[reportArgumentType]
|
|
784
784
|
|
|
785
785
|
@builtins.property
|
|
786
786
|
@jsii.member(jsii_name="objectVersioning")
|
|
@@ -798,7 +798,7 @@ class CfnBucket(
|
|
|
798
798
|
if __debug__:
|
|
799
799
|
type_hints = typing.get_type_hints(_typecheckingstub__6191661c271e19e8e8cac9d23703e7a3bcbba2dc5b15936dc4e3f080e7e234af)
|
|
800
800
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
801
|
-
jsii.set(self, "objectVersioning", value)
|
|
801
|
+
jsii.set(self, "objectVersioning", value) # pyright: ignore[reportArgumentType]
|
|
802
802
|
|
|
803
803
|
@builtins.property
|
|
804
804
|
@jsii.member(jsii_name="readOnlyAccessAccounts")
|
|
@@ -814,7 +814,7 @@ class CfnBucket(
|
|
|
814
814
|
if __debug__:
|
|
815
815
|
type_hints = typing.get_type_hints(_typecheckingstub__ab9b5622907c27faf77ab0bb3b248846c9d3b055a5fe545e85f5d0221ad5d356)
|
|
816
816
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
817
|
-
jsii.set(self, "readOnlyAccessAccounts", value)
|
|
817
|
+
jsii.set(self, "readOnlyAccessAccounts", value) # pyright: ignore[reportArgumentType]
|
|
818
818
|
|
|
819
819
|
@builtins.property
|
|
820
820
|
@jsii.member(jsii_name="resourcesReceivingAccess")
|
|
@@ -830,7 +830,7 @@ class CfnBucket(
|
|
|
830
830
|
if __debug__:
|
|
831
831
|
type_hints = typing.get_type_hints(_typecheckingstub__5c511e7332e65a7a04ff0fba1f48703451ea06cf1cd61fd70b6c99a1c016339b)
|
|
832
832
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
833
|
-
jsii.set(self, "resourcesReceivingAccess", value)
|
|
833
|
+
jsii.set(self, "resourcesReceivingAccess", value) # pyright: ignore[reportArgumentType]
|
|
834
834
|
|
|
835
835
|
@builtins.property
|
|
836
836
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -843,7 +843,7 @@ class CfnBucket(
|
|
|
843
843
|
if __debug__:
|
|
844
844
|
type_hints = typing.get_type_hints(_typecheckingstub__52cc8a8b4e5b6b3a8d087b3ae8257283509372b0fe52e0e90dc9c520fd5f8e34)
|
|
845
845
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
846
|
-
jsii.set(self, "tagsRaw", value)
|
|
846
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
847
847
|
|
|
848
848
|
@jsii.data_type(
|
|
849
849
|
jsii_type="aws-cdk-lib.aws_lightsail.CfnBucket.AccessRulesProperty",
|
|
@@ -1249,7 +1249,7 @@ class CfnCertificate(
|
|
|
1249
1249
|
if __debug__:
|
|
1250
1250
|
type_hints = typing.get_type_hints(_typecheckingstub__b13a2a543d6b2720b4cf168052ef4b17165797152752e38fff22e9a4fbd5c425)
|
|
1251
1251
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1252
|
-
jsii.set(self, "certificateName", value)
|
|
1252
|
+
jsii.set(self, "certificateName", value) # pyright: ignore[reportArgumentType]
|
|
1253
1253
|
|
|
1254
1254
|
@builtins.property
|
|
1255
1255
|
@jsii.member(jsii_name="domainName")
|
|
@@ -1262,7 +1262,7 @@ class CfnCertificate(
|
|
|
1262
1262
|
if __debug__:
|
|
1263
1263
|
type_hints = typing.get_type_hints(_typecheckingstub__561359c124f9c2bc11955748c848288878d75889197cec6c9f222b79a3ad2cdb)
|
|
1264
1264
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1265
|
-
jsii.set(self, "domainName", value)
|
|
1265
|
+
jsii.set(self, "domainName", value) # pyright: ignore[reportArgumentType]
|
|
1266
1266
|
|
|
1267
1267
|
@builtins.property
|
|
1268
1268
|
@jsii.member(jsii_name="subjectAlternativeNames")
|
|
@@ -1278,7 +1278,7 @@ class CfnCertificate(
|
|
|
1278
1278
|
if __debug__:
|
|
1279
1279
|
type_hints = typing.get_type_hints(_typecheckingstub__bde188d393958878c8d4e57a5877d812238d5cefe2fc847b8666282a8e53290a)
|
|
1280
1280
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1281
|
-
jsii.set(self, "subjectAlternativeNames", value)
|
|
1281
|
+
jsii.set(self, "subjectAlternativeNames", value) # pyright: ignore[reportArgumentType]
|
|
1282
1282
|
|
|
1283
1283
|
@builtins.property
|
|
1284
1284
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -1291,7 +1291,7 @@ class CfnCertificate(
|
|
|
1291
1291
|
if __debug__:
|
|
1292
1292
|
type_hints = typing.get_type_hints(_typecheckingstub__aa0e2472d9d23da3ec2ce0c96320254278721ae808d47271138b62d6684a75b8)
|
|
1293
1293
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1294
|
-
jsii.set(self, "tagsRaw", value)
|
|
1294
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
1295
1295
|
|
|
1296
1296
|
|
|
1297
1297
|
@jsii.data_type(
|
|
@@ -1617,7 +1617,7 @@ class CfnContainer(
|
|
|
1617
1617
|
if __debug__:
|
|
1618
1618
|
type_hints = typing.get_type_hints(_typecheckingstub__c43b42c387b2dcfa1723f7d229e7a7d6123b4a5dd3c00b08379a0d8c5b9ca0a3)
|
|
1619
1619
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1620
|
-
jsii.set(self, "power", value)
|
|
1620
|
+
jsii.set(self, "power", value) # pyright: ignore[reportArgumentType]
|
|
1621
1621
|
|
|
1622
1622
|
@builtins.property
|
|
1623
1623
|
@jsii.member(jsii_name="scale")
|
|
@@ -1630,7 +1630,7 @@ class CfnContainer(
|
|
|
1630
1630
|
if __debug__:
|
|
1631
1631
|
type_hints = typing.get_type_hints(_typecheckingstub__9aa65eb02fb8c30379eca4549f1c20fe31b13502f31a42fb2d5bc4a0c834e54e)
|
|
1632
1632
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1633
|
-
jsii.set(self, "scale", value)
|
|
1633
|
+
jsii.set(self, "scale", value) # pyright: ignore[reportArgumentType]
|
|
1634
1634
|
|
|
1635
1635
|
@builtins.property
|
|
1636
1636
|
@jsii.member(jsii_name="serviceName")
|
|
@@ -1643,7 +1643,7 @@ class CfnContainer(
|
|
|
1643
1643
|
if __debug__:
|
|
1644
1644
|
type_hints = typing.get_type_hints(_typecheckingstub__fc3a585466a749c4c1a1d7e4f0ff912b27ba8bff6127862e194982ee4e1a955d)
|
|
1645
1645
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1646
|
-
jsii.set(self, "serviceName", value)
|
|
1646
|
+
jsii.set(self, "serviceName", value) # pyright: ignore[reportArgumentType]
|
|
1647
1647
|
|
|
1648
1648
|
@builtins.property
|
|
1649
1649
|
@jsii.member(jsii_name="containerServiceDeployment")
|
|
@@ -1661,7 +1661,7 @@ class CfnContainer(
|
|
|
1661
1661
|
if __debug__:
|
|
1662
1662
|
type_hints = typing.get_type_hints(_typecheckingstub__1e8ef0ed2b23c56026e0da66efb4213ed90af7b6dfea05d5bbce033060cc7e43)
|
|
1663
1663
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1664
|
-
jsii.set(self, "containerServiceDeployment", value)
|
|
1664
|
+
jsii.set(self, "containerServiceDeployment", value) # pyright: ignore[reportArgumentType]
|
|
1665
1665
|
|
|
1666
1666
|
@builtins.property
|
|
1667
1667
|
@jsii.member(jsii_name="isDisabled")
|
|
@@ -1679,7 +1679,7 @@ class CfnContainer(
|
|
|
1679
1679
|
if __debug__:
|
|
1680
1680
|
type_hints = typing.get_type_hints(_typecheckingstub__a52d8c870a181dac72ac9809ac930672df1d327079dcac65e47b7e2aadcd54ed)
|
|
1681
1681
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1682
|
-
jsii.set(self, "isDisabled", value)
|
|
1682
|
+
jsii.set(self, "isDisabled", value) # pyright: ignore[reportArgumentType]
|
|
1683
1683
|
|
|
1684
1684
|
@builtins.property
|
|
1685
1685
|
@jsii.member(jsii_name="privateRegistryAccess")
|
|
@@ -1697,7 +1697,7 @@ class CfnContainer(
|
|
|
1697
1697
|
if __debug__:
|
|
1698
1698
|
type_hints = typing.get_type_hints(_typecheckingstub__0c8f23478268198f6150b0633220a6dd883cc13c21830872cee9bf2a65a6acfa)
|
|
1699
1699
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1700
|
-
jsii.set(self, "privateRegistryAccess", value)
|
|
1700
|
+
jsii.set(self, "privateRegistryAccess", value) # pyright: ignore[reportArgumentType]
|
|
1701
1701
|
|
|
1702
1702
|
@builtins.property
|
|
1703
1703
|
@jsii.member(jsii_name="publicDomainNames")
|
|
@@ -1715,7 +1715,7 @@ class CfnContainer(
|
|
|
1715
1715
|
if __debug__:
|
|
1716
1716
|
type_hints = typing.get_type_hints(_typecheckingstub__fa200bad90bddaf505b39b733612869b17dd2e87cd1aaa81d1cfedde46e1bb8e)
|
|
1717
1717
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1718
|
-
jsii.set(self, "publicDomainNames", value)
|
|
1718
|
+
jsii.set(self, "publicDomainNames", value) # pyright: ignore[reportArgumentType]
|
|
1719
1719
|
|
|
1720
1720
|
@builtins.property
|
|
1721
1721
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -1728,7 +1728,7 @@ class CfnContainer(
|
|
|
1728
1728
|
if __debug__:
|
|
1729
1729
|
type_hints = typing.get_type_hints(_typecheckingstub__7eef525fca5f562f87e3ac9c6423f561f56721f252309711cf942b6679b0ed6e)
|
|
1730
1730
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1731
|
-
jsii.set(self, "tagsRaw", value)
|
|
1731
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
1732
1732
|
|
|
1733
1733
|
@jsii.data_type(
|
|
1734
1734
|
jsii_type="aws-cdk-lib.aws_lightsail.CfnContainer.ContainerProperty",
|
|
@@ -2977,7 +2977,7 @@ class CfnDatabase(
|
|
|
2977
2977
|
if __debug__:
|
|
2978
2978
|
type_hints = typing.get_type_hints(_typecheckingstub__44bfee7201708398172d9c276409ca3a0edb6fd96fbb53de3c6d21f9ba38f2aa)
|
|
2979
2979
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2980
|
-
jsii.set(self, "masterDatabaseName", value)
|
|
2980
|
+
jsii.set(self, "masterDatabaseName", value) # pyright: ignore[reportArgumentType]
|
|
2981
2981
|
|
|
2982
2982
|
@builtins.property
|
|
2983
2983
|
@jsii.member(jsii_name="masterUsername")
|
|
@@ -2990,7 +2990,7 @@ class CfnDatabase(
|
|
|
2990
2990
|
if __debug__:
|
|
2991
2991
|
type_hints = typing.get_type_hints(_typecheckingstub__7fe99b95647bc539d082d0cd9d6da52a4a6fd8065020323f840fae0e93e829e2)
|
|
2992
2992
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2993
|
-
jsii.set(self, "masterUsername", value)
|
|
2993
|
+
jsii.set(self, "masterUsername", value) # pyright: ignore[reportArgumentType]
|
|
2994
2994
|
|
|
2995
2995
|
@builtins.property
|
|
2996
2996
|
@jsii.member(jsii_name="relationalDatabaseBlueprintId")
|
|
@@ -3003,7 +3003,7 @@ class CfnDatabase(
|
|
|
3003
3003
|
if __debug__:
|
|
3004
3004
|
type_hints = typing.get_type_hints(_typecheckingstub__d98f0098b8a20a19e0698b2035c421c40d0dd6b470192acb90e2f3aafb4f8c59)
|
|
3005
3005
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3006
|
-
jsii.set(self, "relationalDatabaseBlueprintId", value)
|
|
3006
|
+
jsii.set(self, "relationalDatabaseBlueprintId", value) # pyright: ignore[reportArgumentType]
|
|
3007
3007
|
|
|
3008
3008
|
@builtins.property
|
|
3009
3009
|
@jsii.member(jsii_name="relationalDatabaseBundleId")
|
|
@@ -3016,7 +3016,7 @@ class CfnDatabase(
|
|
|
3016
3016
|
if __debug__:
|
|
3017
3017
|
type_hints = typing.get_type_hints(_typecheckingstub__0085abf7a85860fb9463b046ff1a50df70621aad07715b1d2264f86ad3b37980)
|
|
3018
3018
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3019
|
-
jsii.set(self, "relationalDatabaseBundleId", value)
|
|
3019
|
+
jsii.set(self, "relationalDatabaseBundleId", value) # pyright: ignore[reportArgumentType]
|
|
3020
3020
|
|
|
3021
3021
|
@builtins.property
|
|
3022
3022
|
@jsii.member(jsii_name="relationalDatabaseName")
|
|
@@ -3029,7 +3029,7 @@ class CfnDatabase(
|
|
|
3029
3029
|
if __debug__:
|
|
3030
3030
|
type_hints = typing.get_type_hints(_typecheckingstub__fda74fa4d573fc976044231318a27a2615dff79bb54e1bf501d7f641ec177f44)
|
|
3031
3031
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3032
|
-
jsii.set(self, "relationalDatabaseName", value)
|
|
3032
|
+
jsii.set(self, "relationalDatabaseName", value) # pyright: ignore[reportArgumentType]
|
|
3033
3033
|
|
|
3034
3034
|
@builtins.property
|
|
3035
3035
|
@jsii.member(jsii_name="availabilityZone")
|
|
@@ -3042,7 +3042,7 @@ class CfnDatabase(
|
|
|
3042
3042
|
if __debug__:
|
|
3043
3043
|
type_hints = typing.get_type_hints(_typecheckingstub__e15da72f1f0e0effee27cdac8697b6046c3b8670a5f08070180d1913992dcba5)
|
|
3044
3044
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3045
|
-
jsii.set(self, "availabilityZone", value)
|
|
3045
|
+
jsii.set(self, "availabilityZone", value) # pyright: ignore[reportArgumentType]
|
|
3046
3046
|
|
|
3047
3047
|
@builtins.property
|
|
3048
3048
|
@jsii.member(jsii_name="backupRetention")
|
|
@@ -3060,7 +3060,7 @@ class CfnDatabase(
|
|
|
3060
3060
|
if __debug__:
|
|
3061
3061
|
type_hints = typing.get_type_hints(_typecheckingstub__f06245bb04a19656eaedd55d945ba9fc771b141ebea294c5f2e46a5a301a9620)
|
|
3062
3062
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3063
|
-
jsii.set(self, "backupRetention", value)
|
|
3063
|
+
jsii.set(self, "backupRetention", value) # pyright: ignore[reportArgumentType]
|
|
3064
3064
|
|
|
3065
3065
|
@builtins.property
|
|
3066
3066
|
@jsii.member(jsii_name="caCertificateIdentifier")
|
|
@@ -3073,7 +3073,7 @@ class CfnDatabase(
|
|
|
3073
3073
|
if __debug__:
|
|
3074
3074
|
type_hints = typing.get_type_hints(_typecheckingstub__8facd20917d86a0338c43b7be0baf738e391c887dd3f80ca4489f3f39581c750)
|
|
3075
3075
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3076
|
-
jsii.set(self, "caCertificateIdentifier", value)
|
|
3076
|
+
jsii.set(self, "caCertificateIdentifier", value) # pyright: ignore[reportArgumentType]
|
|
3077
3077
|
|
|
3078
3078
|
@builtins.property
|
|
3079
3079
|
@jsii.member(jsii_name="masterUserPassword")
|
|
@@ -3086,7 +3086,7 @@ class CfnDatabase(
|
|
|
3086
3086
|
if __debug__:
|
|
3087
3087
|
type_hints = typing.get_type_hints(_typecheckingstub__c8357b41834ed93919de4eea33fb2da779ef94976a107ee989c52c7721b5111b)
|
|
3088
3088
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3089
|
-
jsii.set(self, "masterUserPassword", value)
|
|
3089
|
+
jsii.set(self, "masterUserPassword", value) # pyright: ignore[reportArgumentType]
|
|
3090
3090
|
|
|
3091
3091
|
@builtins.property
|
|
3092
3092
|
@jsii.member(jsii_name="preferredBackupWindow")
|
|
@@ -3099,7 +3099,7 @@ class CfnDatabase(
|
|
|
3099
3099
|
if __debug__:
|
|
3100
3100
|
type_hints = typing.get_type_hints(_typecheckingstub__fd811ff9c2abe8c9dd2993c66e45e928d4f5d37ba14e6d72d593b8d46e369505)
|
|
3101
3101
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3102
|
-
jsii.set(self, "preferredBackupWindow", value)
|
|
3102
|
+
jsii.set(self, "preferredBackupWindow", value) # pyright: ignore[reportArgumentType]
|
|
3103
3103
|
|
|
3104
3104
|
@builtins.property
|
|
3105
3105
|
@jsii.member(jsii_name="preferredMaintenanceWindow")
|
|
@@ -3115,7 +3115,7 @@ class CfnDatabase(
|
|
|
3115
3115
|
if __debug__:
|
|
3116
3116
|
type_hints = typing.get_type_hints(_typecheckingstub__9094db1231b55bdfa84cdc589d3e0d5410170d587cd69d51a1edfe01ff07f862)
|
|
3117
3117
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3118
|
-
jsii.set(self, "preferredMaintenanceWindow", value)
|
|
3118
|
+
jsii.set(self, "preferredMaintenanceWindow", value) # pyright: ignore[reportArgumentType]
|
|
3119
3119
|
|
|
3120
3120
|
@builtins.property
|
|
3121
3121
|
@jsii.member(jsii_name="publiclyAccessible")
|
|
@@ -3133,7 +3133,7 @@ class CfnDatabase(
|
|
|
3133
3133
|
if __debug__:
|
|
3134
3134
|
type_hints = typing.get_type_hints(_typecheckingstub__8197f292fce266aba628a142dec258c98e7a25fed22896e06e1a90c24a7ba544)
|
|
3135
3135
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3136
|
-
jsii.set(self, "publiclyAccessible", value)
|
|
3136
|
+
jsii.set(self, "publiclyAccessible", value) # pyright: ignore[reportArgumentType]
|
|
3137
3137
|
|
|
3138
3138
|
@builtins.property
|
|
3139
3139
|
@jsii.member(jsii_name="relationalDatabaseParameters")
|
|
@@ -3151,7 +3151,7 @@ class CfnDatabase(
|
|
|
3151
3151
|
if __debug__:
|
|
3152
3152
|
type_hints = typing.get_type_hints(_typecheckingstub__c96ad668b58f33187ed56194efffce27de109fd0767bcd5c1f2484c5bee18d56)
|
|
3153
3153
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3154
|
-
jsii.set(self, "relationalDatabaseParameters", value)
|
|
3154
|
+
jsii.set(self, "relationalDatabaseParameters", value) # pyright: ignore[reportArgumentType]
|
|
3155
3155
|
|
|
3156
3156
|
@builtins.property
|
|
3157
3157
|
@jsii.member(jsii_name="rotateMasterUserPassword")
|
|
@@ -3169,7 +3169,7 @@ class CfnDatabase(
|
|
|
3169
3169
|
if __debug__:
|
|
3170
3170
|
type_hints = typing.get_type_hints(_typecheckingstub__091d540f8b782064900c5e22fafb94086a4be8e774d1ca1e28d1034f980c1e78)
|
|
3171
3171
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3172
|
-
jsii.set(self, "rotateMasterUserPassword", value)
|
|
3172
|
+
jsii.set(self, "rotateMasterUserPassword", value) # pyright: ignore[reportArgumentType]
|
|
3173
3173
|
|
|
3174
3174
|
@builtins.property
|
|
3175
3175
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -3182,7 +3182,7 @@ class CfnDatabase(
|
|
|
3182
3182
|
if __debug__:
|
|
3183
3183
|
type_hints = typing.get_type_hints(_typecheckingstub__742edfcb29bb69911299a631b46a0f26a5025e76d10c496b6e66e28bb86874ec)
|
|
3184
3184
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3185
|
-
jsii.set(self, "tagsRaw", value)
|
|
3185
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
3186
3186
|
|
|
3187
3187
|
@jsii.data_type(
|
|
3188
3188
|
jsii_type="aws-cdk-lib.aws_lightsail.CfnDatabase.RelationalDatabaseParameterProperty",
|
|
@@ -3976,7 +3976,7 @@ class CfnDisk(
|
|
|
3976
3976
|
if __debug__:
|
|
3977
3977
|
type_hints = typing.get_type_hints(_typecheckingstub__ca648103138b58ef4b28158de4e9077eea50974ea860de6e2cafaf7c1ea68497)
|
|
3978
3978
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3979
|
-
jsii.set(self, "diskName", value)
|
|
3979
|
+
jsii.set(self, "diskName", value) # pyright: ignore[reportArgumentType]
|
|
3980
3980
|
|
|
3981
3981
|
@builtins.property
|
|
3982
3982
|
@jsii.member(jsii_name="sizeInGb")
|
|
@@ -3989,7 +3989,7 @@ class CfnDisk(
|
|
|
3989
3989
|
if __debug__:
|
|
3990
3990
|
type_hints = typing.get_type_hints(_typecheckingstub__fc1d51effcf0ec678cadc317f7c644119757d22b11d365f942f6e5869972b495)
|
|
3991
3991
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3992
|
-
jsii.set(self, "sizeInGb", value)
|
|
3992
|
+
jsii.set(self, "sizeInGb", value) # pyright: ignore[reportArgumentType]
|
|
3993
3993
|
|
|
3994
3994
|
@builtins.property
|
|
3995
3995
|
@jsii.member(jsii_name="addOns")
|
|
@@ -4007,7 +4007,7 @@ class CfnDisk(
|
|
|
4007
4007
|
if __debug__:
|
|
4008
4008
|
type_hints = typing.get_type_hints(_typecheckingstub__6bb18dc1c40065ba9615024ffd4c8a5bba5665cf77f22e9fe23067d7b1e0269b)
|
|
4009
4009
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4010
|
-
jsii.set(self, "addOns", value)
|
|
4010
|
+
jsii.set(self, "addOns", value) # pyright: ignore[reportArgumentType]
|
|
4011
4011
|
|
|
4012
4012
|
@builtins.property
|
|
4013
4013
|
@jsii.member(jsii_name="availabilityZone")
|
|
@@ -4020,7 +4020,7 @@ class CfnDisk(
|
|
|
4020
4020
|
if __debug__:
|
|
4021
4021
|
type_hints = typing.get_type_hints(_typecheckingstub__6a929e131601b77b843b584668029130493ce602b0f8f3773bde8e91acbdc46f)
|
|
4022
4022
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4023
|
-
jsii.set(self, "availabilityZone", value)
|
|
4023
|
+
jsii.set(self, "availabilityZone", value) # pyright: ignore[reportArgumentType]
|
|
4024
4024
|
|
|
4025
4025
|
@builtins.property
|
|
4026
4026
|
@jsii.member(jsii_name="location")
|
|
@@ -4038,7 +4038,7 @@ class CfnDisk(
|
|
|
4038
4038
|
if __debug__:
|
|
4039
4039
|
type_hints = typing.get_type_hints(_typecheckingstub__3ad247d59530c9822b391b02d714793c6faf5b661335e33a60f755e84cac854e)
|
|
4040
4040
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4041
|
-
jsii.set(self, "location", value)
|
|
4041
|
+
jsii.set(self, "location", value) # pyright: ignore[reportArgumentType]
|
|
4042
4042
|
|
|
4043
4043
|
@builtins.property
|
|
4044
4044
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -4051,7 +4051,7 @@ class CfnDisk(
|
|
|
4051
4051
|
if __debug__:
|
|
4052
4052
|
type_hints = typing.get_type_hints(_typecheckingstub__c8d9f7c7c9bb1fcb533d5c13ea1040c3fcc188448ff6c785a662ccf8e4342f96)
|
|
4053
4053
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4054
|
-
jsii.set(self, "tagsRaw", value)
|
|
4054
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
4055
4055
|
|
|
4056
4056
|
@jsii.data_type(
|
|
4057
4057
|
jsii_type="aws-cdk-lib.aws_lightsail.CfnDisk.AddOnProperty",
|
|
@@ -4654,7 +4654,7 @@ class CfnDistribution(
|
|
|
4654
4654
|
if __debug__:
|
|
4655
4655
|
type_hints = typing.get_type_hints(_typecheckingstub__713bb0b587b041ad1fbbf3481064d8f0e36314c4a715858754917a04e6b59834)
|
|
4656
4656
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4657
|
-
jsii.set(self, "bundleId", value)
|
|
4657
|
+
jsii.set(self, "bundleId", value) # pyright: ignore[reportArgumentType]
|
|
4658
4658
|
|
|
4659
4659
|
@builtins.property
|
|
4660
4660
|
@jsii.member(jsii_name="defaultCacheBehavior")
|
|
@@ -4672,7 +4672,7 @@ class CfnDistribution(
|
|
|
4672
4672
|
if __debug__:
|
|
4673
4673
|
type_hints = typing.get_type_hints(_typecheckingstub__60f134014dad7eff652ae9a0a8f31d075d567a38120fb79b22fc79b66ef4afbf)
|
|
4674
4674
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4675
|
-
jsii.set(self, "defaultCacheBehavior", value)
|
|
4675
|
+
jsii.set(self, "defaultCacheBehavior", value) # pyright: ignore[reportArgumentType]
|
|
4676
4676
|
|
|
4677
4677
|
@builtins.property
|
|
4678
4678
|
@jsii.member(jsii_name="distributionName")
|
|
@@ -4685,7 +4685,7 @@ class CfnDistribution(
|
|
|
4685
4685
|
if __debug__:
|
|
4686
4686
|
type_hints = typing.get_type_hints(_typecheckingstub__3f10d8b0a845facf9cb45b4afe93f3ae69d0dab27fa56b50b7cc0e69ee5ab2f3)
|
|
4687
4687
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4688
|
-
jsii.set(self, "distributionName", value)
|
|
4688
|
+
jsii.set(self, "distributionName", value) # pyright: ignore[reportArgumentType]
|
|
4689
4689
|
|
|
4690
4690
|
@builtins.property
|
|
4691
4691
|
@jsii.member(jsii_name="origin")
|
|
@@ -4703,7 +4703,7 @@ class CfnDistribution(
|
|
|
4703
4703
|
if __debug__:
|
|
4704
4704
|
type_hints = typing.get_type_hints(_typecheckingstub__7aef6fbf79a3b5e2f5250752a43b5ce48241a88650e2ca85121c71c9eff2e8db)
|
|
4705
4705
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4706
|
-
jsii.set(self, "origin", value)
|
|
4706
|
+
jsii.set(self, "origin", value) # pyright: ignore[reportArgumentType]
|
|
4707
4707
|
|
|
4708
4708
|
@builtins.property
|
|
4709
4709
|
@jsii.member(jsii_name="cacheBehaviors")
|
|
@@ -4721,7 +4721,7 @@ class CfnDistribution(
|
|
|
4721
4721
|
if __debug__:
|
|
4722
4722
|
type_hints = typing.get_type_hints(_typecheckingstub__fa33d1002424823136283db85abedb68f706cfe801b8cdda97985832959b3635)
|
|
4723
4723
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4724
|
-
jsii.set(self, "cacheBehaviors", value)
|
|
4724
|
+
jsii.set(self, "cacheBehaviors", value) # pyright: ignore[reportArgumentType]
|
|
4725
4725
|
|
|
4726
4726
|
@builtins.property
|
|
4727
4727
|
@jsii.member(jsii_name="cacheBehaviorSettings")
|
|
@@ -4739,7 +4739,7 @@ class CfnDistribution(
|
|
|
4739
4739
|
if __debug__:
|
|
4740
4740
|
type_hints = typing.get_type_hints(_typecheckingstub__760802ef8ce7a6adca268629830855308c05a61f03a8580e810b0493e8340ff0)
|
|
4741
4741
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4742
|
-
jsii.set(self, "cacheBehaviorSettings", value)
|
|
4742
|
+
jsii.set(self, "cacheBehaviorSettings", value) # pyright: ignore[reportArgumentType]
|
|
4743
4743
|
|
|
4744
4744
|
@builtins.property
|
|
4745
4745
|
@jsii.member(jsii_name="certificateName")
|
|
@@ -4752,7 +4752,7 @@ class CfnDistribution(
|
|
|
4752
4752
|
if __debug__:
|
|
4753
4753
|
type_hints = typing.get_type_hints(_typecheckingstub__1a588edb72e589002f8ed3b782d48335de6cd3b97ead472d268cbbc811d7a9aa)
|
|
4754
4754
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4755
|
-
jsii.set(self, "certificateName", value)
|
|
4755
|
+
jsii.set(self, "certificateName", value) # pyright: ignore[reportArgumentType]
|
|
4756
4756
|
|
|
4757
4757
|
@builtins.property
|
|
4758
4758
|
@jsii.member(jsii_name="ipAddressType")
|
|
@@ -4765,7 +4765,7 @@ class CfnDistribution(
|
|
|
4765
4765
|
if __debug__:
|
|
4766
4766
|
type_hints = typing.get_type_hints(_typecheckingstub__852740f08ca9ce997952eb51ce9417e48061256a758eed9e4defe320b5cb751d)
|
|
4767
4767
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4768
|
-
jsii.set(self, "ipAddressType", value)
|
|
4768
|
+
jsii.set(self, "ipAddressType", value) # pyright: ignore[reportArgumentType]
|
|
4769
4769
|
|
|
4770
4770
|
@builtins.property
|
|
4771
4771
|
@jsii.member(jsii_name="isEnabled")
|
|
@@ -4783,7 +4783,7 @@ class CfnDistribution(
|
|
|
4783
4783
|
if __debug__:
|
|
4784
4784
|
type_hints = typing.get_type_hints(_typecheckingstub__45ad4bf8bbe0e7c8404bc88c174e7fc60ea632f80e1214c05127c076aa76106d)
|
|
4785
4785
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4786
|
-
jsii.set(self, "isEnabled", value)
|
|
4786
|
+
jsii.set(self, "isEnabled", value) # pyright: ignore[reportArgumentType]
|
|
4787
4787
|
|
|
4788
4788
|
@builtins.property
|
|
4789
4789
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -4796,7 +4796,7 @@ class CfnDistribution(
|
|
|
4796
4796
|
if __debug__:
|
|
4797
4797
|
type_hints = typing.get_type_hints(_typecheckingstub__908b31b9ccd34cec50f1719ac43f4d386695ad72d71eff4b6177f5f0cbae1d41)
|
|
4798
4798
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4799
|
-
jsii.set(self, "tagsRaw", value)
|
|
4799
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
4800
4800
|
|
|
4801
4801
|
@jsii.data_type(
|
|
4802
4802
|
jsii_type="aws-cdk-lib.aws_lightsail.CfnDistribution.CacheBehaviorPerPathProperty",
|
|
@@ -6097,7 +6097,7 @@ class CfnInstance(
|
|
|
6097
6097
|
if __debug__:
|
|
6098
6098
|
type_hints = typing.get_type_hints(_typecheckingstub__c902440458adfe1266e3dc96225288d15ecf1c1d8bba26d793d37881c351c773)
|
|
6099
6099
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6100
|
-
jsii.set(self, "blueprintId", value)
|
|
6100
|
+
jsii.set(self, "blueprintId", value) # pyright: ignore[reportArgumentType]
|
|
6101
6101
|
|
|
6102
6102
|
@builtins.property
|
|
6103
6103
|
@jsii.member(jsii_name="bundleId")
|
|
@@ -6110,7 +6110,7 @@ class CfnInstance(
|
|
|
6110
6110
|
if __debug__:
|
|
6111
6111
|
type_hints = typing.get_type_hints(_typecheckingstub__2f5e85e9ad23cc8571347b8c2e46e5f249ca7334ed4d54786f85f9f55b4b4261)
|
|
6112
6112
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6113
|
-
jsii.set(self, "bundleId", value)
|
|
6113
|
+
jsii.set(self, "bundleId", value) # pyright: ignore[reportArgumentType]
|
|
6114
6114
|
|
|
6115
6115
|
@builtins.property
|
|
6116
6116
|
@jsii.member(jsii_name="instanceName")
|
|
@@ -6123,7 +6123,7 @@ class CfnInstance(
|
|
|
6123
6123
|
if __debug__:
|
|
6124
6124
|
type_hints = typing.get_type_hints(_typecheckingstub__9ff4c2b7a1d245d5744d6342d2f0a8f108daf28fd2169d869ecec762579a76da)
|
|
6125
6125
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6126
|
-
jsii.set(self, "instanceName", value)
|
|
6126
|
+
jsii.set(self, "instanceName", value) # pyright: ignore[reportArgumentType]
|
|
6127
6127
|
|
|
6128
6128
|
@builtins.property
|
|
6129
6129
|
@jsii.member(jsii_name="addOns")
|
|
@@ -6141,7 +6141,7 @@ class CfnInstance(
|
|
|
6141
6141
|
if __debug__:
|
|
6142
6142
|
type_hints = typing.get_type_hints(_typecheckingstub__a099dffb98d8133f25aa3f4894f04b7838ec68531bc89457bc7ca10ffe65fe77)
|
|
6143
6143
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6144
|
-
jsii.set(self, "addOns", value)
|
|
6144
|
+
jsii.set(self, "addOns", value) # pyright: ignore[reportArgumentType]
|
|
6145
6145
|
|
|
6146
6146
|
@builtins.property
|
|
6147
6147
|
@jsii.member(jsii_name="availabilityZone")
|
|
@@ -6154,7 +6154,7 @@ class CfnInstance(
|
|
|
6154
6154
|
if __debug__:
|
|
6155
6155
|
type_hints = typing.get_type_hints(_typecheckingstub__d9a56dd4f393fedcb7fc5c77d31a9635f61996dce654f144f2bb3f59379891d4)
|
|
6156
6156
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6157
|
-
jsii.set(self, "availabilityZone", value)
|
|
6157
|
+
jsii.set(self, "availabilityZone", value) # pyright: ignore[reportArgumentType]
|
|
6158
6158
|
|
|
6159
6159
|
@builtins.property
|
|
6160
6160
|
@jsii.member(jsii_name="hardware")
|
|
@@ -6172,7 +6172,7 @@ class CfnInstance(
|
|
|
6172
6172
|
if __debug__:
|
|
6173
6173
|
type_hints = typing.get_type_hints(_typecheckingstub__918e77b58ce707e3fd0fe417aa8b0279b976fecbc63c99bf33fb6c34fb56e06f)
|
|
6174
6174
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6175
|
-
jsii.set(self, "hardware", value)
|
|
6175
|
+
jsii.set(self, "hardware", value) # pyright: ignore[reportArgumentType]
|
|
6176
6176
|
|
|
6177
6177
|
@builtins.property
|
|
6178
6178
|
@jsii.member(jsii_name="keyPairName")
|
|
@@ -6185,7 +6185,7 @@ class CfnInstance(
|
|
|
6185
6185
|
if __debug__:
|
|
6186
6186
|
type_hints = typing.get_type_hints(_typecheckingstub__e99199ed725a507d6941324fca99a5c014fd317cd07b24dacef00536be31eb87)
|
|
6187
6187
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6188
|
-
jsii.set(self, "keyPairName", value)
|
|
6188
|
+
jsii.set(self, "keyPairName", value) # pyright: ignore[reportArgumentType]
|
|
6189
6189
|
|
|
6190
6190
|
@builtins.property
|
|
6191
6191
|
@jsii.member(jsii_name="location")
|
|
@@ -6203,7 +6203,7 @@ class CfnInstance(
|
|
|
6203
6203
|
if __debug__:
|
|
6204
6204
|
type_hints = typing.get_type_hints(_typecheckingstub__1796032b802331052ff1dc453b46bc6f3d89e44ed47ae0a3b75c51d5f4ec330f)
|
|
6205
6205
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6206
|
-
jsii.set(self, "location", value)
|
|
6206
|
+
jsii.set(self, "location", value) # pyright: ignore[reportArgumentType]
|
|
6207
6207
|
|
|
6208
6208
|
@builtins.property
|
|
6209
6209
|
@jsii.member(jsii_name="networking")
|
|
@@ -6221,7 +6221,7 @@ class CfnInstance(
|
|
|
6221
6221
|
if __debug__:
|
|
6222
6222
|
type_hints = typing.get_type_hints(_typecheckingstub__3ae0605c3ecf986c476ae405f626b73a0ead2ba85a44089e88662ab1e59b4436)
|
|
6223
6223
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6224
|
-
jsii.set(self, "networking", value)
|
|
6224
|
+
jsii.set(self, "networking", value) # pyright: ignore[reportArgumentType]
|
|
6225
6225
|
|
|
6226
6226
|
@builtins.property
|
|
6227
6227
|
@jsii.member(jsii_name="state")
|
|
@@ -6239,7 +6239,7 @@ class CfnInstance(
|
|
|
6239
6239
|
if __debug__:
|
|
6240
6240
|
type_hints = typing.get_type_hints(_typecheckingstub__8016843d96a81bf84ad05c8259de853033dbbd7a359485955cea3d46de80c536)
|
|
6241
6241
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6242
|
-
jsii.set(self, "state", value)
|
|
6242
|
+
jsii.set(self, "state", value) # pyright: ignore[reportArgumentType]
|
|
6243
6243
|
|
|
6244
6244
|
@builtins.property
|
|
6245
6245
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -6252,7 +6252,7 @@ class CfnInstance(
|
|
|
6252
6252
|
if __debug__:
|
|
6253
6253
|
type_hints = typing.get_type_hints(_typecheckingstub__af09458d52eaea13266eac32d46975c0c7fb0afae18d4af7c41cdbda91b257f5)
|
|
6254
6254
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6255
|
-
jsii.set(self, "tagsRaw", value)
|
|
6255
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
6256
6256
|
|
|
6257
6257
|
@builtins.property
|
|
6258
6258
|
@jsii.member(jsii_name="userData")
|
|
@@ -6265,7 +6265,7 @@ class CfnInstance(
|
|
|
6265
6265
|
if __debug__:
|
|
6266
6266
|
type_hints = typing.get_type_hints(_typecheckingstub__1b37ad7b78e9dfd25f54548408e5d1989fcb19258bb2e95aff2742713f8eca62)
|
|
6267
6267
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6268
|
-
jsii.set(self, "userData", value)
|
|
6268
|
+
jsii.set(self, "userData", value) # pyright: ignore[reportArgumentType]
|
|
6269
6269
|
|
|
6270
6270
|
@jsii.data_type(
|
|
6271
6271
|
jsii_type="aws-cdk-lib.aws_lightsail.CfnInstance.AddOnProperty",
|
|
@@ -7705,7 +7705,7 @@ class CfnLoadBalancer(
|
|
|
7705
7705
|
if __debug__:
|
|
7706
7706
|
type_hints = typing.get_type_hints(_typecheckingstub__400516c5f0e10f776899b7edb1e990db4f4a24e3325177548046802d33c26a5f)
|
|
7707
7707
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7708
|
-
jsii.set(self, "instancePort", value)
|
|
7708
|
+
jsii.set(self, "instancePort", value) # pyright: ignore[reportArgumentType]
|
|
7709
7709
|
|
|
7710
7710
|
@builtins.property
|
|
7711
7711
|
@jsii.member(jsii_name="loadBalancerName")
|
|
@@ -7718,7 +7718,7 @@ class CfnLoadBalancer(
|
|
|
7718
7718
|
if __debug__:
|
|
7719
7719
|
type_hints = typing.get_type_hints(_typecheckingstub__9e88376ead8f2114df0c93a8a49a09abc0c2aba0302879ce3720d58cee7c2719)
|
|
7720
7720
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7721
|
-
jsii.set(self, "loadBalancerName", value)
|
|
7721
|
+
jsii.set(self, "loadBalancerName", value) # pyright: ignore[reportArgumentType]
|
|
7722
7722
|
|
|
7723
7723
|
@builtins.property
|
|
7724
7724
|
@jsii.member(jsii_name="attachedInstances")
|
|
@@ -7734,7 +7734,7 @@ class CfnLoadBalancer(
|
|
|
7734
7734
|
if __debug__:
|
|
7735
7735
|
type_hints = typing.get_type_hints(_typecheckingstub__4648ebf266af790248fa827ea484bb236262c06a7cba26c3fb76498f32796266)
|
|
7736
7736
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7737
|
-
jsii.set(self, "attachedInstances", value)
|
|
7737
|
+
jsii.set(self, "attachedInstances", value) # pyright: ignore[reportArgumentType]
|
|
7738
7738
|
|
|
7739
7739
|
@builtins.property
|
|
7740
7740
|
@jsii.member(jsii_name="healthCheckPath")
|
|
@@ -7747,7 +7747,7 @@ class CfnLoadBalancer(
|
|
|
7747
7747
|
if __debug__:
|
|
7748
7748
|
type_hints = typing.get_type_hints(_typecheckingstub__f3bb17a4c6a795e8df00992dc4953caa4b3826d13bbd31239cf7e659a8d3a569)
|
|
7749
7749
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7750
|
-
jsii.set(self, "healthCheckPath", value)
|
|
7750
|
+
jsii.set(self, "healthCheckPath", value) # pyright: ignore[reportArgumentType]
|
|
7751
7751
|
|
|
7752
7752
|
@builtins.property
|
|
7753
7753
|
@jsii.member(jsii_name="ipAddressType")
|
|
@@ -7760,7 +7760,7 @@ class CfnLoadBalancer(
|
|
|
7760
7760
|
if __debug__:
|
|
7761
7761
|
type_hints = typing.get_type_hints(_typecheckingstub__d6d2a98739f1d1aac5be4e44af011db153c8aa9cda2208cd4d793ab91d7b024d)
|
|
7762
7762
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7763
|
-
jsii.set(self, "ipAddressType", value)
|
|
7763
|
+
jsii.set(self, "ipAddressType", value) # pyright: ignore[reportArgumentType]
|
|
7764
7764
|
|
|
7765
7765
|
@builtins.property
|
|
7766
7766
|
@jsii.member(jsii_name="sessionStickinessEnabled")
|
|
@@ -7778,7 +7778,7 @@ class CfnLoadBalancer(
|
|
|
7778
7778
|
if __debug__:
|
|
7779
7779
|
type_hints = typing.get_type_hints(_typecheckingstub__60d3bde218d3bcb6c355f873dd0255f6432fda15433610cbd8c4755bbdabed21)
|
|
7780
7780
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7781
|
-
jsii.set(self, "sessionStickinessEnabled", value)
|
|
7781
|
+
jsii.set(self, "sessionStickinessEnabled", value) # pyright: ignore[reportArgumentType]
|
|
7782
7782
|
|
|
7783
7783
|
@builtins.property
|
|
7784
7784
|
@jsii.member(jsii_name="sessionStickinessLbCookieDurationSeconds")
|
|
@@ -7796,7 +7796,7 @@ class CfnLoadBalancer(
|
|
|
7796
7796
|
if __debug__:
|
|
7797
7797
|
type_hints = typing.get_type_hints(_typecheckingstub__09c637e41f600eb13a6c074f22338a4435394664f425f957444e9b8dfcf2aa9c)
|
|
7798
7798
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7799
|
-
jsii.set(self, "sessionStickinessLbCookieDurationSeconds", value)
|
|
7799
|
+
jsii.set(self, "sessionStickinessLbCookieDurationSeconds", value) # pyright: ignore[reportArgumentType]
|
|
7800
7800
|
|
|
7801
7801
|
@builtins.property
|
|
7802
7802
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -7809,7 +7809,7 @@ class CfnLoadBalancer(
|
|
|
7809
7809
|
if __debug__:
|
|
7810
7810
|
type_hints = typing.get_type_hints(_typecheckingstub__afc022f5045d5ea7f789cb66d1e19f0beb665d810659027059f4ceb4cf6599b6)
|
|
7811
7811
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7812
|
-
jsii.set(self, "tagsRaw", value)
|
|
7812
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
7813
7813
|
|
|
7814
7814
|
@builtins.property
|
|
7815
7815
|
@jsii.member(jsii_name="tlsPolicyName")
|
|
@@ -7822,7 +7822,7 @@ class CfnLoadBalancer(
|
|
|
7822
7822
|
if __debug__:
|
|
7823
7823
|
type_hints = typing.get_type_hints(_typecheckingstub__af314ec18592fe248ceaa789a42b5f2269e8f7ffe3ee545ee0ccc9f2be2dc9b8)
|
|
7824
7824
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7825
|
-
jsii.set(self, "tlsPolicyName", value)
|
|
7825
|
+
jsii.set(self, "tlsPolicyName", value) # pyright: ignore[reportArgumentType]
|
|
7826
7826
|
|
|
7827
7827
|
|
|
7828
7828
|
@jsii.data_type(
|
|
@@ -8169,7 +8169,7 @@ class CfnLoadBalancerTlsCertificate(
|
|
|
8169
8169
|
if __debug__:
|
|
8170
8170
|
type_hints = typing.get_type_hints(_typecheckingstub__482e67af63ec25c06cc769b8af2f431d3a603fb7710846f9e4eea18243b32523)
|
|
8171
8171
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8172
|
-
jsii.set(self, "certificateDomainName", value)
|
|
8172
|
+
jsii.set(self, "certificateDomainName", value) # pyright: ignore[reportArgumentType]
|
|
8173
8173
|
|
|
8174
8174
|
@builtins.property
|
|
8175
8175
|
@jsii.member(jsii_name="certificateName")
|
|
@@ -8182,7 +8182,7 @@ class CfnLoadBalancerTlsCertificate(
|
|
|
8182
8182
|
if __debug__:
|
|
8183
8183
|
type_hints = typing.get_type_hints(_typecheckingstub__ea365fd72d444e37ddfbaf0234a061e0de0d732b186a069b7b1a5a39df3f1fa7)
|
|
8184
8184
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8185
|
-
jsii.set(self, "certificateName", value)
|
|
8185
|
+
jsii.set(self, "certificateName", value) # pyright: ignore[reportArgumentType]
|
|
8186
8186
|
|
|
8187
8187
|
@builtins.property
|
|
8188
8188
|
@jsii.member(jsii_name="loadBalancerName")
|
|
@@ -8195,7 +8195,7 @@ class CfnLoadBalancerTlsCertificate(
|
|
|
8195
8195
|
if __debug__:
|
|
8196
8196
|
type_hints = typing.get_type_hints(_typecheckingstub__4a5a1e61e1a29373de67690023777c77e5784ddd1eed009193ccd79c31375ac5)
|
|
8197
8197
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8198
|
-
jsii.set(self, "loadBalancerName", value)
|
|
8198
|
+
jsii.set(self, "loadBalancerName", value) # pyright: ignore[reportArgumentType]
|
|
8199
8199
|
|
|
8200
8200
|
@builtins.property
|
|
8201
8201
|
@jsii.member(jsii_name="certificateAlternativeNames")
|
|
@@ -8213,7 +8213,7 @@ class CfnLoadBalancerTlsCertificate(
|
|
|
8213
8213
|
if __debug__:
|
|
8214
8214
|
type_hints = typing.get_type_hints(_typecheckingstub__59e23f97955e00f6360d16e0ab87bc69835eef51e52cf890a348794bbef17fa7)
|
|
8215
8215
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8216
|
-
jsii.set(self, "certificateAlternativeNames", value)
|
|
8216
|
+
jsii.set(self, "certificateAlternativeNames", value) # pyright: ignore[reportArgumentType]
|
|
8217
8217
|
|
|
8218
8218
|
@builtins.property
|
|
8219
8219
|
@jsii.member(jsii_name="httpsRedirectionEnabled")
|
|
@@ -8231,7 +8231,7 @@ class CfnLoadBalancerTlsCertificate(
|
|
|
8231
8231
|
if __debug__:
|
|
8232
8232
|
type_hints = typing.get_type_hints(_typecheckingstub__49793fdda64b6efcd50edc14b8d59ea6317d02a33455daea3c5f0340008da31c)
|
|
8233
8233
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8234
|
-
jsii.set(self, "httpsRedirectionEnabled", value)
|
|
8234
|
+
jsii.set(self, "httpsRedirectionEnabled", value) # pyright: ignore[reportArgumentType]
|
|
8235
8235
|
|
|
8236
8236
|
@builtins.property
|
|
8237
8237
|
@jsii.member(jsii_name="isAttached")
|
|
@@ -8249,7 +8249,7 @@ class CfnLoadBalancerTlsCertificate(
|
|
|
8249
8249
|
if __debug__:
|
|
8250
8250
|
type_hints = typing.get_type_hints(_typecheckingstub__acab8637e92a20e3ce530799832a4d75e98bf630ea28f6276cce2b5ad63208b8)
|
|
8251
8251
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8252
|
-
jsii.set(self, "isAttached", value)
|
|
8252
|
+
jsii.set(self, "isAttached", value) # pyright: ignore[reportArgumentType]
|
|
8253
8253
|
|
|
8254
8254
|
|
|
8255
8255
|
@jsii.data_type(
|
|
@@ -8526,7 +8526,7 @@ class CfnStaticIp(
|
|
|
8526
8526
|
if __debug__:
|
|
8527
8527
|
type_hints = typing.get_type_hints(_typecheckingstub__52e39df405854b7de9a88345f26f35243baca3a3754da4cac25bd6ca1e79dc14)
|
|
8528
8528
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8529
|
-
jsii.set(self, "staticIpName", value)
|
|
8529
|
+
jsii.set(self, "staticIpName", value) # pyright: ignore[reportArgumentType]
|
|
8530
8530
|
|
|
8531
8531
|
@builtins.property
|
|
8532
8532
|
@jsii.member(jsii_name="attachedTo")
|
|
@@ -8539,7 +8539,7 @@ class CfnStaticIp(
|
|
|
8539
8539
|
if __debug__:
|
|
8540
8540
|
type_hints = typing.get_type_hints(_typecheckingstub__c2d9d917457bb338d59787b3dda39043267dcfa899e281196bff60209e197d68)
|
|
8541
8541
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8542
|
-
jsii.set(self, "attachedTo", value)
|
|
8542
|
+
jsii.set(self, "attachedTo", value) # pyright: ignore[reportArgumentType]
|
|
8543
8543
|
|
|
8544
8544
|
|
|
8545
8545
|
@jsii.data_type(
|