aws-cdk-lib 2.152.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.

Files changed (269) hide show
  1. aws_cdk/__init__.py +157 -215
  2. aws_cdk/_jsii/__init__.py +2 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.152.0.jsii.tgz → aws-cdk-lib@2.154.0.jsii.tgz} +0 -0
  4. aws_cdk/alexa_ask/__init__.py +3 -3
  5. aws_cdk/aws_accessanalyzer/__init__.py +5 -5
  6. aws_cdk/aws_acmpca/__init__.py +79 -24
  7. aws_cdk/aws_amazonmq/__init__.py +161 -161
  8. aws_cdk/aws_amplify/__init__.py +36 -36
  9. aws_cdk/aws_amplifyuibuilder/__init__.py +32 -32
  10. aws_cdk/aws_apigateway/__init__.py +122 -122
  11. aws_cdk/aws_apigatewayv2/__init__.py +135 -121
  12. aws_cdk/aws_apigatewayv2_integrations/__init__.py +12 -12
  13. aws_cdk/aws_appconfig/__init__.py +59 -59
  14. aws_cdk/aws_appflow/__init__.py +20 -20
  15. aws_cdk/aws_appintegrations/__init__.py +19 -19
  16. aws_cdk/aws_applicationautoscaling/__init__.py +31 -16
  17. aws_cdk/aws_applicationinsights/__init__.py +11 -11
  18. aws_cdk/aws_applicationsignals/__init__.py +5 -5
  19. aws_cdk/aws_appmesh/__init__.py +35 -35
  20. aws_cdk/aws_apprunner/__init__.py +25 -25
  21. aws_cdk/aws_appstream/__init__.py +105 -105
  22. aws_cdk/aws_appsync/__init__.py +89 -89
  23. aws_cdk/aws_apptest/__init__.py +25 -25
  24. aws_cdk/aws_aps/__init__.py +14 -14
  25. aws_cdk/aws_arczonalshift/__init__.py +200 -3
  26. aws_cdk/aws_athena/__init__.py +25 -25
  27. aws_cdk/aws_auditmanager/__init__.py +15 -15
  28. aws_cdk/aws_autoscaling/__init__.py +84 -84
  29. aws_cdk/aws_autoscalingplans/__init__.py +2 -2
  30. aws_cdk/aws_b2bi/__init__.py +24 -24
  31. aws_cdk/aws_backup/__init__.py +33 -33
  32. aws_cdk/aws_backupgateway/__init__.py +7 -7
  33. aws_cdk/aws_batch/__init__.py +289 -35
  34. aws_cdk/aws_bcmdataexports/__init__.py +2 -2
  35. aws_cdk/aws_bedrock/__init__.py +13239 -3277
  36. aws_cdk/aws_billingconductor/__init__.py +28 -28
  37. aws_cdk/aws_budgets/__init__.py +12 -12
  38. aws_cdk/aws_cassandra/__init__.py +16 -16
  39. aws_cdk/aws_ce/__init__.py +17 -17
  40. aws_cdk/aws_certificatemanager/__init__.py +9 -9
  41. aws_cdk/aws_chatbot/__init__.py +22 -22
  42. aws_cdk/aws_cleanrooms/__init__.py +2470 -307
  43. aws_cdk/aws_cleanroomsml/__init__.py +5 -5
  44. aws_cdk/aws_cloud9/__init__.py +10 -10
  45. aws_cdk/aws_cloudformation/__init__.py +94 -69
  46. aws_cdk/aws_cloudfront/__init__.py +31 -30
  47. aws_cdk/aws_cloudfront/experimental/__init__.py +23 -0
  48. aws_cdk/aws_cloudtrail/__init__.py +46 -44
  49. aws_cdk/aws_cloudwatch/__init__.py +61 -69
  50. aws_cdk/aws_codeartifact/__init__.py +19 -19
  51. aws_cdk/aws_codebuild/__init__.py +60 -68
  52. aws_cdk/aws_codecommit/__init__.py +10 -6
  53. aws_cdk/aws_codeconnections/__init__.py +5 -5
  54. aws_cdk/aws_codedeploy/__init__.py +28 -28
  55. aws_cdk/aws_codeguruprofiler/__init__.py +5 -5
  56. aws_cdk/aws_codegurureviewer/__init__.py +6 -6
  57. aws_cdk/aws_codepipeline/__init__.py +849 -52
  58. aws_cdk/aws_codepipeline_actions/__init__.py +1 -1
  59. aws_cdk/aws_codestar/__init__.py +8 -8
  60. aws_cdk/aws_codestarconnections/__init__.py +17 -17
  61. aws_cdk/aws_codestarnotifications/__init__.py +10 -10
  62. aws_cdk/aws_cognito/__init__.py +465 -133
  63. aws_cdk/aws_comprehend/__init__.py +20 -20
  64. aws_cdk/aws_config/__init__.py +67 -67
  65. aws_cdk/aws_connect/__init__.py +139 -137
  66. aws_cdk/aws_connectcampaigns/__init__.py +5 -5
  67. aws_cdk/aws_controltower/__init__.py +12 -12
  68. aws_cdk/aws_cur/__init__.py +12 -12
  69. aws_cdk/aws_customerprofiles/__init__.py +36 -36
  70. aws_cdk/aws_databrew/__init__.py +45 -45
  71. aws_cdk/aws_datapipeline/__init__.py +12 -8
  72. aws_cdk/aws_datasync/__init__.py +119 -117
  73. aws_cdk/aws_datazone/__init__.py +63 -63
  74. aws_cdk/aws_dax/__init__.py +20 -20
  75. aws_cdk/aws_deadline/__init__.py +221 -292
  76. aws_cdk/aws_detective/__init__.py +8 -8
  77. aws_cdk/aws_devicefarm/__init__.py +37 -37
  78. aws_cdk/aws_devopsguru/__init__.py +2 -2
  79. aws_cdk/aws_directoryservice/__init__.py +15 -15
  80. aws_cdk/aws_dlm/__init__.py +12 -12
  81. aws_cdk/aws_dms/__init__.py +300 -298
  82. aws_cdk/aws_docdb/__init__.py +49 -49
  83. aws_cdk/aws_docdbelastic/__init__.py +14 -14
  84. aws_cdk/aws_dynamodb/__init__.py +371 -37
  85. aws_cdk/aws_ec2/__init__.py +900 -606
  86. aws_cdk/aws_ecr/__init__.py +117 -77
  87. aws_cdk/aws_ecr_assets/__init__.py +4 -4
  88. aws_cdk/aws_ecs/__init__.py +190 -191
  89. aws_cdk/aws_ecs_patterns/__init__.py +2 -2
  90. aws_cdk/aws_efs/__init__.py +22 -22
  91. aws_cdk/aws_eks/__init__.py +177 -61
  92. aws_cdk/aws_elasticache/__init__.py +218 -226
  93. aws_cdk/aws_elasticbeanstalk/__init__.py +25 -25
  94. aws_cdk/aws_elasticloadbalancing/__init__.py +16 -16
  95. aws_cdk/aws_elasticloadbalancingv2/__init__.py +1066 -102
  96. aws_cdk/aws_elasticloadbalancingv2_targets/__init__.py +86 -4
  97. aws_cdk/aws_elasticsearch/__init__.py +16 -16
  98. aws_cdk/aws_emr/__init__.py +74 -74
  99. aws_cdk/aws_emrcontainers/__init__.py +3 -3
  100. aws_cdk/aws_emrserverless/__init__.py +157 -14
  101. aws_cdk/aws_entityresolution/__init__.py +613 -35
  102. aws_cdk/aws_events/__init__.py +42 -42
  103. aws_cdk/aws_eventschemas/__init__.py +16 -16
  104. aws_cdk/aws_evidently/__init__.py +38 -38
  105. aws_cdk/aws_finspace/__init__.py +8 -8
  106. aws_cdk/aws_fis/__init__.py +12 -12
  107. aws_cdk/aws_fms/__init__.py +21 -21
  108. aws_cdk/aws_forecast/__init__.py +18 -11
  109. aws_cdk/aws_frauddetector/__init__.py +35 -35
  110. aws_cdk/aws_fsx/__init__.py +35 -35
  111. aws_cdk/aws_gamelift/__init__.py +103 -103
  112. aws_cdk/aws_globalaccelerator/__init__.py +46 -24
  113. aws_cdk/aws_glue/__init__.py +132 -139
  114. aws_cdk/aws_grafana/__init__.py +17 -17
  115. aws_cdk/aws_greengrass/__init__.py +48 -48
  116. aws_cdk/aws_greengrassv2/__init__.py +10 -10
  117. aws_cdk/aws_groundstation/__init__.py +16 -16
  118. aws_cdk/aws_guardduty/__init__.py +40 -38
  119. aws_cdk/aws_healthimaging/__init__.py +3 -3
  120. aws_cdk/aws_healthlake/__init__.py +6 -6
  121. aws_cdk/aws_iam/__init__.py +120 -122
  122. aws_cdk/aws_identitystore/__init__.py +6 -6
  123. aws_cdk/aws_imagebuilder/__init__.py +92 -92
  124. aws_cdk/aws_inspector/__init__.py +8 -8
  125. aws_cdk/aws_inspectorv2/__init__.py +102 -97
  126. aws_cdk/aws_internetmonitor/__init__.py +12 -12
  127. aws_cdk/aws_iot/__init__.py +141 -141
  128. aws_cdk/aws_iot1click/__init__.py +9 -9
  129. aws_cdk/aws_iotanalytics/__init__.py +21 -21
  130. aws_cdk/aws_iotcoredeviceadvisor/__init__.py +2 -2
  131. aws_cdk/aws_iotevents/__init__.py +20 -20
  132. aws_cdk/aws_iotfleethub/__init__.py +4 -4
  133. aws_cdk/aws_iotfleetwise/__init__.py +45 -45
  134. aws_cdk/aws_iotsitewise/__init__.py +40 -40
  135. aws_cdk/aws_iotthingsgraph/__init__.py +2 -2
  136. aws_cdk/aws_iottwinmaker/__init__.py +34 -34
  137. aws_cdk/aws_iotwireless/__init__.py +66 -66
  138. aws_cdk/aws_ivs/__init__.py +32 -32
  139. aws_cdk/aws_ivschat/__init__.py +9 -9
  140. aws_cdk/aws_kafkaconnect/__init__.py +22 -22
  141. aws_cdk/aws_kendra/__init__.py +28 -28
  142. aws_cdk/aws_kendraranking/__init__.py +4 -4
  143. aws_cdk/aws_kinesis/__init__.py +8 -8
  144. aws_cdk/aws_kinesisanalytics/__init__.py +23 -23
  145. aws_cdk/aws_kinesisanalyticsv2/__init__.py +15 -15
  146. aws_cdk/aws_kinesisfirehose/__init__.py +677 -18
  147. aws_cdk/aws_kinesisvideo/__init__.py +10 -10
  148. aws_cdk/aws_kms/__init__.py +20 -20
  149. aws_cdk/aws_lakeformation/__init__.py +36 -36
  150. aws_cdk/aws_lambda/__init__.py +435 -227
  151. aws_cdk/aws_lambda_nodejs/__init__.py +23 -0
  152. aws_cdk/aws_launchwizard/__init__.py +508 -0
  153. aws_cdk/aws_lex/__init__.py +24 -24
  154. aws_cdk/aws_licensemanager/__init__.py +17 -17
  155. aws_cdk/aws_lightsail/__init__.py +90 -90
  156. aws_cdk/aws_location/__init__.py +41 -41
  157. aws_cdk/aws_logs/__init__.py +50 -50
  158. aws_cdk/aws_lookoutequipment/__init__.py +9 -9
  159. aws_cdk/aws_lookoutmetrics/__init__.py +10 -10
  160. aws_cdk/aws_lookoutvision/__init__.py +1 -1
  161. aws_cdk/aws_m2/__init__.py +20 -20
  162. aws_cdk/aws_macie/__init__.py +19 -19
  163. aws_cdk/aws_managedblockchain/__init__.py +10 -10
  164. aws_cdk/aws_mediaconnect/__init__.py +114 -77
  165. aws_cdk/aws_mediaconvert/__init__.py +20 -20
  166. aws_cdk/aws_medialive/__init__.py +44 -76
  167. aws_cdk/aws_mediapackage/__init__.py +38 -38
  168. aws_cdk/aws_mediapackagev2/__init__.py +178 -25
  169. aws_cdk/aws_mediastore/__init__.py +7 -7
  170. aws_cdk/aws_mediatailor/__init__.py +40 -40
  171. aws_cdk/aws_memorydb/__init__.py +41 -41
  172. aws_cdk/aws_msk/__init__.py +39 -39
  173. aws_cdk/aws_mwaa/__init__.py +25 -25
  174. aws_cdk/aws_neptune/__init__.py +55 -55
  175. aws_cdk/aws_neptunegraph/__init__.py +11 -11
  176. aws_cdk/aws_networkfirewall/__init__.py +36 -30
  177. aws_cdk/aws_networkmanager/__init__.py +1062 -91
  178. aws_cdk/aws_nimblestudio/__init__.py +31 -31
  179. aws_cdk/aws_oam/__init__.py +8 -8
  180. aws_cdk/aws_omics/__init__.py +36 -36
  181. aws_cdk/aws_opensearchserverless/__init__.py +25 -25
  182. aws_cdk/aws_opensearchservice/__init__.py +20 -20
  183. aws_cdk/aws_opsworks/__init__.py +87 -87
  184. aws_cdk/aws_opsworkscm/__init__.py +21 -21
  185. aws_cdk/aws_organizations/__init__.py +17 -17
  186. aws_cdk/aws_osis/__init__.py +122 -9
  187. aws_cdk/aws_panorama/__init__.py +27 -22
  188. aws_cdk/aws_paymentcryptography/__init__.py +7 -7
  189. aws_cdk/aws_pcaconnectorad/__init__.py +17 -17
  190. aws_cdk/aws_personalize/__init__.py +19 -19
  191. aws_cdk/aws_pinpoint/__init__.py +122 -122
  192. aws_cdk/aws_pinpointemail/__init__.py +16 -16
  193. aws_cdk/aws_pipes/__init__.py +14 -16
  194. aws_cdk/aws_proton/__init__.py +19 -19
  195. aws_cdk/aws_qbusiness/__init__.py +160 -45
  196. aws_cdk/aws_qldb/__init__.py +12 -12
  197. aws_cdk/aws_quicksight/__init__.py +91 -91
  198. aws_cdk/aws_ram/__init__.py +11 -11
  199. aws_cdk/aws_rds/__init__.py +365 -259
  200. aws_cdk/aws_redshift/__init__.py +136 -91
  201. aws_cdk/aws_redshiftserverless/__init__.py +27 -27
  202. aws_cdk/aws_refactorspaces/__init__.py +26 -26
  203. aws_cdk/aws_rekognition/__init__.py +16 -16
  204. aws_cdk/aws_resiliencehub/__init__.py +15 -15
  205. aws_cdk/aws_resourceexplorer2/__init__.py +8 -8
  206. aws_cdk/aws_resourcegroups/__init__.py +6 -6
  207. aws_cdk/aws_robomaker/__init__.py +25 -25
  208. aws_cdk/aws_rolesanywhere/__init__.py +67 -19
  209. aws_cdk/aws_route53/__init__.py +36 -36
  210. aws_cdk/aws_route53profiles/__init__.py +11 -11
  211. aws_cdk/aws_route53recoverycontrol/__init__.py +14 -14
  212. aws_cdk/aws_route53recoveryreadiness/__init__.py +13 -13
  213. aws_cdk/aws_route53resolver/__init__.py +123 -82
  214. aws_cdk/aws_rum/__init__.py +6 -6
  215. aws_cdk/aws_s3/__init__.py +136 -80
  216. aws_cdk/aws_s3_deployment/__init__.py +30 -24
  217. aws_cdk/aws_s3_notifications/__init__.py +3 -4
  218. aws_cdk/aws_s3express/__init__.py +5 -5
  219. aws_cdk/aws_s3objectlambda/__init__.py +6 -6
  220. aws_cdk/aws_s3outposts/__init__.py +16 -16
  221. aws_cdk/aws_sagemaker/__init__.py +2412 -280
  222. aws_cdk/aws_sam/__init__.py +101 -101
  223. aws_cdk/aws_scheduler/__init__.py +13 -13
  224. aws_cdk/aws_sdb/__init__.py +1 -1
  225. aws_cdk/aws_secretsmanager/__init__.py +20 -19
  226. aws_cdk/aws_securityhub/__init__.py +70 -57
  227. aws_cdk/aws_securitylake/__init__.py +341 -16
  228. aws_cdk/aws_servicecatalog/__init__.py +87 -87
  229. aws_cdk/aws_servicecatalogappregistry/__init__.py +12 -12
  230. aws_cdk/aws_servicediscovery/__init__.py +23 -23
  231. aws_cdk/aws_ses/__init__.py +12038 -5604
  232. aws_cdk/aws_shield/__init__.py +15 -15
  233. aws_cdk/aws_signer/__init__.py +9 -9
  234. aws_cdk/aws_simspaceweaver/__init__.py +5 -5
  235. aws_cdk/aws_sns/__init__.py +28 -28
  236. aws_cdk/aws_sqs/__init__.py +20 -20
  237. aws_cdk/aws_ssm/__init__.py +172 -101
  238. aws_cdk/aws_ssmcontacts/__init__.py +18 -18
  239. aws_cdk/aws_ssmincidents/__init__.py +11 -11
  240. aws_cdk/aws_sso/__init__.py +31 -31
  241. aws_cdk/aws_stepfunctions/__init__.py +370 -28
  242. aws_cdk/aws_supportapp/__init__.py +11 -11
  243. aws_cdk/aws_synthetics/__init__.py +18 -18
  244. aws_cdk/aws_systemsmanagersap/__init__.py +48 -7
  245. aws_cdk/aws_timestream/__init__.py +34 -34
  246. aws_cdk/aws_transfer/__init__.py +57 -57
  247. aws_cdk/aws_verifiedpermissions/__init__.py +11 -11
  248. aws_cdk/aws_voiceid/__init__.py +4 -4
  249. aws_cdk/aws_vpclattice/__init__.py +42 -42
  250. aws_cdk/aws_waf/__init__.py +17 -17
  251. aws_cdk/aws_wafregional/__init__.py +28 -28
  252. aws_cdk/aws_wafv2/__init__.py +39 -39
  253. aws_cdk/aws_wisdom/__init__.py +16 -16
  254. aws_cdk/aws_workspaces/__init__.py +18 -18
  255. aws_cdk/aws_workspacesthinclient/__init__.py +63 -9
  256. aws_cdk/aws_workspacesweb/__init__.py +87 -46
  257. aws_cdk/aws_xray/__init__.py +12 -12
  258. aws_cdk/cloud_assembly_schema/__init__.py +348 -239
  259. aws_cdk/custom_resources/__init__.py +283 -0
  260. aws_cdk/cx_api/__init__.py +15 -15
  261. aws_cdk/pipelines/__init__.py +172 -237
  262. aws_cdk/triggers/__init__.py +23 -0
  263. {aws_cdk_lib-2.152.0.dist-info → aws_cdk_lib-2.154.0.dist-info}/METADATA +3 -2
  264. aws_cdk_lib-2.154.0.dist-info/RECORD +292 -0
  265. aws_cdk_lib-2.152.0.dist-info/RECORD +0 -291
  266. {aws_cdk_lib-2.152.0.dist-info → aws_cdk_lib-2.154.0.dist-info}/LICENSE +0 -0
  267. {aws_cdk_lib-2.152.0.dist-info → aws_cdk_lib-2.154.0.dist-info}/NOTICE +0 -0
  268. {aws_cdk_lib-2.152.0.dist-info → aws_cdk_lib-2.154.0.dist-info}/WHEEL +0 -0
  269. {aws_cdk_lib-2.152.0.dist-info → aws_cdk_lib-2.154.0.dist-info}/top_level.txt +0 -0
@@ -96,6 +96,39 @@ arn_lookup = ssm.StringParameter.value_from_lookup(self, "/my/role/arn")
96
96
  iam.Role.from_role_arn(self, "role", Lazy.string({"produce": () => arnLookup}))
97
97
  ```
98
98
 
99
+ ### cross-account SSM Parameters sharing
100
+
101
+ AWS Systems Manager (SSM) Parameter Store supports cross-account sharing of parameters using the AWS Resource Access Manager (AWS RAM)
102
+ service. In a multi-account environment, this feature enables accounts (referred to as "consuming accounts") to access and retrieve
103
+ parameter values that are shared by other accounts (referred to as "sharing accounts"). To reference and use a shared SSM parameter
104
+ in a consuming account, the `fromStringParameterArn()` method can be employed.
105
+
106
+ The `fromStringParameterArn()` method provides a way for consuming accounts to create an instance of the StringParameter
107
+ class from the Amazon Resource Name (ARN) of a shared SSM parameter. This allows the consuming account to retrieve and utilize the
108
+ parameter value, even though the parameter itself is owned and managed by a different sharing account.
109
+
110
+ ```python
111
+ sharing_parameter_arn = "arn:aws:ssm:us-east-1:1234567890:parameter/dummyName"
112
+ shared_param = ssm.StringParameter.from_string_parameter_arn(self, "SharedParam", sharing_parameter_arn)
113
+ ```
114
+
115
+ Things to note:
116
+
117
+ * The account that owns the AWS Systems Manager (SSM) parameter and wants to share it with other accounts (referred to as the "sharing account") must create the parameter in the advanced tier. This is a prerequisite for sharing SSM parameters across accounts.
118
+ * After creating the parameter in the advanced tier, the sharing account needs to set up a resource share using AWS Resource Access Manager (RAM). This resource share will specify the SSM parameter(s) to be shared and the accounts (referred to as "consuming accounts") with which the parameter(s) should be shared.
119
+ * Once the resource share is created by the sharing account, the consuming account(s) will receive an invitation to join the resource share. For the consuming account(s) to access and use the shared SSM parameter(s), they must accept the resource share invitation from the sharing account.
120
+ * The AWS Systems Manager Parameter Store parameter being referenced must be located in the same AWS region as the AWS CDK stack that is consuming or using the parameter.
121
+
122
+ In summary, the process involves three main steps:
123
+
124
+ 1. The sharing account creates the SSM parameter(s) in the advanced tier.
125
+ 2. The sharing account creates a resource share using AWS RAM, specifying the SSM parameter(s) and the consuming account(s).
126
+ 3. The consuming account(s) accept the resource share invitation to gain access to the shared SSM parameter(s).
127
+
128
+ This cross-account sharing mechanism allows for centralized management and distribution of configuration data (stored as SSM parameters) across multiple AWS accounts within an organization or between different organizations.
129
+
130
+ Read [Working with shared parameters](https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-shared-parameters.html) for more details.
131
+
99
132
  ## Creating new SSM Parameters in your CDK app
100
133
 
101
134
  You can create either `ssm.StringParameter` or `ssm.StringListParameter`s in
@@ -380,7 +413,7 @@ class CfnAssociation(
380
413
  if __debug__:
381
414
  type_hints = typing.get_type_hints(_typecheckingstub__e92bf5492040a0299998b0a9b059a356249d33ec61a41eeee594e093a7d0fb93)
382
415
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
383
- jsii.set(self, "name", value)
416
+ jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
384
417
 
385
418
  @builtins.property
386
419
  @jsii.member(jsii_name="applyOnlyAtCronInterval")
@@ -398,7 +431,7 @@ class CfnAssociation(
398
431
  if __debug__:
399
432
  type_hints = typing.get_type_hints(_typecheckingstub__b9023084f7868b14116f97ca76b80fe2c8428bca0dc340c9e250534372a8882b)
400
433
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
401
- jsii.set(self, "applyOnlyAtCronInterval", value)
434
+ jsii.set(self, "applyOnlyAtCronInterval", value) # pyright: ignore[reportArgumentType]
402
435
 
403
436
  @builtins.property
404
437
  @jsii.member(jsii_name="associationName")
@@ -411,7 +444,7 @@ class CfnAssociation(
411
444
  if __debug__:
412
445
  type_hints = typing.get_type_hints(_typecheckingstub__bb049dd8f3d81baa9ccd163bb3c0e0c5f10114fd3a4d9ed4a1da2dfaa2e7a70c)
413
446
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
414
- jsii.set(self, "associationName", value)
447
+ jsii.set(self, "associationName", value) # pyright: ignore[reportArgumentType]
415
448
 
416
449
  @builtins.property
417
450
  @jsii.member(jsii_name="automationTargetParameterName")
@@ -427,7 +460,7 @@ class CfnAssociation(
427
460
  if __debug__:
428
461
  type_hints = typing.get_type_hints(_typecheckingstub__784e8ad1b8f5f3c269d31598a3121d33ed36eb41074ed3c1c4d612eed6484920)
429
462
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
430
- jsii.set(self, "automationTargetParameterName", value)
463
+ jsii.set(self, "automationTargetParameterName", value) # pyright: ignore[reportArgumentType]
431
464
 
432
465
  @builtins.property
433
466
  @jsii.member(jsii_name="calendarNames")
@@ -440,7 +473,7 @@ class CfnAssociation(
440
473
  if __debug__:
441
474
  type_hints = typing.get_type_hints(_typecheckingstub__89f46620766a6cb92f5e7135d5be6128d4d6e6dc8da7d7a49f8216a2bd89ce04)
442
475
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
443
- jsii.set(self, "calendarNames", value)
476
+ jsii.set(self, "calendarNames", value) # pyright: ignore[reportArgumentType]
444
477
 
445
478
  @builtins.property
446
479
  @jsii.member(jsii_name="complianceSeverity")
@@ -453,7 +486,7 @@ class CfnAssociation(
453
486
  if __debug__:
454
487
  type_hints = typing.get_type_hints(_typecheckingstub__9e8a1f13b08374e8b174f211647e4f9aee7820e96b01b93747f906958e9aff43)
455
488
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
456
- jsii.set(self, "complianceSeverity", value)
489
+ jsii.set(self, "complianceSeverity", value) # pyright: ignore[reportArgumentType]
457
490
 
458
491
  @builtins.property
459
492
  @jsii.member(jsii_name="documentVersion")
@@ -466,7 +499,7 @@ class CfnAssociation(
466
499
  if __debug__:
467
500
  type_hints = typing.get_type_hints(_typecheckingstub__e6852a105eba64031e2ab4c7f0f0c2569933f7be795a2d958593d091f277a667)
468
501
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
469
- jsii.set(self, "documentVersion", value)
502
+ jsii.set(self, "documentVersion", value) # pyright: ignore[reportArgumentType]
470
503
 
471
504
  @builtins.property
472
505
  @jsii.member(jsii_name="instanceId")
@@ -479,7 +512,7 @@ class CfnAssociation(
479
512
  if __debug__:
480
513
  type_hints = typing.get_type_hints(_typecheckingstub__a1a40e1278e729960017eba97f7aaf904bfa9d528733d2142f2710e6cf17306f)
481
514
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
482
- jsii.set(self, "instanceId", value)
515
+ jsii.set(self, "instanceId", value) # pyright: ignore[reportArgumentType]
483
516
 
484
517
  @builtins.property
485
518
  @jsii.member(jsii_name="maxConcurrency")
@@ -492,7 +525,7 @@ class CfnAssociation(
492
525
  if __debug__:
493
526
  type_hints = typing.get_type_hints(_typecheckingstub__a8a46c913675e9198e679ed1f83d648c1ccd40b2341879145404fd2ebc256093)
494
527
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
495
- jsii.set(self, "maxConcurrency", value)
528
+ jsii.set(self, "maxConcurrency", value) # pyright: ignore[reportArgumentType]
496
529
 
497
530
  @builtins.property
498
531
  @jsii.member(jsii_name="maxErrors")
@@ -505,7 +538,7 @@ class CfnAssociation(
505
538
  if __debug__:
506
539
  type_hints = typing.get_type_hints(_typecheckingstub__97c0c0ebc4e8f350ab107d93e7f4ebce7994eb4e9c23da3d470fbd5a5fd349e9)
507
540
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
508
- jsii.set(self, "maxErrors", value)
541
+ jsii.set(self, "maxErrors", value) # pyright: ignore[reportArgumentType]
509
542
 
510
543
  @builtins.property
511
544
  @jsii.member(jsii_name="outputLocation")
@@ -523,7 +556,7 @@ class CfnAssociation(
523
556
  if __debug__:
524
557
  type_hints = typing.get_type_hints(_typecheckingstub__b7f2d6bae4a2f47caddaa51675bf95100b06b460f639a924aec4c36f3e0dfe13)
525
558
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
526
- jsii.set(self, "outputLocation", value)
559
+ jsii.set(self, "outputLocation", value) # pyright: ignore[reportArgumentType]
527
560
 
528
561
  @builtins.property
529
562
  @jsii.member(jsii_name="parameters")
@@ -536,7 +569,7 @@ class CfnAssociation(
536
569
  if __debug__:
537
570
  type_hints = typing.get_type_hints(_typecheckingstub__a7bc72c1573e12dfc32dfc15c4125adfa3aee907e4c231fb1dc195260483bca5)
538
571
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
539
- jsii.set(self, "parameters", value)
572
+ jsii.set(self, "parameters", value) # pyright: ignore[reportArgumentType]
540
573
 
541
574
  @builtins.property
542
575
  @jsii.member(jsii_name="scheduleExpression")
@@ -549,7 +582,7 @@ class CfnAssociation(
549
582
  if __debug__:
550
583
  type_hints = typing.get_type_hints(_typecheckingstub__1b45e3419b475a4d33fe733aa9418e965aeddb232d631f9b2024913c92d22947)
551
584
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
552
- jsii.set(self, "scheduleExpression", value)
585
+ jsii.set(self, "scheduleExpression", value) # pyright: ignore[reportArgumentType]
553
586
 
554
587
  @builtins.property
555
588
  @jsii.member(jsii_name="scheduleOffset")
@@ -562,7 +595,7 @@ class CfnAssociation(
562
595
  if __debug__:
563
596
  type_hints = typing.get_type_hints(_typecheckingstub__ae92d319670461482db27cc5bf559ad4df2f8df83ba4d88119ce8f83e9169873)
564
597
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
565
- jsii.set(self, "scheduleOffset", value)
598
+ jsii.set(self, "scheduleOffset", value) # pyright: ignore[reportArgumentType]
566
599
 
567
600
  @builtins.property
568
601
  @jsii.member(jsii_name="syncCompliance")
@@ -575,7 +608,7 @@ class CfnAssociation(
575
608
  if __debug__:
576
609
  type_hints = typing.get_type_hints(_typecheckingstub__2d7078ea082466fa5a28a7853d4916de9d395e0a7adf5ae826e9a2028bdb9a93)
577
610
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
578
- jsii.set(self, "syncCompliance", value)
611
+ jsii.set(self, "syncCompliance", value) # pyright: ignore[reportArgumentType]
579
612
 
580
613
  @builtins.property
581
614
  @jsii.member(jsii_name="targets")
@@ -593,7 +626,7 @@ class CfnAssociation(
593
626
  if __debug__:
594
627
  type_hints = typing.get_type_hints(_typecheckingstub__3ce3b93eff1353677d4fb546ad1db9172eecc860870a57f1426f1ff63ce088d4)
595
628
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
596
- jsii.set(self, "targets", value)
629
+ jsii.set(self, "targets", value) # pyright: ignore[reportArgumentType]
597
630
 
598
631
  @builtins.property
599
632
  @jsii.member(jsii_name="waitForSuccessTimeoutSeconds")
@@ -609,7 +642,7 @@ class CfnAssociation(
609
642
  if __debug__:
610
643
  type_hints = typing.get_type_hints(_typecheckingstub__43bea7a30e23800585f05a151814b8ef7b0f58707fa06c13448e65157d2bac89)
611
644
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
612
- jsii.set(self, "waitForSuccessTimeoutSeconds", value)
645
+ jsii.set(self, "waitForSuccessTimeoutSeconds", value) # pyright: ignore[reportArgumentType]
613
646
 
614
647
  @jsii.data_type(
615
648
  jsii_type="aws-cdk-lib.aws_ssm.CfnAssociation.InstanceAssociationOutputLocationProperty",
@@ -1359,7 +1392,7 @@ class CfnDocument(
1359
1392
  if __debug__:
1360
1393
  type_hints = typing.get_type_hints(_typecheckingstub__5959ba776c476fbcff87b818558733698ac254ec78c13e966dec8b6d890dba49)
1361
1394
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1362
- jsii.set(self, "content", value)
1395
+ jsii.set(self, "content", value) # pyright: ignore[reportArgumentType]
1363
1396
 
1364
1397
  @builtins.property
1365
1398
  @jsii.member(jsii_name="attachments")
@@ -1377,7 +1410,7 @@ class CfnDocument(
1377
1410
  if __debug__:
1378
1411
  type_hints = typing.get_type_hints(_typecheckingstub__175aeee83820e4c740052899af41bd6da137e36dc8a7c97e1979f2a38dfb8ad5)
1379
1412
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1380
- jsii.set(self, "attachments", value)
1413
+ jsii.set(self, "attachments", value) # pyright: ignore[reportArgumentType]
1381
1414
 
1382
1415
  @builtins.property
1383
1416
  @jsii.member(jsii_name="documentFormat")
@@ -1390,7 +1423,7 @@ class CfnDocument(
1390
1423
  if __debug__:
1391
1424
  type_hints = typing.get_type_hints(_typecheckingstub__d78f0fc9dc92bbdeda2dcfc1e140d76d56dba997674014f72aaf4c862bf73256)
1392
1425
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1393
- jsii.set(self, "documentFormat", value)
1426
+ jsii.set(self, "documentFormat", value) # pyright: ignore[reportArgumentType]
1394
1427
 
1395
1428
  @builtins.property
1396
1429
  @jsii.member(jsii_name="documentType")
@@ -1403,7 +1436,7 @@ class CfnDocument(
1403
1436
  if __debug__:
1404
1437
  type_hints = typing.get_type_hints(_typecheckingstub__1470169f5980c3b4dc4cbba07fd16d25490957e1af4df9aaa44a046e8043856f)
1405
1438
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1406
- jsii.set(self, "documentType", value)
1439
+ jsii.set(self, "documentType", value) # pyright: ignore[reportArgumentType]
1407
1440
 
1408
1441
  @builtins.property
1409
1442
  @jsii.member(jsii_name="name")
@@ -1416,7 +1449,7 @@ class CfnDocument(
1416
1449
  if __debug__:
1417
1450
  type_hints = typing.get_type_hints(_typecheckingstub__73b1ce30b81e0af0ed907c214243ea20a6ec6304887e3dd6da9e7f40c535dfd3)
1418
1451
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1419
- jsii.set(self, "name", value)
1452
+ jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
1420
1453
 
1421
1454
  @builtins.property
1422
1455
  @jsii.member(jsii_name="requires")
@@ -1434,7 +1467,7 @@ class CfnDocument(
1434
1467
  if __debug__:
1435
1468
  type_hints = typing.get_type_hints(_typecheckingstub__9f21e2047334ed6671ad1892afe1b670d99e12c8d4d4404c82dc71a489c595d3)
1436
1469
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1437
- jsii.set(self, "requires", value)
1470
+ jsii.set(self, "requires", value) # pyright: ignore[reportArgumentType]
1438
1471
 
1439
1472
  @builtins.property
1440
1473
  @jsii.member(jsii_name="tagsRaw")
@@ -1447,7 +1480,7 @@ class CfnDocument(
1447
1480
  if __debug__:
1448
1481
  type_hints = typing.get_type_hints(_typecheckingstub__562d6c2a06cbb316f503d8b64a06c9f80424782257db2c710c729b1f8466d90f)
1449
1482
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1450
- jsii.set(self, "tagsRaw", value)
1483
+ jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
1451
1484
 
1452
1485
  @builtins.property
1453
1486
  @jsii.member(jsii_name="targetType")
@@ -1460,7 +1493,7 @@ class CfnDocument(
1460
1493
  if __debug__:
1461
1494
  type_hints = typing.get_type_hints(_typecheckingstub__05561a31234b57ff868b8ce303562a7ae870c3d8d67ddf5a4937ba4df268d903)
1462
1495
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1463
- jsii.set(self, "targetType", value)
1496
+ jsii.set(self, "targetType", value) # pyright: ignore[reportArgumentType]
1464
1497
 
1465
1498
  @builtins.property
1466
1499
  @jsii.member(jsii_name="updateMethod")
@@ -1473,7 +1506,7 @@ class CfnDocument(
1473
1506
  if __debug__:
1474
1507
  type_hints = typing.get_type_hints(_typecheckingstub__02ecd7f9b655f49b73ab05cdb2e63068bb0cb928f2b663d4563fb23457450917)
1475
1508
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1476
- jsii.set(self, "updateMethod", value)
1509
+ jsii.set(self, "updateMethod", value) # pyright: ignore[reportArgumentType]
1477
1510
 
1478
1511
  @builtins.property
1479
1512
  @jsii.member(jsii_name="versionName")
@@ -1486,7 +1519,7 @@ class CfnDocument(
1486
1519
  if __debug__:
1487
1520
  type_hints = typing.get_type_hints(_typecheckingstub__aa50c9cd05e6bdac375dbcdf81332154e8628548ba5da12e0a6064a42b8587d7)
1488
1521
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1489
- jsii.set(self, "versionName", value)
1522
+ jsii.set(self, "versionName", value) # pyright: ignore[reportArgumentType]
1490
1523
 
1491
1524
  @jsii.data_type(
1492
1525
  jsii_type="aws-cdk-lib.aws_ssm.CfnDocument.AttachmentsSourceProperty",
@@ -2076,7 +2109,7 @@ class CfnMaintenanceWindow(
2076
2109
  if __debug__:
2077
2110
  type_hints = typing.get_type_hints(_typecheckingstub__5b59de04623e80b94c25e028af2976d77afe2bc536f6dd59cd55cec25843686a)
2078
2111
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2079
- jsii.set(self, "allowUnassociatedTargets", value)
2112
+ jsii.set(self, "allowUnassociatedTargets", value) # pyright: ignore[reportArgumentType]
2080
2113
 
2081
2114
  @builtins.property
2082
2115
  @jsii.member(jsii_name="cutoff")
@@ -2089,7 +2122,7 @@ class CfnMaintenanceWindow(
2089
2122
  if __debug__:
2090
2123
  type_hints = typing.get_type_hints(_typecheckingstub__d56bec4e39b855ff10336eb33b0d79cd1e1176cf1b7f78e5e405719c4eca1f2d)
2091
2124
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2092
- jsii.set(self, "cutoff", value)
2125
+ jsii.set(self, "cutoff", value) # pyright: ignore[reportArgumentType]
2093
2126
 
2094
2127
  @builtins.property
2095
2128
  @jsii.member(jsii_name="duration")
@@ -2102,7 +2135,7 @@ class CfnMaintenanceWindow(
2102
2135
  if __debug__:
2103
2136
  type_hints = typing.get_type_hints(_typecheckingstub__2b5c28ccb571d4df4caa3b264761f43b63e629207366a74c8d3f485171df3bc4)
2104
2137
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2105
- jsii.set(self, "duration", value)
2138
+ jsii.set(self, "duration", value) # pyright: ignore[reportArgumentType]
2106
2139
 
2107
2140
  @builtins.property
2108
2141
  @jsii.member(jsii_name="name")
@@ -2115,7 +2148,7 @@ class CfnMaintenanceWindow(
2115
2148
  if __debug__:
2116
2149
  type_hints = typing.get_type_hints(_typecheckingstub__995c29377559e15e0f1c56e36005d64d6364a914f20d79cfc82b5914d73bd876)
2117
2150
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2118
- jsii.set(self, "name", value)
2151
+ jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
2119
2152
 
2120
2153
  @builtins.property
2121
2154
  @jsii.member(jsii_name="schedule")
@@ -2128,7 +2161,7 @@ class CfnMaintenanceWindow(
2128
2161
  if __debug__:
2129
2162
  type_hints = typing.get_type_hints(_typecheckingstub__54f38a694c05ce44a00d9222454ce9730a88ab55b543178b87550f611fa66317)
2130
2163
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2131
- jsii.set(self, "schedule", value)
2164
+ jsii.set(self, "schedule", value) # pyright: ignore[reportArgumentType]
2132
2165
 
2133
2166
  @builtins.property
2134
2167
  @jsii.member(jsii_name="description")
@@ -2141,7 +2174,7 @@ class CfnMaintenanceWindow(
2141
2174
  if __debug__:
2142
2175
  type_hints = typing.get_type_hints(_typecheckingstub__28aeaf50f7690fe17faf3319ac5908dca8bb57fac700b1295b0de46996a76ff3)
2143
2176
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2144
- jsii.set(self, "description", value)
2177
+ jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
2145
2178
 
2146
2179
  @builtins.property
2147
2180
  @jsii.member(jsii_name="endDate")
@@ -2154,7 +2187,7 @@ class CfnMaintenanceWindow(
2154
2187
  if __debug__:
2155
2188
  type_hints = typing.get_type_hints(_typecheckingstub__96bd2ef248cf8835b029f6a8d83774b266650f228ec191067204d5eef38b6d70)
2156
2189
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2157
- jsii.set(self, "endDate", value)
2190
+ jsii.set(self, "endDate", value) # pyright: ignore[reportArgumentType]
2158
2191
 
2159
2192
  @builtins.property
2160
2193
  @jsii.member(jsii_name="scheduleOffset")
@@ -2167,7 +2200,7 @@ class CfnMaintenanceWindow(
2167
2200
  if __debug__:
2168
2201
  type_hints = typing.get_type_hints(_typecheckingstub__5e109a6d18454ed60fdaa5c9f3665397d813614a627e51216d6a6c4c328f703a)
2169
2202
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2170
- jsii.set(self, "scheduleOffset", value)
2203
+ jsii.set(self, "scheduleOffset", value) # pyright: ignore[reportArgumentType]
2171
2204
 
2172
2205
  @builtins.property
2173
2206
  @jsii.member(jsii_name="scheduleTimezone")
@@ -2180,7 +2213,7 @@ class CfnMaintenanceWindow(
2180
2213
  if __debug__:
2181
2214
  type_hints = typing.get_type_hints(_typecheckingstub__e8759638f42d7bafe21e1d7ac7c933693408b493eb89b2e82e61fb4407805b0e)
2182
2215
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2183
- jsii.set(self, "scheduleTimezone", value)
2216
+ jsii.set(self, "scheduleTimezone", value) # pyright: ignore[reportArgumentType]
2184
2217
 
2185
2218
  @builtins.property
2186
2219
  @jsii.member(jsii_name="startDate")
@@ -2193,7 +2226,7 @@ class CfnMaintenanceWindow(
2193
2226
  if __debug__:
2194
2227
  type_hints = typing.get_type_hints(_typecheckingstub__a011b6550ec143adc25e489b9d0cd4d88120fed5047ded6ab0b4191dcda41f59)
2195
2228
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2196
- jsii.set(self, "startDate", value)
2229
+ jsii.set(self, "startDate", value) # pyright: ignore[reportArgumentType]
2197
2230
 
2198
2231
  @builtins.property
2199
2232
  @jsii.member(jsii_name="tagsRaw")
@@ -2206,7 +2239,7 @@ class CfnMaintenanceWindow(
2206
2239
  if __debug__:
2207
2240
  type_hints = typing.get_type_hints(_typecheckingstub__ff8aedf9ec0e769950717671246b7841aefbc47689520e9925ec90bc7e70a148)
2208
2241
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2209
- jsii.set(self, "tagsRaw", value)
2242
+ jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
2210
2243
 
2211
2244
 
2212
2245
  @jsii.data_type(
@@ -2567,7 +2600,7 @@ class CfnMaintenanceWindowTarget(
2567
2600
  if __debug__:
2568
2601
  type_hints = typing.get_type_hints(_typecheckingstub__a13388269754c40d63f1299c7452e64c78999e96e3c4e045f5b0d2e28a6a50d8)
2569
2602
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2570
- jsii.set(self, "resourceType", value)
2603
+ jsii.set(self, "resourceType", value) # pyright: ignore[reportArgumentType]
2571
2604
 
2572
2605
  @builtins.property
2573
2606
  @jsii.member(jsii_name="targets")
@@ -2585,7 +2618,7 @@ class CfnMaintenanceWindowTarget(
2585
2618
  if __debug__:
2586
2619
  type_hints = typing.get_type_hints(_typecheckingstub__803208e9f40c4e62295f82d8ba5e2943d3dba56d9a7f29d414b3e56f6b4ffdb3)
2587
2620
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2588
- jsii.set(self, "targets", value)
2621
+ jsii.set(self, "targets", value) # pyright: ignore[reportArgumentType]
2589
2622
 
2590
2623
  @builtins.property
2591
2624
  @jsii.member(jsii_name="windowId")
@@ -2598,7 +2631,7 @@ class CfnMaintenanceWindowTarget(
2598
2631
  if __debug__:
2599
2632
  type_hints = typing.get_type_hints(_typecheckingstub__f880c1d4dc9c35b640f583b5a1eae791d6b9aba785b421257fce0c13f84f94ea)
2600
2633
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2601
- jsii.set(self, "windowId", value)
2634
+ jsii.set(self, "windowId", value) # pyright: ignore[reportArgumentType]
2602
2635
 
2603
2636
  @builtins.property
2604
2637
  @jsii.member(jsii_name="description")
@@ -2611,7 +2644,7 @@ class CfnMaintenanceWindowTarget(
2611
2644
  if __debug__:
2612
2645
  type_hints = typing.get_type_hints(_typecheckingstub__cd052b26378460dad14d691180cd79953a8b934b32bf7c740b62447530a2480b)
2613
2646
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2614
- jsii.set(self, "description", value)
2647
+ jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
2615
2648
 
2616
2649
  @builtins.property
2617
2650
  @jsii.member(jsii_name="name")
@@ -2624,7 +2657,7 @@ class CfnMaintenanceWindowTarget(
2624
2657
  if __debug__:
2625
2658
  type_hints = typing.get_type_hints(_typecheckingstub__b12333ebaf74b7018641702cfa3157bc7e93dd94bce92bbf2ba08eb43c2e47c1)
2626
2659
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2627
- jsii.set(self, "name", value)
2660
+ jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
2628
2661
 
2629
2662
  @builtins.property
2630
2663
  @jsii.member(jsii_name="ownerInformation")
@@ -2637,7 +2670,7 @@ class CfnMaintenanceWindowTarget(
2637
2670
  if __debug__:
2638
2671
  type_hints = typing.get_type_hints(_typecheckingstub__7edbe00367604f6dbbbf871d14ab1b0b6484dc2ec9985bdff2795cb5d1183d4e)
2639
2672
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2640
- jsii.set(self, "ownerInformation", value)
2673
+ jsii.set(self, "ownerInformation", value) # pyright: ignore[reportArgumentType]
2641
2674
 
2642
2675
  @jsii.data_type(
2643
2676
  jsii_type="aws-cdk-lib.aws_ssm.CfnMaintenanceWindowTarget.TargetsProperty",
@@ -3070,7 +3103,7 @@ class CfnMaintenanceWindowTask(
3070
3103
  if __debug__:
3071
3104
  type_hints = typing.get_type_hints(_typecheckingstub__0776f1dec28892f4f039655f4bd58dbab218be1a93993a08a46b2b3fee1a05f3)
3072
3105
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
3073
- jsii.set(self, "priority", value)
3106
+ jsii.set(self, "priority", value) # pyright: ignore[reportArgumentType]
3074
3107
 
3075
3108
  @builtins.property
3076
3109
  @jsii.member(jsii_name="taskArn")
@@ -3083,7 +3116,7 @@ class CfnMaintenanceWindowTask(
3083
3116
  if __debug__:
3084
3117
  type_hints = typing.get_type_hints(_typecheckingstub__adccf6935c75e32f84ba21008278bed07a786695c2220217c969ece517a13e19)
3085
3118
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
3086
- jsii.set(self, "taskArn", value)
3119
+ jsii.set(self, "taskArn", value) # pyright: ignore[reportArgumentType]
3087
3120
 
3088
3121
  @builtins.property
3089
3122
  @jsii.member(jsii_name="taskType")
@@ -3096,7 +3129,7 @@ class CfnMaintenanceWindowTask(
3096
3129
  if __debug__:
3097
3130
  type_hints = typing.get_type_hints(_typecheckingstub__e764d7191dd17ad7c6af4e9cf3288e2143c2b9bebf0395428c7823743dc7e4ea)
3098
3131
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
3099
- jsii.set(self, "taskType", value)
3132
+ jsii.set(self, "taskType", value) # pyright: ignore[reportArgumentType]
3100
3133
 
3101
3134
  @builtins.property
3102
3135
  @jsii.member(jsii_name="windowId")
@@ -3109,7 +3142,7 @@ class CfnMaintenanceWindowTask(
3109
3142
  if __debug__:
3110
3143
  type_hints = typing.get_type_hints(_typecheckingstub__e4911136cee1564bf01fe47e9aee783650f347033d01719aeec40bbbfa56ab6f)
3111
3144
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
3112
- jsii.set(self, "windowId", value)
3145
+ jsii.set(self, "windowId", value) # pyright: ignore[reportArgumentType]
3113
3146
 
3114
3147
  @builtins.property
3115
3148
  @jsii.member(jsii_name="cutoffBehavior")
@@ -3122,7 +3155,7 @@ class CfnMaintenanceWindowTask(
3122
3155
  if __debug__:
3123
3156
  type_hints = typing.get_type_hints(_typecheckingstub__e56747468a672310155a1a7bd35fab9b92e4e9c51a4e0adec7ff48e95da06e65)
3124
3157
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
3125
- jsii.set(self, "cutoffBehavior", value)
3158
+ jsii.set(self, "cutoffBehavior", value) # pyright: ignore[reportArgumentType]
3126
3159
 
3127
3160
  @builtins.property
3128
3161
  @jsii.member(jsii_name="description")
@@ -3135,7 +3168,7 @@ class CfnMaintenanceWindowTask(
3135
3168
  if __debug__:
3136
3169
  type_hints = typing.get_type_hints(_typecheckingstub__4f65b28dee7cbeaeef25a47438a9bee61026d458be2cbab4f789904d33e0ca84)
3137
3170
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
3138
- jsii.set(self, "description", value)
3171
+ jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
3139
3172
 
3140
3173
  @builtins.property
3141
3174
  @jsii.member(jsii_name="loggingInfo")
@@ -3153,7 +3186,7 @@ class CfnMaintenanceWindowTask(
3153
3186
  if __debug__:
3154
3187
  type_hints = typing.get_type_hints(_typecheckingstub__7420eb69352c5dffbc63903691d96642ddd213905d4bd87088eb40562b6c37b7)
3155
3188
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
3156
- jsii.set(self, "loggingInfo", value)
3189
+ jsii.set(self, "loggingInfo", value) # pyright: ignore[reportArgumentType]
3157
3190
 
3158
3191
  @builtins.property
3159
3192
  @jsii.member(jsii_name="maxConcurrency")
@@ -3166,7 +3199,7 @@ class CfnMaintenanceWindowTask(
3166
3199
  if __debug__:
3167
3200
  type_hints = typing.get_type_hints(_typecheckingstub__fe2c1e1cc2613320a5ea339c1908852d8fafbd3051c7edda4b2494635526ea55)
3168
3201
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
3169
- jsii.set(self, "maxConcurrency", value)
3202
+ jsii.set(self, "maxConcurrency", value) # pyright: ignore[reportArgumentType]
3170
3203
 
3171
3204
  @builtins.property
3172
3205
  @jsii.member(jsii_name="maxErrors")
@@ -3179,7 +3212,7 @@ class CfnMaintenanceWindowTask(
3179
3212
  if __debug__:
3180
3213
  type_hints = typing.get_type_hints(_typecheckingstub__ba4e556931384c4cf77d1adc667d26d5be5fe17ea89e74b7cfd53f51ed9d3d1c)
3181
3214
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
3182
- jsii.set(self, "maxErrors", value)
3215
+ jsii.set(self, "maxErrors", value) # pyright: ignore[reportArgumentType]
3183
3216
 
3184
3217
  @builtins.property
3185
3218
  @jsii.member(jsii_name="name")
@@ -3192,7 +3225,7 @@ class CfnMaintenanceWindowTask(
3192
3225
  if __debug__:
3193
3226
  type_hints = typing.get_type_hints(_typecheckingstub__ce0290645c39827e48ca0d011a90f954ce1b5035c94f2b2a84769599cd94116a)
3194
3227
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
3195
- jsii.set(self, "name", value)
3228
+ jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
3196
3229
 
3197
3230
  @builtins.property
3198
3231
  @jsii.member(jsii_name="serviceRoleArn")
@@ -3205,7 +3238,7 @@ class CfnMaintenanceWindowTask(
3205
3238
  if __debug__:
3206
3239
  type_hints = typing.get_type_hints(_typecheckingstub__aa12d14b73c4415f857256339d8c9efbbeb6b154b5de888ae2db34a195687f34)
3207
3240
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
3208
- jsii.set(self, "serviceRoleArn", value)
3241
+ jsii.set(self, "serviceRoleArn", value) # pyright: ignore[reportArgumentType]
3209
3242
 
3210
3243
  @builtins.property
3211
3244
  @jsii.member(jsii_name="targets")
@@ -3223,7 +3256,7 @@ class CfnMaintenanceWindowTask(
3223
3256
  if __debug__:
3224
3257
  type_hints = typing.get_type_hints(_typecheckingstub__ba1a5fa6e80a94431946dcbb6c59475e65e96ae172de3aac908aa8b1fbbad49c)
3225
3258
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
3226
- jsii.set(self, "targets", value)
3259
+ jsii.set(self, "targets", value) # pyright: ignore[reportArgumentType]
3227
3260
 
3228
3261
  @builtins.property
3229
3262
  @jsii.member(jsii_name="taskInvocationParameters")
@@ -3241,7 +3274,7 @@ class CfnMaintenanceWindowTask(
3241
3274
  if __debug__:
3242
3275
  type_hints = typing.get_type_hints(_typecheckingstub__e676346c741943a2f14e79e926c8b5230365f4924b6a9161db3fc3486bab0d22)
3243
3276
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
3244
- jsii.set(self, "taskInvocationParameters", value)
3277
+ jsii.set(self, "taskInvocationParameters", value) # pyright: ignore[reportArgumentType]
3245
3278
 
3246
3279
  @builtins.property
3247
3280
  @jsii.member(jsii_name="taskParameters")
@@ -3254,7 +3287,7 @@ class CfnMaintenanceWindowTask(
3254
3287
  if __debug__:
3255
3288
  type_hints = typing.get_type_hints(_typecheckingstub__308ea737f8a21130dc4ef906e4efbdd26c268158e16c66982b9d8f555370f880)
3256
3289
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
3257
- jsii.set(self, "taskParameters", value)
3290
+ jsii.set(self, "taskParameters", value) # pyright: ignore[reportArgumentType]
3258
3291
 
3259
3292
  @jsii.data_type(
3260
3293
  jsii_type="aws-cdk-lib.aws_ssm.CfnMaintenanceWindowTask.CloudWatchOutputConfigProperty",
@@ -4798,7 +4831,7 @@ class CfnParameter(
4798
4831
  if __debug__:
4799
4832
  type_hints = typing.get_type_hints(_typecheckingstub__7c3c8b1ff99cbeb84d6bfa4ec55c0f338baba344c4f051a0df40febf91e77b57)
4800
4833
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
4801
- jsii.set(self, "type", value)
4834
+ jsii.set(self, "type", value) # pyright: ignore[reportArgumentType]
4802
4835
 
4803
4836
  @builtins.property
4804
4837
  @jsii.member(jsii_name="value")
@@ -4811,7 +4844,7 @@ class CfnParameter(
4811
4844
  if __debug__:
4812
4845
  type_hints = typing.get_type_hints(_typecheckingstub__3d784f981b1fc2fc2f326f9c00450c9509a7f7f86b9e9c7aa8701327c2cfc389)
4813
4846
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
4814
- jsii.set(self, "value", value)
4847
+ jsii.set(self, "value", value) # pyright: ignore[reportArgumentType]
4815
4848
 
4816
4849
  @builtins.property
4817
4850
  @jsii.member(jsii_name="allowedPattern")
@@ -4824,7 +4857,7 @@ class CfnParameter(
4824
4857
  if __debug__:
4825
4858
  type_hints = typing.get_type_hints(_typecheckingstub__e9ffaa1025f846ad6a1c834ac9cdadb606682213a46ea55fc7ef79f038fc126c)
4826
4859
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
4827
- jsii.set(self, "allowedPattern", value)
4860
+ jsii.set(self, "allowedPattern", value) # pyright: ignore[reportArgumentType]
4828
4861
 
4829
4862
  @builtins.property
4830
4863
  @jsii.member(jsii_name="dataType")
@@ -4837,7 +4870,7 @@ class CfnParameter(
4837
4870
  if __debug__:
4838
4871
  type_hints = typing.get_type_hints(_typecheckingstub__ccd34f48cc80688e3dee3c3e867bce351bd1d94df72caf85b542394330a8aeed)
4839
4872
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
4840
- jsii.set(self, "dataType", value)
4873
+ jsii.set(self, "dataType", value) # pyright: ignore[reportArgumentType]
4841
4874
 
4842
4875
  @builtins.property
4843
4876
  @jsii.member(jsii_name="description")
@@ -4850,7 +4883,7 @@ class CfnParameter(
4850
4883
  if __debug__:
4851
4884
  type_hints = typing.get_type_hints(_typecheckingstub__7395ed2d127b103cdc493e73e958c2b96d25307408ac9f8056cb7f8c798f4d39)
4852
4885
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
4853
- jsii.set(self, "description", value)
4886
+ jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
4854
4887
 
4855
4888
  @builtins.property
4856
4889
  @jsii.member(jsii_name="name")
@@ -4863,7 +4896,7 @@ class CfnParameter(
4863
4896
  if __debug__:
4864
4897
  type_hints = typing.get_type_hints(_typecheckingstub__1d1b8e4a82c71a91758906c6a03031ca428e2b03893385cf6e7897fedbbacd6b)
4865
4898
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
4866
- jsii.set(self, "name", value)
4899
+ jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
4867
4900
 
4868
4901
  @builtins.property
4869
4902
  @jsii.member(jsii_name="policies")
@@ -4876,7 +4909,7 @@ class CfnParameter(
4876
4909
  if __debug__:
4877
4910
  type_hints = typing.get_type_hints(_typecheckingstub__bcb1627df3e7fc8ca9be15411b137e27706b40b83c560792cf371422ee8ec910)
4878
4911
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
4879
- jsii.set(self, "policies", value)
4912
+ jsii.set(self, "policies", value) # pyright: ignore[reportArgumentType]
4880
4913
 
4881
4914
  @builtins.property
4882
4915
  @jsii.member(jsii_name="tagsRaw")
@@ -4892,7 +4925,7 @@ class CfnParameter(
4892
4925
  if __debug__:
4893
4926
  type_hints = typing.get_type_hints(_typecheckingstub__f7f4d99885d1dde8bc3c789853e6ea39c5cd0a37d0d287307cad2a15a84707f4)
4894
4927
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
4895
- jsii.set(self, "tagsRaw", value)
4928
+ jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
4896
4929
 
4897
4930
  @builtins.property
4898
4931
  @jsii.member(jsii_name="tier")
@@ -4905,7 +4938,7 @@ class CfnParameter(
4905
4938
  if __debug__:
4906
4939
  type_hints = typing.get_type_hints(_typecheckingstub__0cb309cb97ef3622d8ccca3962a03b455578863222196e6d48ee076e28591cdc)
4907
4940
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
4908
- jsii.set(self, "tier", value)
4941
+ jsii.set(self, "tier", value) # pyright: ignore[reportArgumentType]
4909
4942
 
4910
4943
 
4911
4944
  @jsii.data_type(
@@ -5216,7 +5249,7 @@ class CfnPatchBaseline(
5216
5249
  :param operating_system: Defines the operating system the patch baseline applies to. The default value is ``WINDOWS`` . Default: - "WINDOWS"
5217
5250
  :param patch_groups: The name of the patch group to be registered with the patch baseline.
5218
5251
  :param rejected_patches: A list of explicitly rejected patches for the baseline. For information about accepted formats for lists of approved patches and rejected patches, see `About package name formats for approved and rejected patch lists <https://docs.aws.amazon.com/systems-manager/latest/userguide/patch-manager-approved-rejected-package-name-formats.html>`_ in the *AWS Systems Manager User Guide* .
5219
- :param rejected_patches_action: The action for Patch Manager to take on patches included in the ``RejectedPackages`` list. - *``ALLOW_AS_DEPENDENCY``* : A package in the ``Rejected`` patches list is installed only if it is a dependency of another package. It is considered compliant with the patch baseline, and its status is reported as ``InstalledOther`` . This is the default action if no option is specified. - *BLOCK* : Packages in the *Rejected patches* list, and packages that include them as dependencies, aren't installed by Patch Manager under any circumstances. If a package was installed before it was added to the *Rejected patches* list, or is installed outside of Patch Manager afterward, it's considered noncompliant with the patch baseline and its status is reported as *InstalledRejected* . Default: - "ALLOW_AS_DEPENDENCY"
5252
+ :param rejected_patches_action: The action for Patch Manager to take on patches included in the ``RejectedPackages`` list. - **ALLOW_AS_DEPENDENCY** - *Linux and macOS* : A package in the rejected patches list is installed only if it is a dependency of another package. It is considered compliant with the patch baseline, and its status is reported as ``INSTALLED_OTHER`` . This is the default action if no option is specified. *Windows Server* : Windows Server doesn't support the concept of package dependencies. If a package in the rejected patches list and already installed on the node, its status is reported as ``INSTALLED_OTHER`` . Any package not already installed on the node is skipped. This is the default action if no option is specified. - **BLOCK** - *All OSs* : Packages in the rejected patches list, and packages that include them as dependencies, aren't installed by Patch Manager under any circumstances. If a package was installed before it was added to the rejected patches list, or is installed outside of Patch Manager afterward, it's considered noncompliant with the patch baseline and its status is reported as ``INSTALLED_REJECTED`` . Default: - "ALLOW_AS_DEPENDENCY"
5220
5253
  :param sources: Information about the patches to use to update the managed nodes, including target operating systems and source repositories. Applies to Linux managed nodes only.
5221
5254
  :param tags: Optional metadata that you assign to a resource. Tags enable you to categorize a resource in different ways, such as by purpose, owner, or environment. For example, you might want to tag a patch baseline to identify the severity level of patches it specifies and the operating system family it applies to.
5222
5255
  '''
@@ -5304,7 +5337,7 @@ class CfnPatchBaseline(
5304
5337
  if __debug__:
5305
5338
  type_hints = typing.get_type_hints(_typecheckingstub__a0c34df6132dc5024ae19aefdba7302eb801aba72f7c63d23a2977bb99d1ce66)
5306
5339
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
5307
- jsii.set(self, "name", value)
5340
+ jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
5308
5341
 
5309
5342
  @builtins.property
5310
5343
  @jsii.member(jsii_name="approvalRules")
@@ -5322,7 +5355,7 @@ class CfnPatchBaseline(
5322
5355
  if __debug__:
5323
5356
  type_hints = typing.get_type_hints(_typecheckingstub__1b56dfe31210955c8b1e478e9b12fb384520f16c624a7f1fd4ca7edc6c9d052e)
5324
5357
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
5325
- jsii.set(self, "approvalRules", value)
5358
+ jsii.set(self, "approvalRules", value) # pyright: ignore[reportArgumentType]
5326
5359
 
5327
5360
  @builtins.property
5328
5361
  @jsii.member(jsii_name="approvedPatches")
@@ -5338,7 +5371,7 @@ class CfnPatchBaseline(
5338
5371
  if __debug__:
5339
5372
  type_hints = typing.get_type_hints(_typecheckingstub__cfb6e3b5beff742671c1a2d820ffcd05e84cefb124894eba054fac867f1c23bc)
5340
5373
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
5341
- jsii.set(self, "approvedPatches", value)
5374
+ jsii.set(self, "approvedPatches", value) # pyright: ignore[reportArgumentType]
5342
5375
 
5343
5376
  @builtins.property
5344
5377
  @jsii.member(jsii_name="approvedPatchesComplianceLevel")
@@ -5354,7 +5387,7 @@ class CfnPatchBaseline(
5354
5387
  if __debug__:
5355
5388
  type_hints = typing.get_type_hints(_typecheckingstub__bff7659e5eeaba10646c1802753fc8aa922feac17eee3bc2e16dadf1450be553)
5356
5389
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
5357
- jsii.set(self, "approvedPatchesComplianceLevel", value)
5390
+ jsii.set(self, "approvedPatchesComplianceLevel", value) # pyright: ignore[reportArgumentType]
5358
5391
 
5359
5392
  @builtins.property
5360
5393
  @jsii.member(jsii_name="approvedPatchesEnableNonSecurity")
@@ -5372,7 +5405,7 @@ class CfnPatchBaseline(
5372
5405
  if __debug__:
5373
5406
  type_hints = typing.get_type_hints(_typecheckingstub__596ca4adbe9b66ae96ac84884c609e25720aab40b7f9d665e6ea16808f1a16ca)
5374
5407
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
5375
- jsii.set(self, "approvedPatchesEnableNonSecurity", value)
5408
+ jsii.set(self, "approvedPatchesEnableNonSecurity", value) # pyright: ignore[reportArgumentType]
5376
5409
 
5377
5410
  @builtins.property
5378
5411
  @jsii.member(jsii_name="defaultBaseline")
@@ -5390,7 +5423,7 @@ class CfnPatchBaseline(
5390
5423
  if __debug__:
5391
5424
  type_hints = typing.get_type_hints(_typecheckingstub__a82f38addd776fccd7d2225bc356d9a6e4dc42b938cbf56c083c34cd4994c239)
5392
5425
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
5393
- jsii.set(self, "defaultBaseline", value)
5426
+ jsii.set(self, "defaultBaseline", value) # pyright: ignore[reportArgumentType]
5394
5427
 
5395
5428
  @builtins.property
5396
5429
  @jsii.member(jsii_name="description")
@@ -5403,7 +5436,7 @@ class CfnPatchBaseline(
5403
5436
  if __debug__:
5404
5437
  type_hints = typing.get_type_hints(_typecheckingstub__4e0764881f21962614874d74c4570aaad8c8757ec8f88735329f4ff151db61a0)
5405
5438
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
5406
- jsii.set(self, "description", value)
5439
+ jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
5407
5440
 
5408
5441
  @builtins.property
5409
5442
  @jsii.member(jsii_name="globalFilters")
@@ -5421,7 +5454,7 @@ class CfnPatchBaseline(
5421
5454
  if __debug__:
5422
5455
  type_hints = typing.get_type_hints(_typecheckingstub__2179c7d6864a34b00339c58eb461fef37a68a420e457e90e7c0c7a25130bfbdf)
5423
5456
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
5424
- jsii.set(self, "globalFilters", value)
5457
+ jsii.set(self, "globalFilters", value) # pyright: ignore[reportArgumentType]
5425
5458
 
5426
5459
  @builtins.property
5427
5460
  @jsii.member(jsii_name="operatingSystem")
@@ -5434,7 +5467,7 @@ class CfnPatchBaseline(
5434
5467
  if __debug__:
5435
5468
  type_hints = typing.get_type_hints(_typecheckingstub__0c5260a35c066fde54beec3890872a19db9827a2ab6171144440289a949dffe9)
5436
5469
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
5437
- jsii.set(self, "operatingSystem", value)
5470
+ jsii.set(self, "operatingSystem", value) # pyright: ignore[reportArgumentType]
5438
5471
 
5439
5472
  @builtins.property
5440
5473
  @jsii.member(jsii_name="patchGroups")
@@ -5447,7 +5480,7 @@ class CfnPatchBaseline(
5447
5480
  if __debug__:
5448
5481
  type_hints = typing.get_type_hints(_typecheckingstub__26a4ed06dc125b4ee77b4188a5d083535e272de23709a82c49ee2701451adddd)
5449
5482
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
5450
- jsii.set(self, "patchGroups", value)
5483
+ jsii.set(self, "patchGroups", value) # pyright: ignore[reportArgumentType]
5451
5484
 
5452
5485
  @builtins.property
5453
5486
  @jsii.member(jsii_name="rejectedPatches")
@@ -5463,7 +5496,7 @@ class CfnPatchBaseline(
5463
5496
  if __debug__:
5464
5497
  type_hints = typing.get_type_hints(_typecheckingstub__f1770686b2069f49c778417afc185314be92ad98da528f69041a98291bbffdf6)
5465
5498
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
5466
- jsii.set(self, "rejectedPatches", value)
5499
+ jsii.set(self, "rejectedPatches", value) # pyright: ignore[reportArgumentType]
5467
5500
 
5468
5501
  @builtins.property
5469
5502
  @jsii.member(jsii_name="rejectedPatchesAction")
@@ -5476,7 +5509,7 @@ class CfnPatchBaseline(
5476
5509
  if __debug__:
5477
5510
  type_hints = typing.get_type_hints(_typecheckingstub__4f95da053faafa2fab292f8a8670cf900b1d6f8c4edba0b0adb5dc8cb58a805c)
5478
5511
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
5479
- jsii.set(self, "rejectedPatchesAction", value)
5512
+ jsii.set(self, "rejectedPatchesAction", value) # pyright: ignore[reportArgumentType]
5480
5513
 
5481
5514
  @builtins.property
5482
5515
  @jsii.member(jsii_name="sources")
@@ -5494,7 +5527,7 @@ class CfnPatchBaseline(
5494
5527
  if __debug__:
5495
5528
  type_hints = typing.get_type_hints(_typecheckingstub__d0b14c56c59457cef6fb23f44714aa782c4d1965f4fe83bb31bf5f3ff58e6d22)
5496
5529
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
5497
- jsii.set(self, "sources", value)
5530
+ jsii.set(self, "sources", value) # pyright: ignore[reportArgumentType]
5498
5531
 
5499
5532
  @builtins.property
5500
5533
  @jsii.member(jsii_name="tagsRaw")
@@ -5507,7 +5540,7 @@ class CfnPatchBaseline(
5507
5540
  if __debug__:
5508
5541
  type_hints = typing.get_type_hints(_typecheckingstub__8dc0a5821b51a90338294cb305cbf01102292e653fb3aa3f3b379b34ab3a9d0b)
5509
5542
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
5510
- jsii.set(self, "tagsRaw", value)
5543
+ jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
5511
5544
 
5512
5545
  @jsii.data_type(
5513
5546
  jsii_type="aws-cdk-lib.aws_ssm.CfnPatchBaseline.PatchFilterGroupProperty",
@@ -5846,8 +5879,8 @@ class CfnPatchBaseline(
5846
5879
 
5847
5880
  The ``PatchRules`` property of the `RuleGroup <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-patchbaseline-rulegroup.html>`_ property type contains a list of ``Rule`` property types.
5848
5881
 
5849
- :param approve_after_days: The number of days after the release date of each patch matched by the rule that the patch is marked as approved in the patch baseline. For example, a value of ``7`` means that patches are approved seven days after they are released. You must specify a value for ``ApproveAfterDays`` . Exception: Not supported on Debian Server or Ubuntu Server.
5850
- :param approve_until_date: The cutoff date for auto approval of released patches. Any patches released on or before this date are installed automatically. Not supported on Debian Server or Ubuntu Server. Enter dates in the format ``YYYY-MM-DD`` . For example, ``2021-12-31`` .
5882
+ :param approve_after_days: The number of days after the release date of each patch matched by the rule that the patch is marked as approved in the patch baseline. For example, a value of ``7`` means that patches are approved seven days after they are released. .. epigraph:: This parameter is marked as not required, but your request must include a value for either ``ApproveAfterDays`` or ``ApproveUntilDate`` . Not supported for Debian Server or Ubuntu Server.
5883
+ :param approve_until_date: The cutoff date for auto approval of released patches. Any patches released on or before this date are installed automatically. Enter dates in the format ``YYYY-MM-DD`` . For example, ``2021-12-31`` . .. epigraph:: This parameter is marked as not required, but your request must include a value for either ``ApproveUntilDate`` or ``ApproveAfterDays`` . Not supported for Debian Server or Ubuntu Server.
5851
5884
  :param compliance_level: A compliance severity level for all approved patches in a patch baseline. Valid compliance severity levels include the following: ``UNSPECIFIED`` , ``CRITICAL`` , ``HIGH`` , ``MEDIUM`` , ``LOW`` , and ``INFORMATIONAL`` .
5852
5885
  :param enable_non_security: For managed nodes identified by the approval rule filters, enables a patch baseline to apply non-security updates available in the specified repository. The default value is ``false`` . Applies to Linux managed nodes only. Default: - false
5853
5886
  :param patch_filter_group: The patch filter group that defines the criteria for the rule.
@@ -5898,10 +5931,11 @@ class CfnPatchBaseline(
5898
5931
  '''The number of days after the release date of each patch matched by the rule that the patch is marked as approved in the patch baseline.
5899
5932
 
5900
5933
  For example, a value of ``7`` means that patches are approved seven days after they are released.
5934
+ .. epigraph::
5901
5935
 
5902
- You must specify a value for ``ApproveAfterDays`` .
5936
+ This parameter is marked as not required, but your request must include a value for either ``ApproveAfterDays`` or ``ApproveUntilDate`` .
5903
5937
 
5904
- Exception: Not supported on Debian Server or Ubuntu Server.
5938
+ Not supported for Debian Server or Ubuntu Server.
5905
5939
 
5906
5940
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-patchbaseline-rule.html#cfn-ssm-patchbaseline-rule-approveafterdays
5907
5941
  '''
@@ -5912,9 +5946,14 @@ class CfnPatchBaseline(
5912
5946
  def approve_until_date(self) -> typing.Optional[builtins.str]:
5913
5947
  '''The cutoff date for auto approval of released patches.
5914
5948
 
5915
- Any patches released on or before this date are installed automatically. Not supported on Debian Server or Ubuntu Server.
5949
+ Any patches released on or before this date are installed automatically.
5916
5950
 
5917
5951
  Enter dates in the format ``YYYY-MM-DD`` . For example, ``2021-12-31`` .
5952
+ .. epigraph::
5953
+
5954
+ This parameter is marked as not required, but your request must include a value for either ``ApproveUntilDate`` or ``ApproveAfterDays`` .
5955
+
5956
+ Not supported for Debian Server or Ubuntu Server.
5918
5957
 
5919
5958
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-patchbaseline-rule.html#cfn-ssm-patchbaseline-rule-approveuntildate
5920
5959
  '''
@@ -6022,7 +6061,7 @@ class CfnPatchBaselineProps:
6022
6061
  :param operating_system: Defines the operating system the patch baseline applies to. The default value is ``WINDOWS`` . Default: - "WINDOWS"
6023
6062
  :param patch_groups: The name of the patch group to be registered with the patch baseline.
6024
6063
  :param rejected_patches: A list of explicitly rejected patches for the baseline. For information about accepted formats for lists of approved patches and rejected patches, see `About package name formats for approved and rejected patch lists <https://docs.aws.amazon.com/systems-manager/latest/userguide/patch-manager-approved-rejected-package-name-formats.html>`_ in the *AWS Systems Manager User Guide* .
6025
- :param rejected_patches_action: The action for Patch Manager to take on patches included in the ``RejectedPackages`` list. - *``ALLOW_AS_DEPENDENCY``* : A package in the ``Rejected`` patches list is installed only if it is a dependency of another package. It is considered compliant with the patch baseline, and its status is reported as ``InstalledOther`` . This is the default action if no option is specified. - *BLOCK* : Packages in the *Rejected patches* list, and packages that include them as dependencies, aren't installed by Patch Manager under any circumstances. If a package was installed before it was added to the *Rejected patches* list, or is installed outside of Patch Manager afterward, it's considered noncompliant with the patch baseline and its status is reported as *InstalledRejected* . Default: - "ALLOW_AS_DEPENDENCY"
6064
+ :param rejected_patches_action: The action for Patch Manager to take on patches included in the ``RejectedPackages`` list. - **ALLOW_AS_DEPENDENCY** - *Linux and macOS* : A package in the rejected patches list is installed only if it is a dependency of another package. It is considered compliant with the patch baseline, and its status is reported as ``INSTALLED_OTHER`` . This is the default action if no option is specified. *Windows Server* : Windows Server doesn't support the concept of package dependencies. If a package in the rejected patches list and already installed on the node, its status is reported as ``INSTALLED_OTHER`` . Any package not already installed on the node is skipped. This is the default action if no option is specified. - **BLOCK** - *All OSs* : Packages in the rejected patches list, and packages that include them as dependencies, aren't installed by Patch Manager under any circumstances. If a package was installed before it was added to the rejected patches list, or is installed outside of Patch Manager afterward, it's considered noncompliant with the patch baseline and its status is reported as ``INSTALLED_REJECTED`` . Default: - "ALLOW_AS_DEPENDENCY"
6026
6065
  :param sources: Information about the patches to use to update the managed nodes, including target operating systems and source repositories. Applies to Linux managed nodes only.
6027
6066
  :param tags: Optional metadata that you assign to a resource. Tags enable you to categorize a resource in different ways, such as by purpose, owner, or environment. For example, you might want to tag a patch baseline to identify the severity level of patches it specifies and the operating system family it applies to.
6028
6067
 
@@ -6257,8 +6296,11 @@ class CfnPatchBaselineProps:
6257
6296
  def rejected_patches_action(self) -> typing.Optional[builtins.str]:
6258
6297
  '''The action for Patch Manager to take on patches included in the ``RejectedPackages`` list.
6259
6298
 
6260
- - *``ALLOW_AS_DEPENDENCY``* : A package in the ``Rejected`` patches list is installed only if it is a dependency of another package. It is considered compliant with the patch baseline, and its status is reported as ``InstalledOther`` . This is the default action if no option is specified.
6261
- - *BLOCK* : Packages in the *Rejected patches* list, and packages that include them as dependencies, aren't installed by Patch Manager under any circumstances. If a package was installed before it was added to the *Rejected patches* list, or is installed outside of Patch Manager afterward, it's considered noncompliant with the patch baseline and its status is reported as *InstalledRejected* .
6299
+ - **ALLOW_AS_DEPENDENCY** - *Linux and macOS* : A package in the rejected patches list is installed only if it is a dependency of another package. It is considered compliant with the patch baseline, and its status is reported as ``INSTALLED_OTHER`` . This is the default action if no option is specified.
6300
+
6301
+ *Windows Server* : Windows Server doesn't support the concept of package dependencies. If a package in the rejected patches list and already installed on the node, its status is reported as ``INSTALLED_OTHER`` . Any package not already installed on the node is skipped. This is the default action if no option is specified.
6302
+
6303
+ - **BLOCK** - *All OSs* : Packages in the rejected patches list, and packages that include them as dependencies, aren't installed by Patch Manager under any circumstances. If a package was installed before it was added to the rejected patches list, or is installed outside of Patch Manager afterward, it's considered noncompliant with the patch baseline and its status is reported as ``INSTALLED_REJECTED`` .
6262
6304
 
6263
6305
  :default: - "ALLOW_AS_DEPENDENCY"
6264
6306
 
@@ -6472,7 +6514,7 @@ class CfnResourceDataSync(
6472
6514
  if __debug__:
6473
6515
  type_hints = typing.get_type_hints(_typecheckingstub__c904544eb14d61bbdd853398a4e1561df17c1a6dbed2a5cec6fa0c804f538935)
6474
6516
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
6475
- jsii.set(self, "syncName", value)
6517
+ jsii.set(self, "syncName", value) # pyright: ignore[reportArgumentType]
6476
6518
 
6477
6519
  @builtins.property
6478
6520
  @jsii.member(jsii_name="bucketName")
@@ -6485,7 +6527,7 @@ class CfnResourceDataSync(
6485
6527
  if __debug__:
6486
6528
  type_hints = typing.get_type_hints(_typecheckingstub__b5fa255fdf6d438f6ead55de15298ce164aeda7ca776148e57fdae84a901f60c)
6487
6529
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
6488
- jsii.set(self, "bucketName", value)
6530
+ jsii.set(self, "bucketName", value) # pyright: ignore[reportArgumentType]
6489
6531
 
6490
6532
  @builtins.property
6491
6533
  @jsii.member(jsii_name="bucketPrefix")
@@ -6498,7 +6540,7 @@ class CfnResourceDataSync(
6498
6540
  if __debug__:
6499
6541
  type_hints = typing.get_type_hints(_typecheckingstub__a924763b3a0b031560d9453176bd0f0f3a33209abc82be03fd9bf29cf6d0d559)
6500
6542
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
6501
- jsii.set(self, "bucketPrefix", value)
6543
+ jsii.set(self, "bucketPrefix", value) # pyright: ignore[reportArgumentType]
6502
6544
 
6503
6545
  @builtins.property
6504
6546
  @jsii.member(jsii_name="bucketRegion")
@@ -6511,7 +6553,7 @@ class CfnResourceDataSync(
6511
6553
  if __debug__:
6512
6554
  type_hints = typing.get_type_hints(_typecheckingstub__fcb2a87b52c756e5533d55b08fe153a077d0b17d2d12326edf29ea9e3aa883c6)
6513
6555
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
6514
- jsii.set(self, "bucketRegion", value)
6556
+ jsii.set(self, "bucketRegion", value) # pyright: ignore[reportArgumentType]
6515
6557
 
6516
6558
  @builtins.property
6517
6559
  @jsii.member(jsii_name="kmsKeyArn")
@@ -6524,7 +6566,7 @@ class CfnResourceDataSync(
6524
6566
  if __debug__:
6525
6567
  type_hints = typing.get_type_hints(_typecheckingstub__fd64605b976fdaf20986b520b1f9002208a35fba878e5874ecbba8eac65dbce3)
6526
6568
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
6527
- jsii.set(self, "kmsKeyArn", value)
6569
+ jsii.set(self, "kmsKeyArn", value) # pyright: ignore[reportArgumentType]
6528
6570
 
6529
6571
  @builtins.property
6530
6572
  @jsii.member(jsii_name="s3Destination")
@@ -6542,7 +6584,7 @@ class CfnResourceDataSync(
6542
6584
  if __debug__:
6543
6585
  type_hints = typing.get_type_hints(_typecheckingstub__1b7a3560b2c82654cd5bf6fbf841a21a5f937cad116af54ea4ddd8a8d62231d8)
6544
6586
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
6545
- jsii.set(self, "s3Destination", value)
6587
+ jsii.set(self, "s3Destination", value) # pyright: ignore[reportArgumentType]
6546
6588
 
6547
6589
  @builtins.property
6548
6590
  @jsii.member(jsii_name="syncFormat")
@@ -6555,7 +6597,7 @@ class CfnResourceDataSync(
6555
6597
  if __debug__:
6556
6598
  type_hints = typing.get_type_hints(_typecheckingstub__02ab77fd76bb25d5f48e8e3d49dfc9bc861b987ebca523a2e7fca2a67a78a7f5)
6557
6599
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
6558
- jsii.set(self, "syncFormat", value)
6600
+ jsii.set(self, "syncFormat", value) # pyright: ignore[reportArgumentType]
6559
6601
 
6560
6602
  @builtins.property
6561
6603
  @jsii.member(jsii_name="syncSource")
@@ -6573,7 +6615,7 @@ class CfnResourceDataSync(
6573
6615
  if __debug__:
6574
6616
  type_hints = typing.get_type_hints(_typecheckingstub__157e7eb014224199daee91a842f040069c8ada6fa6deb70c8401e5815620c3e5)
6575
6617
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
6576
- jsii.set(self, "syncSource", value)
6618
+ jsii.set(self, "syncSource", value) # pyright: ignore[reportArgumentType]
6577
6619
 
6578
6620
  @builtins.property
6579
6621
  @jsii.member(jsii_name="syncType")
@@ -6586,7 +6628,7 @@ class CfnResourceDataSync(
6586
6628
  if __debug__:
6587
6629
  type_hints = typing.get_type_hints(_typecheckingstub__d63d5c9fe36723e0e44dc178597f64394fe6601f2bea49c310bbb449d99b5c06)
6588
6630
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
6589
- jsii.set(self, "syncType", value)
6631
+ jsii.set(self, "syncType", value) # pyright: ignore[reportArgumentType]
6590
6632
 
6591
6633
  @jsii.data_type(
6592
6634
  jsii_type="aws-cdk-lib.aws_ssm.CfnResourceDataSync.AwsOrganizationsSourceProperty",
@@ -7253,7 +7295,7 @@ class CfnResourcePolicy(
7253
7295
  if __debug__:
7254
7296
  type_hints = typing.get_type_hints(_typecheckingstub__0e10ca1482b529c76d3760f3dda887f46d2071ff060e4a0a11d253064701edec)
7255
7297
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
7256
- jsii.set(self, "policy", value)
7298
+ jsii.set(self, "policy", value) # pyright: ignore[reportArgumentType]
7257
7299
 
7258
7300
  @builtins.property
7259
7301
  @jsii.member(jsii_name="resourceArn")
@@ -7266,7 +7308,7 @@ class CfnResourcePolicy(
7266
7308
  if __debug__:
7267
7309
  type_hints = typing.get_type_hints(_typecheckingstub__cd166322a09f9cd5b0060ba3a485fb9349539a442b3ae8ec7ee33b0ad035d8f4)
7268
7310
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
7269
- jsii.set(self, "resourceArn", value)
7311
+ jsii.set(self, "resourceArn", value) # pyright: ignore[reportArgumentType]
7270
7312
 
7271
7313
 
7272
7314
  @jsii.data_type(
@@ -8570,6 +8612,27 @@ class StringParameter(
8570
8612
 
8571
8613
  return typing.cast(IStringParameter, jsii.sinvoke(cls, "fromSecureStringParameterAttributes", [scope, id, attrs]))
8572
8614
 
8615
+ @jsii.member(jsii_name="fromStringParameterArn")
8616
+ @builtins.classmethod
8617
+ def from_string_parameter_arn(
8618
+ cls,
8619
+ scope: _constructs_77d1e7e8.Construct,
8620
+ id: builtins.str,
8621
+ string_parameter_arn: builtins.str,
8622
+ ) -> IStringParameter:
8623
+ '''Imports an external string parameter by ARN.
8624
+
8625
+ :param scope: -
8626
+ :param id: -
8627
+ :param string_parameter_arn: -
8628
+ '''
8629
+ if __debug__:
8630
+ type_hints = typing.get_type_hints(_typecheckingstub__9575783638c75217cf30c3b85a444f0d969712861524ca788f0f3c83fa889f88)
8631
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
8632
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
8633
+ check_type(argname="argument string_parameter_arn", value=string_parameter_arn, expected_type=type_hints["string_parameter_arn"])
8634
+ return typing.cast(IStringParameter, jsii.sinvoke(cls, "fromStringParameterArn", [scope, id, string_parameter_arn]))
8635
+
8573
8636
  @jsii.member(jsii_name="fromStringParameterAttributes")
8574
8637
  @builtins.classmethod
8575
8638
  def from_string_parameter_attributes(
@@ -10543,6 +10606,14 @@ def _typecheckingstub__ef716b2d64b7c95b87119e190e88504880c3f46c45b769e05e9f4f805
10543
10606
  """Type checking stubs"""
10544
10607
  pass
10545
10608
 
10609
+ def _typecheckingstub__9575783638c75217cf30c3b85a444f0d969712861524ca788f0f3c83fa889f88(
10610
+ scope: _constructs_77d1e7e8.Construct,
10611
+ id: builtins.str,
10612
+ string_parameter_arn: builtins.str,
10613
+ ) -> None:
10614
+ """Type checking stubs"""
10615
+ pass
10616
+
10546
10617
  def _typecheckingstub__e612c2654654e8b8bb7821bcd1e47680b025862a2a411467ffa6334e46371b05(
10547
10618
  scope: _constructs_77d1e7e8.Construct,
10548
10619
  id: builtins.str,