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
|
@@ -724,7 +724,7 @@ class CfnAcceptedPortfolioShare(
|
|
|
724
724
|
if __debug__:
|
|
725
725
|
type_hints = typing.get_type_hints(_typecheckingstub__7977da1b6d9898fac62e20f5e37ae382c3e30535d1937a55a123bf9d3c201241)
|
|
726
726
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
727
|
-
jsii.set(self, "portfolioId", value)
|
|
727
|
+
jsii.set(self, "portfolioId", value) # pyright: ignore[reportArgumentType]
|
|
728
728
|
|
|
729
729
|
@builtins.property
|
|
730
730
|
@jsii.member(jsii_name="acceptLanguage")
|
|
@@ -737,7 +737,7 @@ class CfnAcceptedPortfolioShare(
|
|
|
737
737
|
if __debug__:
|
|
738
738
|
type_hints = typing.get_type_hints(_typecheckingstub__007477064bf18ea62d6ca00353686fcb2c4328f51ee561a3a7d896e21d9ca995)
|
|
739
739
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
740
|
-
jsii.set(self, "acceptLanguage", value)
|
|
740
|
+
jsii.set(self, "acceptLanguage", value) # pyright: ignore[reportArgumentType]
|
|
741
741
|
|
|
742
742
|
|
|
743
743
|
@jsii.data_type(
|
|
@@ -1022,7 +1022,7 @@ class CfnCloudFormationProduct(
|
|
|
1022
1022
|
if __debug__:
|
|
1023
1023
|
type_hints = typing.get_type_hints(_typecheckingstub__c9259a35a34b8232440a4248c91cd12417f2bb4f7700c5d4cd96fe48fbf3e7c7)
|
|
1024
1024
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1025
|
-
jsii.set(self, "name", value)
|
|
1025
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
1026
1026
|
|
|
1027
1027
|
@builtins.property
|
|
1028
1028
|
@jsii.member(jsii_name="owner")
|
|
@@ -1035,7 +1035,7 @@ class CfnCloudFormationProduct(
|
|
|
1035
1035
|
if __debug__:
|
|
1036
1036
|
type_hints = typing.get_type_hints(_typecheckingstub__5d6bbaefd4ee42ef504a40c0bc7d893697f56d5c4a8e2be034cb5fac41b7f9f9)
|
|
1037
1037
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1038
|
-
jsii.set(self, "owner", value)
|
|
1038
|
+
jsii.set(self, "owner", value) # pyright: ignore[reportArgumentType]
|
|
1039
1039
|
|
|
1040
1040
|
@builtins.property
|
|
1041
1041
|
@jsii.member(jsii_name="acceptLanguage")
|
|
@@ -1048,7 +1048,7 @@ class CfnCloudFormationProduct(
|
|
|
1048
1048
|
if __debug__:
|
|
1049
1049
|
type_hints = typing.get_type_hints(_typecheckingstub__9ed6af9abead4851089ab452f15a83c5c9324575bf905a98147e6df142fbea0c)
|
|
1050
1050
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1051
|
-
jsii.set(self, "acceptLanguage", value)
|
|
1051
|
+
jsii.set(self, "acceptLanguage", value) # pyright: ignore[reportArgumentType]
|
|
1052
1052
|
|
|
1053
1053
|
@builtins.property
|
|
1054
1054
|
@jsii.member(jsii_name="description")
|
|
@@ -1061,7 +1061,7 @@ class CfnCloudFormationProduct(
|
|
|
1061
1061
|
if __debug__:
|
|
1062
1062
|
type_hints = typing.get_type_hints(_typecheckingstub__6456b1fd2ac19494b0c436f75e41f4149b79a793224c068c2ac908b8ed0e6a0e)
|
|
1063
1063
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1064
|
-
jsii.set(self, "description", value)
|
|
1064
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
1065
1065
|
|
|
1066
1066
|
@builtins.property
|
|
1067
1067
|
@jsii.member(jsii_name="distributor")
|
|
@@ -1074,7 +1074,7 @@ class CfnCloudFormationProduct(
|
|
|
1074
1074
|
if __debug__:
|
|
1075
1075
|
type_hints = typing.get_type_hints(_typecheckingstub__67af1cd619ef8474453ddaba57bc4ef2a50181c793790168ea7fa3fef631fe47)
|
|
1076
1076
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1077
|
-
jsii.set(self, "distributor", value)
|
|
1077
|
+
jsii.set(self, "distributor", value) # pyright: ignore[reportArgumentType]
|
|
1078
1078
|
|
|
1079
1079
|
@builtins.property
|
|
1080
1080
|
@jsii.member(jsii_name="productType")
|
|
@@ -1087,7 +1087,7 @@ class CfnCloudFormationProduct(
|
|
|
1087
1087
|
if __debug__:
|
|
1088
1088
|
type_hints = typing.get_type_hints(_typecheckingstub__8283abec3673f6f8def666fd669e05a39bf8e7ada7a7820b7e2e6e0017ec5072)
|
|
1089
1089
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1090
|
-
jsii.set(self, "productType", value)
|
|
1090
|
+
jsii.set(self, "productType", value) # pyright: ignore[reportArgumentType]
|
|
1091
1091
|
|
|
1092
1092
|
@builtins.property
|
|
1093
1093
|
@jsii.member(jsii_name="provisioningArtifactParameters")
|
|
@@ -1105,7 +1105,7 @@ class CfnCloudFormationProduct(
|
|
|
1105
1105
|
if __debug__:
|
|
1106
1106
|
type_hints = typing.get_type_hints(_typecheckingstub__46bdfff1360506ade40e04d18d81d060b0a0f0601a08269c6aa5658e66289ddd)
|
|
1107
1107
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1108
|
-
jsii.set(self, "provisioningArtifactParameters", value)
|
|
1108
|
+
jsii.set(self, "provisioningArtifactParameters", value) # pyright: ignore[reportArgumentType]
|
|
1109
1109
|
|
|
1110
1110
|
@builtins.property
|
|
1111
1111
|
@jsii.member(jsii_name="replaceProvisioningArtifacts")
|
|
@@ -1123,7 +1123,7 @@ class CfnCloudFormationProduct(
|
|
|
1123
1123
|
if __debug__:
|
|
1124
1124
|
type_hints = typing.get_type_hints(_typecheckingstub__3860e4645114c1e719f71c5207cb37518d5cb1aa225903719679d05f030de4f6)
|
|
1125
1125
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1126
|
-
jsii.set(self, "replaceProvisioningArtifacts", value)
|
|
1126
|
+
jsii.set(self, "replaceProvisioningArtifacts", value) # pyright: ignore[reportArgumentType]
|
|
1127
1127
|
|
|
1128
1128
|
@builtins.property
|
|
1129
1129
|
@jsii.member(jsii_name="sourceConnection")
|
|
@@ -1141,7 +1141,7 @@ class CfnCloudFormationProduct(
|
|
|
1141
1141
|
if __debug__:
|
|
1142
1142
|
type_hints = typing.get_type_hints(_typecheckingstub__12635a42c5ebd2e19b46cf3bb9134e21232e501fed70f86af7f0207bf93441c9)
|
|
1143
1143
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1144
|
-
jsii.set(self, "sourceConnection", value)
|
|
1144
|
+
jsii.set(self, "sourceConnection", value) # pyright: ignore[reportArgumentType]
|
|
1145
1145
|
|
|
1146
1146
|
@builtins.property
|
|
1147
1147
|
@jsii.member(jsii_name="supportDescription")
|
|
@@ -1154,7 +1154,7 @@ class CfnCloudFormationProduct(
|
|
|
1154
1154
|
if __debug__:
|
|
1155
1155
|
type_hints = typing.get_type_hints(_typecheckingstub__9695e3011f0a2e99845faf4a8bf622babeb5c67a491768eccc104ae05bfa51cd)
|
|
1156
1156
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1157
|
-
jsii.set(self, "supportDescription", value)
|
|
1157
|
+
jsii.set(self, "supportDescription", value) # pyright: ignore[reportArgumentType]
|
|
1158
1158
|
|
|
1159
1159
|
@builtins.property
|
|
1160
1160
|
@jsii.member(jsii_name="supportEmail")
|
|
@@ -1167,7 +1167,7 @@ class CfnCloudFormationProduct(
|
|
|
1167
1167
|
if __debug__:
|
|
1168
1168
|
type_hints = typing.get_type_hints(_typecheckingstub__1bd18c8efe27f1de421be44834ab68ac37ff85e3a41ca74f3da479f16d7fa80e)
|
|
1169
1169
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1170
|
-
jsii.set(self, "supportEmail", value)
|
|
1170
|
+
jsii.set(self, "supportEmail", value) # pyright: ignore[reportArgumentType]
|
|
1171
1171
|
|
|
1172
1172
|
@builtins.property
|
|
1173
1173
|
@jsii.member(jsii_name="supportUrl")
|
|
@@ -1180,7 +1180,7 @@ class CfnCloudFormationProduct(
|
|
|
1180
1180
|
if __debug__:
|
|
1181
1181
|
type_hints = typing.get_type_hints(_typecheckingstub__542792e78d44887a9ca550e282dc0cb22b5d99f8e000ec4deb876c700aa6502f)
|
|
1182
1182
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1183
|
-
jsii.set(self, "supportUrl", value)
|
|
1183
|
+
jsii.set(self, "supportUrl", value) # pyright: ignore[reportArgumentType]
|
|
1184
1184
|
|
|
1185
1185
|
@builtins.property
|
|
1186
1186
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -1193,7 +1193,7 @@ class CfnCloudFormationProduct(
|
|
|
1193
1193
|
if __debug__:
|
|
1194
1194
|
type_hints = typing.get_type_hints(_typecheckingstub__a776b3ba720cdf81828e7a6506e99d00a8a3b051bb5ed0d24ea2b8fdad3d0cf3)
|
|
1195
1195
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1196
|
-
jsii.set(self, "tagsRaw", value)
|
|
1196
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
1197
1197
|
|
|
1198
1198
|
@jsii.data_type(
|
|
1199
1199
|
jsii_type="aws-cdk-lib.aws_servicecatalog.CfnCloudFormationProduct.CodeStarParametersProperty",
|
|
@@ -2076,7 +2076,7 @@ class CfnCloudFormationProvisionedProduct(
|
|
|
2076
2076
|
if __debug__:
|
|
2077
2077
|
type_hints = typing.get_type_hints(_typecheckingstub__77917629496aeb6c9242f32a7ed712f7db007210f056250ba788eb7637747cb9)
|
|
2078
2078
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2079
|
-
jsii.set(self, "acceptLanguage", value)
|
|
2079
|
+
jsii.set(self, "acceptLanguage", value) # pyright: ignore[reportArgumentType]
|
|
2080
2080
|
|
|
2081
2081
|
@builtins.property
|
|
2082
2082
|
@jsii.member(jsii_name="notificationArns")
|
|
@@ -2092,7 +2092,7 @@ class CfnCloudFormationProvisionedProduct(
|
|
|
2092
2092
|
if __debug__:
|
|
2093
2093
|
type_hints = typing.get_type_hints(_typecheckingstub__11728ab5020e59b21691efa0bf6ac96a523b7cd5a7b8b956594e09eec6910399)
|
|
2094
2094
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2095
|
-
jsii.set(self, "notificationArns", value)
|
|
2095
|
+
jsii.set(self, "notificationArns", value) # pyright: ignore[reportArgumentType]
|
|
2096
2096
|
|
|
2097
2097
|
@builtins.property
|
|
2098
2098
|
@jsii.member(jsii_name="pathId")
|
|
@@ -2105,7 +2105,7 @@ class CfnCloudFormationProvisionedProduct(
|
|
|
2105
2105
|
if __debug__:
|
|
2106
2106
|
type_hints = typing.get_type_hints(_typecheckingstub__a7c615152c9e7e7c8b5e4a448b903ac3c25eaa34685c78b9899adfbae91d2a6d)
|
|
2107
2107
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2108
|
-
jsii.set(self, "pathId", value)
|
|
2108
|
+
jsii.set(self, "pathId", value) # pyright: ignore[reportArgumentType]
|
|
2109
2109
|
|
|
2110
2110
|
@builtins.property
|
|
2111
2111
|
@jsii.member(jsii_name="pathName")
|
|
@@ -2118,7 +2118,7 @@ class CfnCloudFormationProvisionedProduct(
|
|
|
2118
2118
|
if __debug__:
|
|
2119
2119
|
type_hints = typing.get_type_hints(_typecheckingstub__32b38b25b9cd46fb8c78bf9e55be70039fc3ab56ea354e0552abb0fa1caf68ed)
|
|
2120
2120
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2121
|
-
jsii.set(self, "pathName", value)
|
|
2121
|
+
jsii.set(self, "pathName", value) # pyright: ignore[reportArgumentType]
|
|
2122
2122
|
|
|
2123
2123
|
@builtins.property
|
|
2124
2124
|
@jsii.member(jsii_name="productId")
|
|
@@ -2131,7 +2131,7 @@ class CfnCloudFormationProvisionedProduct(
|
|
|
2131
2131
|
if __debug__:
|
|
2132
2132
|
type_hints = typing.get_type_hints(_typecheckingstub__aa2e98cc90d84078c7318222a6d7519d441bd1bd3e07cea7bc5a198efb4d66b7)
|
|
2133
2133
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2134
|
-
jsii.set(self, "productId", value)
|
|
2134
|
+
jsii.set(self, "productId", value) # pyright: ignore[reportArgumentType]
|
|
2135
2135
|
|
|
2136
2136
|
@builtins.property
|
|
2137
2137
|
@jsii.member(jsii_name="productName")
|
|
@@ -2144,7 +2144,7 @@ class CfnCloudFormationProvisionedProduct(
|
|
|
2144
2144
|
if __debug__:
|
|
2145
2145
|
type_hints = typing.get_type_hints(_typecheckingstub__e17eab0d37a58277b6cc1d13c95c9cdd79faad5237131fd52792ce9d7b85d907)
|
|
2146
2146
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2147
|
-
jsii.set(self, "productName", value)
|
|
2147
|
+
jsii.set(self, "productName", value) # pyright: ignore[reportArgumentType]
|
|
2148
2148
|
|
|
2149
2149
|
@builtins.property
|
|
2150
2150
|
@jsii.member(jsii_name="provisionedProductName")
|
|
@@ -2157,7 +2157,7 @@ class CfnCloudFormationProvisionedProduct(
|
|
|
2157
2157
|
if __debug__:
|
|
2158
2158
|
type_hints = typing.get_type_hints(_typecheckingstub__e484e5f340d5e529de00f245c299ac8a58669959a15a6ae69f5200a376e9e442)
|
|
2159
2159
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2160
|
-
jsii.set(self, "provisionedProductName", value)
|
|
2160
|
+
jsii.set(self, "provisionedProductName", value) # pyright: ignore[reportArgumentType]
|
|
2161
2161
|
|
|
2162
2162
|
@builtins.property
|
|
2163
2163
|
@jsii.member(jsii_name="provisioningArtifactId")
|
|
@@ -2170,7 +2170,7 @@ class CfnCloudFormationProvisionedProduct(
|
|
|
2170
2170
|
if __debug__:
|
|
2171
2171
|
type_hints = typing.get_type_hints(_typecheckingstub__db6c2b91dabfa3b4625a2ab89180e1d38eb2e6b1e76c28953fad8bdc681c5f67)
|
|
2172
2172
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2173
|
-
jsii.set(self, "provisioningArtifactId", value)
|
|
2173
|
+
jsii.set(self, "provisioningArtifactId", value) # pyright: ignore[reportArgumentType]
|
|
2174
2174
|
|
|
2175
2175
|
@builtins.property
|
|
2176
2176
|
@jsii.member(jsii_name="provisioningArtifactName")
|
|
@@ -2183,7 +2183,7 @@ class CfnCloudFormationProvisionedProduct(
|
|
|
2183
2183
|
if __debug__:
|
|
2184
2184
|
type_hints = typing.get_type_hints(_typecheckingstub__6df237969cf4f1ab7f2d8d040c205d2b2533e9f08060d1fe47336446fec46f06)
|
|
2185
2185
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2186
|
-
jsii.set(self, "provisioningArtifactName", value)
|
|
2186
|
+
jsii.set(self, "provisioningArtifactName", value) # pyright: ignore[reportArgumentType]
|
|
2187
2187
|
|
|
2188
2188
|
@builtins.property
|
|
2189
2189
|
@jsii.member(jsii_name="provisioningParameters")
|
|
@@ -2201,7 +2201,7 @@ class CfnCloudFormationProvisionedProduct(
|
|
|
2201
2201
|
if __debug__:
|
|
2202
2202
|
type_hints = typing.get_type_hints(_typecheckingstub__e88a998f430a92c61e57f583a56a5dba25a39affc9ad60288815a7e40e5b7910)
|
|
2203
2203
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2204
|
-
jsii.set(self, "provisioningParameters", value)
|
|
2204
|
+
jsii.set(self, "provisioningParameters", value) # pyright: ignore[reportArgumentType]
|
|
2205
2205
|
|
|
2206
2206
|
@builtins.property
|
|
2207
2207
|
@jsii.member(jsii_name="provisioningPreferences")
|
|
@@ -2219,7 +2219,7 @@ class CfnCloudFormationProvisionedProduct(
|
|
|
2219
2219
|
if __debug__:
|
|
2220
2220
|
type_hints = typing.get_type_hints(_typecheckingstub__3edc25f754a0be5ecf6302ae2b15ba8648d89a1d12ceb865ff5c7d628c62bc97)
|
|
2221
2221
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2222
|
-
jsii.set(self, "provisioningPreferences", value)
|
|
2222
|
+
jsii.set(self, "provisioningPreferences", value) # pyright: ignore[reportArgumentType]
|
|
2223
2223
|
|
|
2224
2224
|
@builtins.property
|
|
2225
2225
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -2232,7 +2232,7 @@ class CfnCloudFormationProvisionedProduct(
|
|
|
2232
2232
|
if __debug__:
|
|
2233
2233
|
type_hints = typing.get_type_hints(_typecheckingstub__d149fdbb55c6e7459d592eaaf72483e5df84625da19408ebc06188a171d334d1)
|
|
2234
2234
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2235
|
-
jsii.set(self, "tagsRaw", value)
|
|
2235
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
2236
2236
|
|
|
2237
2237
|
@jsii.data_type(
|
|
2238
2238
|
jsii_type="aws-cdk-lib.aws_servicecatalog.CfnCloudFormationProvisionedProduct.ProvisioningParameterProperty",
|
|
@@ -2926,7 +2926,7 @@ class CfnLaunchNotificationConstraint(
|
|
|
2926
2926
|
if __debug__:
|
|
2927
2927
|
type_hints = typing.get_type_hints(_typecheckingstub__b61fb0eedfad57ff6d2667a824da25c56d033b2ecc69bba66ac4813152f3a7b2)
|
|
2928
2928
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2929
|
-
jsii.set(self, "notificationArns", value)
|
|
2929
|
+
jsii.set(self, "notificationArns", value) # pyright: ignore[reportArgumentType]
|
|
2930
2930
|
|
|
2931
2931
|
@builtins.property
|
|
2932
2932
|
@jsii.member(jsii_name="portfolioId")
|
|
@@ -2939,7 +2939,7 @@ class CfnLaunchNotificationConstraint(
|
|
|
2939
2939
|
if __debug__:
|
|
2940
2940
|
type_hints = typing.get_type_hints(_typecheckingstub__7ed013a592fb349cdd1b18a148d951905fed057f359e2acc3afa9e7e96849f16)
|
|
2941
2941
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2942
|
-
jsii.set(self, "portfolioId", value)
|
|
2942
|
+
jsii.set(self, "portfolioId", value) # pyright: ignore[reportArgumentType]
|
|
2943
2943
|
|
|
2944
2944
|
@builtins.property
|
|
2945
2945
|
@jsii.member(jsii_name="productId")
|
|
@@ -2952,7 +2952,7 @@ class CfnLaunchNotificationConstraint(
|
|
|
2952
2952
|
if __debug__:
|
|
2953
2953
|
type_hints = typing.get_type_hints(_typecheckingstub__ad59a677e466cd12b116f4a904adcea715e7ca448f3ec18705d7a7d7ba7690a9)
|
|
2954
2954
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2955
|
-
jsii.set(self, "productId", value)
|
|
2955
|
+
jsii.set(self, "productId", value) # pyright: ignore[reportArgumentType]
|
|
2956
2956
|
|
|
2957
2957
|
@builtins.property
|
|
2958
2958
|
@jsii.member(jsii_name="acceptLanguage")
|
|
@@ -2965,7 +2965,7 @@ class CfnLaunchNotificationConstraint(
|
|
|
2965
2965
|
if __debug__:
|
|
2966
2966
|
type_hints = typing.get_type_hints(_typecheckingstub__9f053d948015e38a54ac8a8dfc338cd4837e1c7af18d4be30583ba83a98510af)
|
|
2967
2967
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2968
|
-
jsii.set(self, "acceptLanguage", value)
|
|
2968
|
+
jsii.set(self, "acceptLanguage", value) # pyright: ignore[reportArgumentType]
|
|
2969
2969
|
|
|
2970
2970
|
@builtins.property
|
|
2971
2971
|
@jsii.member(jsii_name="description")
|
|
@@ -2978,7 +2978,7 @@ class CfnLaunchNotificationConstraint(
|
|
|
2978
2978
|
if __debug__:
|
|
2979
2979
|
type_hints = typing.get_type_hints(_typecheckingstub__7cd753e3445346a35ee1c9014f113dc7acc9f5bd964a4208d069321b471bf572)
|
|
2980
2980
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2981
|
-
jsii.set(self, "description", value)
|
|
2981
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
2982
2982
|
|
|
2983
2983
|
|
|
2984
2984
|
@jsii.data_type(
|
|
@@ -3230,7 +3230,7 @@ class CfnLaunchRoleConstraint(
|
|
|
3230
3230
|
if __debug__:
|
|
3231
3231
|
type_hints = typing.get_type_hints(_typecheckingstub__a7caee0b3388d2e9177cd1ad1073c6bdf0aa86eba08b40e12fb88a9ce6416640)
|
|
3232
3232
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3233
|
-
jsii.set(self, "portfolioId", value)
|
|
3233
|
+
jsii.set(self, "portfolioId", value) # pyright: ignore[reportArgumentType]
|
|
3234
3234
|
|
|
3235
3235
|
@builtins.property
|
|
3236
3236
|
@jsii.member(jsii_name="productId")
|
|
@@ -3243,7 +3243,7 @@ class CfnLaunchRoleConstraint(
|
|
|
3243
3243
|
if __debug__:
|
|
3244
3244
|
type_hints = typing.get_type_hints(_typecheckingstub__cc122a21c528efd9f428896a0b3cef95aff28a153bb9d3a2e86d2b7e06eb60ff)
|
|
3245
3245
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3246
|
-
jsii.set(self, "productId", value)
|
|
3246
|
+
jsii.set(self, "productId", value) # pyright: ignore[reportArgumentType]
|
|
3247
3247
|
|
|
3248
3248
|
@builtins.property
|
|
3249
3249
|
@jsii.member(jsii_name="acceptLanguage")
|
|
@@ -3256,7 +3256,7 @@ class CfnLaunchRoleConstraint(
|
|
|
3256
3256
|
if __debug__:
|
|
3257
3257
|
type_hints = typing.get_type_hints(_typecheckingstub__60ea7ba56f5932f4a537ac8dcec76b0b833a4f037c18ab9313d2f5c1450cbd15)
|
|
3258
3258
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3259
|
-
jsii.set(self, "acceptLanguage", value)
|
|
3259
|
+
jsii.set(self, "acceptLanguage", value) # pyright: ignore[reportArgumentType]
|
|
3260
3260
|
|
|
3261
3261
|
@builtins.property
|
|
3262
3262
|
@jsii.member(jsii_name="description")
|
|
@@ -3269,7 +3269,7 @@ class CfnLaunchRoleConstraint(
|
|
|
3269
3269
|
if __debug__:
|
|
3270
3270
|
type_hints = typing.get_type_hints(_typecheckingstub__e997754a39e1ca81474a20395f298ca53c6e2a7b4f0d90a43f559fa193bfee83)
|
|
3271
3271
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3272
|
-
jsii.set(self, "description", value)
|
|
3272
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
3273
3273
|
|
|
3274
3274
|
@builtins.property
|
|
3275
3275
|
@jsii.member(jsii_name="localRoleName")
|
|
@@ -3282,7 +3282,7 @@ class CfnLaunchRoleConstraint(
|
|
|
3282
3282
|
if __debug__:
|
|
3283
3283
|
type_hints = typing.get_type_hints(_typecheckingstub__38735c46db3b7efa62b54394ccb17cdaeabbdeedee4db2b961d2703d019b743f)
|
|
3284
3284
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3285
|
-
jsii.set(self, "localRoleName", value)
|
|
3285
|
+
jsii.set(self, "localRoleName", value) # pyright: ignore[reportArgumentType]
|
|
3286
3286
|
|
|
3287
3287
|
@builtins.property
|
|
3288
3288
|
@jsii.member(jsii_name="roleArn")
|
|
@@ -3295,7 +3295,7 @@ class CfnLaunchRoleConstraint(
|
|
|
3295
3295
|
if __debug__:
|
|
3296
3296
|
type_hints = typing.get_type_hints(_typecheckingstub__248ec39473440a68e8c88c92b6ff9884cc28a31f5b609dfb2c01d538752a700f)
|
|
3297
3297
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3298
|
-
jsii.set(self, "roleArn", value)
|
|
3298
|
+
jsii.set(self, "roleArn", value) # pyright: ignore[reportArgumentType]
|
|
3299
3299
|
|
|
3300
3300
|
|
|
3301
3301
|
@jsii.data_type(
|
|
@@ -3565,7 +3565,7 @@ class CfnLaunchTemplateConstraint(
|
|
|
3565
3565
|
if __debug__:
|
|
3566
3566
|
type_hints = typing.get_type_hints(_typecheckingstub__e87f1e493035080190abca77598b08c02602b6233929f7028d93f58f3a17ab94)
|
|
3567
3567
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3568
|
-
jsii.set(self, "portfolioId", value)
|
|
3568
|
+
jsii.set(self, "portfolioId", value) # pyright: ignore[reportArgumentType]
|
|
3569
3569
|
|
|
3570
3570
|
@builtins.property
|
|
3571
3571
|
@jsii.member(jsii_name="productId")
|
|
@@ -3578,7 +3578,7 @@ class CfnLaunchTemplateConstraint(
|
|
|
3578
3578
|
if __debug__:
|
|
3579
3579
|
type_hints = typing.get_type_hints(_typecheckingstub__d256c3b7cab9cf94812dcf57209fce5bce9471a4cde6a86009726dd55298b5d7)
|
|
3580
3580
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3581
|
-
jsii.set(self, "productId", value)
|
|
3581
|
+
jsii.set(self, "productId", value) # pyright: ignore[reportArgumentType]
|
|
3582
3582
|
|
|
3583
3583
|
@builtins.property
|
|
3584
3584
|
@jsii.member(jsii_name="rules")
|
|
@@ -3591,7 +3591,7 @@ class CfnLaunchTemplateConstraint(
|
|
|
3591
3591
|
if __debug__:
|
|
3592
3592
|
type_hints = typing.get_type_hints(_typecheckingstub__2b158803ee0c13d7830af3d21d7043a6643dd72dad91e07eb29d14657d4f4a39)
|
|
3593
3593
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3594
|
-
jsii.set(self, "rules", value)
|
|
3594
|
+
jsii.set(self, "rules", value) # pyright: ignore[reportArgumentType]
|
|
3595
3595
|
|
|
3596
3596
|
@builtins.property
|
|
3597
3597
|
@jsii.member(jsii_name="acceptLanguage")
|
|
@@ -3604,7 +3604,7 @@ class CfnLaunchTemplateConstraint(
|
|
|
3604
3604
|
if __debug__:
|
|
3605
3605
|
type_hints = typing.get_type_hints(_typecheckingstub__7e5ba6de90c017c1a21198e855f54709e112481dcfe02a743a1df4c23d2d18ef)
|
|
3606
3606
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3607
|
-
jsii.set(self, "acceptLanguage", value)
|
|
3607
|
+
jsii.set(self, "acceptLanguage", value) # pyright: ignore[reportArgumentType]
|
|
3608
3608
|
|
|
3609
3609
|
@builtins.property
|
|
3610
3610
|
@jsii.member(jsii_name="description")
|
|
@@ -3617,7 +3617,7 @@ class CfnLaunchTemplateConstraint(
|
|
|
3617
3617
|
if __debug__:
|
|
3618
3618
|
type_hints = typing.get_type_hints(_typecheckingstub__716d1d862c1c010f6c9e04edc0856ed95df8c9f36ffece1132b637c4d3920a39)
|
|
3619
3619
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3620
|
-
jsii.set(self, "description", value)
|
|
3620
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
3621
3621
|
|
|
3622
3622
|
|
|
3623
3623
|
@jsii.data_type(
|
|
@@ -3884,7 +3884,7 @@ class CfnPortfolio(
|
|
|
3884
3884
|
if __debug__:
|
|
3885
3885
|
type_hints = typing.get_type_hints(_typecheckingstub__7d1abc0e6a095810963efa465d843926d85779daf872a768bfcba9f4fee19134)
|
|
3886
3886
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3887
|
-
jsii.set(self, "displayName", value)
|
|
3887
|
+
jsii.set(self, "displayName", value) # pyright: ignore[reportArgumentType]
|
|
3888
3888
|
|
|
3889
3889
|
@builtins.property
|
|
3890
3890
|
@jsii.member(jsii_name="providerName")
|
|
@@ -3897,7 +3897,7 @@ class CfnPortfolio(
|
|
|
3897
3897
|
if __debug__:
|
|
3898
3898
|
type_hints = typing.get_type_hints(_typecheckingstub__f19cf1bbc2887d38b0021481cec62ff253aae63b95d98b72ba1ad96320212715)
|
|
3899
3899
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3900
|
-
jsii.set(self, "providerName", value)
|
|
3900
|
+
jsii.set(self, "providerName", value) # pyright: ignore[reportArgumentType]
|
|
3901
3901
|
|
|
3902
3902
|
@builtins.property
|
|
3903
3903
|
@jsii.member(jsii_name="acceptLanguage")
|
|
@@ -3910,7 +3910,7 @@ class CfnPortfolio(
|
|
|
3910
3910
|
if __debug__:
|
|
3911
3911
|
type_hints = typing.get_type_hints(_typecheckingstub__c619164fa197d168e117a57b9fa4e5d9eb2e336d411c50041f91b64b19016119)
|
|
3912
3912
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3913
|
-
jsii.set(self, "acceptLanguage", value)
|
|
3913
|
+
jsii.set(self, "acceptLanguage", value) # pyright: ignore[reportArgumentType]
|
|
3914
3914
|
|
|
3915
3915
|
@builtins.property
|
|
3916
3916
|
@jsii.member(jsii_name="description")
|
|
@@ -3923,7 +3923,7 @@ class CfnPortfolio(
|
|
|
3923
3923
|
if __debug__:
|
|
3924
3924
|
type_hints = typing.get_type_hints(_typecheckingstub__fa7fb74d0376cbe01215bbab3c9e0087d26de06ca59ae5ddf20ee6e804a00e00)
|
|
3925
3925
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3926
|
-
jsii.set(self, "description", value)
|
|
3926
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
3927
3927
|
|
|
3928
3928
|
@builtins.property
|
|
3929
3929
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -3936,7 +3936,7 @@ class CfnPortfolio(
|
|
|
3936
3936
|
if __debug__:
|
|
3937
3937
|
type_hints = typing.get_type_hints(_typecheckingstub__637efc1b0f4cccf3bb52a483d866a3597e5d240e45fd12080d02606cae18fdb8)
|
|
3938
3938
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3939
|
-
jsii.set(self, "tagsRaw", value)
|
|
3939
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
3940
3940
|
|
|
3941
3941
|
|
|
3942
3942
|
@jsii.implements(_IInspectable_c2943556)
|
|
@@ -4052,7 +4052,7 @@ class CfnPortfolioPrincipalAssociation(
|
|
|
4052
4052
|
if __debug__:
|
|
4053
4053
|
type_hints = typing.get_type_hints(_typecheckingstub__726706747073f477b14d5b31fa14aba7087b2fc4265414101c6069e458c605ef)
|
|
4054
4054
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4055
|
-
jsii.set(self, "portfolioId", value)
|
|
4055
|
+
jsii.set(self, "portfolioId", value) # pyright: ignore[reportArgumentType]
|
|
4056
4056
|
|
|
4057
4057
|
@builtins.property
|
|
4058
4058
|
@jsii.member(jsii_name="principalArn")
|
|
@@ -4065,7 +4065,7 @@ class CfnPortfolioPrincipalAssociation(
|
|
|
4065
4065
|
if __debug__:
|
|
4066
4066
|
type_hints = typing.get_type_hints(_typecheckingstub__71c52a4171fa242df45a083617e532d09ea08d89eea6a461f83e7608b28c48bb)
|
|
4067
4067
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4068
|
-
jsii.set(self, "principalArn", value)
|
|
4068
|
+
jsii.set(self, "principalArn", value) # pyright: ignore[reportArgumentType]
|
|
4069
4069
|
|
|
4070
4070
|
@builtins.property
|
|
4071
4071
|
@jsii.member(jsii_name="principalType")
|
|
@@ -4078,7 +4078,7 @@ class CfnPortfolioPrincipalAssociation(
|
|
|
4078
4078
|
if __debug__:
|
|
4079
4079
|
type_hints = typing.get_type_hints(_typecheckingstub__66dbe3deef345271ae1cfb35b0e313622b15892928d8581127c03e117db33585)
|
|
4080
4080
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4081
|
-
jsii.set(self, "principalType", value)
|
|
4081
|
+
jsii.set(self, "principalType", value) # pyright: ignore[reportArgumentType]
|
|
4082
4082
|
|
|
4083
4083
|
@builtins.property
|
|
4084
4084
|
@jsii.member(jsii_name="acceptLanguage")
|
|
@@ -4091,7 +4091,7 @@ class CfnPortfolioPrincipalAssociation(
|
|
|
4091
4091
|
if __debug__:
|
|
4092
4092
|
type_hints = typing.get_type_hints(_typecheckingstub__1390265bc6b4e797f81f5a56c99acfec9dceeb8b223c28fc92f325ebf1ee9136)
|
|
4093
4093
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4094
|
-
jsii.set(self, "acceptLanguage", value)
|
|
4094
|
+
jsii.set(self, "acceptLanguage", value) # pyright: ignore[reportArgumentType]
|
|
4095
4095
|
|
|
4096
4096
|
|
|
4097
4097
|
@jsii.data_type(
|
|
@@ -4323,7 +4323,7 @@ class CfnPortfolioProductAssociation(
|
|
|
4323
4323
|
if __debug__:
|
|
4324
4324
|
type_hints = typing.get_type_hints(_typecheckingstub__19f425d3e28d58e160bed9adb81d5653e2000512b6a76bfcf27a70e272988f14)
|
|
4325
4325
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4326
|
-
jsii.set(self, "portfolioId", value)
|
|
4326
|
+
jsii.set(self, "portfolioId", value) # pyright: ignore[reportArgumentType]
|
|
4327
4327
|
|
|
4328
4328
|
@builtins.property
|
|
4329
4329
|
@jsii.member(jsii_name="productId")
|
|
@@ -4336,7 +4336,7 @@ class CfnPortfolioProductAssociation(
|
|
|
4336
4336
|
if __debug__:
|
|
4337
4337
|
type_hints = typing.get_type_hints(_typecheckingstub__3098433a8204e6c52183ab4756af784eb3f510cb7bdb7fe68b7c21ef9e4d78cf)
|
|
4338
4338
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4339
|
-
jsii.set(self, "productId", value)
|
|
4339
|
+
jsii.set(self, "productId", value) # pyright: ignore[reportArgumentType]
|
|
4340
4340
|
|
|
4341
4341
|
@builtins.property
|
|
4342
4342
|
@jsii.member(jsii_name="acceptLanguage")
|
|
@@ -4349,7 +4349,7 @@ class CfnPortfolioProductAssociation(
|
|
|
4349
4349
|
if __debug__:
|
|
4350
4350
|
type_hints = typing.get_type_hints(_typecheckingstub__c7d396eed36a68172694b616bafad7ef385373f22a1d8c3dc49608d69ec9e526)
|
|
4351
4351
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4352
|
-
jsii.set(self, "acceptLanguage", value)
|
|
4352
|
+
jsii.set(self, "acceptLanguage", value) # pyright: ignore[reportArgumentType]
|
|
4353
4353
|
|
|
4354
4354
|
@builtins.property
|
|
4355
4355
|
@jsii.member(jsii_name="sourcePortfolioId")
|
|
@@ -4362,7 +4362,7 @@ class CfnPortfolioProductAssociation(
|
|
|
4362
4362
|
if __debug__:
|
|
4363
4363
|
type_hints = typing.get_type_hints(_typecheckingstub__add8959ef934f6895a130b9409bc0e69af9956f656deb01b88086944d1b3bc67)
|
|
4364
4364
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4365
|
-
jsii.set(self, "sourcePortfolioId", value)
|
|
4365
|
+
jsii.set(self, "sourcePortfolioId", value) # pyright: ignore[reportArgumentType]
|
|
4366
4366
|
|
|
4367
4367
|
|
|
4368
4368
|
@jsii.data_type(
|
|
@@ -4721,7 +4721,7 @@ class CfnPortfolioShare(
|
|
|
4721
4721
|
if __debug__:
|
|
4722
4722
|
type_hints = typing.get_type_hints(_typecheckingstub__48c561d8f65e1295a6646aca88fea994e01a775edc7d575b02db328f8fba94d3)
|
|
4723
4723
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4724
|
-
jsii.set(self, "accountId", value)
|
|
4724
|
+
jsii.set(self, "accountId", value) # pyright: ignore[reportArgumentType]
|
|
4725
4725
|
|
|
4726
4726
|
@builtins.property
|
|
4727
4727
|
@jsii.member(jsii_name="portfolioId")
|
|
@@ -4734,7 +4734,7 @@ class CfnPortfolioShare(
|
|
|
4734
4734
|
if __debug__:
|
|
4735
4735
|
type_hints = typing.get_type_hints(_typecheckingstub__4e5483e33494640db64273cad3dc0d20d35eb722e234d20ddf41f757010f2a19)
|
|
4736
4736
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4737
|
-
jsii.set(self, "portfolioId", value)
|
|
4737
|
+
jsii.set(self, "portfolioId", value) # pyright: ignore[reportArgumentType]
|
|
4738
4738
|
|
|
4739
4739
|
@builtins.property
|
|
4740
4740
|
@jsii.member(jsii_name="acceptLanguage")
|
|
@@ -4747,7 +4747,7 @@ class CfnPortfolioShare(
|
|
|
4747
4747
|
if __debug__:
|
|
4748
4748
|
type_hints = typing.get_type_hints(_typecheckingstub__a67335fb063acfeddbe773b72cb755de1237c50645577a7950124f26f1709f8f)
|
|
4749
4749
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4750
|
-
jsii.set(self, "acceptLanguage", value)
|
|
4750
|
+
jsii.set(self, "acceptLanguage", value) # pyright: ignore[reportArgumentType]
|
|
4751
4751
|
|
|
4752
4752
|
@builtins.property
|
|
4753
4753
|
@jsii.member(jsii_name="shareTagOptions")
|
|
@@ -4765,7 +4765,7 @@ class CfnPortfolioShare(
|
|
|
4765
4765
|
if __debug__:
|
|
4766
4766
|
type_hints = typing.get_type_hints(_typecheckingstub__235193413772119d9c84298309200ae18891e9be3ace13193c53075df6152693)
|
|
4767
4767
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4768
|
-
jsii.set(self, "shareTagOptions", value)
|
|
4768
|
+
jsii.set(self, "shareTagOptions", value) # pyright: ignore[reportArgumentType]
|
|
4769
4769
|
|
|
4770
4770
|
|
|
4771
4771
|
@jsii.data_type(
|
|
@@ -5001,7 +5001,7 @@ class CfnResourceUpdateConstraint(
|
|
|
5001
5001
|
if __debug__:
|
|
5002
5002
|
type_hints = typing.get_type_hints(_typecheckingstub__27e9ca67d9f35e36bb56addcc29f6005ea48f7be72ff846d74f4d2ec50fcba78)
|
|
5003
5003
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5004
|
-
jsii.set(self, "portfolioId", value)
|
|
5004
|
+
jsii.set(self, "portfolioId", value) # pyright: ignore[reportArgumentType]
|
|
5005
5005
|
|
|
5006
5006
|
@builtins.property
|
|
5007
5007
|
@jsii.member(jsii_name="productId")
|
|
@@ -5014,7 +5014,7 @@ class CfnResourceUpdateConstraint(
|
|
|
5014
5014
|
if __debug__:
|
|
5015
5015
|
type_hints = typing.get_type_hints(_typecheckingstub__1e2dff03e6c12d3272cc78225e164e33c802d44ff01420c35c436ec1409e35ac)
|
|
5016
5016
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5017
|
-
jsii.set(self, "productId", value)
|
|
5017
|
+
jsii.set(self, "productId", value) # pyright: ignore[reportArgumentType]
|
|
5018
5018
|
|
|
5019
5019
|
@builtins.property
|
|
5020
5020
|
@jsii.member(jsii_name="tagUpdateOnProvisionedProduct")
|
|
@@ -5027,7 +5027,7 @@ class CfnResourceUpdateConstraint(
|
|
|
5027
5027
|
if __debug__:
|
|
5028
5028
|
type_hints = typing.get_type_hints(_typecheckingstub__eec5a56fcac39964f096b92c76cbcec17b54dce956880ba1c66d3c10419b5cec)
|
|
5029
5029
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5030
|
-
jsii.set(self, "tagUpdateOnProvisionedProduct", value)
|
|
5030
|
+
jsii.set(self, "tagUpdateOnProvisionedProduct", value) # pyright: ignore[reportArgumentType]
|
|
5031
5031
|
|
|
5032
5032
|
@builtins.property
|
|
5033
5033
|
@jsii.member(jsii_name="acceptLanguage")
|
|
@@ -5040,7 +5040,7 @@ class CfnResourceUpdateConstraint(
|
|
|
5040
5040
|
if __debug__:
|
|
5041
5041
|
type_hints = typing.get_type_hints(_typecheckingstub__7bf3ffe828e864cac79d1395c3a8723d4ae6181d9cbf0eb06172be1481c2a64d)
|
|
5042
5042
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5043
|
-
jsii.set(self, "acceptLanguage", value)
|
|
5043
|
+
jsii.set(self, "acceptLanguage", value) # pyright: ignore[reportArgumentType]
|
|
5044
5044
|
|
|
5045
5045
|
@builtins.property
|
|
5046
5046
|
@jsii.member(jsii_name="description")
|
|
@@ -5053,7 +5053,7 @@ class CfnResourceUpdateConstraint(
|
|
|
5053
5053
|
if __debug__:
|
|
5054
5054
|
type_hints = typing.get_type_hints(_typecheckingstub__b4201ac4ba10b052d77bae5ea5b19dadaec094b4ec3807010c169e91385e5da1)
|
|
5055
5055
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5056
|
-
jsii.set(self, "description", value)
|
|
5056
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
5057
5057
|
|
|
5058
5058
|
|
|
5059
5059
|
@jsii.data_type(
|
|
@@ -5314,7 +5314,7 @@ class CfnServiceAction(
|
|
|
5314
5314
|
if __debug__:
|
|
5315
5315
|
type_hints = typing.get_type_hints(_typecheckingstub__ce59df90f00d540603f4ac3e5bf794dcc8ba05e89c05ad33d1289ab60d236f4a)
|
|
5316
5316
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5317
|
-
jsii.set(self, "definition", value)
|
|
5317
|
+
jsii.set(self, "definition", value) # pyright: ignore[reportArgumentType]
|
|
5318
5318
|
|
|
5319
5319
|
@builtins.property
|
|
5320
5320
|
@jsii.member(jsii_name="definitionType")
|
|
@@ -5327,7 +5327,7 @@ class CfnServiceAction(
|
|
|
5327
5327
|
if __debug__:
|
|
5328
5328
|
type_hints = typing.get_type_hints(_typecheckingstub__9e7b0a0df19abf9145a13198f8dd4cf82916ff2ab5cbf812a1326f3d94f4b470)
|
|
5329
5329
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5330
|
-
jsii.set(self, "definitionType", value)
|
|
5330
|
+
jsii.set(self, "definitionType", value) # pyright: ignore[reportArgumentType]
|
|
5331
5331
|
|
|
5332
5332
|
@builtins.property
|
|
5333
5333
|
@jsii.member(jsii_name="name")
|
|
@@ -5340,7 +5340,7 @@ class CfnServiceAction(
|
|
|
5340
5340
|
if __debug__:
|
|
5341
5341
|
type_hints = typing.get_type_hints(_typecheckingstub__0375292a489ea6b79527a8a83b9e55f4631c74e6bcfd44c582363a1bbed6c0d4)
|
|
5342
5342
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5343
|
-
jsii.set(self, "name", value)
|
|
5343
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
5344
5344
|
|
|
5345
5345
|
@builtins.property
|
|
5346
5346
|
@jsii.member(jsii_name="acceptLanguage")
|
|
@@ -5353,7 +5353,7 @@ class CfnServiceAction(
|
|
|
5353
5353
|
if __debug__:
|
|
5354
5354
|
type_hints = typing.get_type_hints(_typecheckingstub__212e7304ca0476cd2ef386f32b251370cbf36d24d7db94f107ff8c0bbaafdb57)
|
|
5355
5355
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5356
|
-
jsii.set(self, "acceptLanguage", value)
|
|
5356
|
+
jsii.set(self, "acceptLanguage", value) # pyright: ignore[reportArgumentType]
|
|
5357
5357
|
|
|
5358
5358
|
@builtins.property
|
|
5359
5359
|
@jsii.member(jsii_name="description")
|
|
@@ -5366,7 +5366,7 @@ class CfnServiceAction(
|
|
|
5366
5366
|
if __debug__:
|
|
5367
5367
|
type_hints = typing.get_type_hints(_typecheckingstub__947be12dff02fc61884bd774fa6fa917ec8c48f3d2fba99c9bd68d481714e7c4)
|
|
5368
5368
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5369
|
-
jsii.set(self, "description", value)
|
|
5369
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
5370
5370
|
|
|
5371
5371
|
@jsii.data_type(
|
|
5372
5372
|
jsii_type="aws-cdk-lib.aws_servicecatalog.CfnServiceAction.DefinitionParameterProperty",
|
|
@@ -5536,7 +5536,7 @@ class CfnServiceActionAssociation(
|
|
|
5536
5536
|
if __debug__:
|
|
5537
5537
|
type_hints = typing.get_type_hints(_typecheckingstub__d48df994bfc409a2186ce0f7f954c97d758cac05ff4c442e381ba542b43847e0)
|
|
5538
5538
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5539
|
-
jsii.set(self, "productId", value)
|
|
5539
|
+
jsii.set(self, "productId", value) # pyright: ignore[reportArgumentType]
|
|
5540
5540
|
|
|
5541
5541
|
@builtins.property
|
|
5542
5542
|
@jsii.member(jsii_name="provisioningArtifactId")
|
|
@@ -5549,7 +5549,7 @@ class CfnServiceActionAssociation(
|
|
|
5549
5549
|
if __debug__:
|
|
5550
5550
|
type_hints = typing.get_type_hints(_typecheckingstub__525d1605980366c81e343599764a8a17692b76ce41bca6ecd5a9a1ad81af4f2c)
|
|
5551
5551
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5552
|
-
jsii.set(self, "provisioningArtifactId", value)
|
|
5552
|
+
jsii.set(self, "provisioningArtifactId", value) # pyright: ignore[reportArgumentType]
|
|
5553
5553
|
|
|
5554
5554
|
@builtins.property
|
|
5555
5555
|
@jsii.member(jsii_name="serviceActionId")
|
|
@@ -5562,7 +5562,7 @@ class CfnServiceActionAssociation(
|
|
|
5562
5562
|
if __debug__:
|
|
5563
5563
|
type_hints = typing.get_type_hints(_typecheckingstub__18aae29d025946767f8ca8b8da89a0b0115102987022200d9f5c18157ae2ce5b)
|
|
5564
5564
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5565
|
-
jsii.set(self, "serviceActionId", value)
|
|
5565
|
+
jsii.set(self, "serviceActionId", value) # pyright: ignore[reportArgumentType]
|
|
5566
5566
|
|
|
5567
5567
|
|
|
5568
5568
|
@jsii.data_type(
|
|
@@ -5931,7 +5931,7 @@ class CfnStackSetConstraint(
|
|
|
5931
5931
|
if __debug__:
|
|
5932
5932
|
type_hints = typing.get_type_hints(_typecheckingstub__c7c6d08b3f255581c2ffdd7ffd68b702fe5ba710c382bdf5ae26db91c3d5f8e9)
|
|
5933
5933
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5934
|
-
jsii.set(self, "accountList", value)
|
|
5934
|
+
jsii.set(self, "accountList", value) # pyright: ignore[reportArgumentType]
|
|
5935
5935
|
|
|
5936
5936
|
@builtins.property
|
|
5937
5937
|
@jsii.member(jsii_name="adminRole")
|
|
@@ -5944,7 +5944,7 @@ class CfnStackSetConstraint(
|
|
|
5944
5944
|
if __debug__:
|
|
5945
5945
|
type_hints = typing.get_type_hints(_typecheckingstub__8a5a008ef49e1cc45721b5a75554c2bfba2c1d66fb3584a4ebc56ece6909cae8)
|
|
5946
5946
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5947
|
-
jsii.set(self, "adminRole", value)
|
|
5947
|
+
jsii.set(self, "adminRole", value) # pyright: ignore[reportArgumentType]
|
|
5948
5948
|
|
|
5949
5949
|
@builtins.property
|
|
5950
5950
|
@jsii.member(jsii_name="description")
|
|
@@ -5957,7 +5957,7 @@ class CfnStackSetConstraint(
|
|
|
5957
5957
|
if __debug__:
|
|
5958
5958
|
type_hints = typing.get_type_hints(_typecheckingstub__cfae06298a8284ec1fc825842bbccd21bfd9bb4c68791b92a8b21af754642bea)
|
|
5959
5959
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5960
|
-
jsii.set(self, "description", value)
|
|
5960
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
5961
5961
|
|
|
5962
5962
|
@builtins.property
|
|
5963
5963
|
@jsii.member(jsii_name="executionRole")
|
|
@@ -5970,7 +5970,7 @@ class CfnStackSetConstraint(
|
|
|
5970
5970
|
if __debug__:
|
|
5971
5971
|
type_hints = typing.get_type_hints(_typecheckingstub__970dcf9ee7612c69e8660d1ba6ee759ca3d6baf6d1f22948f11c60fc69441448)
|
|
5972
5972
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5973
|
-
jsii.set(self, "executionRole", value)
|
|
5973
|
+
jsii.set(self, "executionRole", value) # pyright: ignore[reportArgumentType]
|
|
5974
5974
|
|
|
5975
5975
|
@builtins.property
|
|
5976
5976
|
@jsii.member(jsii_name="portfolioId")
|
|
@@ -5983,7 +5983,7 @@ class CfnStackSetConstraint(
|
|
|
5983
5983
|
if __debug__:
|
|
5984
5984
|
type_hints = typing.get_type_hints(_typecheckingstub__89d3ccece013a09e092dca3159439eb8f634defe7a33fb54f8e400e2df569878)
|
|
5985
5985
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5986
|
-
jsii.set(self, "portfolioId", value)
|
|
5986
|
+
jsii.set(self, "portfolioId", value) # pyright: ignore[reportArgumentType]
|
|
5987
5987
|
|
|
5988
5988
|
@builtins.property
|
|
5989
5989
|
@jsii.member(jsii_name="productId")
|
|
@@ -5996,7 +5996,7 @@ class CfnStackSetConstraint(
|
|
|
5996
5996
|
if __debug__:
|
|
5997
5997
|
type_hints = typing.get_type_hints(_typecheckingstub__127b16e68f363dc6822b1ee34834ca000c00d3826c674b8cbacdfee357fae0a0)
|
|
5998
5998
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5999
|
-
jsii.set(self, "productId", value)
|
|
5999
|
+
jsii.set(self, "productId", value) # pyright: ignore[reportArgumentType]
|
|
6000
6000
|
|
|
6001
6001
|
@builtins.property
|
|
6002
6002
|
@jsii.member(jsii_name="regionList")
|
|
@@ -6009,7 +6009,7 @@ class CfnStackSetConstraint(
|
|
|
6009
6009
|
if __debug__:
|
|
6010
6010
|
type_hints = typing.get_type_hints(_typecheckingstub__726a4dab91f2940b18d78725c231cb513a17deedf20d0b0e8bc95228deaecb15)
|
|
6011
6011
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6012
|
-
jsii.set(self, "regionList", value)
|
|
6012
|
+
jsii.set(self, "regionList", value) # pyright: ignore[reportArgumentType]
|
|
6013
6013
|
|
|
6014
6014
|
@builtins.property
|
|
6015
6015
|
@jsii.member(jsii_name="stackInstanceControl")
|
|
@@ -6022,7 +6022,7 @@ class CfnStackSetConstraint(
|
|
|
6022
6022
|
if __debug__:
|
|
6023
6023
|
type_hints = typing.get_type_hints(_typecheckingstub__4532c7b88a0aecde03ff01ebbe4425fa7e1cfe109c70c3624bedd938293f957c)
|
|
6024
6024
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6025
|
-
jsii.set(self, "stackInstanceControl", value)
|
|
6025
|
+
jsii.set(self, "stackInstanceControl", value) # pyright: ignore[reportArgumentType]
|
|
6026
6026
|
|
|
6027
6027
|
@builtins.property
|
|
6028
6028
|
@jsii.member(jsii_name="acceptLanguage")
|
|
@@ -6035,7 +6035,7 @@ class CfnStackSetConstraint(
|
|
|
6035
6035
|
if __debug__:
|
|
6036
6036
|
type_hints = typing.get_type_hints(_typecheckingstub__cf2c708988899711ec9d8ea27f9e4165b113c614fd335bcb1d0b84bff81ef565)
|
|
6037
6037
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6038
|
-
jsii.set(self, "acceptLanguage", value)
|
|
6038
|
+
jsii.set(self, "acceptLanguage", value) # pyright: ignore[reportArgumentType]
|
|
6039
6039
|
|
|
6040
6040
|
|
|
6041
6041
|
@jsii.data_type(
|
|
@@ -6346,7 +6346,7 @@ class CfnTagOption(
|
|
|
6346
6346
|
if __debug__:
|
|
6347
6347
|
type_hints = typing.get_type_hints(_typecheckingstub__ed189bcd4f2dafa9555a0b400e637009d357d1b5029de2c05610b1eac7a01544)
|
|
6348
6348
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6349
|
-
jsii.set(self, "key", value)
|
|
6349
|
+
jsii.set(self, "key", value) # pyright: ignore[reportArgumentType]
|
|
6350
6350
|
|
|
6351
6351
|
@builtins.property
|
|
6352
6352
|
@jsii.member(jsii_name="value")
|
|
@@ -6359,7 +6359,7 @@ class CfnTagOption(
|
|
|
6359
6359
|
if __debug__:
|
|
6360
6360
|
type_hints = typing.get_type_hints(_typecheckingstub__8210c71789d2e226d95d699fde3e0ed6a8d5295865850b8f00b65fd8e5256e81)
|
|
6361
6361
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6362
|
-
jsii.set(self, "value", value)
|
|
6362
|
+
jsii.set(self, "value", value) # pyright: ignore[reportArgumentType]
|
|
6363
6363
|
|
|
6364
6364
|
@builtins.property
|
|
6365
6365
|
@jsii.member(jsii_name="active")
|
|
@@ -6377,7 +6377,7 @@ class CfnTagOption(
|
|
|
6377
6377
|
if __debug__:
|
|
6378
6378
|
type_hints = typing.get_type_hints(_typecheckingstub__89787874a9ebb4d4f8f779d0b1fe32ea722a2cc59e0dabe83bbaa1c0ed0f605b)
|
|
6379
6379
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6380
|
-
jsii.set(self, "active", value)
|
|
6380
|
+
jsii.set(self, "active", value) # pyright: ignore[reportArgumentType]
|
|
6381
6381
|
|
|
6382
6382
|
|
|
6383
6383
|
@jsii.implements(_IInspectable_c2943556)
|
|
@@ -6482,7 +6482,7 @@ class CfnTagOptionAssociation(
|
|
|
6482
6482
|
if __debug__:
|
|
6483
6483
|
type_hints = typing.get_type_hints(_typecheckingstub__471e0b593fbd9d09ee6976802eded33631b789cde5f21fad9622617eeb6305bb)
|
|
6484
6484
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6485
|
-
jsii.set(self, "resourceId", value)
|
|
6485
|
+
jsii.set(self, "resourceId", value) # pyright: ignore[reportArgumentType]
|
|
6486
6486
|
|
|
6487
6487
|
@builtins.property
|
|
6488
6488
|
@jsii.member(jsii_name="tagOptionId")
|
|
@@ -6495,7 +6495,7 @@ class CfnTagOptionAssociation(
|
|
|
6495
6495
|
if __debug__:
|
|
6496
6496
|
type_hints = typing.get_type_hints(_typecheckingstub__36b3523e61ec3624717af470321b5a099be0fe767c62edbb115ee12884351d73)
|
|
6497
6497
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6498
|
-
jsii.set(self, "tagOptionId", value)
|
|
6498
|
+
jsii.set(self, "tagOptionId", value) # pyright: ignore[reportArgumentType]
|
|
6499
6499
|
|
|
6500
6500
|
|
|
6501
6501
|
@jsii.data_type(
|