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
|
@@ -2674,7 +2674,7 @@ class CfnAutoScalingGroup(
|
|
|
2674
2674
|
if __debug__:
|
|
2675
2675
|
type_hints = typing.get_type_hints(_typecheckingstub__0f4f63f8bc517d0f73fa0c7f45cd318348c9e8fdc16144be78766518821c5ac0)
|
|
2676
2676
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2677
|
-
jsii.set(self, "maxSize", value)
|
|
2677
|
+
jsii.set(self, "maxSize", value) # pyright: ignore[reportArgumentType]
|
|
2678
2678
|
|
|
2679
2679
|
@builtins.property
|
|
2680
2680
|
@jsii.member(jsii_name="minSize")
|
|
@@ -2687,7 +2687,7 @@ class CfnAutoScalingGroup(
|
|
|
2687
2687
|
if __debug__:
|
|
2688
2688
|
type_hints = typing.get_type_hints(_typecheckingstub__2a3bec99705477b97a5e2263ba2de274457ce880e055ebfa1036a63b6251936d)
|
|
2689
2689
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2690
|
-
jsii.set(self, "minSize", value)
|
|
2690
|
+
jsii.set(self, "minSize", value) # pyright: ignore[reportArgumentType]
|
|
2691
2691
|
|
|
2692
2692
|
@builtins.property
|
|
2693
2693
|
@jsii.member(jsii_name="autoScalingGroupName")
|
|
@@ -2703,7 +2703,7 @@ class CfnAutoScalingGroup(
|
|
|
2703
2703
|
if __debug__:
|
|
2704
2704
|
type_hints = typing.get_type_hints(_typecheckingstub__40e8fdc97369d7f8797e7a890acf4c16f1c2a2166b1ca6d1644eaba121cf7435)
|
|
2705
2705
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2706
|
-
jsii.set(self, "autoScalingGroupName", value)
|
|
2706
|
+
jsii.set(self, "autoScalingGroupName", value) # pyright: ignore[reportArgumentType]
|
|
2707
2707
|
|
|
2708
2708
|
@builtins.property
|
|
2709
2709
|
@jsii.member(jsii_name="availabilityZones")
|
|
@@ -2719,7 +2719,7 @@ class CfnAutoScalingGroup(
|
|
|
2719
2719
|
if __debug__:
|
|
2720
2720
|
type_hints = typing.get_type_hints(_typecheckingstub__ba79ccc6a2a627119d2b42e5f2c3b0c8a81580a2589535c8255f0eb95acbdad6)
|
|
2721
2721
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2722
|
-
jsii.set(self, "availabilityZones", value)
|
|
2722
|
+
jsii.set(self, "availabilityZones", value) # pyright: ignore[reportArgumentType]
|
|
2723
2723
|
|
|
2724
2724
|
@builtins.property
|
|
2725
2725
|
@jsii.member(jsii_name="capacityRebalance")
|
|
@@ -2737,7 +2737,7 @@ class CfnAutoScalingGroup(
|
|
|
2737
2737
|
if __debug__:
|
|
2738
2738
|
type_hints = typing.get_type_hints(_typecheckingstub__fcd7ade02eab7516c3be5872ef46340937bca4fb38ec4eea0d8119ee5b20247b)
|
|
2739
2739
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2740
|
-
jsii.set(self, "capacityRebalance", value)
|
|
2740
|
+
jsii.set(self, "capacityRebalance", value) # pyright: ignore[reportArgumentType]
|
|
2741
2741
|
|
|
2742
2742
|
@builtins.property
|
|
2743
2743
|
@jsii.member(jsii_name="context")
|
|
@@ -2750,7 +2750,7 @@ class CfnAutoScalingGroup(
|
|
|
2750
2750
|
if __debug__:
|
|
2751
2751
|
type_hints = typing.get_type_hints(_typecheckingstub__52553869bb2c8e9fe528514394f739bd1e81992c61e60f7aba37579b8e417255)
|
|
2752
2752
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2753
|
-
jsii.set(self, "context", value)
|
|
2753
|
+
jsii.set(self, "context", value) # pyright: ignore[reportArgumentType]
|
|
2754
2754
|
|
|
2755
2755
|
@builtins.property
|
|
2756
2756
|
@jsii.member(jsii_name="cooldown")
|
|
@@ -2763,7 +2763,7 @@ class CfnAutoScalingGroup(
|
|
|
2763
2763
|
if __debug__:
|
|
2764
2764
|
type_hints = typing.get_type_hints(_typecheckingstub__00180c96190691ecfc2cce15cbbffd3a93e96f04098cb28287b5b1f2f22a4ab7)
|
|
2765
2765
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2766
|
-
jsii.set(self, "cooldown", value)
|
|
2766
|
+
jsii.set(self, "cooldown", value) # pyright: ignore[reportArgumentType]
|
|
2767
2767
|
|
|
2768
2768
|
@builtins.property
|
|
2769
2769
|
@jsii.member(jsii_name="defaultInstanceWarmup")
|
|
@@ -2776,7 +2776,7 @@ class CfnAutoScalingGroup(
|
|
|
2776
2776
|
if __debug__:
|
|
2777
2777
|
type_hints = typing.get_type_hints(_typecheckingstub__c24bc5c20f9d70adfed9b74186ec848f6dd0942c25d9923785d13b0607bd2151)
|
|
2778
2778
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2779
|
-
jsii.set(self, "defaultInstanceWarmup", value)
|
|
2779
|
+
jsii.set(self, "defaultInstanceWarmup", value) # pyright: ignore[reportArgumentType]
|
|
2780
2780
|
|
|
2781
2781
|
@builtins.property
|
|
2782
2782
|
@jsii.member(jsii_name="desiredCapacity")
|
|
@@ -2789,7 +2789,7 @@ class CfnAutoScalingGroup(
|
|
|
2789
2789
|
if __debug__:
|
|
2790
2790
|
type_hints = typing.get_type_hints(_typecheckingstub__a26fca7e1391078df7804e73b80d4d4bf03239a5b160de2f22cdfdb3542dcce5)
|
|
2791
2791
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2792
|
-
jsii.set(self, "desiredCapacity", value)
|
|
2792
|
+
jsii.set(self, "desiredCapacity", value) # pyright: ignore[reportArgumentType]
|
|
2793
2793
|
|
|
2794
2794
|
@builtins.property
|
|
2795
2795
|
@jsii.member(jsii_name="desiredCapacityType")
|
|
@@ -2802,7 +2802,7 @@ class CfnAutoScalingGroup(
|
|
|
2802
2802
|
if __debug__:
|
|
2803
2803
|
type_hints = typing.get_type_hints(_typecheckingstub__77e152ae9a6bd62beed66e6599aa26329b2652e03c5b0d07df1c012a46de261b)
|
|
2804
2804
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2805
|
-
jsii.set(self, "desiredCapacityType", value)
|
|
2805
|
+
jsii.set(self, "desiredCapacityType", value) # pyright: ignore[reportArgumentType]
|
|
2806
2806
|
|
|
2807
2807
|
@builtins.property
|
|
2808
2808
|
@jsii.member(jsii_name="healthCheckGracePeriod")
|
|
@@ -2815,7 +2815,7 @@ class CfnAutoScalingGroup(
|
|
|
2815
2815
|
if __debug__:
|
|
2816
2816
|
type_hints = typing.get_type_hints(_typecheckingstub__ce99453ae7cd701daae438027248f2dd16b9004241a4861b1b0a49c7871eb464)
|
|
2817
2817
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2818
|
-
jsii.set(self, "healthCheckGracePeriod", value)
|
|
2818
|
+
jsii.set(self, "healthCheckGracePeriod", value) # pyright: ignore[reportArgumentType]
|
|
2819
2819
|
|
|
2820
2820
|
@builtins.property
|
|
2821
2821
|
@jsii.member(jsii_name="healthCheckType")
|
|
@@ -2828,7 +2828,7 @@ class CfnAutoScalingGroup(
|
|
|
2828
2828
|
if __debug__:
|
|
2829
2829
|
type_hints = typing.get_type_hints(_typecheckingstub__5d89e3a93d75c8339966184a05a5c629f8986c31a8825839aa7fbfc3b063a2a5)
|
|
2830
2830
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2831
|
-
jsii.set(self, "healthCheckType", value)
|
|
2831
|
+
jsii.set(self, "healthCheckType", value) # pyright: ignore[reportArgumentType]
|
|
2832
2832
|
|
|
2833
2833
|
@builtins.property
|
|
2834
2834
|
@jsii.member(jsii_name="instanceId")
|
|
@@ -2841,7 +2841,7 @@ class CfnAutoScalingGroup(
|
|
|
2841
2841
|
if __debug__:
|
|
2842
2842
|
type_hints = typing.get_type_hints(_typecheckingstub__807d7a9adb0f9c2f26a711c97bd951df6ae3487de3147ae199953db4f6c229cf)
|
|
2843
2843
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2844
|
-
jsii.set(self, "instanceId", value)
|
|
2844
|
+
jsii.set(self, "instanceId", value) # pyright: ignore[reportArgumentType]
|
|
2845
2845
|
|
|
2846
2846
|
@builtins.property
|
|
2847
2847
|
@jsii.member(jsii_name="instanceMaintenancePolicy")
|
|
@@ -2859,7 +2859,7 @@ class CfnAutoScalingGroup(
|
|
|
2859
2859
|
if __debug__:
|
|
2860
2860
|
type_hints = typing.get_type_hints(_typecheckingstub__2384de22435f68950e9a800e1e5c7e2adab6fbec1cb01fd379e44fd362d2a64e)
|
|
2861
2861
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2862
|
-
jsii.set(self, "instanceMaintenancePolicy", value)
|
|
2862
|
+
jsii.set(self, "instanceMaintenancePolicy", value) # pyright: ignore[reportArgumentType]
|
|
2863
2863
|
|
|
2864
2864
|
@builtins.property
|
|
2865
2865
|
@jsii.member(jsii_name="launchConfigurationName")
|
|
@@ -2872,7 +2872,7 @@ class CfnAutoScalingGroup(
|
|
|
2872
2872
|
if __debug__:
|
|
2873
2873
|
type_hints = typing.get_type_hints(_typecheckingstub__ce1aedc9a7f8ec0ad90dfafceb72240ca56e12323bde67a3ca70fa168bd509ce)
|
|
2874
2874
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2875
|
-
jsii.set(self, "launchConfigurationName", value)
|
|
2875
|
+
jsii.set(self, "launchConfigurationName", value) # pyright: ignore[reportArgumentType]
|
|
2876
2876
|
|
|
2877
2877
|
@builtins.property
|
|
2878
2878
|
@jsii.member(jsii_name="launchTemplate")
|
|
@@ -2890,7 +2890,7 @@ class CfnAutoScalingGroup(
|
|
|
2890
2890
|
if __debug__:
|
|
2891
2891
|
type_hints = typing.get_type_hints(_typecheckingstub__e46a8ef6a1e77f37bd575625d13f34004ddf8d2ce4be91a94dd0bcc391e07a78)
|
|
2892
2892
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2893
|
-
jsii.set(self, "launchTemplate", value)
|
|
2893
|
+
jsii.set(self, "launchTemplate", value) # pyright: ignore[reportArgumentType]
|
|
2894
2894
|
|
|
2895
2895
|
@builtins.property
|
|
2896
2896
|
@jsii.member(jsii_name="lifecycleHookSpecificationList")
|
|
@@ -2908,7 +2908,7 @@ class CfnAutoScalingGroup(
|
|
|
2908
2908
|
if __debug__:
|
|
2909
2909
|
type_hints = typing.get_type_hints(_typecheckingstub__cd6e8b42fa69a0df75799ee782ceadb17a838c01878e0eb9ff09ae058b90c9d8)
|
|
2910
2910
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2911
|
-
jsii.set(self, "lifecycleHookSpecificationList", value)
|
|
2911
|
+
jsii.set(self, "lifecycleHookSpecificationList", value) # pyright: ignore[reportArgumentType]
|
|
2912
2912
|
|
|
2913
2913
|
@builtins.property
|
|
2914
2914
|
@jsii.member(jsii_name="loadBalancerNames")
|
|
@@ -2924,7 +2924,7 @@ class CfnAutoScalingGroup(
|
|
|
2924
2924
|
if __debug__:
|
|
2925
2925
|
type_hints = typing.get_type_hints(_typecheckingstub__a23c0b10a3091bb43ad5e60b04b91b57d605ecd2389d1c36290c46080c492847)
|
|
2926
2926
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2927
|
-
jsii.set(self, "loadBalancerNames", value)
|
|
2927
|
+
jsii.set(self, "loadBalancerNames", value) # pyright: ignore[reportArgumentType]
|
|
2928
2928
|
|
|
2929
2929
|
@builtins.property
|
|
2930
2930
|
@jsii.member(jsii_name="maxInstanceLifetime")
|
|
@@ -2937,7 +2937,7 @@ class CfnAutoScalingGroup(
|
|
|
2937
2937
|
if __debug__:
|
|
2938
2938
|
type_hints = typing.get_type_hints(_typecheckingstub__0c72588d4e6113052b7a3848095a560964c8d8d37e8ba3d61cbbb2e7ba03fea6)
|
|
2939
2939
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2940
|
-
jsii.set(self, "maxInstanceLifetime", value)
|
|
2940
|
+
jsii.set(self, "maxInstanceLifetime", value) # pyright: ignore[reportArgumentType]
|
|
2941
2941
|
|
|
2942
2942
|
@builtins.property
|
|
2943
2943
|
@jsii.member(jsii_name="metricsCollection")
|
|
@@ -2955,7 +2955,7 @@ class CfnAutoScalingGroup(
|
|
|
2955
2955
|
if __debug__:
|
|
2956
2956
|
type_hints = typing.get_type_hints(_typecheckingstub__d32a051ae8368000fa35ee4a51495330fedacfcacf365fe8a1e42d21ee86ff2d)
|
|
2957
2957
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2958
|
-
jsii.set(self, "metricsCollection", value)
|
|
2958
|
+
jsii.set(self, "metricsCollection", value) # pyright: ignore[reportArgumentType]
|
|
2959
2959
|
|
|
2960
2960
|
@builtins.property
|
|
2961
2961
|
@jsii.member(jsii_name="mixedInstancesPolicy")
|
|
@@ -2973,7 +2973,7 @@ class CfnAutoScalingGroup(
|
|
|
2973
2973
|
if __debug__:
|
|
2974
2974
|
type_hints = typing.get_type_hints(_typecheckingstub__2eeb991d1cd003adb697e60e6dec4d4ee0b29f9758fba65cdeda2e67e810d031)
|
|
2975
2975
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2976
|
-
jsii.set(self, "mixedInstancesPolicy", value)
|
|
2976
|
+
jsii.set(self, "mixedInstancesPolicy", value) # pyright: ignore[reportArgumentType]
|
|
2977
2977
|
|
|
2978
2978
|
@builtins.property
|
|
2979
2979
|
@jsii.member(jsii_name="newInstancesProtectedFromScaleIn")
|
|
@@ -2991,7 +2991,7 @@ class CfnAutoScalingGroup(
|
|
|
2991
2991
|
if __debug__:
|
|
2992
2992
|
type_hints = typing.get_type_hints(_typecheckingstub__91b500624d150b98c66fcf098662c0a1fc6935e0d9cd154eff3d3691f9a107e1)
|
|
2993
2993
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2994
|
-
jsii.set(self, "newInstancesProtectedFromScaleIn", value)
|
|
2994
|
+
jsii.set(self, "newInstancesProtectedFromScaleIn", value) # pyright: ignore[reportArgumentType]
|
|
2995
2995
|
|
|
2996
2996
|
@builtins.property
|
|
2997
2997
|
@jsii.member(jsii_name="notificationConfiguration")
|
|
@@ -3014,7 +3014,7 @@ class CfnAutoScalingGroup(
|
|
|
3014
3014
|
if __debug__:
|
|
3015
3015
|
type_hints = typing.get_type_hints(_typecheckingstub__53f4e347c23deb1526103c233b67461fb33a29754d803fa4f1212f02241ece08)
|
|
3016
3016
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3017
|
-
jsii.set(self, "notificationConfiguration", value)
|
|
3017
|
+
jsii.set(self, "notificationConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
3018
3018
|
|
|
3019
3019
|
@builtins.property
|
|
3020
3020
|
@jsii.member(jsii_name="notificationConfigurations")
|
|
@@ -3032,7 +3032,7 @@ class CfnAutoScalingGroup(
|
|
|
3032
3032
|
if __debug__:
|
|
3033
3033
|
type_hints = typing.get_type_hints(_typecheckingstub__5c3fc9c42371a5f5fe97a5d3fb16d41213e13982291eb878e27d22e968f4e6e8)
|
|
3034
3034
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3035
|
-
jsii.set(self, "notificationConfigurations", value)
|
|
3035
|
+
jsii.set(self, "notificationConfigurations", value) # pyright: ignore[reportArgumentType]
|
|
3036
3036
|
|
|
3037
3037
|
@builtins.property
|
|
3038
3038
|
@jsii.member(jsii_name="placementGroup")
|
|
@@ -3045,7 +3045,7 @@ class CfnAutoScalingGroup(
|
|
|
3045
3045
|
if __debug__:
|
|
3046
3046
|
type_hints = typing.get_type_hints(_typecheckingstub__a770dfbb658761846c5231237bc7fd8978779e61c7725bccbe14fa238d5b2b12)
|
|
3047
3047
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3048
|
-
jsii.set(self, "placementGroup", value)
|
|
3048
|
+
jsii.set(self, "placementGroup", value) # pyright: ignore[reportArgumentType]
|
|
3049
3049
|
|
|
3050
3050
|
@builtins.property
|
|
3051
3051
|
@jsii.member(jsii_name="serviceLinkedRoleArn")
|
|
@@ -3058,7 +3058,7 @@ class CfnAutoScalingGroup(
|
|
|
3058
3058
|
if __debug__:
|
|
3059
3059
|
type_hints = typing.get_type_hints(_typecheckingstub__ed363ed16309e150caf7f0bbc1a1a1fc2c8bd1ddf6ae299fa1540076f7ad0cc9)
|
|
3060
3060
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3061
|
-
jsii.set(self, "serviceLinkedRoleArn", value)
|
|
3061
|
+
jsii.set(self, "serviceLinkedRoleArn", value) # pyright: ignore[reportArgumentType]
|
|
3062
3062
|
|
|
3063
3063
|
@builtins.property
|
|
3064
3064
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -3076,7 +3076,7 @@ class CfnAutoScalingGroup(
|
|
|
3076
3076
|
if __debug__:
|
|
3077
3077
|
type_hints = typing.get_type_hints(_typecheckingstub__c0963720a20234c31372f7701ea4ea3dfe7c6e7ca637ddd0711a893c30acaa71)
|
|
3078
3078
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3079
|
-
jsii.set(self, "tagsRaw", value)
|
|
3079
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
3080
3080
|
|
|
3081
3081
|
@builtins.property
|
|
3082
3082
|
@jsii.member(jsii_name="targetGroupArns")
|
|
@@ -3092,7 +3092,7 @@ class CfnAutoScalingGroup(
|
|
|
3092
3092
|
if __debug__:
|
|
3093
3093
|
type_hints = typing.get_type_hints(_typecheckingstub__a0bc71ae38a484fac3e58f33ebdec6854c3d29e051ecf69401bbcdde69c0ee80)
|
|
3094
3094
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3095
|
-
jsii.set(self, "targetGroupArns", value)
|
|
3095
|
+
jsii.set(self, "targetGroupArns", value) # pyright: ignore[reportArgumentType]
|
|
3096
3096
|
|
|
3097
3097
|
@builtins.property
|
|
3098
3098
|
@jsii.member(jsii_name="terminationPolicies")
|
|
@@ -3108,7 +3108,7 @@ class CfnAutoScalingGroup(
|
|
|
3108
3108
|
if __debug__:
|
|
3109
3109
|
type_hints = typing.get_type_hints(_typecheckingstub__5daca53bfde511b5f5ae7f0521ed2bd70a9a3cd0feaf10ef8bbf6e9cf4a381f6)
|
|
3110
3110
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3111
|
-
jsii.set(self, "terminationPolicies", value)
|
|
3111
|
+
jsii.set(self, "terminationPolicies", value) # pyright: ignore[reportArgumentType]
|
|
3112
3112
|
|
|
3113
3113
|
@builtins.property
|
|
3114
3114
|
@jsii.member(jsii_name="vpcZoneIdentifier")
|
|
@@ -3124,7 +3124,7 @@ class CfnAutoScalingGroup(
|
|
|
3124
3124
|
if __debug__:
|
|
3125
3125
|
type_hints = typing.get_type_hints(_typecheckingstub__f647181eceda5a9bfa4bd1a26afd8e4241f99daa32318b27594af04772070ac5)
|
|
3126
3126
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3127
|
-
jsii.set(self, "vpcZoneIdentifier", value)
|
|
3127
|
+
jsii.set(self, "vpcZoneIdentifier", value) # pyright: ignore[reportArgumentType]
|
|
3128
3128
|
|
|
3129
3129
|
@jsii.data_type(
|
|
3130
3130
|
jsii_type="aws-cdk-lib.aws_autoscaling.CfnAutoScalingGroup.AcceleratorCountRequestProperty",
|
|
@@ -6670,7 +6670,7 @@ class CfnLaunchConfiguration(
|
|
|
6670
6670
|
if __debug__:
|
|
6671
6671
|
type_hints = typing.get_type_hints(_typecheckingstub__9a590f1a11b57ee0507267c1184c4ab1fd25d4c7a2add68efd8567cf12318b59)
|
|
6672
6672
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6673
|
-
jsii.set(self, "imageId", value)
|
|
6673
|
+
jsii.set(self, "imageId", value) # pyright: ignore[reportArgumentType]
|
|
6674
6674
|
|
|
6675
6675
|
@builtins.property
|
|
6676
6676
|
@jsii.member(jsii_name="instanceType")
|
|
@@ -6683,7 +6683,7 @@ class CfnLaunchConfiguration(
|
|
|
6683
6683
|
if __debug__:
|
|
6684
6684
|
type_hints = typing.get_type_hints(_typecheckingstub__8ebc70aaf3294dda2fcb78ecb12433a976f0a814e8b594582e5a4987925a60e0)
|
|
6685
6685
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6686
|
-
jsii.set(self, "instanceType", value)
|
|
6686
|
+
jsii.set(self, "instanceType", value) # pyright: ignore[reportArgumentType]
|
|
6687
6687
|
|
|
6688
6688
|
@builtins.property
|
|
6689
6689
|
@jsii.member(jsii_name="associatePublicIpAddress")
|
|
@@ -6701,7 +6701,7 @@ class CfnLaunchConfiguration(
|
|
|
6701
6701
|
if __debug__:
|
|
6702
6702
|
type_hints = typing.get_type_hints(_typecheckingstub__674455b1254ecaf087af554d10d231002edb13b7fc7f1388a3fc37f4a56965e8)
|
|
6703
6703
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6704
|
-
jsii.set(self, "associatePublicIpAddress", value)
|
|
6704
|
+
jsii.set(self, "associatePublicIpAddress", value) # pyright: ignore[reportArgumentType]
|
|
6705
6705
|
|
|
6706
6706
|
@builtins.property
|
|
6707
6707
|
@jsii.member(jsii_name="blockDeviceMappings")
|
|
@@ -6719,7 +6719,7 @@ class CfnLaunchConfiguration(
|
|
|
6719
6719
|
if __debug__:
|
|
6720
6720
|
type_hints = typing.get_type_hints(_typecheckingstub__bdc5f0729f20281d7b5dff9761abbab3b051c02184dbf4917feabace61ee2667)
|
|
6721
6721
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6722
|
-
jsii.set(self, "blockDeviceMappings", value)
|
|
6722
|
+
jsii.set(self, "blockDeviceMappings", value) # pyright: ignore[reportArgumentType]
|
|
6723
6723
|
|
|
6724
6724
|
@builtins.property
|
|
6725
6725
|
@jsii.member(jsii_name="classicLinkVpcId")
|
|
@@ -6732,7 +6732,7 @@ class CfnLaunchConfiguration(
|
|
|
6732
6732
|
if __debug__:
|
|
6733
6733
|
type_hints = typing.get_type_hints(_typecheckingstub__cd69ee70914f6d11d6f3b9a421b359ab003aa76f5013ffc7ab4640574f50e449)
|
|
6734
6734
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6735
|
-
jsii.set(self, "classicLinkVpcId", value)
|
|
6735
|
+
jsii.set(self, "classicLinkVpcId", value) # pyright: ignore[reportArgumentType]
|
|
6736
6736
|
|
|
6737
6737
|
@builtins.property
|
|
6738
6738
|
@jsii.member(jsii_name="classicLinkVpcSecurityGroups")
|
|
@@ -6750,7 +6750,7 @@ class CfnLaunchConfiguration(
|
|
|
6750
6750
|
if __debug__:
|
|
6751
6751
|
type_hints = typing.get_type_hints(_typecheckingstub__8fa4a3aa74644d10d77a099a33b3f970c24ddc0fd7ff782d932f948a20283fc0)
|
|
6752
6752
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6753
|
-
jsii.set(self, "classicLinkVpcSecurityGroups", value)
|
|
6753
|
+
jsii.set(self, "classicLinkVpcSecurityGroups", value) # pyright: ignore[reportArgumentType]
|
|
6754
6754
|
|
|
6755
6755
|
@builtins.property
|
|
6756
6756
|
@jsii.member(jsii_name="ebsOptimized")
|
|
@@ -6768,7 +6768,7 @@ class CfnLaunchConfiguration(
|
|
|
6768
6768
|
if __debug__:
|
|
6769
6769
|
type_hints = typing.get_type_hints(_typecheckingstub__f092d7a962971bba208cb655827dc32c385bf989c109ae62f8e956ab07a0c8ce)
|
|
6770
6770
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6771
|
-
jsii.set(self, "ebsOptimized", value)
|
|
6771
|
+
jsii.set(self, "ebsOptimized", value) # pyright: ignore[reportArgumentType]
|
|
6772
6772
|
|
|
6773
6773
|
@builtins.property
|
|
6774
6774
|
@jsii.member(jsii_name="iamInstanceProfile")
|
|
@@ -6781,7 +6781,7 @@ class CfnLaunchConfiguration(
|
|
|
6781
6781
|
if __debug__:
|
|
6782
6782
|
type_hints = typing.get_type_hints(_typecheckingstub__73ae36075c104a56882330fa48b634107a9dcf6b069c6c61b3625de613c66831)
|
|
6783
6783
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6784
|
-
jsii.set(self, "iamInstanceProfile", value)
|
|
6784
|
+
jsii.set(self, "iamInstanceProfile", value) # pyright: ignore[reportArgumentType]
|
|
6785
6785
|
|
|
6786
6786
|
@builtins.property
|
|
6787
6787
|
@jsii.member(jsii_name="instanceId")
|
|
@@ -6794,7 +6794,7 @@ class CfnLaunchConfiguration(
|
|
|
6794
6794
|
if __debug__:
|
|
6795
6795
|
type_hints = typing.get_type_hints(_typecheckingstub__18e4df9fb2d7ef59c38687c0726cc07c2e349b85efc5335bcf75ca13e4ea35eb)
|
|
6796
6796
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6797
|
-
jsii.set(self, "instanceId", value)
|
|
6797
|
+
jsii.set(self, "instanceId", value) # pyright: ignore[reportArgumentType]
|
|
6798
6798
|
|
|
6799
6799
|
@builtins.property
|
|
6800
6800
|
@jsii.member(jsii_name="instanceMonitoring")
|
|
@@ -6812,7 +6812,7 @@ class CfnLaunchConfiguration(
|
|
|
6812
6812
|
if __debug__:
|
|
6813
6813
|
type_hints = typing.get_type_hints(_typecheckingstub__e5ba316c82fe73e99e7f86ec88228cea720950bd4d3d42a8780880ce964b5593)
|
|
6814
6814
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6815
|
-
jsii.set(self, "instanceMonitoring", value)
|
|
6815
|
+
jsii.set(self, "instanceMonitoring", value) # pyright: ignore[reportArgumentType]
|
|
6816
6816
|
|
|
6817
6817
|
@builtins.property
|
|
6818
6818
|
@jsii.member(jsii_name="kernelId")
|
|
@@ -6825,7 +6825,7 @@ class CfnLaunchConfiguration(
|
|
|
6825
6825
|
if __debug__:
|
|
6826
6826
|
type_hints = typing.get_type_hints(_typecheckingstub__a405be9848883655a34f3cb88e0b533539d91ced54ead07763579eacd873a6ae)
|
|
6827
6827
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6828
|
-
jsii.set(self, "kernelId", value)
|
|
6828
|
+
jsii.set(self, "kernelId", value) # pyright: ignore[reportArgumentType]
|
|
6829
6829
|
|
|
6830
6830
|
@builtins.property
|
|
6831
6831
|
@jsii.member(jsii_name="keyName")
|
|
@@ -6838,7 +6838,7 @@ class CfnLaunchConfiguration(
|
|
|
6838
6838
|
if __debug__:
|
|
6839
6839
|
type_hints = typing.get_type_hints(_typecheckingstub__e32ad0180db900e68841993347f7d387928a6646c96dca6d80bb9717cbfd1d1d)
|
|
6840
6840
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6841
|
-
jsii.set(self, "keyName", value)
|
|
6841
|
+
jsii.set(self, "keyName", value) # pyright: ignore[reportArgumentType]
|
|
6842
6842
|
|
|
6843
6843
|
@builtins.property
|
|
6844
6844
|
@jsii.member(jsii_name="launchConfigurationName")
|
|
@@ -6851,7 +6851,7 @@ class CfnLaunchConfiguration(
|
|
|
6851
6851
|
if __debug__:
|
|
6852
6852
|
type_hints = typing.get_type_hints(_typecheckingstub__6f8bba7d570f8c476d61963ecd52300e6f67e1f6d8cac7a67b19fd3c7ad972fb)
|
|
6853
6853
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6854
|
-
jsii.set(self, "launchConfigurationName", value)
|
|
6854
|
+
jsii.set(self, "launchConfigurationName", value) # pyright: ignore[reportArgumentType]
|
|
6855
6855
|
|
|
6856
6856
|
@builtins.property
|
|
6857
6857
|
@jsii.member(jsii_name="metadataOptions")
|
|
@@ -6869,7 +6869,7 @@ class CfnLaunchConfiguration(
|
|
|
6869
6869
|
if __debug__:
|
|
6870
6870
|
type_hints = typing.get_type_hints(_typecheckingstub__9f7c6bb8da29baa11401340e2a6d03aef0bf5f521da31f4ea3631d00c07e61ac)
|
|
6871
6871
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6872
|
-
jsii.set(self, "metadataOptions", value)
|
|
6872
|
+
jsii.set(self, "metadataOptions", value) # pyright: ignore[reportArgumentType]
|
|
6873
6873
|
|
|
6874
6874
|
@builtins.property
|
|
6875
6875
|
@jsii.member(jsii_name="placementTenancy")
|
|
@@ -6882,7 +6882,7 @@ class CfnLaunchConfiguration(
|
|
|
6882
6882
|
if __debug__:
|
|
6883
6883
|
type_hints = typing.get_type_hints(_typecheckingstub__5fec1cfbab9fa9ea909ebe723dace6e2c257499f88750f54ba6a0ef402bb905b)
|
|
6884
6884
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6885
|
-
jsii.set(self, "placementTenancy", value)
|
|
6885
|
+
jsii.set(self, "placementTenancy", value) # pyright: ignore[reportArgumentType]
|
|
6886
6886
|
|
|
6887
6887
|
@builtins.property
|
|
6888
6888
|
@jsii.member(jsii_name="ramDiskId")
|
|
@@ -6895,7 +6895,7 @@ class CfnLaunchConfiguration(
|
|
|
6895
6895
|
if __debug__:
|
|
6896
6896
|
type_hints = typing.get_type_hints(_typecheckingstub__c8b6c0b0981f30e6fda22d72efe839a3ede24080b79389a55877430b1a4b8284)
|
|
6897
6897
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6898
|
-
jsii.set(self, "ramDiskId", value)
|
|
6898
|
+
jsii.set(self, "ramDiskId", value) # pyright: ignore[reportArgumentType]
|
|
6899
6899
|
|
|
6900
6900
|
@builtins.property
|
|
6901
6901
|
@jsii.member(jsii_name="securityGroups")
|
|
@@ -6911,7 +6911,7 @@ class CfnLaunchConfiguration(
|
|
|
6911
6911
|
if __debug__:
|
|
6912
6912
|
type_hints = typing.get_type_hints(_typecheckingstub__290470833418a73ff89f31e864c6abc6e6a0436b8071c33102c6223fcbdc204a)
|
|
6913
6913
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6914
|
-
jsii.set(self, "securityGroups", value)
|
|
6914
|
+
jsii.set(self, "securityGroups", value) # pyright: ignore[reportArgumentType]
|
|
6915
6915
|
|
|
6916
6916
|
@builtins.property
|
|
6917
6917
|
@jsii.member(jsii_name="spotPrice")
|
|
@@ -6924,7 +6924,7 @@ class CfnLaunchConfiguration(
|
|
|
6924
6924
|
if __debug__:
|
|
6925
6925
|
type_hints = typing.get_type_hints(_typecheckingstub__0e9651e1cd8f7668bbbdac019ddd62ceacf7e55a6bc5288ab7d2d8a49fd2f395)
|
|
6926
6926
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6927
|
-
jsii.set(self, "spotPrice", value)
|
|
6927
|
+
jsii.set(self, "spotPrice", value) # pyright: ignore[reportArgumentType]
|
|
6928
6928
|
|
|
6929
6929
|
@builtins.property
|
|
6930
6930
|
@jsii.member(jsii_name="userData")
|
|
@@ -6937,7 +6937,7 @@ class CfnLaunchConfiguration(
|
|
|
6937
6937
|
if __debug__:
|
|
6938
6938
|
type_hints = typing.get_type_hints(_typecheckingstub__7568c3d28d0b73eade97e8b9e92d322f8d322e9f9c73d44b4fe5e2ddfebd348c)
|
|
6939
6939
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6940
|
-
jsii.set(self, "userData", value)
|
|
6940
|
+
jsii.set(self, "userData", value) # pyright: ignore[reportArgumentType]
|
|
6941
6941
|
|
|
6942
6942
|
@jsii.data_type(
|
|
6943
6943
|
jsii_type="aws-cdk-lib.aws_autoscaling.CfnLaunchConfiguration.BlockDeviceMappingProperty",
|
|
@@ -7938,7 +7938,7 @@ class CfnLifecycleHook(
|
|
|
7938
7938
|
if __debug__:
|
|
7939
7939
|
type_hints = typing.get_type_hints(_typecheckingstub__35c060ad9285fb6c54582d235f18ba5215a7979adb3b4fc8a6ff8fb11e6c1457)
|
|
7940
7940
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7941
|
-
jsii.set(self, "autoScalingGroupName", value)
|
|
7941
|
+
jsii.set(self, "autoScalingGroupName", value) # pyright: ignore[reportArgumentType]
|
|
7942
7942
|
|
|
7943
7943
|
@builtins.property
|
|
7944
7944
|
@jsii.member(jsii_name="lifecycleTransition")
|
|
@@ -7954,7 +7954,7 @@ class CfnLifecycleHook(
|
|
|
7954
7954
|
if __debug__:
|
|
7955
7955
|
type_hints = typing.get_type_hints(_typecheckingstub__87c9ac4cd78c5650b361a6ba49286daa88b90741e3e54c32bc18b68ac11fba24)
|
|
7956
7956
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7957
|
-
jsii.set(self, "lifecycleTransition", value)
|
|
7957
|
+
jsii.set(self, "lifecycleTransition", value) # pyright: ignore[reportArgumentType]
|
|
7958
7958
|
|
|
7959
7959
|
@builtins.property
|
|
7960
7960
|
@jsii.member(jsii_name="defaultResult")
|
|
@@ -7967,7 +7967,7 @@ class CfnLifecycleHook(
|
|
|
7967
7967
|
if __debug__:
|
|
7968
7968
|
type_hints = typing.get_type_hints(_typecheckingstub__51517b719f77ce6d6ba6adb7f8c70b2413715e529443ab685154429e8fb59402)
|
|
7969
7969
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7970
|
-
jsii.set(self, "defaultResult", value)
|
|
7970
|
+
jsii.set(self, "defaultResult", value) # pyright: ignore[reportArgumentType]
|
|
7971
7971
|
|
|
7972
7972
|
@builtins.property
|
|
7973
7973
|
@jsii.member(jsii_name="heartbeatTimeout")
|
|
@@ -7980,7 +7980,7 @@ class CfnLifecycleHook(
|
|
|
7980
7980
|
if __debug__:
|
|
7981
7981
|
type_hints = typing.get_type_hints(_typecheckingstub__38bf2cb9d10d5f01920b8eda34a7f2517db573690c3c85cffda12276b09a3b59)
|
|
7982
7982
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7983
|
-
jsii.set(self, "heartbeatTimeout", value)
|
|
7983
|
+
jsii.set(self, "heartbeatTimeout", value) # pyright: ignore[reportArgumentType]
|
|
7984
7984
|
|
|
7985
7985
|
@builtins.property
|
|
7986
7986
|
@jsii.member(jsii_name="lifecycleHookName")
|
|
@@ -7993,7 +7993,7 @@ class CfnLifecycleHook(
|
|
|
7993
7993
|
if __debug__:
|
|
7994
7994
|
type_hints = typing.get_type_hints(_typecheckingstub__d5bbfb114220f5d887cc11cd66c4e915d640c5992791aa59c73e07227a04e797)
|
|
7995
7995
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7996
|
-
jsii.set(self, "lifecycleHookName", value)
|
|
7996
|
+
jsii.set(self, "lifecycleHookName", value) # pyright: ignore[reportArgumentType]
|
|
7997
7997
|
|
|
7998
7998
|
@builtins.property
|
|
7999
7999
|
@jsii.member(jsii_name="notificationMetadata")
|
|
@@ -8006,7 +8006,7 @@ class CfnLifecycleHook(
|
|
|
8006
8006
|
if __debug__:
|
|
8007
8007
|
type_hints = typing.get_type_hints(_typecheckingstub__27918b799a8772981ce11d1d726a74b3feb0bdae57a9890dac50d40416a4b102)
|
|
8008
8008
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8009
|
-
jsii.set(self, "notificationMetadata", value)
|
|
8009
|
+
jsii.set(self, "notificationMetadata", value) # pyright: ignore[reportArgumentType]
|
|
8010
8010
|
|
|
8011
8011
|
@builtins.property
|
|
8012
8012
|
@jsii.member(jsii_name="notificationTargetArn")
|
|
@@ -8019,7 +8019,7 @@ class CfnLifecycleHook(
|
|
|
8019
8019
|
if __debug__:
|
|
8020
8020
|
type_hints = typing.get_type_hints(_typecheckingstub__1be65379a9c211c2e27b903c326bd9b6c233e24d2827c4b0501fdedb5c613e1b)
|
|
8021
8021
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8022
|
-
jsii.set(self, "notificationTargetArn", value)
|
|
8022
|
+
jsii.set(self, "notificationTargetArn", value) # pyright: ignore[reportArgumentType]
|
|
8023
8023
|
|
|
8024
8024
|
@builtins.property
|
|
8025
8025
|
@jsii.member(jsii_name="roleArn")
|
|
@@ -8032,7 +8032,7 @@ class CfnLifecycleHook(
|
|
|
8032
8032
|
if __debug__:
|
|
8033
8033
|
type_hints = typing.get_type_hints(_typecheckingstub__b3efe05ccb204a2f5b10e050508641230c374dcfa8454a54ed2b9fa3d2823782)
|
|
8034
8034
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8035
|
-
jsii.set(self, "roleArn", value)
|
|
8035
|
+
jsii.set(self, "roleArn", value) # pyright: ignore[reportArgumentType]
|
|
8036
8036
|
|
|
8037
8037
|
|
|
8038
8038
|
@jsii.data_type(
|
|
@@ -8535,7 +8535,7 @@ class CfnScalingPolicy(
|
|
|
8535
8535
|
if __debug__:
|
|
8536
8536
|
type_hints = typing.get_type_hints(_typecheckingstub__5ba0241db3897f1e174d111c17685cbc6fa63a583d3e01b9c33cebdd8f7c60b5)
|
|
8537
8537
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8538
|
-
jsii.set(self, "autoScalingGroupName", value)
|
|
8538
|
+
jsii.set(self, "autoScalingGroupName", value) # pyright: ignore[reportArgumentType]
|
|
8539
8539
|
|
|
8540
8540
|
@builtins.property
|
|
8541
8541
|
@jsii.member(jsii_name="adjustmentType")
|
|
@@ -8548,7 +8548,7 @@ class CfnScalingPolicy(
|
|
|
8548
8548
|
if __debug__:
|
|
8549
8549
|
type_hints = typing.get_type_hints(_typecheckingstub__ad1e7151ee36a9824de02370c80ec69093a3e830dda8ec76b0ce9cd896ae8b93)
|
|
8550
8550
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8551
|
-
jsii.set(self, "adjustmentType", value)
|
|
8551
|
+
jsii.set(self, "adjustmentType", value) # pyright: ignore[reportArgumentType]
|
|
8552
8552
|
|
|
8553
8553
|
@builtins.property
|
|
8554
8554
|
@jsii.member(jsii_name="cooldown")
|
|
@@ -8561,7 +8561,7 @@ class CfnScalingPolicy(
|
|
|
8561
8561
|
if __debug__:
|
|
8562
8562
|
type_hints = typing.get_type_hints(_typecheckingstub__b447669ce1fb5edee7c3423b0be21b0a3196ef892a3cec7a6362af7d003b988b)
|
|
8563
8563
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8564
|
-
jsii.set(self, "cooldown", value)
|
|
8564
|
+
jsii.set(self, "cooldown", value) # pyright: ignore[reportArgumentType]
|
|
8565
8565
|
|
|
8566
8566
|
@builtins.property
|
|
8567
8567
|
@jsii.member(jsii_name="estimatedInstanceWarmup")
|
|
@@ -8574,7 +8574,7 @@ class CfnScalingPolicy(
|
|
|
8574
8574
|
if __debug__:
|
|
8575
8575
|
type_hints = typing.get_type_hints(_typecheckingstub__c66ff62cee4c0c8f2364bf5bcc5137f8f451284c1fe9b421835285a3a6603379)
|
|
8576
8576
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8577
|
-
jsii.set(self, "estimatedInstanceWarmup", value)
|
|
8577
|
+
jsii.set(self, "estimatedInstanceWarmup", value) # pyright: ignore[reportArgumentType]
|
|
8578
8578
|
|
|
8579
8579
|
@builtins.property
|
|
8580
8580
|
@jsii.member(jsii_name="metricAggregationType")
|
|
@@ -8587,7 +8587,7 @@ class CfnScalingPolicy(
|
|
|
8587
8587
|
if __debug__:
|
|
8588
8588
|
type_hints = typing.get_type_hints(_typecheckingstub__babf5fc76d4b2a32dff5b20eab1cf2a2e4d55f18c07dfbc24b23dc49e9c0b7ae)
|
|
8589
8589
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8590
|
-
jsii.set(self, "metricAggregationType", value)
|
|
8590
|
+
jsii.set(self, "metricAggregationType", value) # pyright: ignore[reportArgumentType]
|
|
8591
8591
|
|
|
8592
8592
|
@builtins.property
|
|
8593
8593
|
@jsii.member(jsii_name="minAdjustmentMagnitude")
|
|
@@ -8600,7 +8600,7 @@ class CfnScalingPolicy(
|
|
|
8600
8600
|
if __debug__:
|
|
8601
8601
|
type_hints = typing.get_type_hints(_typecheckingstub__9531ed0d6903bdfa76634c1cdd14be2c72654d1f10e1dbf10b9b5391cb75fc98)
|
|
8602
8602
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8603
|
-
jsii.set(self, "minAdjustmentMagnitude", value)
|
|
8603
|
+
jsii.set(self, "minAdjustmentMagnitude", value) # pyright: ignore[reportArgumentType]
|
|
8604
8604
|
|
|
8605
8605
|
@builtins.property
|
|
8606
8606
|
@jsii.member(jsii_name="policyType")
|
|
@@ -8613,7 +8613,7 @@ class CfnScalingPolicy(
|
|
|
8613
8613
|
if __debug__:
|
|
8614
8614
|
type_hints = typing.get_type_hints(_typecheckingstub__bd4329445b62cbb417ca024062e90be3235f901236445dcfca9b9682478abb33)
|
|
8615
8615
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8616
|
-
jsii.set(self, "policyType", value)
|
|
8616
|
+
jsii.set(self, "policyType", value) # pyright: ignore[reportArgumentType]
|
|
8617
8617
|
|
|
8618
8618
|
@builtins.property
|
|
8619
8619
|
@jsii.member(jsii_name="predictiveScalingConfiguration")
|
|
@@ -8634,7 +8634,7 @@ class CfnScalingPolicy(
|
|
|
8634
8634
|
if __debug__:
|
|
8635
8635
|
type_hints = typing.get_type_hints(_typecheckingstub__76cc30a2e0064b6d652232bc49d285ce28467a34c2bd8ec66a130a61970781c6)
|
|
8636
8636
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8637
|
-
jsii.set(self, "predictiveScalingConfiguration", value)
|
|
8637
|
+
jsii.set(self, "predictiveScalingConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
8638
8638
|
|
|
8639
8639
|
@builtins.property
|
|
8640
8640
|
@jsii.member(jsii_name="scalingAdjustment")
|
|
@@ -8647,7 +8647,7 @@ class CfnScalingPolicy(
|
|
|
8647
8647
|
if __debug__:
|
|
8648
8648
|
type_hints = typing.get_type_hints(_typecheckingstub__e99a67829ea1191e8cb588be191baca3b10d1c95451c6bab05472cfb30827b1d)
|
|
8649
8649
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8650
|
-
jsii.set(self, "scalingAdjustment", value)
|
|
8650
|
+
jsii.set(self, "scalingAdjustment", value) # pyright: ignore[reportArgumentType]
|
|
8651
8651
|
|
|
8652
8652
|
@builtins.property
|
|
8653
8653
|
@jsii.member(jsii_name="stepAdjustments")
|
|
@@ -8665,7 +8665,7 @@ class CfnScalingPolicy(
|
|
|
8665
8665
|
if __debug__:
|
|
8666
8666
|
type_hints = typing.get_type_hints(_typecheckingstub__38dfdb6c2b6aee9f0b1cb3e26e4e9f1c58dab8c3cf6013c4ca258d3702647ac8)
|
|
8667
8667
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8668
|
-
jsii.set(self, "stepAdjustments", value)
|
|
8668
|
+
jsii.set(self, "stepAdjustments", value) # pyright: ignore[reportArgumentType]
|
|
8669
8669
|
|
|
8670
8670
|
@builtins.property
|
|
8671
8671
|
@jsii.member(jsii_name="targetTrackingConfiguration")
|
|
@@ -8686,7 +8686,7 @@ class CfnScalingPolicy(
|
|
|
8686
8686
|
if __debug__:
|
|
8687
8687
|
type_hints = typing.get_type_hints(_typecheckingstub__c7edad0553749ec58702ad72a2bc68104268b76221c11cb19d8dd477ac531d53)
|
|
8688
8688
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8689
|
-
jsii.set(self, "targetTrackingConfiguration", value)
|
|
8689
|
+
jsii.set(self, "targetTrackingConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
8690
8690
|
|
|
8691
8691
|
@jsii.data_type(
|
|
8692
8692
|
jsii_type="aws-cdk-lib.aws_autoscaling.CfnScalingPolicy.CustomizedMetricSpecificationProperty",
|
|
@@ -11605,7 +11605,7 @@ class CfnScheduledAction(
|
|
|
11605
11605
|
if __debug__:
|
|
11606
11606
|
type_hints = typing.get_type_hints(_typecheckingstub__1dd441edc1488cc06dc97c3b0f6e5d68bf2b1c4c01d93f394a9fe376ad37cd23)
|
|
11607
11607
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
11608
|
-
jsii.set(self, "autoScalingGroupName", value)
|
|
11608
|
+
jsii.set(self, "autoScalingGroupName", value) # pyright: ignore[reportArgumentType]
|
|
11609
11609
|
|
|
11610
11610
|
@builtins.property
|
|
11611
11611
|
@jsii.member(jsii_name="desiredCapacity")
|
|
@@ -11618,7 +11618,7 @@ class CfnScheduledAction(
|
|
|
11618
11618
|
if __debug__:
|
|
11619
11619
|
type_hints = typing.get_type_hints(_typecheckingstub__c0851483d032bf68ef1bccbf11427891bef8b6d370dbfc2be247824df6bcdae9)
|
|
11620
11620
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
11621
|
-
jsii.set(self, "desiredCapacity", value)
|
|
11621
|
+
jsii.set(self, "desiredCapacity", value) # pyright: ignore[reportArgumentType]
|
|
11622
11622
|
|
|
11623
11623
|
@builtins.property
|
|
11624
11624
|
@jsii.member(jsii_name="endTime")
|
|
@@ -11631,7 +11631,7 @@ class CfnScheduledAction(
|
|
|
11631
11631
|
if __debug__:
|
|
11632
11632
|
type_hints = typing.get_type_hints(_typecheckingstub__6b4fa3c4bcbd8e2248b3c2ee916128bba3cb67a90832f0a69a6860c209b662c8)
|
|
11633
11633
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
11634
|
-
jsii.set(self, "endTime", value)
|
|
11634
|
+
jsii.set(self, "endTime", value) # pyright: ignore[reportArgumentType]
|
|
11635
11635
|
|
|
11636
11636
|
@builtins.property
|
|
11637
11637
|
@jsii.member(jsii_name="maxSize")
|
|
@@ -11644,7 +11644,7 @@ class CfnScheduledAction(
|
|
|
11644
11644
|
if __debug__:
|
|
11645
11645
|
type_hints = typing.get_type_hints(_typecheckingstub__e46adcb734421554106ae9884d4d632394c132e38400a89c5db3680212032e2d)
|
|
11646
11646
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
11647
|
-
jsii.set(self, "maxSize", value)
|
|
11647
|
+
jsii.set(self, "maxSize", value) # pyright: ignore[reportArgumentType]
|
|
11648
11648
|
|
|
11649
11649
|
@builtins.property
|
|
11650
11650
|
@jsii.member(jsii_name="minSize")
|
|
@@ -11657,7 +11657,7 @@ class CfnScheduledAction(
|
|
|
11657
11657
|
if __debug__:
|
|
11658
11658
|
type_hints = typing.get_type_hints(_typecheckingstub__73e3365646f584b55cee25b1399e6c5dca58fb2b8351e0160b6e5c414247f916)
|
|
11659
11659
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
11660
|
-
jsii.set(self, "minSize", value)
|
|
11660
|
+
jsii.set(self, "minSize", value) # pyright: ignore[reportArgumentType]
|
|
11661
11661
|
|
|
11662
11662
|
@builtins.property
|
|
11663
11663
|
@jsii.member(jsii_name="recurrence")
|
|
@@ -11670,7 +11670,7 @@ class CfnScheduledAction(
|
|
|
11670
11670
|
if __debug__:
|
|
11671
11671
|
type_hints = typing.get_type_hints(_typecheckingstub__4ea493c09ea513a5fb9c5a878fef603ce8133cc15aee129c7dbd8bb8d1c83796)
|
|
11672
11672
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
11673
|
-
jsii.set(self, "recurrence", value)
|
|
11673
|
+
jsii.set(self, "recurrence", value) # pyright: ignore[reportArgumentType]
|
|
11674
11674
|
|
|
11675
11675
|
@builtins.property
|
|
11676
11676
|
@jsii.member(jsii_name="startTime")
|
|
@@ -11683,7 +11683,7 @@ class CfnScheduledAction(
|
|
|
11683
11683
|
if __debug__:
|
|
11684
11684
|
type_hints = typing.get_type_hints(_typecheckingstub__7ffb28539347fd492bf01e79d453a6972a3045330369eba1e812203800d92462)
|
|
11685
11685
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
11686
|
-
jsii.set(self, "startTime", value)
|
|
11686
|
+
jsii.set(self, "startTime", value) # pyright: ignore[reportArgumentType]
|
|
11687
11687
|
|
|
11688
11688
|
@builtins.property
|
|
11689
11689
|
@jsii.member(jsii_name="timeZone")
|
|
@@ -11696,7 +11696,7 @@ class CfnScheduledAction(
|
|
|
11696
11696
|
if __debug__:
|
|
11697
11697
|
type_hints = typing.get_type_hints(_typecheckingstub__8a8884960cdb0544ac67e0139227014617c99358bb79d7312ecf1d7ab5a6eb10)
|
|
11698
11698
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
11699
|
-
jsii.set(self, "timeZone", value)
|
|
11699
|
+
jsii.set(self, "timeZone", value) # pyright: ignore[reportArgumentType]
|
|
11700
11700
|
|
|
11701
11701
|
|
|
11702
11702
|
@jsii.data_type(
|
|
@@ -12011,7 +12011,7 @@ class CfnWarmPool(
|
|
|
12011
12011
|
if __debug__:
|
|
12012
12012
|
type_hints = typing.get_type_hints(_typecheckingstub__5fe7145b34e7b316830787a695baac4a9044eb1ab01b142ea8cfa75e799f5133)
|
|
12013
12013
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
12014
|
-
jsii.set(self, "autoScalingGroupName", value)
|
|
12014
|
+
jsii.set(self, "autoScalingGroupName", value) # pyright: ignore[reportArgumentType]
|
|
12015
12015
|
|
|
12016
12016
|
@builtins.property
|
|
12017
12017
|
@jsii.member(jsii_name="instanceReusePolicy")
|
|
@@ -12029,7 +12029,7 @@ class CfnWarmPool(
|
|
|
12029
12029
|
if __debug__:
|
|
12030
12030
|
type_hints = typing.get_type_hints(_typecheckingstub__0e282eb0fff0146c783a0a0cf3c1a6bfd7c1638906a490e7da16a58d31f63e70)
|
|
12031
12031
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
12032
|
-
jsii.set(self, "instanceReusePolicy", value)
|
|
12032
|
+
jsii.set(self, "instanceReusePolicy", value) # pyright: ignore[reportArgumentType]
|
|
12033
12033
|
|
|
12034
12034
|
@builtins.property
|
|
12035
12035
|
@jsii.member(jsii_name="maxGroupPreparedCapacity")
|
|
@@ -12042,7 +12042,7 @@ class CfnWarmPool(
|
|
|
12042
12042
|
if __debug__:
|
|
12043
12043
|
type_hints = typing.get_type_hints(_typecheckingstub__b58451a7dfd60fe98c4d41ee8e47ad321ecdf032c681e2efe7d6a509319ca9ef)
|
|
12044
12044
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
12045
|
-
jsii.set(self, "maxGroupPreparedCapacity", value)
|
|
12045
|
+
jsii.set(self, "maxGroupPreparedCapacity", value) # pyright: ignore[reportArgumentType]
|
|
12046
12046
|
|
|
12047
12047
|
@builtins.property
|
|
12048
12048
|
@jsii.member(jsii_name="minSize")
|
|
@@ -12055,7 +12055,7 @@ class CfnWarmPool(
|
|
|
12055
12055
|
if __debug__:
|
|
12056
12056
|
type_hints = typing.get_type_hints(_typecheckingstub__43977a08e37915c5fe1a54890d58173d48bfc0d2e0a878326b384bb4c8ff80d8)
|
|
12057
12057
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
12058
|
-
jsii.set(self, "minSize", value)
|
|
12058
|
+
jsii.set(self, "minSize", value) # pyright: ignore[reportArgumentType]
|
|
12059
12059
|
|
|
12060
12060
|
@builtins.property
|
|
12061
12061
|
@jsii.member(jsii_name="poolState")
|
|
@@ -12068,7 +12068,7 @@ class CfnWarmPool(
|
|
|
12068
12068
|
if __debug__:
|
|
12069
12069
|
type_hints = typing.get_type_hints(_typecheckingstub__24bb436b66554232b9c70552368d17246634059370b0dbc27a1029d734d756a1)
|
|
12070
12070
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
12071
|
-
jsii.set(self, "poolState", value)
|
|
12071
|
+
jsii.set(self, "poolState", value) # pyright: ignore[reportArgumentType]
|
|
12072
12072
|
|
|
12073
12073
|
@jsii.data_type(
|
|
12074
12074
|
jsii_type="aws-cdk-lib.aws_autoscaling.CfnWarmPool.InstanceReusePolicyProperty",
|
|
@@ -18740,7 +18740,7 @@ class AutoScalingGroup(
|
|
|
18740
18740
|
if __debug__:
|
|
18741
18741
|
type_hints = typing.get_type_hints(_typecheckingstub__92eda90b7be43ba447c6beb437862e7faff830464a764579c99d399d0496785e)
|
|
18742
18742
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
18743
|
-
jsii.set(self, "hasCalledScaleOnRequestCount", value)
|
|
18743
|
+
jsii.set(self, "hasCalledScaleOnRequestCount", value) # pyright: ignore[reportArgumentType]
|
|
18744
18744
|
|
|
18745
18745
|
@builtins.property
|
|
18746
18746
|
@jsii.member(jsii_name="albTargetGroup")
|
|
@@ -18755,7 +18755,7 @@ class AutoScalingGroup(
|
|
|
18755
18755
|
if __debug__:
|
|
18756
18756
|
type_hints = typing.get_type_hints(_typecheckingstub__a7de0231c352aaed28bc53e165922207af33bfe9db50ebeba675b18e0b381d2d)
|
|
18757
18757
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
18758
|
-
jsii.set(self, "albTargetGroup", value)
|
|
18758
|
+
jsii.set(self, "albTargetGroup", value) # pyright: ignore[reportArgumentType]
|
|
18759
18759
|
|
|
18760
18760
|
@builtins.property
|
|
18761
18761
|
@jsii.member(jsii_name="newInstancesProtectedFromScaleIn")
|
|
@@ -18770,7 +18770,7 @@ class AutoScalingGroup(
|
|
|
18770
18770
|
if __debug__:
|
|
18771
18771
|
type_hints = typing.get_type_hints(_typecheckingstub__a38173119357066ed55dad42375965fbbf043fbf802ae0b6a845e9d2dacf3106)
|
|
18772
18772
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
18773
|
-
jsii.set(self, "newInstancesProtectedFromScaleIn", value)
|
|
18773
|
+
jsii.set(self, "newInstancesProtectedFromScaleIn", value) # pyright: ignore[reportArgumentType]
|
|
18774
18774
|
|
|
18775
18775
|
|
|
18776
18776
|
@jsii.data_type(
|