aws-cdk-lib 2.195.0__py3-none-any.whl → 2.224.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 (572) hide show
  1. aws_cdk/__init__.py +1806 -417
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.195.0.jsii.tgz → aws-cdk-lib@2.224.0.jsii.tgz} +0 -0
  4. aws_cdk/alexa_ask/__init__.py +12 -2
  5. aws_cdk/aws_accessanalyzer/__init__.py +323 -6
  6. aws_cdk/aws_acmpca/__init__.py +53 -10
  7. aws_cdk/aws_aiops/__init__.py +1019 -0
  8. aws_cdk/aws_amazonmq/__init__.py +357 -313
  9. aws_cdk/aws_amplify/__init__.py +173 -17
  10. aws_cdk/aws_amplifyuibuilder/__init__.py +35 -6
  11. aws_cdk/aws_apigateway/__init__.py +1245 -215
  12. aws_cdk/aws_apigatewayv2/__init__.py +3890 -476
  13. aws_cdk/aws_apigatewayv2_integrations/__init__.py +94 -16
  14. aws_cdk/aws_appconfig/__init__.py +618 -91
  15. aws_cdk/aws_appflow/__init__.py +151 -6
  16. aws_cdk/aws_appintegrations/__init__.py +546 -6
  17. aws_cdk/aws_applicationautoscaling/__init__.py +75 -10
  18. aws_cdk/aws_applicationinsights/__init__.py +13 -2
  19. aws_cdk/aws_applicationsignals/__init__.py +374 -6
  20. aws_cdk/aws_appmesh/__init__.py +136 -26
  21. aws_cdk/aws_apprunner/__init__.py +66 -18
  22. aws_cdk/aws_appstream/__init__.py +309 -55
  23. aws_cdk/aws_appsync/__init__.py +350 -94
  24. aws_cdk/aws_apptest/__init__.py +71 -2
  25. aws_cdk/aws_aps/__init__.py +2188 -94
  26. aws_cdk/aws_arcregionswitch/__init__.py +5095 -0
  27. aws_cdk/aws_arczonalshift/__init__.py +39 -12
  28. aws_cdk/aws_athena/__init__.py +365 -29
  29. aws_cdk/aws_auditmanager/__init__.py +71 -2
  30. aws_cdk/aws_autoscaling/__init__.py +165 -60
  31. aws_cdk/aws_autoscaling_common/__init__.py +3 -0
  32. aws_cdk/aws_autoscalingplans/__init__.py +13 -2
  33. aws_cdk/aws_b2bi/__init__.py +1819 -99
  34. aws_cdk/aws_backup/__init__.py +370 -42
  35. aws_cdk/aws_backupgateway/__init__.py +13 -2
  36. aws_cdk/aws_batch/__init__.py +1462 -163
  37. aws_cdk/aws_bcmdataexports/__init__.py +21 -2
  38. aws_cdk/aws_bedrock/__init__.py +7867 -727
  39. aws_cdk/aws_bedrockagentcore/__init__.py +10425 -0
  40. aws_cdk/aws_billingconductor/__init__.py +197 -11
  41. aws_cdk/aws_budgets/__init__.py +611 -4
  42. aws_cdk/aws_cassandra/__init__.py +247 -6
  43. aws_cdk/aws_ce/__init__.py +35 -6
  44. aws_cdk/aws_certificatemanager/__init__.py +258 -32
  45. aws_cdk/aws_chatbot/__init__.py +76 -6
  46. aws_cdk/aws_cleanrooms/__init__.py +709 -206
  47. aws_cdk/aws_cleanroomsml/__init__.py +13 -2
  48. aws_cdk/aws_cloud9/__init__.py +13 -2
  49. aws_cdk/aws_cloudformation/__init__.py +362 -189
  50. aws_cdk/aws_cloudfront/__init__.py +2188 -674
  51. aws_cdk/aws_cloudfront/experimental/__init__.py +114 -16
  52. aws_cdk/aws_cloudfront_origins/__init__.py +615 -74
  53. aws_cdk/aws_cloudtrail/__init__.py +311 -21
  54. aws_cdk/aws_cloudwatch/__init__.py +3093 -1038
  55. aws_cdk/aws_cloudwatch_actions/__init__.py +75 -1
  56. aws_cdk/aws_codeartifact/__init__.py +35 -6
  57. aws_cdk/aws_codebuild/__init__.py +1303 -135
  58. aws_cdk/aws_codecommit/__init__.py +29 -9
  59. aws_cdk/aws_codeconnections/__init__.py +13 -2
  60. aws_cdk/aws_codedeploy/__init__.py +130 -6
  61. aws_cdk/aws_codeguruprofiler/__init__.py +80 -2
  62. aws_cdk/aws_codegurureviewer/__init__.py +13 -2
  63. aws_cdk/aws_codepipeline/__init__.py +177 -71
  64. aws_cdk/aws_codepipeline_actions/__init__.py +753 -4
  65. aws_cdk/aws_codestar/__init__.py +13 -2
  66. aws_cdk/aws_codestarconnections/__init__.py +35 -6
  67. aws_cdk/aws_codestarnotifications/__init__.py +22 -2
  68. aws_cdk/aws_cognito/__init__.py +905 -92
  69. aws_cdk/aws_cognito_identitypool/__init__.py +23 -12
  70. aws_cdk/aws_comprehend/__init__.py +24 -4
  71. aws_cdk/aws_config/__init__.py +227 -30
  72. aws_cdk/aws_connect/__init__.py +2736 -191
  73. aws_cdk/aws_connectcampaigns/__init__.py +13 -2
  74. aws_cdk/aws_connectcampaignsv2/__init__.py +268 -6
  75. aws_cdk/aws_controltower/__init__.py +35 -6
  76. aws_cdk/aws_cur/__init__.py +100 -4
  77. aws_cdk/aws_customerprofiles/__init__.py +617 -27
  78. aws_cdk/aws_databrew/__init__.py +68 -12
  79. aws_cdk/aws_datapipeline/__init__.py +42 -2
  80. aws_cdk/aws_datasync/__init__.py +1514 -977
  81. aws_cdk/aws_datazone/__init__.py +7426 -1763
  82. aws_cdk/aws_dax/__init__.py +83 -6
  83. aws_cdk/aws_deadline/__init__.py +511 -36
  84. aws_cdk/aws_detective/__init__.py +35 -6
  85. aws_cdk/aws_devicefarm/__init__.py +68 -12
  86. aws_cdk/aws_devopsguru/__init__.py +37 -6
  87. aws_cdk/aws_directoryservice/__init__.py +53 -4
  88. aws_cdk/aws_dlm/__init__.py +13 -2
  89. aws_cdk/aws_dms/__init__.py +184 -27
  90. aws_cdk/aws_docdb/__init__.py +350 -49
  91. aws_cdk/aws_docdbelastic/__init__.py +13 -2
  92. aws_cdk/aws_dsql/__init__.py +386 -16
  93. aws_cdk/aws_dynamodb/__init__.py +1479 -170
  94. aws_cdk/aws_ec2/__init__.py +10465 -1335
  95. aws_cdk/aws_ecr/__init__.py +637 -43
  96. aws_cdk/aws_ecr_assets/__init__.py +10 -0
  97. aws_cdk/aws_ecs/__init__.py +6629 -490
  98. aws_cdk/aws_ecs_patterns/__init__.py +124 -12
  99. aws_cdk/aws_efs/__init__.py +276 -24
  100. aws_cdk/aws_eks/__init__.py +1132 -227
  101. aws_cdk/aws_elasticache/__init__.py +378 -25
  102. aws_cdk/aws_elasticbeanstalk/__init__.py +75 -8
  103. aws_cdk/aws_elasticloadbalancing/__init__.py +22 -2
  104. aws_cdk/aws_elasticloadbalancingv2/__init__.py +1796 -123
  105. aws_cdk/aws_elasticsearch/__init__.py +291 -9
  106. aws_cdk/aws_emr/__init__.py +219 -18
  107. aws_cdk/aws_emrcontainers/__init__.py +71 -2
  108. aws_cdk/aws_emrserverless/__init__.py +188 -3
  109. aws_cdk/aws_entityresolution/__init__.py +585 -58
  110. aws_cdk/aws_events/__init__.py +1007 -126
  111. aws_cdk/aws_events_targets/__init__.py +398 -65
  112. aws_cdk/aws_eventschemas/__init__.py +46 -8
  113. aws_cdk/aws_evidently/__init__.py +57 -10
  114. aws_cdk/aws_evs/__init__.py +2244 -0
  115. aws_cdk/aws_finspace/__init__.py +71 -2
  116. aws_cdk/aws_fis/__init__.py +26 -4
  117. aws_cdk/aws_fms/__init__.py +35 -6
  118. aws_cdk/aws_forecast/__init__.py +24 -4
  119. aws_cdk/aws_frauddetector/__init__.py +79 -14
  120. aws_cdk/aws_fsx/__init__.py +1349 -127
  121. aws_cdk/aws_gamelift/__init__.py +755 -94
  122. aws_cdk/aws_gameliftstreams/__init__.py +44 -22
  123. aws_cdk/aws_globalaccelerator/__init__.py +73 -14
  124. aws_cdk/aws_glue/__init__.py +1455 -378
  125. aws_cdk/aws_grafana/__init__.py +13 -2
  126. aws_cdk/aws_greengrass/__init__.py +654 -32
  127. aws_cdk/aws_greengrassv2/__init__.py +53 -4
  128. aws_cdk/aws_groundstation/__init__.py +122 -6
  129. aws_cdk/aws_guardduty/__init__.py +1613 -123
  130. aws_cdk/aws_healthimaging/__init__.py +71 -2
  131. aws_cdk/aws_healthlake/__init__.py +42 -2
  132. aws_cdk/aws_iam/__init__.py +921 -141
  133. aws_cdk/aws_identitystore/__init__.py +24 -4
  134. aws_cdk/aws_imagebuilder/__init__.py +1454 -199
  135. aws_cdk/aws_inspector/__init__.py +44 -6
  136. aws_cdk/aws_inspectorv2/__init__.py +2285 -243
  137. aws_cdk/aws_internetmonitor/__init__.py +71 -2
  138. aws_cdk/aws_invoicing/__init__.py +13 -2
  139. aws_cdk/aws_iot/__init__.py +1760 -64
  140. aws_cdk/aws_iotanalytics/__init__.py +162 -8
  141. aws_cdk/aws_iotcoredeviceadvisor/__init__.py +106 -40
  142. aws_cdk/aws_iotevents/__init__.py +122 -6
  143. aws_cdk/aws_iotfleethub/__init__.py +71 -2
  144. aws_cdk/aws_iotfleetwise/__init__.py +195 -14
  145. aws_cdk/aws_iotsitewise/__init__.py +1837 -89
  146. aws_cdk/aws_iotthingsgraph/__init__.py +13 -2
  147. aws_cdk/aws_iottwinmaker/__init__.py +115 -10
  148. aws_cdk/aws_iotwireless/__init__.py +649 -22
  149. aws_cdk/aws_ivs/__init__.py +561 -57
  150. aws_cdk/aws_ivschat/__init__.py +24 -4
  151. aws_cdk/aws_kafkaconnect/__init__.py +35 -6
  152. aws_cdk/aws_kendra/__init__.py +120 -28
  153. aws_cdk/aws_kendraranking/__init__.py +13 -2
  154. aws_cdk/aws_kinesis/__init__.py +641 -23
  155. aws_cdk/aws_kinesisanalytics/__init__.py +467 -96
  156. aws_cdk/aws_kinesisanalyticsv2/__init__.py +207 -19
  157. aws_cdk/aws_kinesisfirehose/__init__.py +3087 -295
  158. aws_cdk/aws_kinesisvideo/__init__.py +24 -4
  159. aws_cdk/aws_kms/__init__.py +204 -45
  160. aws_cdk/aws_lakeformation/__init__.py +80 -15
  161. aws_cdk/aws_lambda/__init__.py +2236 -297
  162. aws_cdk/aws_lambda_event_sources/__init__.py +638 -1
  163. aws_cdk/aws_lambda_nodejs/__init__.py +63 -24
  164. aws_cdk/aws_launchwizard/__init__.py +13 -2
  165. aws_cdk/aws_lex/__init__.py +2162 -212
  166. aws_cdk/aws_licensemanager/__init__.py +24 -4
  167. aws_cdk/aws_lightsail/__init__.py +2958 -1322
  168. aws_cdk/aws_location/__init__.py +618 -14
  169. aws_cdk/aws_logs/__init__.py +6014 -923
  170. aws_cdk/aws_lookoutequipment/__init__.py +13 -2
  171. aws_cdk/aws_lookoutmetrics/__init__.py +38 -6
  172. aws_cdk/aws_lookoutvision/__init__.py +71 -2
  173. aws_cdk/aws_m2/__init__.py +94 -19
  174. aws_cdk/aws_macie/__init__.py +49 -11
  175. aws_cdk/aws_managedblockchain/__init__.py +180 -6
  176. aws_cdk/aws_mediaconnect/__init__.py +101 -18
  177. aws_cdk/aws_mediaconvert/__init__.py +35 -6
  178. aws_cdk/aws_medialive/__init__.py +1938 -532
  179. aws_cdk/aws_mediapackage/__init__.py +59 -12
  180. aws_cdk/aws_mediapackagev2/__init__.py +1616 -233
  181. aws_cdk/aws_mediastore/__init__.py +13 -2
  182. aws_cdk/aws_mediatailor/__init__.py +583 -12
  183. aws_cdk/aws_memorydb/__init__.py +271 -12
  184. aws_cdk/aws_mpa/__init__.py +1495 -0
  185. aws_cdk/aws_msk/__init__.py +108 -22
  186. aws_cdk/aws_mwaa/__init__.py +121 -9
  187. aws_cdk/aws_neptune/__init__.py +290 -78
  188. aws_cdk/aws_neptunegraph/__init__.py +24 -4
  189. aws_cdk/aws_networkfirewall/__init__.py +1184 -164
  190. aws_cdk/aws_networkmanager/__init__.py +349 -33
  191. aws_cdk/aws_nimblestudio/__init__.py +283 -408
  192. aws_cdk/aws_notifications/__init__.py +317 -12
  193. aws_cdk/aws_notificationscontacts/__init__.py +13 -2
  194. aws_cdk/aws_oam/__init__.py +24 -4
  195. aws_cdk/aws_observabilityadmin/__init__.py +2561 -0
  196. aws_cdk/aws_odb/__init__.py +5872 -0
  197. aws_cdk/aws_omics/__init__.py +2967 -162
  198. aws_cdk/aws_opensearchserverless/__init__.py +312 -37
  199. aws_cdk/aws_opensearchservice/__init__.py +501 -19
  200. aws_cdk/aws_opsworks/__init__.py +235 -139
  201. aws_cdk/aws_opsworkscm/__init__.py +16 -52
  202. aws_cdk/aws_organizations/__init__.py +70 -10
  203. aws_cdk/aws_osis/__init__.py +167 -2
  204. aws_cdk/aws_panorama/__init__.py +181 -9
  205. aws_cdk/aws_paymentcryptography/__init__.py +24 -4
  206. aws_cdk/aws_pcaconnectorad/__init__.py +59 -10
  207. aws_cdk/aws_pcaconnectorscep/__init__.py +24 -4
  208. aws_cdk/aws_pcs/__init__.py +516 -64
  209. aws_cdk/aws_personalize/__init__.py +46 -8
  210. aws_cdk/aws_pinpoint/__init__.py +329 -38
  211. aws_cdk/aws_pinpointemail/__init__.py +48 -8
  212. aws_cdk/aws_pipes/__init__.py +12 -2
  213. aws_cdk/aws_proton/__init__.py +37 -6
  214. aws_cdk/aws_qbusiness/__init__.py +635 -34
  215. aws_cdk/aws_qldb/__init__.py +24 -4
  216. aws_cdk/aws_quicksight/__init__.py +7900 -1160
  217. aws_cdk/aws_ram/__init__.py +24 -4
  218. aws_cdk/aws_rbin/__init__.py +12 -2
  219. aws_cdk/aws_rds/__init__.py +3721 -573
  220. aws_cdk/aws_redshift/__init__.py +143 -20
  221. aws_cdk/aws_redshiftserverless/__init__.py +699 -11
  222. aws_cdk/aws_refactorspaces/__init__.py +64 -14
  223. aws_cdk/aws_rekognition/__init__.py +93 -6
  224. aws_cdk/aws_resiliencehub/__init__.py +24 -4
  225. aws_cdk/aws_resourceexplorer2/__init__.py +35 -6
  226. aws_cdk/aws_resourcegroups/__init__.py +82 -4
  227. aws_cdk/aws_robomaker/__init__.py +72 -12
  228. aws_cdk/aws_rolesanywhere/__init__.py +194 -19
  229. aws_cdk/aws_route53/__init__.py +3965 -1436
  230. aws_cdk/aws_route53_targets/__init__.py +3 -0
  231. aws_cdk/aws_route53profiles/__init__.py +37 -6
  232. aws_cdk/aws_route53recoverycontrol/__init__.py +46 -8
  233. aws_cdk/aws_route53recoveryreadiness/__init__.py +104 -8
  234. aws_cdk/aws_route53resolver/__init__.py +189 -40
  235. aws_cdk/aws_rtbfabric/__init__.py +3498 -0
  236. aws_cdk/aws_rum/__init__.py +13 -2
  237. aws_cdk/aws_s3/__init__.py +1742 -221
  238. aws_cdk/aws_s3_assets/__init__.py +11 -11
  239. aws_cdk/aws_s3_deployment/__init__.py +153 -11
  240. aws_cdk/aws_s3_notifications/__init__.py +7 -7
  241. aws_cdk/aws_s3express/__init__.py +1053 -6
  242. aws_cdk/aws_s3objectlambda/__init__.py +68 -16
  243. aws_cdk/aws_s3outposts/__init__.py +46 -8
  244. aws_cdk/aws_s3tables/__init__.py +2000 -323
  245. aws_cdk/aws_s3vectors/__init__.py +1378 -0
  246. aws_cdk/aws_sagemaker/__init__.py +6848 -373
  247. aws_cdk/aws_sam/__init__.py +79 -14
  248. aws_cdk/aws_scheduler/__init__.py +249 -4
  249. aws_cdk/aws_sdb/__init__.py +12 -2
  250. aws_cdk/aws_secretsmanager/__init__.py +194 -14
  251. aws_cdk/aws_securityhub/__init__.py +3121 -176
  252. aws_cdk/aws_securitylake/__init__.py +46 -8
  253. aws_cdk/aws_servicecatalog/__init__.py +429 -246
  254. aws_cdk/aws_servicecatalogappregistry/__init__.py +164 -8
  255. aws_cdk/aws_servicediscovery/__init__.py +188 -47
  256. aws_cdk/aws_ses/__init__.py +2265 -369
  257. aws_cdk/aws_shield/__init__.py +46 -8
  258. aws_cdk/aws_signer/__init__.py +33 -4
  259. aws_cdk/aws_simspaceweaver/__init__.py +42 -2
  260. aws_cdk/aws_smsvoice/__init__.py +4716 -0
  261. aws_cdk/aws_sns/__init__.py +263 -29
  262. aws_cdk/aws_sns_subscriptions/__init__.py +265 -2
  263. aws_cdk/aws_sqs/__init__.py +223 -14
  264. aws_cdk/aws_ssm/__init__.py +413 -58
  265. aws_cdk/aws_ssmcontacts/__init__.py +98 -9
  266. aws_cdk/aws_ssmguiconnect/__init__.py +20 -9
  267. aws_cdk/aws_ssmincidents/__init__.py +24 -4
  268. aws_cdk/aws_ssmquicksetup/__init__.py +393 -8
  269. aws_cdk/aws_sso/__init__.py +70 -12
  270. aws_cdk/aws_stepfunctions/__init__.py +823 -94
  271. aws_cdk/aws_stepfunctions_tasks/__init__.py +2323 -150
  272. aws_cdk/aws_supportapp/__init__.py +39 -6
  273. aws_cdk/aws_synthetics/__init__.py +1088 -126
  274. aws_cdk/aws_systemsmanagersap/__init__.py +13 -2
  275. aws_cdk/aws_timestream/__init__.py +104 -8
  276. aws_cdk/aws_transfer/__init__.py +784 -87
  277. aws_cdk/aws_verifiedpermissions/__init__.py +306 -13
  278. aws_cdk/aws_voiceid/__init__.py +54 -5
  279. aws_cdk/aws_vpclattice/__init__.py +589 -231
  280. aws_cdk/aws_waf/__init__.py +79 -14
  281. aws_cdk/aws_wafregional/__init__.py +123 -22
  282. aws_cdk/aws_wafv2/__init__.py +1183 -64
  283. aws_cdk/aws_wisdom/__init__.py +1403 -90
  284. aws_cdk/aws_workspaces/__init__.py +134 -6
  285. aws_cdk/aws_workspacesinstances/__init__.py +3940 -0
  286. aws_cdk/aws_workspacesthinclient/__init__.py +79 -10
  287. aws_cdk/aws_workspacesweb/__init__.py +1057 -141
  288. aws_cdk/aws_xray/__init__.py +48 -8
  289. aws_cdk/cloud_assembly_schema/__init__.py +368 -48
  290. aws_cdk/custom_resources/__init__.py +58 -12
  291. aws_cdk/cx_api/__init__.py +125 -21
  292. aws_cdk/interfaces/__init__.py +739 -0
  293. aws_cdk/interfaces/alexa_ask/__init__.py +146 -0
  294. aws_cdk/interfaces/aws_accessanalyzer/__init__.py +146 -0
  295. aws_cdk/interfaces/aws_acmpca/__init__.py +501 -0
  296. aws_cdk/interfaces/aws_aiops/__init__.py +146 -0
  297. aws_cdk/interfaces/aws_amazonmq/__init__.py +386 -0
  298. aws_cdk/interfaces/aws_amplify/__init__.py +352 -0
  299. aws_cdk/interfaces/aws_amplifyuibuilder/__init__.py +454 -0
  300. aws_cdk/interfaces/aws_apigateway/__init__.py +2486 -0
  301. aws_cdk/interfaces/aws_apigatewayv2/__init__.py +1651 -0
  302. aws_cdk/interfaces/aws_appconfig/__init__.py +1020 -0
  303. aws_cdk/interfaces/aws_appflow/__init__.py +404 -0
  304. aws_cdk/interfaces/aws_appintegrations/__init__.py +396 -0
  305. aws_cdk/interfaces/aws_applicationautoscaling/__init__.py +307 -0
  306. aws_cdk/interfaces/aws_applicationinsights/__init__.py +148 -0
  307. aws_cdk/interfaces/aws_applicationsignals/__init__.py +358 -0
  308. aws_cdk/interfaces/aws_appmesh/__init__.py +888 -0
  309. aws_cdk/interfaces/aws_apprunner/__init__.py +564 -0
  310. aws_cdk/interfaces/aws_appstream/__init__.py +1482 -0
  311. aws_cdk/interfaces/aws_appsync/__init__.py +1326 -0
  312. aws_cdk/interfaces/aws_apptest/__init__.py +163 -0
  313. aws_cdk/interfaces/aws_aps/__init__.py +558 -0
  314. aws_cdk/interfaces/aws_arcregionswitch/__init__.py +146 -0
  315. aws_cdk/interfaces/aws_arczonalshift/__init__.py +273 -0
  316. aws_cdk/interfaces/aws_athena/__init__.py +575 -0
  317. aws_cdk/interfaces/aws_auditmanager/__init__.py +163 -0
  318. aws_cdk/interfaces/aws_autoscaling/__init__.py +705 -0
  319. aws_cdk/interfaces/aws_autoscalingplans/__init__.py +148 -0
  320. aws_cdk/interfaces/aws_b2bi/__init__.py +524 -0
  321. aws_cdk/interfaces/aws_backup/__init__.py +955 -0
  322. aws_cdk/interfaces/aws_backupgateway/__init__.py +146 -0
  323. aws_cdk/interfaces/aws_batch/__init__.py +681 -0
  324. aws_cdk/interfaces/aws_bcmdataexports/__init__.py +146 -0
  325. aws_cdk/interfaces/aws_bedrock/__init__.py +1942 -0
  326. aws_cdk/interfaces/aws_bedrockagentcore/__init__.py +934 -0
  327. aws_cdk/interfaces/aws_billing/__init__.py +146 -0
  328. aws_cdk/interfaces/aws_billingconductor/__init__.py +463 -0
  329. aws_cdk/interfaces/aws_budgets/__init__.py +261 -0
  330. aws_cdk/interfaces/aws_cassandra/__init__.py +381 -0
  331. aws_cdk/interfaces/aws_ce/__init__.py +352 -0
  332. aws_cdk/interfaces/aws_certificatemanager/__init__.py +251 -0
  333. aws_cdk/interfaces/aws_chatbot/__init__.py +366 -0
  334. aws_cdk/interfaces/aws_cleanrooms/__init__.py +1103 -0
  335. aws_cdk/interfaces/aws_cleanroomsml/__init__.py +148 -0
  336. aws_cdk/interfaces/aws_cloud9/__init__.py +166 -0
  337. aws_cdk/interfaces/aws_cloudformation/__init__.py +1919 -0
  338. aws_cdk/interfaces/aws_cloudfront/__init__.py +1998 -0
  339. aws_cdk/interfaces/aws_cloudtrail/__init__.py +570 -0
  340. aws_cdk/interfaces/aws_cloudwatch/__init__.py +733 -0
  341. aws_cdk/interfaces/aws_codeartifact/__init__.py +352 -0
  342. aws_cdk/interfaces/aws_codebuild/__init__.py +487 -0
  343. aws_cdk/interfaces/aws_codecommit/__init__.py +163 -0
  344. aws_cdk/interfaces/aws_codeconnections/__init__.py +146 -0
  345. aws_cdk/interfaces/aws_codedeploy/__init__.py +352 -0
  346. aws_cdk/interfaces/aws_codeguruprofiler/__init__.py +168 -0
  347. aws_cdk/interfaces/aws_codegurureviewer/__init__.py +148 -0
  348. aws_cdk/interfaces/aws_codepipeline/__init__.py +388 -0
  349. aws_cdk/interfaces/aws_codestar/__init__.py +146 -0
  350. aws_cdk/interfaces/aws_codestarconnections/__init__.py +370 -0
  351. aws_cdk/interfaces/aws_codestarnotifications/__init__.py +148 -0
  352. aws_cdk/interfaces/aws_cognito/__init__.py +1929 -0
  353. aws_cdk/interfaces/aws_comprehend/__init__.py +251 -0
  354. aws_cdk/interfaces/aws_config/__init__.py +1165 -0
  355. aws_cdk/interfaces/aws_connect/__init__.py +2949 -0
  356. aws_cdk/interfaces/aws_connectcampaigns/__init__.py +146 -0
  357. aws_cdk/interfaces/aws_connectcampaignsv2/__init__.py +146 -0
  358. aws_cdk/interfaces/aws_controltower/__init__.py +394 -0
  359. aws_cdk/interfaces/aws_cur/__init__.py +146 -0
  360. aws_cdk/interfaces/aws_customerprofiles/__init__.py +915 -0
  361. aws_cdk/interfaces/aws_databrew/__init__.py +661 -0
  362. aws_cdk/interfaces/aws_datapipeline/__init__.py +146 -0
  363. aws_cdk/interfaces/aws_datasync/__init__.py +1384 -0
  364. aws_cdk/interfaces/aws_datazone/__init__.py +2238 -0
  365. aws_cdk/interfaces/aws_dax/__init__.py +364 -0
  366. aws_cdk/interfaces/aws_deadline/__init__.py +1303 -0
  367. aws_cdk/interfaces/aws_detective/__init__.py +364 -0
  368. aws_cdk/interfaces/aws_devicefarm/__init__.py +663 -0
  369. aws_cdk/interfaces/aws_devopsguru/__init__.py +362 -0
  370. aws_cdk/interfaces/aws_directoryservice/__init__.py +251 -0
  371. aws_cdk/interfaces/aws_dlm/__init__.py +166 -0
  372. aws_cdk/interfaces/aws_dms/__init__.py +1176 -0
  373. aws_cdk/interfaces/aws_docdb/__init__.py +560 -0
  374. aws_cdk/interfaces/aws_docdbelastic/__init__.py +146 -0
  375. aws_cdk/interfaces/aws_dsql/__init__.py +146 -0
  376. aws_cdk/interfaces/aws_dynamodb/__init__.py +278 -0
  377. aws_cdk/interfaces/aws_ec2/__init__.py +11963 -0
  378. aws_cdk/interfaces/aws_ecr/__init__.py +814 -0
  379. aws_cdk/interfaces/aws_ecs/__init__.py +845 -0
  380. aws_cdk/interfaces/aws_efs/__init__.py +392 -0
  381. aws_cdk/interfaces/aws_eks/__init__.py +948 -0
  382. aws_cdk/interfaces/aws_elasticache/__init__.py +1108 -0
  383. aws_cdk/interfaces/aws_elasticbeanstalk/__init__.py +503 -0
  384. aws_cdk/interfaces/aws_elasticloadbalancing/__init__.py +148 -0
  385. aws_cdk/interfaces/aws_elasticloadbalancingv2/__init__.py +795 -0
  386. aws_cdk/interfaces/aws_elasticsearch/__init__.py +158 -0
  387. aws_cdk/interfaces/aws_emr/__init__.py +913 -0
  388. aws_cdk/interfaces/aws_emrcontainers/__init__.py +168 -0
  389. aws_cdk/interfaces/aws_emrserverless/__init__.py +166 -0
  390. aws_cdk/interfaces/aws_entityresolution/__init__.py +608 -0
  391. aws_cdk/interfaces/aws_events/__init__.py +872 -0
  392. aws_cdk/interfaces/aws_eventschemas/__init__.py +455 -0
  393. aws_cdk/interfaces/aws_evidently/__init__.py +558 -0
  394. aws_cdk/interfaces/aws_evs/__init__.py +166 -0
  395. aws_cdk/interfaces/aws_finspace/__init__.py +166 -0
  396. aws_cdk/interfaces/aws_fis/__init__.py +271 -0
  397. aws_cdk/interfaces/aws_fms/__init__.py +364 -0
  398. aws_cdk/interfaces/aws_forecast/__init__.py +249 -0
  399. aws_cdk/interfaces/aws_frauddetector/__init__.py +764 -0
  400. aws_cdk/interfaces/aws_fsx/__init__.py +663 -0
  401. aws_cdk/interfaces/aws_gamelift/__init__.py +1325 -0
  402. aws_cdk/interfaces/aws_gameliftstreams/__init__.py +249 -0
  403. aws_cdk/interfaces/aws_globalaccelerator/__init__.py +461 -0
  404. aws_cdk/interfaces/aws_glue/__init__.py +2377 -0
  405. aws_cdk/interfaces/aws_grafana/__init__.py +146 -0
  406. aws_cdk/interfaces/aws_greengrass/__init__.py +1871 -0
  407. aws_cdk/interfaces/aws_greengrassv2/__init__.py +251 -0
  408. aws_cdk/interfaces/aws_groundstation/__init__.py +396 -0
  409. aws_cdk/interfaces/aws_guardduty/__init__.py +1225 -0
  410. aws_cdk/interfaces/aws_healthimaging/__init__.py +163 -0
  411. aws_cdk/interfaces/aws_healthlake/__init__.py +146 -0
  412. aws_cdk/interfaces/aws_iam/__init__.py +1803 -0
  413. aws_cdk/interfaces/aws_identitystore/__init__.py +288 -0
  414. aws_cdk/interfaces/aws_imagebuilder/__init__.py +984 -0
  415. aws_cdk/interfaces/aws_inspector/__init__.py +354 -0
  416. aws_cdk/interfaces/aws_inspectorv2/__init__.py +467 -0
  417. aws_cdk/interfaces/aws_internetmonitor/__init__.py +163 -0
  418. aws_cdk/interfaces/aws_invoicing/__init__.py +146 -0
  419. aws_cdk/interfaces/aws_iot/__init__.py +3483 -0
  420. aws_cdk/interfaces/aws_iotanalytics/__init__.py +455 -0
  421. aws_cdk/interfaces/aws_iotcoredeviceadvisor/__init__.py +168 -0
  422. aws_cdk/interfaces/aws_iotevents/__init__.py +352 -0
  423. aws_cdk/interfaces/aws_iotfleethub/__init__.py +166 -0
  424. aws_cdk/interfaces/aws_iotfleetwise/__init__.py +892 -0
  425. aws_cdk/interfaces/aws_iotsitewise/__init__.py +1097 -0
  426. aws_cdk/interfaces/aws_iotthingsgraph/__init__.py +146 -0
  427. aws_cdk/interfaces/aws_iottwinmaker/__init__.py +711 -0
  428. aws_cdk/interfaces/aws_iotwireless/__init__.py +1401 -0
  429. aws_cdk/interfaces/aws_ivs/__init__.py +1075 -0
  430. aws_cdk/interfaces/aws_ivschat/__init__.py +251 -0
  431. aws_cdk/interfaces/aws_kafkaconnect/__init__.py +354 -0
  432. aws_cdk/interfaces/aws_kendra/__init__.py +428 -0
  433. aws_cdk/interfaces/aws_kendraranking/__init__.py +166 -0
  434. aws_cdk/interfaces/aws_kinesis/__init__.py +364 -0
  435. aws_cdk/interfaces/aws_kinesisanalytics/__init__.py +364 -0
  436. aws_cdk/interfaces/aws_kinesisanalyticsv2/__init__.py +479 -0
  437. aws_cdk/interfaces/aws_kinesisfirehose/__init__.py +168 -0
  438. aws_cdk/interfaces/aws_kinesisvideo/__init__.py +283 -0
  439. aws_cdk/interfaces/aws_kms/__init__.py +376 -0
  440. aws_cdk/interfaces/aws_lakeformation/__init__.py +860 -0
  441. aws_cdk/interfaces/aws_lambda/__init__.py +1141 -0
  442. aws_cdk/interfaces/aws_launchwizard/__init__.py +146 -0
  443. aws_cdk/interfaces/aws_lex/__init__.py +513 -0
  444. aws_cdk/interfaces/aws_licensemanager/__init__.py +249 -0
  445. aws_cdk/interfaces/aws_lightsail/__init__.py +1744 -0
  446. aws_cdk/interfaces/aws_location/__init__.py +879 -0
  447. aws_cdk/interfaces/aws_logs/__init__.py +1667 -0
  448. aws_cdk/interfaces/aws_lookoutequipment/__init__.py +168 -0
  449. aws_cdk/interfaces/aws_lookoutmetrics/__init__.py +251 -0
  450. aws_cdk/interfaces/aws_lookoutvision/__init__.py +163 -0
  451. aws_cdk/interfaces/aws_m2/__init__.py +352 -0
  452. aws_cdk/interfaces/aws_macie/__init__.py +512 -0
  453. aws_cdk/interfaces/aws_managedblockchain/__init__.py +381 -0
  454. aws_cdk/interfaces/aws_mediaconnect/__init__.py +1028 -0
  455. aws_cdk/interfaces/aws_mediaconvert/__init__.py +396 -0
  456. aws_cdk/interfaces/aws_medialive/__init__.py +1755 -0
  457. aws_cdk/interfaces/aws_mediapackage/__init__.py +644 -0
  458. aws_cdk/interfaces/aws_mediapackagev2/__init__.py +618 -0
  459. aws_cdk/interfaces/aws_mediastore/__init__.py +146 -0
  460. aws_cdk/interfaces/aws_mediatailor/__init__.py +788 -0
  461. aws_cdk/interfaces/aws_memorydb/__init__.py +685 -0
  462. aws_cdk/interfaces/aws_mpa/__init__.py +249 -0
  463. aws_cdk/interfaces/aws_msk/__init__.py +764 -0
  464. aws_cdk/interfaces/aws_mwaa/__init__.py +166 -0
  465. aws_cdk/interfaces/aws_neptune/__init__.py +663 -0
  466. aws_cdk/interfaces/aws_neptunegraph/__init__.py +265 -0
  467. aws_cdk/interfaces/aws_networkfirewall/__init__.py +669 -0
  468. aws_cdk/interfaces/aws_networkmanager/__init__.py +1832 -0
  469. aws_cdk/interfaces/aws_nimblestudio/__init__.py +388 -0
  470. aws_cdk/interfaces/aws_notifications/__init__.py +868 -0
  471. aws_cdk/interfaces/aws_notificationscontacts/__init__.py +148 -0
  472. aws_cdk/interfaces/aws_oam/__init__.py +249 -0
  473. aws_cdk/interfaces/aws_observabilityadmin/__init__.py +362 -0
  474. aws_cdk/interfaces/aws_odb/__init__.py +562 -0
  475. aws_cdk/interfaces/aws_omics/__init__.py +838 -0
  476. aws_cdk/interfaces/aws_opensearchserverless/__init__.py +859 -0
  477. aws_cdk/interfaces/aws_opensearchservice/__init__.py +283 -0
  478. aws_cdk/interfaces/aws_opsworks/__init__.py +772 -0
  479. aws_cdk/interfaces/aws_opsworkscm/__init__.py +146 -0
  480. aws_cdk/interfaces/aws_organizations/__init__.py +646 -0
  481. aws_cdk/interfaces/aws_osis/__init__.py +146 -0
  482. aws_cdk/interfaces/aws_panorama/__init__.py +420 -0
  483. aws_cdk/interfaces/aws_paymentcryptography/__init__.py +249 -0
  484. aws_cdk/interfaces/aws_pcaconnectorad/__init__.py +608 -0
  485. aws_cdk/interfaces/aws_pcaconnectorscep/__init__.py +249 -0
  486. aws_cdk/interfaces/aws_pcs/__init__.py +352 -0
  487. aws_cdk/interfaces/aws_personalize/__init__.py +455 -0
  488. aws_cdk/interfaces/aws_pinpoint/__init__.py +2125 -0
  489. aws_cdk/interfaces/aws_pinpointemail/__init__.py +467 -0
  490. aws_cdk/interfaces/aws_pipes/__init__.py +158 -0
  491. aws_cdk/interfaces/aws_proton/__init__.py +360 -0
  492. aws_cdk/interfaces/aws_qbusiness/__init__.py +1122 -0
  493. aws_cdk/interfaces/aws_qldb/__init__.py +283 -0
  494. aws_cdk/interfaces/aws_quicksight/__init__.py +1566 -0
  495. aws_cdk/interfaces/aws_ram/__init__.py +249 -0
  496. aws_cdk/interfaces/aws_rbin/__init__.py +146 -0
  497. aws_cdk/interfaces/aws_rds/__init__.py +1780 -0
  498. aws_cdk/interfaces/aws_redshift/__init__.py +1104 -0
  499. aws_cdk/interfaces/aws_redshiftserverless/__init__.py +356 -0
  500. aws_cdk/interfaces/aws_refactorspaces/__init__.py +605 -0
  501. aws_cdk/interfaces/aws_rekognition/__init__.py +406 -0
  502. aws_cdk/interfaces/aws_resiliencehub/__init__.py +251 -0
  503. aws_cdk/interfaces/aws_resourceexplorer2/__init__.py +354 -0
  504. aws_cdk/interfaces/aws_resourcegroups/__init__.py +261 -0
  505. aws_cdk/interfaces/aws_robomaker/__init__.py +673 -0
  506. aws_cdk/interfaces/aws_rolesanywhere/__init__.py +384 -0
  507. aws_cdk/interfaces/aws_route53/__init__.py +804 -0
  508. aws_cdk/interfaces/aws_route53profiles/__init__.py +368 -0
  509. aws_cdk/interfaces/aws_route53recoverycontrol/__init__.py +463 -0
  510. aws_cdk/interfaces/aws_route53recoveryreadiness/__init__.py +535 -0
  511. aws_cdk/interfaces/aws_route53resolver/__init__.py +1356 -0
  512. aws_cdk/interfaces/aws_rtbfabric/__init__.py +352 -0
  513. aws_cdk/interfaces/aws_rum/__init__.py +146 -0
  514. aws_cdk/interfaces/aws_s3/__init__.py +1171 -0
  515. aws_cdk/interfaces/aws_s3express/__init__.py +392 -0
  516. aws_cdk/interfaces/aws_s3objectlambda/__init__.py +271 -0
  517. aws_cdk/interfaces/aws_s3outposts/__init__.py +455 -0
  518. aws_cdk/interfaces/aws_s3tables/__init__.py +575 -0
  519. aws_cdk/interfaces/aws_s3vectors/__init__.py +354 -0
  520. aws_cdk/interfaces/aws_sagemaker/__init__.py +3797 -0
  521. aws_cdk/interfaces/aws_sam/__init__.py +603 -0
  522. aws_cdk/interfaces/aws_scheduler/__init__.py +286 -0
  523. aws_cdk/interfaces/aws_sdb/__init__.py +146 -0
  524. aws_cdk/interfaces/aws_secretsmanager/__init__.py +461 -0
  525. aws_cdk/interfaces/aws_securityhub/__init__.py +1499 -0
  526. aws_cdk/interfaces/aws_securitylake/__init__.py +474 -0
  527. aws_cdk/interfaces/aws_servicecatalog/__init__.py +1829 -0
  528. aws_cdk/interfaces/aws_servicecatalogappregistry/__init__.py +557 -0
  529. aws_cdk/interfaces/aws_servicediscovery/__init__.py +636 -0
  530. aws_cdk/interfaces/aws_ses/__init__.py +2018 -0
  531. aws_cdk/interfaces/aws_shield/__init__.py +455 -0
  532. aws_cdk/interfaces/aws_signer/__init__.py +266 -0
  533. aws_cdk/interfaces/aws_simspaceweaver/__init__.py +146 -0
  534. aws_cdk/interfaces/aws_smsvoice/__init__.py +892 -0
  535. aws_cdk/interfaces/aws_sns/__init__.py +455 -0
  536. aws_cdk/interfaces/aws_sqs/__init__.py +364 -0
  537. aws_cdk/interfaces/aws_ssm/__init__.py +982 -0
  538. aws_cdk/interfaces/aws_ssmcontacts/__init__.py +455 -0
  539. aws_cdk/interfaces/aws_ssmguiconnect/__init__.py +146 -0
  540. aws_cdk/interfaces/aws_ssmincidents/__init__.py +249 -0
  541. aws_cdk/interfaces/aws_ssmquicksetup/__init__.py +253 -0
  542. aws_cdk/interfaces/aws_sso/__init__.py +797 -0
  543. aws_cdk/interfaces/aws_stepfunctions/__init__.py +459 -0
  544. aws_cdk/interfaces/aws_supportapp/__init__.py +372 -0
  545. aws_cdk/interfaces/aws_synthetics/__init__.py +249 -0
  546. aws_cdk/interfaces/aws_systemsmanagersap/__init__.py +148 -0
  547. aws_cdk/interfaces/aws_timestream/__init__.py +526 -0
  548. aws_cdk/interfaces/aws_transfer/__init__.py +967 -0
  549. aws_cdk/interfaces/aws_verifiedpermissions/__init__.py +538 -0
  550. aws_cdk/interfaces/aws_voiceid/__init__.py +146 -0
  551. aws_cdk/interfaces/aws_vpclattice/__init__.py +1418 -0
  552. aws_cdk/interfaces/aws_waf/__init__.py +764 -0
  553. aws_cdk/interfaces/aws_wafregional/__init__.py +1182 -0
  554. aws_cdk/interfaces/aws_wafv2/__init__.py +870 -0
  555. aws_cdk/interfaces/aws_wisdom/__init__.py +1556 -0
  556. aws_cdk/interfaces/aws_workspaces/__init__.py +352 -0
  557. aws_cdk/interfaces/aws_workspacesinstances/__init__.py +390 -0
  558. aws_cdk/interfaces/aws_workspacesthinclient/__init__.py +168 -0
  559. aws_cdk/interfaces/aws_workspacesweb/__init__.py +1085 -0
  560. aws_cdk/interfaces/aws_xray/__init__.py +457 -0
  561. aws_cdk/lambda_layer_awscli/__init__.py +6 -0
  562. aws_cdk/lambda_layer_node_proxy_agent/__init__.py +6 -0
  563. aws_cdk/pipelines/__init__.py +202 -52
  564. aws_cdk/region_info/__init__.py +3 -0
  565. aws_cdk/triggers/__init__.py +66 -18
  566. {aws_cdk_lib-2.195.0.dist-info → aws_cdk_lib-2.224.0.dist-info}/METADATA +418 -18
  567. aws_cdk_lib-2.224.0.dist-info/RECORD +584 -0
  568. aws_cdk_lib-2.195.0.dist-info/RECORD +0 -304
  569. {aws_cdk_lib-2.195.0.dist-info → aws_cdk_lib-2.224.0.dist-info}/LICENSE +0 -0
  570. {aws_cdk_lib-2.195.0.dist-info → aws_cdk_lib-2.224.0.dist-info}/NOTICE +0 -0
  571. {aws_cdk_lib-2.195.0.dist-info → aws_cdk_lib-2.224.0.dist-info}/WHEEL +0 -0
  572. {aws_cdk_lib-2.195.0.dist-info → aws_cdk_lib-2.224.0.dist-info}/top_level.txt +0 -0
@@ -77,9 +77,33 @@ from .. import (
77
77
  TagManager as _TagManager_0a598cb3,
78
78
  TreeInspector as _TreeInspector_488e0dd5,
79
79
  )
80
+ from ..interfaces.aws_deadline import (
81
+ FarmReference as _FarmReference_8cd16459,
82
+ FleetReference as _FleetReference_47de59d9,
83
+ IFarmRef as _IFarmRef_21a39bdf,
84
+ IFleetRef as _IFleetRef_7c29970e,
85
+ ILicenseEndpointRef as _ILicenseEndpointRef_6214b46a,
86
+ ILimitRef as _ILimitRef_e1123f12,
87
+ IMeteredProductRef as _IMeteredProductRef_9ac23750,
88
+ IMonitorRef as _IMonitorRef_af35d2ec,
89
+ IQueueEnvironmentRef as _IQueueEnvironmentRef_f24a8344,
90
+ IQueueFleetAssociationRef as _IQueueFleetAssociationRef_9b9c74cf,
91
+ IQueueLimitAssociationRef as _IQueueLimitAssociationRef_9d6777b6,
92
+ IQueueRef as _IQueueRef_00ca677f,
93
+ IStorageProfileRef as _IStorageProfileRef_e09d36f2,
94
+ LicenseEndpointReference as _LicenseEndpointReference_98798f08,
95
+ LimitReference as _LimitReference_af2940e5,
96
+ MeteredProductReference as _MeteredProductReference_a77c5423,
97
+ MonitorReference as _MonitorReference_53b151fe,
98
+ QueueEnvironmentReference as _QueueEnvironmentReference_ed60dec7,
99
+ QueueFleetAssociationReference as _QueueFleetAssociationReference_953e1b0e,
100
+ QueueLimitAssociationReference as _QueueLimitAssociationReference_aeea1939,
101
+ QueueReference as _QueueReference_c081843e,
102
+ StorageProfileReference as _StorageProfileReference_4e288a9f,
103
+ )
80
104
 
81
105
 
82
- @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
106
+ @jsii.implements(_IInspectable_c2943556, _IFarmRef_21a39bdf, _ITaggableV2_4e6798f8)
83
107
  class CfnFarm(
84
108
  _CfnResource_9df397a6,
85
109
  metaclass=jsii.JSIIMeta,
@@ -122,7 +146,8 @@ class CfnFarm(
122
146
  kms_key_arn: typing.Optional[builtins.str] = None,
123
147
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
124
148
  ) -> None:
125
- '''
149
+ '''Create a new ``AWS::Deadline::Farm``.
150
+
126
151
  :param scope: Scope in which this resource is defined.
127
152
  :param id: Construct identifier for this resource (unique in its scope).
128
153
  :param display_name: The display name of the farm. .. epigraph:: This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.
@@ -202,6 +227,12 @@ class CfnFarm(
202
227
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
203
228
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
204
229
 
230
+ @builtins.property
231
+ @jsii.member(jsii_name="farmRef")
232
+ def farm_ref(self) -> _FarmReference_8cd16459:
233
+ '''A reference to a Farm resource.'''
234
+ return typing.cast(_FarmReference_8cd16459, jsii.get(self, "farmRef"))
235
+
205
236
  @builtins.property
206
237
  @jsii.member(jsii_name="displayName")
207
238
  def display_name(self) -> builtins.str:
@@ -379,7 +410,7 @@ class CfnFarmProps:
379
410
  )
380
411
 
381
412
 
382
- @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
413
+ @jsii.implements(_IInspectable_c2943556, _IFleetRef_7c29970e, _ITaggableV2_4e6798f8)
383
414
  class CfnFleet(
384
415
  _CfnResource_9df397a6,
385
416
  metaclass=jsii.JSIIMeta,
@@ -447,7 +478,8 @@ class CfnFleet(
447
478
  ),
448
479
 
449
480
  # the properties below are optional
450
- storage_profile_id="storageProfileId"
481
+ storage_profile_id="storageProfileId",
482
+ tag_propagation_mode="tagPropagationMode"
451
483
  ),
452
484
  service_managed_ec2=deadline.CfnFleet.ServiceManagedEc2FleetConfigurationProperty(
453
485
  instance_capabilities=deadline.CfnFleet.ServiceManagedEc2InstanceCapabilitiesProperty(
@@ -504,6 +536,12 @@ class CfnFleet(
504
536
  ),
505
537
  instance_market_options=deadline.CfnFleet.ServiceManagedEc2InstanceMarketOptionsProperty(
506
538
  type="type"
539
+ ),
540
+
541
+ # the properties below are optional
542
+ storage_profile_id="storageProfileId",
543
+ vpc_configuration=deadline.CfnFleet.VpcConfigurationProperty(
544
+ resource_configuration_arns=["resourceConfigurationArns"]
507
545
  )
508
546
  )
509
547
  ),
@@ -514,6 +552,12 @@ class CfnFleet(
514
552
 
515
553
  # the properties below are optional
516
554
  description="description",
555
+ host_configuration=deadline.CfnFleet.HostConfigurationProperty(
556
+ script_body="scriptBody",
557
+
558
+ # the properties below are optional
559
+ script_timeout_seconds=123
560
+ ),
517
561
  min_worker_count=123,
518
562
  tags=[CfnTag(
519
563
  key="key",
@@ -533,10 +577,12 @@ class CfnFleet(
533
577
  max_worker_count: jsii.Number,
534
578
  role_arn: builtins.str,
535
579
  description: typing.Optional[builtins.str] = None,
580
+ host_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnFleet.HostConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
536
581
  min_worker_count: typing.Optional[jsii.Number] = None,
537
582
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
538
583
  ) -> None:
539
- '''
584
+ '''Create a new ``AWS::Deadline::Fleet``.
585
+
540
586
  :param scope: Scope in which this resource is defined.
541
587
  :param id: Construct identifier for this resource (unique in its scope).
542
588
  :param configuration: The configuration details for the fleet.
@@ -545,6 +591,7 @@ class CfnFleet(
545
591
  :param max_worker_count: The maximum number of workers specified in the fleet.
546
592
  :param role_arn: The IAM role that workers in the fleet use when processing jobs.
547
593
  :param description: A description that helps identify what the fleet is used for. .. epigraph:: This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field. Default: - ""
594
+ :param host_configuration: Provides a script that runs as a worker is starting up that you can use to provide additional configuration for workers in your fleet. To remove a script from a fleet, use the `UpdateFleet <https://docs.aws.amazon.com/deadline-cloud/latest/APIReference/API_UpdateFleet.html>`_ operation with the ``hostConfiguration`` ``scriptBody`` parameter set to an empty string ("").
548
595
  :param min_worker_count: The minimum number of workers in the fleet. Default: - 0
549
596
  :param tags: The tags to add to your fleet. Each tag consists of a tag key and a tag value. Tag keys and values are both required, but tag values can be empty strings.
550
597
  '''
@@ -559,6 +606,7 @@ class CfnFleet(
559
606
  max_worker_count=max_worker_count,
560
607
  role_arn=role_arn,
561
608
  description=description,
609
+ host_configuration=host_configuration,
562
610
  min_worker_count=min_worker_count,
563
611
  tags=tags,
564
612
  )
@@ -630,6 +678,15 @@ class CfnFleet(
630
678
  '''
631
679
  return typing.cast(builtins.str, jsii.get(self, "attrStatus"))
632
680
 
681
+ @builtins.property
682
+ @jsii.member(jsii_name="attrStatusMessage")
683
+ def attr_status_message(self) -> builtins.str:
684
+ '''A message that communicates a suspended status of the fleet.
685
+
686
+ :cloudformationAttribute: StatusMessage
687
+ '''
688
+ return typing.cast(builtins.str, jsii.get(self, "attrStatusMessage"))
689
+
633
690
  @builtins.property
634
691
  @jsii.member(jsii_name="attrWorkerCount")
635
692
  def attr_worker_count(self) -> jsii.Number:
@@ -650,6 +707,12 @@ class CfnFleet(
650
707
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
651
708
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
652
709
 
710
+ @builtins.property
711
+ @jsii.member(jsii_name="fleetRef")
712
+ def fleet_ref(self) -> _FleetReference_47de59d9:
713
+ '''A reference to a Fleet resource.'''
714
+ return typing.cast(_FleetReference_47de59d9, jsii.get(self, "fleetRef"))
715
+
653
716
  @builtins.property
654
717
  @jsii.member(jsii_name="configuration")
655
718
  def configuration(
@@ -733,6 +796,24 @@ class CfnFleet(
733
796
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
734
797
  jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
735
798
 
799
+ @builtins.property
800
+ @jsii.member(jsii_name="hostConfiguration")
801
+ def host_configuration(
802
+ self,
803
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnFleet.HostConfigurationProperty"]]:
804
+ '''Provides a script that runs as a worker is starting up that you can use to provide additional configuration for workers in your fleet.'''
805
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnFleet.HostConfigurationProperty"]], jsii.get(self, "hostConfiguration"))
806
+
807
+ @host_configuration.setter
808
+ def host_configuration(
809
+ self,
810
+ value: typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnFleet.HostConfigurationProperty"]],
811
+ ) -> None:
812
+ if __debug__:
813
+ type_hints = typing.get_type_hints(_typecheckingstub__5cb78c2488fd0676b6c07d92f69a0cf51c19a186b0a6d2f13bbc62aec7608cfe)
814
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
815
+ jsii.set(self, "hostConfiguration", value) # pyright: ignore[reportArgumentType]
816
+
736
817
  @builtins.property
737
818
  @jsii.member(jsii_name="minWorkerCount")
738
819
  def min_worker_count(self) -> typing.Optional[jsii.Number]:
@@ -935,8 +1016,8 @@ class CfnFleet(
935
1016
  ) -> None:
936
1017
  '''Describes a specific GPU accelerator required for an Amazon Elastic Compute Cloud worker host.
937
1018
 
938
- :param name: The name of the chip used by the GPU accelerator. If you specify ``l4`` as the name of the accelerator, you must specify ``latest`` or ``grid:r550`` as the runtime. The available GPU accelerators are: - ``t4`` - NVIDIA T4 Tensor Core GPU - ``a10g`` - NVIDIA A10G Tensor Core GPU - ``l4`` - NVIDIA L4 Tensor Core GPU - ``l40s`` - NVIDIA L40S Tensor Core GPU
939
- :param runtime: Specifies the runtime driver to use for the GPU accelerator. You must use the same runtime for all GPUs. You can choose from the following runtimes: - ``latest`` - Use the latest runtime available for the chip. If you specify ``latest`` and a new version of the runtime is released, the new version of the runtime is used. - ``grid:r550`` - `NVIDIA vGPU software 17 <https://docs.aws.amazon.com/https://docs.nvidia.com/vgpu/17.0/index.html>`_ - ``grid:r535`` - `NVIDIA vGPU software 16 <https://docs.aws.amazon.com/https://docs.nvidia.com/vgpu/16.0/index.html>`_ If you don't specify a runtime, Deadline Cloud uses ``latest`` as the default. However, if you have multiple accelerators and specify ``latest`` for some and leave others blank, Deadline Cloud raises an exception.
1019
+ :param name: The name of the chip used by the GPU accelerator. If you specify ``l4`` as the name of the accelerator, you must specify ``latest`` or ``grid:r570`` as the runtime. The available GPU accelerators are: - ``t4`` - NVIDIA T4 Tensor Core GPU - ``a10g`` - NVIDIA A10G Tensor Core GPU - ``l4`` - NVIDIA L4 Tensor Core GPU - ``l40s`` - NVIDIA L40S Tensor Core GPU
1020
+ :param runtime: Specifies the runtime driver to use for the GPU accelerator. You must use the same runtime for all GPUs. You can choose from the following runtimes: - ``latest`` - Use the latest runtime available for the chip. If you specify ``latest`` and a new version of the runtime is released, the new version of the runtime is used. - ``grid:r570`` - `NVIDIA vGPU software 18 <https://docs.aws.amazon.com/https://docs.nvidia.com/vgpu/18.0/index.html>`_ - ``grid:r535`` - `NVIDIA vGPU software 16 <https://docs.aws.amazon.com/https://docs.nvidia.com/vgpu/16.0/index.html>`_ If you don't specify a runtime, Deadline Cloud uses ``latest`` as the default. However, if you have multiple accelerators and specify ``latest`` for some and leave others blank, Deadline Cloud raises an exception.
940
1021
 
941
1022
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-deadline-fleet-acceleratorselection.html
942
1023
  :exampleMetadata: fixture=_generated
@@ -968,7 +1049,7 @@ class CfnFleet(
968
1049
  def name(self) -> builtins.str:
969
1050
  '''The name of the chip used by the GPU accelerator.
970
1051
 
971
- If you specify ``l4`` as the name of the accelerator, you must specify ``latest`` or ``grid:r550`` as the runtime.
1052
+ If you specify ``l4`` as the name of the accelerator, you must specify ``latest`` or ``grid:r570`` as the runtime.
972
1053
 
973
1054
  The available GPU accelerators are:
974
1055
 
@@ -990,7 +1071,7 @@ class CfnFleet(
990
1071
  You can choose from the following runtimes:
991
1072
 
992
1073
  - ``latest`` - Use the latest runtime available for the chip. If you specify ``latest`` and a new version of the runtime is released, the new version of the runtime is used.
993
- - ``grid:r550`` - `NVIDIA vGPU software 17 <https://docs.aws.amazon.com/https://docs.nvidia.com/vgpu/17.0/index.html>`_
1074
+ - ``grid:r570`` - `NVIDIA vGPU software 18 <https://docs.aws.amazon.com/https://docs.nvidia.com/vgpu/18.0/index.html>`_
994
1075
  - ``grid:r535`` - `NVIDIA vGPU software 16 <https://docs.aws.amazon.com/https://docs.nvidia.com/vgpu/16.0/index.html>`_
995
1076
 
996
1077
  If you don't specify a runtime, Deadline Cloud uses ``latest`` as the default. However, if you have multiple accelerators and specify ``latest`` for some and leave others blank, Deadline Cloud raises an exception.
@@ -1091,6 +1172,7 @@ class CfnFleet(
1091
1172
  "mode": "mode",
1092
1173
  "worker_capabilities": "workerCapabilities",
1093
1174
  "storage_profile_id": "storageProfileId",
1175
+ "tag_propagation_mode": "tagPropagationMode",
1094
1176
  },
1095
1177
  )
1096
1178
  class CustomerManagedFleetConfigurationProperty:
@@ -1100,12 +1182,14 @@ class CfnFleet(
1100
1182
  mode: builtins.str,
1101
1183
  worker_capabilities: typing.Union[_IResolvable_da3f097b, typing.Union["CfnFleet.CustomerManagedWorkerCapabilitiesProperty", typing.Dict[builtins.str, typing.Any]]],
1102
1184
  storage_profile_id: typing.Optional[builtins.str] = None,
1185
+ tag_propagation_mode: typing.Optional[builtins.str] = None,
1103
1186
  ) -> None:
1104
1187
  '''The details of a customer managed fleet configuration.
1105
1188
 
1106
1189
  :param mode: The AWS Auto Scaling mode for the customer managed fleet configuration.
1107
1190
  :param worker_capabilities: The worker capabilities for a customer managed fleet configuration.
1108
1191
  :param storage_profile_id: The storage profile ID.
1192
+ :param tag_propagation_mode: Specifies whether tags associated with a fleet are attached to workers when the worker is launched. When the ``tagPropagationMode`` is set to ``PROPAGATE_TAGS_TO_WORKERS_AT_LAUNCH`` any tag associated with a fleet is attached to workers when they launch. If the tags for a fleet change, the tags associated with running workers *do not* change. If you don't specify ``tagPropagationMode`` , the default is ``NO_PROPAGATION`` .
1109
1193
 
1110
1194
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-deadline-fleet-customermanagedfleetconfiguration.html
1111
1195
  :exampleMetadata: fixture=_generated
@@ -1162,7 +1246,8 @@ class CfnFleet(
1162
1246
  ),
1163
1247
 
1164
1248
  # the properties below are optional
1165
- storage_profile_id="storageProfileId"
1249
+ storage_profile_id="storageProfileId",
1250
+ tag_propagation_mode="tagPropagationMode"
1166
1251
  )
1167
1252
  '''
1168
1253
  if __debug__:
@@ -1170,12 +1255,15 @@ class CfnFleet(
1170
1255
  check_type(argname="argument mode", value=mode, expected_type=type_hints["mode"])
1171
1256
  check_type(argname="argument worker_capabilities", value=worker_capabilities, expected_type=type_hints["worker_capabilities"])
1172
1257
  check_type(argname="argument storage_profile_id", value=storage_profile_id, expected_type=type_hints["storage_profile_id"])
1258
+ check_type(argname="argument tag_propagation_mode", value=tag_propagation_mode, expected_type=type_hints["tag_propagation_mode"])
1173
1259
  self._values: typing.Dict[builtins.str, typing.Any] = {
1174
1260
  "mode": mode,
1175
1261
  "worker_capabilities": worker_capabilities,
1176
1262
  }
1177
1263
  if storage_profile_id is not None:
1178
1264
  self._values["storage_profile_id"] = storage_profile_id
1265
+ if tag_propagation_mode is not None:
1266
+ self._values["tag_propagation_mode"] = tag_propagation_mode
1179
1267
 
1180
1268
  @builtins.property
1181
1269
  def mode(self) -> builtins.str:
@@ -1208,6 +1296,19 @@ class CfnFleet(
1208
1296
  result = self._values.get("storage_profile_id")
1209
1297
  return typing.cast(typing.Optional[builtins.str], result)
1210
1298
 
1299
+ @builtins.property
1300
+ def tag_propagation_mode(self) -> typing.Optional[builtins.str]:
1301
+ '''Specifies whether tags associated with a fleet are attached to workers when the worker is launched.
1302
+
1303
+ When the ``tagPropagationMode`` is set to ``PROPAGATE_TAGS_TO_WORKERS_AT_LAUNCH`` any tag associated with a fleet is attached to workers when they launch. If the tags for a fleet change, the tags associated with running workers *do not* change.
1304
+
1305
+ If you don't specify ``tagPropagationMode`` , the default is ``NO_PROPAGATION`` .
1306
+
1307
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-deadline-fleet-customermanagedfleetconfiguration.html#cfn-deadline-fleet-customermanagedfleetconfiguration-tagpropagationmode
1308
+ '''
1309
+ result = self._values.get("tag_propagation_mode")
1310
+ return typing.cast(typing.Optional[builtins.str], result)
1311
+
1211
1312
  def __eq__(self, rhs: typing.Any) -> builtins.bool:
1212
1313
  return isinstance(rhs, self.__class__) and rhs._values == self._values
1213
1314
 
@@ -1861,7 +1962,8 @@ class CfnFleet(
1861
1962
  ),
1862
1963
 
1863
1964
  # the properties below are optional
1864
- storage_profile_id="storageProfileId"
1965
+ storage_profile_id="storageProfileId",
1966
+ tag_propagation_mode="tagPropagationMode"
1865
1967
  ),
1866
1968
  service_managed_ec2=deadline.CfnFleet.ServiceManagedEc2FleetConfigurationProperty(
1867
1969
  instance_capabilities=deadline.CfnFleet.ServiceManagedEc2InstanceCapabilitiesProperty(
@@ -1918,6 +2020,12 @@ class CfnFleet(
1918
2020
  ),
1919
2021
  instance_market_options=deadline.CfnFleet.ServiceManagedEc2InstanceMarketOptionsProperty(
1920
2022
  type="type"
2023
+ ),
2024
+
2025
+ # the properties below are optional
2026
+ storage_profile_id="storageProfileId",
2027
+ vpc_configuration=deadline.CfnFleet.VpcConfigurationProperty(
2028
+ resource_configuration_arns=["resourceConfigurationArns"]
1921
2029
  )
1922
2030
  )
1923
2031
  )
@@ -1965,6 +2073,100 @@ class CfnFleet(
1965
2073
  k + "=" + repr(v) for k, v in self._values.items()
1966
2074
  )
1967
2075
 
2076
+ @jsii.data_type(
2077
+ jsii_type="aws-cdk-lib.aws_deadline.CfnFleet.HostConfigurationProperty",
2078
+ jsii_struct_bases=[],
2079
+ name_mapping={
2080
+ "script_body": "scriptBody",
2081
+ "script_timeout_seconds": "scriptTimeoutSeconds",
2082
+ },
2083
+ )
2084
+ class HostConfigurationProperty:
2085
+ def __init__(
2086
+ self,
2087
+ *,
2088
+ script_body: builtins.str,
2089
+ script_timeout_seconds: typing.Optional[jsii.Number] = None,
2090
+ ) -> None:
2091
+ '''Provides a script that runs as a worker is starting up that you can use to provide additional configuration for workers in your fleet.
2092
+
2093
+ To remove a script from a fleet, use the `UpdateFleet <https://docs.aws.amazon.com/deadline-cloud/latest/APIReference/API_UpdateFleet.html>`_ operation with the ``hostConfiguration`` ``scriptBody`` parameter set to an empty string ("").
2094
+
2095
+ :param script_body: The text of the script that runs as a worker is starting up that you can use to provide additional configuration for workers in your fleet. The script runs after a worker enters the ``STARTING`` state and before the worker processes tasks. For more information about using the script, see `Run scripts as an administrator to configure workers <https://docs.aws.amazon.com/deadline-cloud/latest/developerguide/smf-admin.html>`_ in the *Deadline Cloud Developer Guide* . .. epigraph:: The script runs as an administrative user ( ``sudo root`` on Linux, as an Administrator on Windows).
2096
+ :param script_timeout_seconds: The maximum time that the host configuration can run. If the timeout expires, the worker enters the ``NOT RESPONDING`` state and shuts down. You are charged for the time that the worker is running the host configuration script. .. epigraph:: You should configure your fleet for a maximum of one worker while testing your host configuration script to avoid starting additional workers. The default is 300 seconds (5 minutes). Default: - 300
2097
+
2098
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-deadline-fleet-hostconfiguration.html
2099
+ :exampleMetadata: fixture=_generated
2100
+
2101
+ Example::
2102
+
2103
+ # The code below shows an example of how to instantiate this type.
2104
+ # The values are placeholders you should change.
2105
+ from aws_cdk import aws_deadline as deadline
2106
+
2107
+ host_configuration_property = deadline.CfnFleet.HostConfigurationProperty(
2108
+ script_body="scriptBody",
2109
+
2110
+ # the properties below are optional
2111
+ script_timeout_seconds=123
2112
+ )
2113
+ '''
2114
+ if __debug__:
2115
+ type_hints = typing.get_type_hints(_typecheckingstub__6971feb07454886d39f9f5ddb100459001b23544ed3498597d6b4a0ce4b41965)
2116
+ check_type(argname="argument script_body", value=script_body, expected_type=type_hints["script_body"])
2117
+ check_type(argname="argument script_timeout_seconds", value=script_timeout_seconds, expected_type=type_hints["script_timeout_seconds"])
2118
+ self._values: typing.Dict[builtins.str, typing.Any] = {
2119
+ "script_body": script_body,
2120
+ }
2121
+ if script_timeout_seconds is not None:
2122
+ self._values["script_timeout_seconds"] = script_timeout_seconds
2123
+
2124
+ @builtins.property
2125
+ def script_body(self) -> builtins.str:
2126
+ '''The text of the script that runs as a worker is starting up that you can use to provide additional configuration for workers in your fleet.
2127
+
2128
+ The script runs after a worker enters the ``STARTING`` state and before the worker processes tasks.
2129
+
2130
+ For more information about using the script, see `Run scripts as an administrator to configure workers <https://docs.aws.amazon.com/deadline-cloud/latest/developerguide/smf-admin.html>`_ in the *Deadline Cloud Developer Guide* .
2131
+ .. epigraph::
2132
+
2133
+ The script runs as an administrative user ( ``sudo root`` on Linux, as an Administrator on Windows).
2134
+
2135
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-deadline-fleet-hostconfiguration.html#cfn-deadline-fleet-hostconfiguration-scriptbody
2136
+ '''
2137
+ result = self._values.get("script_body")
2138
+ assert result is not None, "Required property 'script_body' is missing"
2139
+ return typing.cast(builtins.str, result)
2140
+
2141
+ @builtins.property
2142
+ def script_timeout_seconds(self) -> typing.Optional[jsii.Number]:
2143
+ '''The maximum time that the host configuration can run.
2144
+
2145
+ If the timeout expires, the worker enters the ``NOT RESPONDING`` state and shuts down. You are charged for the time that the worker is running the host configuration script.
2146
+ .. epigraph::
2147
+
2148
+ You should configure your fleet for a maximum of one worker while testing your host configuration script to avoid starting additional workers.
2149
+
2150
+ The default is 300 seconds (5 minutes).
2151
+
2152
+ :default: - 300
2153
+
2154
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-deadline-fleet-hostconfiguration.html#cfn-deadline-fleet-hostconfiguration-scripttimeoutseconds
2155
+ '''
2156
+ result = self._values.get("script_timeout_seconds")
2157
+ return typing.cast(typing.Optional[jsii.Number], result)
2158
+
2159
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
2160
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
2161
+
2162
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
2163
+ return not (rhs == self)
2164
+
2165
+ def __repr__(self) -> str:
2166
+ return "HostConfigurationProperty(%s)" % ", ".join(
2167
+ k + "=" + repr(v) for k, v in self._values.items()
2168
+ )
2169
+
1968
2170
  @jsii.data_type(
1969
2171
  jsii_type="aws-cdk-lib.aws_deadline.CfnFleet.MemoryMiBRangeProperty",
1970
2172
  jsii_struct_bases=[],
@@ -2044,6 +2246,8 @@ class CfnFleet(
2044
2246
  name_mapping={
2045
2247
  "instance_capabilities": "instanceCapabilities",
2046
2248
  "instance_market_options": "instanceMarketOptions",
2249
+ "storage_profile_id": "storageProfileId",
2250
+ "vpc_configuration": "vpcConfiguration",
2047
2251
  },
2048
2252
  )
2049
2253
  class ServiceManagedEc2FleetConfigurationProperty:
@@ -2052,11 +2256,15 @@ class CfnFleet(
2052
2256
  *,
2053
2257
  instance_capabilities: typing.Union[_IResolvable_da3f097b, typing.Union["CfnFleet.ServiceManagedEc2InstanceCapabilitiesProperty", typing.Dict[builtins.str, typing.Any]]],
2054
2258
  instance_market_options: typing.Union[_IResolvable_da3f097b, typing.Union["CfnFleet.ServiceManagedEc2InstanceMarketOptionsProperty", typing.Dict[builtins.str, typing.Any]]],
2259
+ storage_profile_id: typing.Optional[builtins.str] = None,
2260
+ vpc_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnFleet.VpcConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
2055
2261
  ) -> None:
2056
2262
  '''The configuration details for a service managed Amazon EC2 fleet.
2057
2263
 
2058
2264
  :param instance_capabilities: The Amazon EC2 instance capabilities.
2059
2265
  :param instance_market_options: The Amazon EC2 market type.
2266
+ :param storage_profile_id: The storage profile ID.
2267
+ :param vpc_configuration: The VPC configuration details for a service managed Amazon EC2 fleet.
2060
2268
 
2061
2269
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-deadline-fleet-servicemanagedec2fleetconfiguration.html
2062
2270
  :exampleMetadata: fixture=_generated
@@ -2122,6 +2330,12 @@ class CfnFleet(
2122
2330
  ),
2123
2331
  instance_market_options=deadline.CfnFleet.ServiceManagedEc2InstanceMarketOptionsProperty(
2124
2332
  type="type"
2333
+ ),
2334
+
2335
+ # the properties below are optional
2336
+ storage_profile_id="storageProfileId",
2337
+ vpc_configuration=deadline.CfnFleet.VpcConfigurationProperty(
2338
+ resource_configuration_arns=["resourceConfigurationArns"]
2125
2339
  )
2126
2340
  )
2127
2341
  '''
@@ -2129,10 +2343,16 @@ class CfnFleet(
2129
2343
  type_hints = typing.get_type_hints(_typecheckingstub__a24a660b503191048581077a517891d27502b69620643c509073603283a2cb39)
2130
2344
  check_type(argname="argument instance_capabilities", value=instance_capabilities, expected_type=type_hints["instance_capabilities"])
2131
2345
  check_type(argname="argument instance_market_options", value=instance_market_options, expected_type=type_hints["instance_market_options"])
2346
+ check_type(argname="argument storage_profile_id", value=storage_profile_id, expected_type=type_hints["storage_profile_id"])
2347
+ check_type(argname="argument vpc_configuration", value=vpc_configuration, expected_type=type_hints["vpc_configuration"])
2132
2348
  self._values: typing.Dict[builtins.str, typing.Any] = {
2133
2349
  "instance_capabilities": instance_capabilities,
2134
2350
  "instance_market_options": instance_market_options,
2135
2351
  }
2352
+ if storage_profile_id is not None:
2353
+ self._values["storage_profile_id"] = storage_profile_id
2354
+ if vpc_configuration is not None:
2355
+ self._values["vpc_configuration"] = vpc_configuration
2136
2356
 
2137
2357
  @builtins.property
2138
2358
  def instance_capabilities(
@@ -2158,6 +2378,26 @@ class CfnFleet(
2158
2378
  assert result is not None, "Required property 'instance_market_options' is missing"
2159
2379
  return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnFleet.ServiceManagedEc2InstanceMarketOptionsProperty"], result)
2160
2380
 
2381
+ @builtins.property
2382
+ def storage_profile_id(self) -> typing.Optional[builtins.str]:
2383
+ '''The storage profile ID.
2384
+
2385
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-deadline-fleet-servicemanagedec2fleetconfiguration.html#cfn-deadline-fleet-servicemanagedec2fleetconfiguration-storageprofileid
2386
+ '''
2387
+ result = self._values.get("storage_profile_id")
2388
+ return typing.cast(typing.Optional[builtins.str], result)
2389
+
2390
+ @builtins.property
2391
+ def vpc_configuration(
2392
+ self,
2393
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnFleet.VpcConfigurationProperty"]]:
2394
+ '''The VPC configuration details for a service managed Amazon EC2 fleet.
2395
+
2396
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-deadline-fleet-servicemanagedec2fleetconfiguration.html#cfn-deadline-fleet-servicemanagedec2fleetconfiguration-vpcconfiguration
2397
+ '''
2398
+ result = self._values.get("vpc_configuration")
2399
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnFleet.VpcConfigurationProperty"]], result)
2400
+
2161
2401
  def __eq__(self, rhs: typing.Any) -> builtins.bool:
2162
2402
  return isinstance(rhs, self.__class__) and rhs._values == self._values
2163
2403
 
@@ -2548,6 +2788,63 @@ class CfnFleet(
2548
2788
  k + "=" + repr(v) for k, v in self._values.items()
2549
2789
  )
2550
2790
 
2791
+ @jsii.data_type(
2792
+ jsii_type="aws-cdk-lib.aws_deadline.CfnFleet.VpcConfigurationProperty",
2793
+ jsii_struct_bases=[],
2794
+ name_mapping={"resource_configuration_arns": "resourceConfigurationArns"},
2795
+ )
2796
+ class VpcConfigurationProperty:
2797
+ def __init__(
2798
+ self,
2799
+ *,
2800
+ resource_configuration_arns: typing.Optional[typing.Sequence[builtins.str]] = None,
2801
+ ) -> None:
2802
+ '''The configuration options for a service managed fleet's VPC.
2803
+
2804
+ :param resource_configuration_arns: The ARNs of the VPC Lattice resource configurations attached to the fleet.
2805
+
2806
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-deadline-fleet-vpcconfiguration.html
2807
+ :exampleMetadata: fixture=_generated
2808
+
2809
+ Example::
2810
+
2811
+ # The code below shows an example of how to instantiate this type.
2812
+ # The values are placeholders you should change.
2813
+ from aws_cdk import aws_deadline as deadline
2814
+
2815
+ vpc_configuration_property = deadline.CfnFleet.VpcConfigurationProperty(
2816
+ resource_configuration_arns=["resourceConfigurationArns"]
2817
+ )
2818
+ '''
2819
+ if __debug__:
2820
+ type_hints = typing.get_type_hints(_typecheckingstub__54c02580b19d5690de8f0571b8939331063fdba5295262f67c0ffacd47b723f1)
2821
+ check_type(argname="argument resource_configuration_arns", value=resource_configuration_arns, expected_type=type_hints["resource_configuration_arns"])
2822
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
2823
+ if resource_configuration_arns is not None:
2824
+ self._values["resource_configuration_arns"] = resource_configuration_arns
2825
+
2826
+ @builtins.property
2827
+ def resource_configuration_arns(
2828
+ self,
2829
+ ) -> typing.Optional[typing.List[builtins.str]]:
2830
+ '''The ARNs of the VPC Lattice resource configurations attached to the fleet.
2831
+
2832
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-deadline-fleet-vpcconfiguration.html#cfn-deadline-fleet-vpcconfiguration-resourceconfigurationarns
2833
+ '''
2834
+ result = self._values.get("resource_configuration_arns")
2835
+ return typing.cast(typing.Optional[typing.List[builtins.str]], result)
2836
+
2837
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
2838
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
2839
+
2840
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
2841
+ return not (rhs == self)
2842
+
2843
+ def __repr__(self) -> str:
2844
+ return "VpcConfigurationProperty(%s)" % ", ".join(
2845
+ k + "=" + repr(v) for k, v in self._values.items()
2846
+ )
2847
+
2551
2848
 
2552
2849
  @jsii.data_type(
2553
2850
  jsii_type="aws-cdk-lib.aws_deadline.CfnFleetProps",
@@ -2559,6 +2856,7 @@ class CfnFleet(
2559
2856
  "max_worker_count": "maxWorkerCount",
2560
2857
  "role_arn": "roleArn",
2561
2858
  "description": "description",
2859
+ "host_configuration": "hostConfiguration",
2562
2860
  "min_worker_count": "minWorkerCount",
2563
2861
  "tags": "tags",
2564
2862
  },
@@ -2573,6 +2871,7 @@ class CfnFleetProps:
2573
2871
  max_worker_count: jsii.Number,
2574
2872
  role_arn: builtins.str,
2575
2873
  description: typing.Optional[builtins.str] = None,
2874
+ host_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnFleet.HostConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
2576
2875
  min_worker_count: typing.Optional[jsii.Number] = None,
2577
2876
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
2578
2877
  ) -> None:
@@ -2584,6 +2883,7 @@ class CfnFleetProps:
2584
2883
  :param max_worker_count: The maximum number of workers specified in the fleet.
2585
2884
  :param role_arn: The IAM role that workers in the fleet use when processing jobs.
2586
2885
  :param description: A description that helps identify what the fleet is used for. .. epigraph:: This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field. Default: - ""
2886
+ :param host_configuration: Provides a script that runs as a worker is starting up that you can use to provide additional configuration for workers in your fleet. To remove a script from a fleet, use the `UpdateFleet <https://docs.aws.amazon.com/deadline-cloud/latest/APIReference/API_UpdateFleet.html>`_ operation with the ``hostConfiguration`` ``scriptBody`` parameter set to an empty string ("").
2587
2887
  :param min_worker_count: The minimum number of workers in the fleet. Default: - 0
2588
2888
  :param tags: The tags to add to your fleet. Each tag consists of a tag key and a tag value. Tag keys and values are both required, but tag values can be empty strings.
2589
2889
 
@@ -2644,7 +2944,8 @@ class CfnFleetProps:
2644
2944
  ),
2645
2945
 
2646
2946
  # the properties below are optional
2647
- storage_profile_id="storageProfileId"
2947
+ storage_profile_id="storageProfileId",
2948
+ tag_propagation_mode="tagPropagationMode"
2648
2949
  ),
2649
2950
  service_managed_ec2=deadline.CfnFleet.ServiceManagedEc2FleetConfigurationProperty(
2650
2951
  instance_capabilities=deadline.CfnFleet.ServiceManagedEc2InstanceCapabilitiesProperty(
@@ -2701,6 +3002,12 @@ class CfnFleetProps:
2701
3002
  ),
2702
3003
  instance_market_options=deadline.CfnFleet.ServiceManagedEc2InstanceMarketOptionsProperty(
2703
3004
  type="type"
3005
+ ),
3006
+
3007
+ # the properties below are optional
3008
+ storage_profile_id="storageProfileId",
3009
+ vpc_configuration=deadline.CfnFleet.VpcConfigurationProperty(
3010
+ resource_configuration_arns=["resourceConfigurationArns"]
2704
3011
  )
2705
3012
  )
2706
3013
  ),
@@ -2711,6 +3018,12 @@ class CfnFleetProps:
2711
3018
 
2712
3019
  # the properties below are optional
2713
3020
  description="description",
3021
+ host_configuration=deadline.CfnFleet.HostConfigurationProperty(
3022
+ script_body="scriptBody",
3023
+
3024
+ # the properties below are optional
3025
+ script_timeout_seconds=123
3026
+ ),
2714
3027
  min_worker_count=123,
2715
3028
  tags=[CfnTag(
2716
3029
  key="key",
@@ -2726,6 +3039,7 @@ class CfnFleetProps:
2726
3039
  check_type(argname="argument max_worker_count", value=max_worker_count, expected_type=type_hints["max_worker_count"])
2727
3040
  check_type(argname="argument role_arn", value=role_arn, expected_type=type_hints["role_arn"])
2728
3041
  check_type(argname="argument description", value=description, expected_type=type_hints["description"])
3042
+ check_type(argname="argument host_configuration", value=host_configuration, expected_type=type_hints["host_configuration"])
2729
3043
  check_type(argname="argument min_worker_count", value=min_worker_count, expected_type=type_hints["min_worker_count"])
2730
3044
  check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
2731
3045
  self._values: typing.Dict[builtins.str, typing.Any] = {
@@ -2737,6 +3051,8 @@ class CfnFleetProps:
2737
3051
  }
2738
3052
  if description is not None:
2739
3053
  self._values["description"] = description
3054
+ if host_configuration is not None:
3055
+ self._values["host_configuration"] = host_configuration
2740
3056
  if min_worker_count is not None:
2741
3057
  self._values["min_worker_count"] = min_worker_count
2742
3058
  if tags is not None:
@@ -2813,6 +3129,19 @@ class CfnFleetProps:
2813
3129
  result = self._values.get("description")
2814
3130
  return typing.cast(typing.Optional[builtins.str], result)
2815
3131
 
3132
+ @builtins.property
3133
+ def host_configuration(
3134
+ self,
3135
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnFleet.HostConfigurationProperty]]:
3136
+ '''Provides a script that runs as a worker is starting up that you can use to provide additional configuration for workers in your fleet.
3137
+
3138
+ To remove a script from a fleet, use the `UpdateFleet <https://docs.aws.amazon.com/deadline-cloud/latest/APIReference/API_UpdateFleet.html>`_ operation with the ``hostConfiguration`` ``scriptBody`` parameter set to an empty string ("").
3139
+
3140
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-deadline-fleet.html#cfn-deadline-fleet-hostconfiguration
3141
+ '''
3142
+ result = self._values.get("host_configuration")
3143
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, CfnFleet.HostConfigurationProperty]], result)
3144
+
2816
3145
  @builtins.property
2817
3146
  def min_worker_count(self) -> typing.Optional[jsii.Number]:
2818
3147
  '''The minimum number of workers in the fleet.
@@ -2847,7 +3176,7 @@ class CfnFleetProps:
2847
3176
  )
2848
3177
 
2849
3178
 
2850
- @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
3179
+ @jsii.implements(_IInspectable_c2943556, _ILicenseEndpointRef_6214b46a, _ITaggableV2_4e6798f8)
2851
3180
  class CfnLicenseEndpoint(
2852
3181
  _CfnResource_9df397a6,
2853
3182
  metaclass=jsii.JSIIMeta,
@@ -2888,12 +3217,13 @@ class CfnLicenseEndpoint(
2888
3217
  vpc_id: builtins.str,
2889
3218
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
2890
3219
  ) -> None:
2891
- '''
3220
+ '''Create a new ``AWS::Deadline::LicenseEndpoint``.
3221
+
2892
3222
  :param scope: Scope in which this resource is defined.
2893
3223
  :param id: Construct identifier for this resource (unique in its scope).
2894
3224
  :param security_group_ids: The identifier of the Amazon EC2 security group that controls access to the license endpoint.
2895
3225
  :param subnet_ids: Identifies the VPC subnets that can connect to a license endpoint.
2896
- :param vpc_id: The VCP(virtual private cloud) ID associated with the license endpoint.
3226
+ :param vpc_id: The VPC (virtual private cloud) ID associated with the license endpoint.
2897
3227
  :param tags: The tags to add to your license endpoint. Each tag consists of a tag key and a tag value. Tag keys and values are both required, but tag values can be empty strings.
2898
3228
  '''
2899
3229
  if __debug__:
@@ -2995,6 +3325,12 @@ class CfnLicenseEndpoint(
2995
3325
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
2996
3326
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
2997
3327
 
3328
+ @builtins.property
3329
+ @jsii.member(jsii_name="licenseEndpointRef")
3330
+ def license_endpoint_ref(self) -> _LicenseEndpointReference_98798f08:
3331
+ '''A reference to a LicenseEndpoint resource.'''
3332
+ return typing.cast(_LicenseEndpointReference_98798f08, jsii.get(self, "licenseEndpointRef"))
3333
+
2998
3334
  @builtins.property
2999
3335
  @jsii.member(jsii_name="securityGroupIds")
3000
3336
  def security_group_ids(self) -> typing.List[builtins.str]:
@@ -3024,7 +3360,7 @@ class CfnLicenseEndpoint(
3024
3360
  @builtins.property
3025
3361
  @jsii.member(jsii_name="vpcId")
3026
3362
  def vpc_id(self) -> builtins.str:
3027
- '''The VCP(virtual private cloud) ID associated with the license endpoint.'''
3363
+ '''The VPC (virtual private cloud) ID associated with the license endpoint.'''
3028
3364
  return typing.cast(builtins.str, jsii.get(self, "vpcId"))
3029
3365
 
3030
3366
  @vpc_id.setter
@@ -3071,7 +3407,7 @@ class CfnLicenseEndpointProps:
3071
3407
 
3072
3408
  :param security_group_ids: The identifier of the Amazon EC2 security group that controls access to the license endpoint.
3073
3409
  :param subnet_ids: Identifies the VPC subnets that can connect to a license endpoint.
3074
- :param vpc_id: The VCP(virtual private cloud) ID associated with the license endpoint.
3410
+ :param vpc_id: The VPC (virtual private cloud) ID associated with the license endpoint.
3075
3411
  :param tags: The tags to add to your license endpoint. Each tag consists of a tag key and a tag value. Tag keys and values are both required, but tag values can be empty strings.
3076
3412
 
3077
3413
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-deadline-licenseendpoint.html
@@ -3131,7 +3467,7 @@ class CfnLicenseEndpointProps:
3131
3467
 
3132
3468
  @builtins.property
3133
3469
  def vpc_id(self) -> builtins.str:
3134
- '''The VCP(virtual private cloud) ID associated with the license endpoint.
3470
+ '''The VPC (virtual private cloud) ID associated with the license endpoint.
3135
3471
 
3136
3472
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-deadline-licenseendpoint.html#cfn-deadline-licenseendpoint-vpcid
3137
3473
  '''
@@ -3162,7 +3498,7 @@ class CfnLicenseEndpointProps:
3162
3498
  )
3163
3499
 
3164
3500
 
3165
- @jsii.implements(_IInspectable_c2943556)
3501
+ @jsii.implements(_IInspectable_c2943556, _ILimitRef_e1123f12)
3166
3502
  class CfnLimit(
3167
3503
  _CfnResource_9df397a6,
3168
3504
  metaclass=jsii.JSIIMeta,
@@ -3206,7 +3542,8 @@ class CfnLimit(
3206
3542
  max_count: jsii.Number,
3207
3543
  description: typing.Optional[builtins.str] = None,
3208
3544
  ) -> None:
3209
- '''
3545
+ '''Create a new ``AWS::Deadline::Limit``.
3546
+
3210
3547
  :param scope: Scope in which this resource is defined.
3211
3548
  :param id: Construct identifier for this resource (unique in its scope).
3212
3549
  :param amount_requirement_name: The value that you specify as the ``name`` in the ``amounts`` field of the ``hostRequirements`` in a step of a job template to declare the limit requirement.
@@ -3284,6 +3621,12 @@ class CfnLimit(
3284
3621
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
3285
3622
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
3286
3623
 
3624
+ @builtins.property
3625
+ @jsii.member(jsii_name="limitRef")
3626
+ def limit_ref(self) -> _LimitReference_af2940e5:
3627
+ '''A reference to a Limit resource.'''
3628
+ return typing.cast(_LimitReference_af2940e5, jsii.get(self, "limitRef"))
3629
+
3287
3630
  @builtins.property
3288
3631
  @jsii.member(jsii_name="amountRequirementName")
3289
3632
  def amount_requirement_name(self) -> builtins.str:
@@ -3492,7 +3835,7 @@ class CfnLimitProps:
3492
3835
  )
3493
3836
 
3494
3837
 
3495
- @jsii.implements(_IInspectable_c2943556)
3838
+ @jsii.implements(_IInspectable_c2943556, _IMeteredProductRef_9ac23750)
3496
3839
  class CfnMeteredProduct(
3497
3840
  _CfnResource_9df397a6,
3498
3841
  metaclass=jsii.JSIIMeta,
@@ -3524,7 +3867,8 @@ class CfnMeteredProduct(
3524
3867
  license_endpoint_id: typing.Optional[builtins.str] = None,
3525
3868
  product_id: typing.Optional[builtins.str] = None,
3526
3869
  ) -> None:
3527
- '''
3870
+ '''Create a new ``AWS::Deadline::MeteredProduct``.
3871
+
3528
3872
  :param scope: Scope in which this resource is defined.
3529
3873
  :param id: Construct identifier for this resource (unique in its scope).
3530
3874
  :param license_endpoint_id: The Amazon EC2 identifier of the license endpoint.
@@ -3611,6 +3955,12 @@ class CfnMeteredProduct(
3611
3955
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
3612
3956
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
3613
3957
 
3958
+ @builtins.property
3959
+ @jsii.member(jsii_name="meteredProductRef")
3960
+ def metered_product_ref(self) -> _MeteredProductReference_a77c5423:
3961
+ '''A reference to a MeteredProduct resource.'''
3962
+ return typing.cast(_MeteredProductReference_a77c5423, jsii.get(self, "meteredProductRef"))
3963
+
3614
3964
  @builtins.property
3615
3965
  @jsii.member(jsii_name="licenseEndpointId")
3616
3966
  def license_endpoint_id(self) -> typing.Optional[builtins.str]:
@@ -3712,7 +4062,7 @@ class CfnMeteredProductProps:
3712
4062
  )
3713
4063
 
3714
4064
 
3715
- @jsii.implements(_IInspectable_c2943556)
4065
+ @jsii.implements(_IInspectable_c2943556, _IMonitorRef_af35d2ec, _ITaggableV2_4e6798f8)
3716
4066
  class CfnMonitor(
3717
4067
  _CfnResource_9df397a6,
3718
4068
  metaclass=jsii.JSIIMeta,
@@ -3736,7 +4086,13 @@ class CfnMonitor(
3736
4086
  display_name="displayName",
3737
4087
  identity_center_instance_arn="identityCenterInstanceArn",
3738
4088
  role_arn="roleArn",
3739
- subdomain="subdomain"
4089
+ subdomain="subdomain",
4090
+
4091
+ # the properties below are optional
4092
+ tags=[CfnTag(
4093
+ key="key",
4094
+ value="value"
4095
+ )]
3740
4096
  )
3741
4097
  '''
3742
4098
 
@@ -3749,14 +4105,17 @@ class CfnMonitor(
3749
4105
  identity_center_instance_arn: builtins.str,
3750
4106
  role_arn: builtins.str,
3751
4107
  subdomain: builtins.str,
4108
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
3752
4109
  ) -> None:
3753
- '''
4110
+ '''Create a new ``AWS::Deadline::Monitor``.
4111
+
3754
4112
  :param scope: Scope in which this resource is defined.
3755
4113
  :param id: Construct identifier for this resource (unique in its scope).
3756
4114
  :param display_name: The name of the monitor that displays on the Deadline Cloud console. .. epigraph:: This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.
3757
4115
  :param identity_center_instance_arn: The Amazon Resource Name (ARN) of the IAM Identity Center instance responsible for authenticating monitor users.
3758
4116
  :param role_arn: The Amazon Resource Name (ARN) of the IAM role for the monitor. Users of the monitor use this role to access Deadline Cloud resources.
3759
4117
  :param subdomain: The subdomain used for the monitor URL. The full URL of the monitor is subdomain.Region.deadlinecloud.amazonaws.com.
4118
+ :param tags: An array of key-value pairs to apply to this resource.
3760
4119
  '''
3761
4120
  if __debug__:
3762
4121
  type_hints = typing.get_type_hints(_typecheckingstub__4edf45db3ae8781366a254b5ea792b290cf7822e23073f5b7f959959eb7658ab)
@@ -3767,6 +4126,7 @@ class CfnMonitor(
3767
4126
  identity_center_instance_arn=identity_center_instance_arn,
3768
4127
  role_arn=role_arn,
3769
4128
  subdomain=subdomain,
4129
+ tags=tags,
3770
4130
  )
3771
4131
 
3772
4132
  jsii.create(self.__class__, self, [scope, id, props])
@@ -3839,11 +4199,23 @@ class CfnMonitor(
3839
4199
  '''
3840
4200
  return typing.cast(builtins.str, jsii.get(self, "attrUrl"))
3841
4201
 
4202
+ @builtins.property
4203
+ @jsii.member(jsii_name="cdkTagManager")
4204
+ def cdk_tag_manager(self) -> _TagManager_0a598cb3:
4205
+ '''Tag Manager which manages the tags for this resource.'''
4206
+ return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
4207
+
3842
4208
  @builtins.property
3843
4209
  @jsii.member(jsii_name="cfnProperties")
3844
4210
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
3845
4211
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
3846
4212
 
4213
+ @builtins.property
4214
+ @jsii.member(jsii_name="monitorRef")
4215
+ def monitor_ref(self) -> _MonitorReference_53b151fe:
4216
+ '''A reference to a Monitor resource.'''
4217
+ return typing.cast(_MonitorReference_53b151fe, jsii.get(self, "monitorRef"))
4218
+
3847
4219
  @builtins.property
3848
4220
  @jsii.member(jsii_name="displayName")
3849
4221
  def display_name(self) -> builtins.str:
@@ -3896,6 +4268,19 @@ class CfnMonitor(
3896
4268
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
3897
4269
  jsii.set(self, "subdomain", value) # pyright: ignore[reportArgumentType]
3898
4270
 
4271
+ @builtins.property
4272
+ @jsii.member(jsii_name="tags")
4273
+ def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
4274
+ '''An array of key-value pairs to apply to this resource.'''
4275
+ return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "tags"))
4276
+
4277
+ @tags.setter
4278
+ def tags(self, value: typing.Optional[typing.List[_CfnTag_f6864754]]) -> None:
4279
+ if __debug__:
4280
+ type_hints = typing.get_type_hints(_typecheckingstub__d79166c0c9556907ea6c9def114020487a556a49bf64ecf1e6334c0fe7e8efac)
4281
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
4282
+ jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
4283
+
3899
4284
 
3900
4285
  @jsii.data_type(
3901
4286
  jsii_type="aws-cdk-lib.aws_deadline.CfnMonitorProps",
@@ -3905,6 +4290,7 @@ class CfnMonitor(
3905
4290
  "identity_center_instance_arn": "identityCenterInstanceArn",
3906
4291
  "role_arn": "roleArn",
3907
4292
  "subdomain": "subdomain",
4293
+ "tags": "tags",
3908
4294
  },
3909
4295
  )
3910
4296
  class CfnMonitorProps:
@@ -3915,6 +4301,7 @@ class CfnMonitorProps:
3915
4301
  identity_center_instance_arn: builtins.str,
3916
4302
  role_arn: builtins.str,
3917
4303
  subdomain: builtins.str,
4304
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
3918
4305
  ) -> None:
3919
4306
  '''Properties for defining a ``CfnMonitor``.
3920
4307
 
@@ -3922,6 +4309,7 @@ class CfnMonitorProps:
3922
4309
  :param identity_center_instance_arn: The Amazon Resource Name (ARN) of the IAM Identity Center instance responsible for authenticating monitor users.
3923
4310
  :param role_arn: The Amazon Resource Name (ARN) of the IAM role for the monitor. Users of the monitor use this role to access Deadline Cloud resources.
3924
4311
  :param subdomain: The subdomain used for the monitor URL. The full URL of the monitor is subdomain.Region.deadlinecloud.amazonaws.com.
4312
+ :param tags: An array of key-value pairs to apply to this resource.
3925
4313
 
3926
4314
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-deadline-monitor.html
3927
4315
  :exampleMetadata: fixture=_generated
@@ -3936,7 +4324,13 @@ class CfnMonitorProps:
3936
4324
  display_name="displayName",
3937
4325
  identity_center_instance_arn="identityCenterInstanceArn",
3938
4326
  role_arn="roleArn",
3939
- subdomain="subdomain"
4327
+ subdomain="subdomain",
4328
+
4329
+ # the properties below are optional
4330
+ tags=[CfnTag(
4331
+ key="key",
4332
+ value="value"
4333
+ )]
3940
4334
  )
3941
4335
  '''
3942
4336
  if __debug__:
@@ -3945,12 +4339,15 @@ class CfnMonitorProps:
3945
4339
  check_type(argname="argument identity_center_instance_arn", value=identity_center_instance_arn, expected_type=type_hints["identity_center_instance_arn"])
3946
4340
  check_type(argname="argument role_arn", value=role_arn, expected_type=type_hints["role_arn"])
3947
4341
  check_type(argname="argument subdomain", value=subdomain, expected_type=type_hints["subdomain"])
4342
+ check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
3948
4343
  self._values: typing.Dict[builtins.str, typing.Any] = {
3949
4344
  "display_name": display_name,
3950
4345
  "identity_center_instance_arn": identity_center_instance_arn,
3951
4346
  "role_arn": role_arn,
3952
4347
  "subdomain": subdomain,
3953
4348
  }
4349
+ if tags is not None:
4350
+ self._values["tags"] = tags
3954
4351
 
3955
4352
  @builtins.property
3956
4353
  def display_name(self) -> builtins.str:
@@ -4000,6 +4397,15 @@ class CfnMonitorProps:
4000
4397
  assert result is not None, "Required property 'subdomain' is missing"
4001
4398
  return typing.cast(builtins.str, result)
4002
4399
 
4400
+ @builtins.property
4401
+ def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
4402
+ '''An array of key-value pairs to apply to this resource.
4403
+
4404
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-deadline-monitor.html#cfn-deadline-monitor-tags
4405
+ '''
4406
+ result = self._values.get("tags")
4407
+ return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], result)
4408
+
4003
4409
  def __eq__(self, rhs: typing.Any) -> builtins.bool:
4004
4410
  return isinstance(rhs, self.__class__) and rhs._values == self._values
4005
4411
 
@@ -4012,7 +4418,7 @@ class CfnMonitorProps:
4012
4418
  )
4013
4419
 
4014
4420
 
4015
- @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
4421
+ @jsii.implements(_IInspectable_c2943556, _IQueueRef_00ca677f, _ITaggableV2_4e6798f8)
4016
4422
  class CfnQueue(
4017
4423
  _CfnResource_9df397a6,
4018
4424
  metaclass=jsii.JSIIMeta,
@@ -4082,7 +4488,8 @@ class CfnQueue(
4082
4488
  role_arn: typing.Optional[builtins.str] = None,
4083
4489
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
4084
4490
  ) -> None:
4085
- '''
4491
+ '''Create a new ``AWS::Deadline::Queue``.
4492
+
4086
4493
  :param scope: Scope in which this resource is defined.
4087
4494
  :param id: Construct identifier for this resource (unique in its scope).
4088
4495
  :param display_name: The display name of the queue summary to update. .. epigraph:: This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.
@@ -4174,6 +4581,12 @@ class CfnQueue(
4174
4581
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
4175
4582
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
4176
4583
 
4584
+ @builtins.property
4585
+ @jsii.member(jsii_name="queueRef")
4586
+ def queue_ref(self) -> _QueueReference_c081843e:
4587
+ '''A reference to a Queue resource.'''
4588
+ return typing.cast(_QueueReference_c081843e, jsii.get(self, "queueRef"))
4589
+
4177
4590
  @builtins.property
4178
4591
  @jsii.member(jsii_name="displayName")
4179
4592
  def display_name(self) -> builtins.str:
@@ -4626,7 +5039,7 @@ class CfnQueue(
4626
5039
  )
4627
5040
 
4628
5041
 
4629
- @jsii.implements(_IInspectable_c2943556)
5042
+ @jsii.implements(_IInspectable_c2943556, _IQueueEnvironmentRef_f24a8344)
4630
5043
  class CfnQueueEnvironment(
4631
5044
  _CfnResource_9df397a6,
4632
5045
  metaclass=jsii.JSIIMeta,
@@ -4664,7 +5077,8 @@ class CfnQueueEnvironment(
4664
5077
  template: builtins.str,
4665
5078
  template_type: builtins.str,
4666
5079
  ) -> None:
4667
- '''
5080
+ '''Create a new ``AWS::Deadline::QueueEnvironment``.
5081
+
4668
5082
  :param scope: Scope in which this resource is defined.
4669
5083
  :param id: Construct identifier for this resource (unique in its scope).
4670
5084
  :param farm_id: The identifier assigned to the farm that contains the queue.
@@ -4740,6 +5154,12 @@ class CfnQueueEnvironment(
4740
5154
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
4741
5155
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
4742
5156
 
5157
+ @builtins.property
5158
+ @jsii.member(jsii_name="queueEnvironmentRef")
5159
+ def queue_environment_ref(self) -> _QueueEnvironmentReference_ed60dec7:
5160
+ '''A reference to a QueueEnvironment resource.'''
5161
+ return typing.cast(_QueueEnvironmentReference_ed60dec7, jsii.get(self, "queueEnvironmentRef"))
5162
+
4743
5163
  @builtins.property
4744
5164
  @jsii.member(jsii_name="farmId")
4745
5165
  def farm_id(self) -> builtins.str:
@@ -4929,7 +5349,7 @@ class CfnQueueEnvironmentProps:
4929
5349
  )
4930
5350
 
4931
5351
 
4932
- @jsii.implements(_IInspectable_c2943556)
5352
+ @jsii.implements(_IInspectable_c2943556, _IQueueFleetAssociationRef_9b9c74cf)
4933
5353
  class CfnQueueFleetAssociation(
4934
5354
  _CfnResource_9df397a6,
4935
5355
  metaclass=jsii.JSIIMeta,
@@ -4963,7 +5383,8 @@ class CfnQueueFleetAssociation(
4963
5383
  fleet_id: builtins.str,
4964
5384
  queue_id: builtins.str,
4965
5385
  ) -> None:
4966
- '''
5386
+ '''Create a new ``AWS::Deadline::QueueFleetAssociation``.
5387
+
4967
5388
  :param scope: Scope in which this resource is defined.
4968
5389
  :param id: Construct identifier for this resource (unique in its scope).
4969
5390
  :param farm_id: The identifier of the farm that contains the queue and the fleet.
@@ -5015,6 +5436,12 @@ class CfnQueueFleetAssociation(
5015
5436
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
5016
5437
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
5017
5438
 
5439
+ @builtins.property
5440
+ @jsii.member(jsii_name="queueFleetAssociationRef")
5441
+ def queue_fleet_association_ref(self) -> _QueueFleetAssociationReference_953e1b0e:
5442
+ '''A reference to a QueueFleetAssociation resource.'''
5443
+ return typing.cast(_QueueFleetAssociationReference_953e1b0e, jsii.get(self, "queueFleetAssociationRef"))
5444
+
5018
5445
  @builtins.property
5019
5446
  @jsii.member(jsii_name="farmId")
5020
5447
  def farm_id(self) -> builtins.str:
@@ -5142,7 +5569,7 @@ class CfnQueueFleetAssociationProps:
5142
5569
  )
5143
5570
 
5144
5571
 
5145
- @jsii.implements(_IInspectable_c2943556)
5572
+ @jsii.implements(_IInspectable_c2943556, _IQueueLimitAssociationRef_9d6777b6)
5146
5573
  class CfnQueueLimitAssociation(
5147
5574
  _CfnResource_9df397a6,
5148
5575
  metaclass=jsii.JSIIMeta,
@@ -5178,7 +5605,8 @@ class CfnQueueLimitAssociation(
5178
5605
  limit_id: builtins.str,
5179
5606
  queue_id: builtins.str,
5180
5607
  ) -> None:
5181
- '''
5608
+ '''Create a new ``AWS::Deadline::QueueLimitAssociation``.
5609
+
5182
5610
  :param scope: Scope in which this resource is defined.
5183
5611
  :param id: Construct identifier for this resource (unique in its scope).
5184
5612
  :param farm_id: The unique identifier of the farm that contains the queue-limit association.
@@ -5230,6 +5658,12 @@ class CfnQueueLimitAssociation(
5230
5658
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
5231
5659
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
5232
5660
 
5661
+ @builtins.property
5662
+ @jsii.member(jsii_name="queueLimitAssociationRef")
5663
+ def queue_limit_association_ref(self) -> _QueueLimitAssociationReference_aeea1939:
5664
+ '''A reference to a QueueLimitAssociation resource.'''
5665
+ return typing.cast(_QueueLimitAssociationReference_aeea1939, jsii.get(self, "queueLimitAssociationRef"))
5666
+
5233
5667
  @builtins.property
5234
5668
  @jsii.member(jsii_name="farmId")
5235
5669
  def farm_id(self) -> builtins.str:
@@ -5602,7 +6036,7 @@ class CfnQueueProps:
5602
6036
  )
5603
6037
 
5604
6038
 
5605
- @jsii.implements(_IInspectable_c2943556)
6039
+ @jsii.implements(_IInspectable_c2943556, _IStorageProfileRef_e09d36f2)
5606
6040
  class CfnStorageProfile(
5607
6041
  _CfnResource_9df397a6,
5608
6042
  metaclass=jsii.JSIIMeta,
@@ -5644,7 +6078,8 @@ class CfnStorageProfile(
5644
6078
  os_family: builtins.str,
5645
6079
  file_system_locations: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnStorageProfile.FileSystemLocationProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
5646
6080
  ) -> None:
5647
- '''
6081
+ '''Create a new ``AWS::Deadline::StorageProfile``.
6082
+
5648
6083
  :param scope: Scope in which this resource is defined.
5649
6084
  :param id: Construct identifier for this resource (unique in its scope).
5650
6085
  :param display_name: The display name of the storage profile summary to update. .. epigraph:: This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.
@@ -5709,6 +6144,12 @@ class CfnStorageProfile(
5709
6144
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
5710
6145
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
5711
6146
 
6147
+ @builtins.property
6148
+ @jsii.member(jsii_name="storageProfileRef")
6149
+ def storage_profile_ref(self) -> _StorageProfileReference_4e288a9f:
6150
+ '''A reference to a StorageProfile resource.'''
6151
+ return typing.cast(_StorageProfileReference_4e288a9f, jsii.get(self, "storageProfileRef"))
6152
+
5712
6153
  @builtins.property
5713
6154
  @jsii.member(jsii_name="displayName")
5714
6155
  def display_name(self) -> builtins.str:
@@ -6067,6 +6508,7 @@ def _typecheckingstub__b982dfa2ac88548efd13c63c65f7144bf79a74dd670eebe5a13537f1f
6067
6508
  max_worker_count: jsii.Number,
6068
6509
  role_arn: builtins.str,
6069
6510
  description: typing.Optional[builtins.str] = None,
6511
+ host_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnFleet.HostConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
6070
6512
  min_worker_count: typing.Optional[jsii.Number] = None,
6071
6513
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
6072
6514
  ) -> None:
@@ -6121,6 +6563,12 @@ def _typecheckingstub__084da5a242d843b332de24a8c53af7e8830cd00d0dca22235f0c3d665
6121
6563
  """Type checking stubs"""
6122
6564
  pass
6123
6565
 
6566
+ def _typecheckingstub__5cb78c2488fd0676b6c07d92f69a0cf51c19a186b0a6d2f13bbc62aec7608cfe(
6567
+ value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnFleet.HostConfigurationProperty]],
6568
+ ) -> None:
6569
+ """Type checking stubs"""
6570
+ pass
6571
+
6124
6572
  def _typecheckingstub__e98aa63695c4cd93c0aae20c0cd7e90226c1100540a8732e0be19b9d6cc5e094(
6125
6573
  value: typing.Optional[jsii.Number],
6126
6574
  ) -> None:
@@ -6170,6 +6618,7 @@ def _typecheckingstub__1e0d0744c60a31b3157ef03f930266f6c000eafa44c6050607897ea5b
6170
6618
  mode: builtins.str,
6171
6619
  worker_capabilities: typing.Union[_IResolvable_da3f097b, typing.Union[CfnFleet.CustomerManagedWorkerCapabilitiesProperty, typing.Dict[builtins.str, typing.Any]]],
6172
6620
  storage_profile_id: typing.Optional[builtins.str] = None,
6621
+ tag_propagation_mode: typing.Optional[builtins.str] = None,
6173
6622
  ) -> None:
6174
6623
  """Type checking stubs"""
6175
6624
  pass
@@ -6231,6 +6680,14 @@ def _typecheckingstub__3ef3ed1850d4005d38d3a6c912a28b59698026461815dad08ff096a4c
6231
6680
  """Type checking stubs"""
6232
6681
  pass
6233
6682
 
6683
+ def _typecheckingstub__6971feb07454886d39f9f5ddb100459001b23544ed3498597d6b4a0ce4b41965(
6684
+ *,
6685
+ script_body: builtins.str,
6686
+ script_timeout_seconds: typing.Optional[jsii.Number] = None,
6687
+ ) -> None:
6688
+ """Type checking stubs"""
6689
+ pass
6690
+
6234
6691
  def _typecheckingstub__e0c49c5364d9d5abab3267eb2a6afca69f203020da3e42493624297dd2a5bf0f(
6235
6692
  *,
6236
6693
  min: jsii.Number,
@@ -6243,6 +6700,8 @@ def _typecheckingstub__a24a660b503191048581077a517891d27502b69620643c50907360328
6243
6700
  *,
6244
6701
  instance_capabilities: typing.Union[_IResolvable_da3f097b, typing.Union[CfnFleet.ServiceManagedEc2InstanceCapabilitiesProperty, typing.Dict[builtins.str, typing.Any]]],
6245
6702
  instance_market_options: typing.Union[_IResolvable_da3f097b, typing.Union[CfnFleet.ServiceManagedEc2InstanceMarketOptionsProperty, typing.Dict[builtins.str, typing.Any]]],
6703
+ storage_profile_id: typing.Optional[builtins.str] = None,
6704
+ vpc_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnFleet.VpcConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
6246
6705
  ) -> None:
6247
6706
  """Type checking stubs"""
6248
6707
  pass
@@ -6278,6 +6737,13 @@ def _typecheckingstub__fcd8ae2a83778ec7a6d7445fcea241d1ce2694a66c1ccc07c23cdd1c8
6278
6737
  """Type checking stubs"""
6279
6738
  pass
6280
6739
 
6740
+ def _typecheckingstub__54c02580b19d5690de8f0571b8939331063fdba5295262f67c0ffacd47b723f1(
6741
+ *,
6742
+ resource_configuration_arns: typing.Optional[typing.Sequence[builtins.str]] = None,
6743
+ ) -> None:
6744
+ """Type checking stubs"""
6745
+ pass
6746
+
6281
6747
  def _typecheckingstub__a1472efddb89af74b2ae4dc1156d30448332099bec47f03ae56886a44d2d7c7a(
6282
6748
  *,
6283
6749
  configuration: typing.Union[_IResolvable_da3f097b, typing.Union[CfnFleet.FleetConfigurationProperty, typing.Dict[builtins.str, typing.Any]]],
@@ -6286,6 +6752,7 @@ def _typecheckingstub__a1472efddb89af74b2ae4dc1156d30448332099bec47f03ae56886a44
6286
6752
  max_worker_count: jsii.Number,
6287
6753
  role_arn: builtins.str,
6288
6754
  description: typing.Optional[builtins.str] = None,
6755
+ host_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnFleet.HostConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
6289
6756
  min_worker_count: typing.Optional[jsii.Number] = None,
6290
6757
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
6291
6758
  ) -> None:
@@ -6466,6 +6933,7 @@ def _typecheckingstub__4edf45db3ae8781366a254b5ea792b290cf7822e23073f5b7f959959e
6466
6933
  identity_center_instance_arn: builtins.str,
6467
6934
  role_arn: builtins.str,
6468
6935
  subdomain: builtins.str,
6936
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
6469
6937
  ) -> None:
6470
6938
  """Type checking stubs"""
6471
6939
  pass
@@ -6506,12 +6974,19 @@ def _typecheckingstub__92a6ea9073f47adeb866001ba027d5701cc6d06e3e3b1842bc227c770
6506
6974
  """Type checking stubs"""
6507
6975
  pass
6508
6976
 
6977
+ def _typecheckingstub__d79166c0c9556907ea6c9def114020487a556a49bf64ecf1e6334c0fe7e8efac(
6978
+ value: typing.Optional[typing.List[_CfnTag_f6864754]],
6979
+ ) -> None:
6980
+ """Type checking stubs"""
6981
+ pass
6982
+
6509
6983
  def _typecheckingstub__491e65cd80e97b2076199940d899980b250e96b9da8d5783d92f236ae1c6e7f4(
6510
6984
  *,
6511
6985
  display_name: builtins.str,
6512
6986
  identity_center_instance_arn: builtins.str,
6513
6987
  role_arn: builtins.str,
6514
6988
  subdomain: builtins.str,
6989
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
6515
6990
  ) -> None:
6516
6991
  """Type checking stubs"""
6517
6992
  pass