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
@@ -68,9 +68,37 @@ from .. import (
68
68
  TagManager as _TagManager_0a598cb3,
69
69
  TreeInspector as _TreeInspector_488e0dd5,
70
70
  )
71
+ from ..interfaces.aws_vpclattice import (
72
+ AccessLogSubscriptionReference as _AccessLogSubscriptionReference_25905b5c,
73
+ AuthPolicyReference as _AuthPolicyReference_2a1c0bc7,
74
+ IAccessLogSubscriptionRef as _IAccessLogSubscriptionRef_3411271a,
75
+ IAuthPolicyRef as _IAuthPolicyRef_38d3dc32,
76
+ IListenerRef as _IListenerRef_04c46b6b,
77
+ IResourceConfigurationRef as _IResourceConfigurationRef_b9c2bd0b,
78
+ IResourceGatewayRef as _IResourceGatewayRef_f860a76d,
79
+ IResourcePolicyRef as _IResourcePolicyRef_8fa06c25,
80
+ IRuleRef as _IRuleRef_b63824ff,
81
+ IServiceNetworkRef as _IServiceNetworkRef_1e3df588,
82
+ IServiceNetworkResourceAssociationRef as _IServiceNetworkResourceAssociationRef_82997816,
83
+ IServiceNetworkServiceAssociationRef as _IServiceNetworkServiceAssociationRef_c2d152c8,
84
+ IServiceNetworkVpcAssociationRef as _IServiceNetworkVpcAssociationRef_6dc1c638,
85
+ IServiceRef as _IServiceRef_a78feffa,
86
+ ITargetGroupRef as _ITargetGroupRef_52994392,
87
+ ListenerReference as _ListenerReference_c52b20d4,
88
+ ResourceConfigurationReference as _ResourceConfigurationReference_b8808895,
89
+ ResourceGatewayReference as _ResourceGatewayReference_8df20c1e,
90
+ ResourcePolicyReference as _ResourcePolicyReference_0b2635a1,
91
+ RuleReference as _RuleReference_7f707c6c,
92
+ ServiceNetworkReference as _ServiceNetworkReference_e27144ae,
93
+ ServiceNetworkResourceAssociationReference as _ServiceNetworkResourceAssociationReference_02618c82,
94
+ ServiceNetworkServiceAssociationReference as _ServiceNetworkServiceAssociationReference_4ecaad47,
95
+ ServiceNetworkVpcAssociationReference as _ServiceNetworkVpcAssociationReference_b2c1552d,
96
+ ServiceReference as _ServiceReference_d8f4325a,
97
+ TargetGroupReference as _TargetGroupReference_6c9bb51b,
98
+ )
71
99
 
72
100
 
73
- @jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
101
+ @jsii.implements(_IInspectable_c2943556, _IAccessLogSubscriptionRef_3411271a, _ITaggable_36806126)
74
102
  class CfnAccessLogSubscription(
75
103
  _CfnResource_9df397a6,
76
104
  metaclass=jsii.JSIIMeta,
@@ -113,7 +141,8 @@ class CfnAccessLogSubscription(
113
141
  service_network_log_type: typing.Optional[builtins.str] = None,
114
142
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
115
143
  ) -> None:
116
- '''
144
+ '''Create a new ``AWS::VpcLattice::AccessLogSubscription``.
145
+
117
146
  :param scope: Scope in which this resource is defined.
118
147
  :param id: Construct identifier for this resource (unique in its scope).
119
148
  :param destination_arn: The Amazon Resource Name (ARN) of the destination. The supported destination types are CloudWatch Log groups, Kinesis Data Firehose delivery streams, and Amazon S3 buckets.
@@ -164,6 +193,12 @@ class CfnAccessLogSubscription(
164
193
  '''The CloudFormation resource type name for this resource class.'''
165
194
  return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
166
195
 
196
+ @builtins.property
197
+ @jsii.member(jsii_name="accessLogSubscriptionRef")
198
+ def access_log_subscription_ref(self) -> _AccessLogSubscriptionReference_25905b5c:
199
+ '''A reference to a AccessLogSubscription resource.'''
200
+ return typing.cast(_AccessLogSubscriptionReference_25905b5c, jsii.get(self, "accessLogSubscriptionRef"))
201
+
167
202
  @builtins.property
168
203
  @jsii.member(jsii_name="attrArn")
169
204
  def attr_arn(self) -> builtins.str:
@@ -378,7 +413,7 @@ class CfnAccessLogSubscriptionProps:
378
413
  )
379
414
 
380
415
 
381
- @jsii.implements(_IInspectable_c2943556)
416
+ @jsii.implements(_IInspectable_c2943556, _IAuthPolicyRef_38d3dc32)
382
417
  class CfnAuthPolicy(
383
418
  _CfnResource_9df397a6,
384
419
  metaclass=jsii.JSIIMeta,
@@ -414,7 +449,8 @@ class CfnAuthPolicy(
414
449
  policy: typing.Any,
415
450
  resource_identifier: builtins.str,
416
451
  ) -> None:
417
- '''
452
+ '''Create a new ``AWS::VpcLattice::AuthPolicy``.
453
+
418
454
  :param scope: Scope in which this resource is defined.
419
455
  :param id: Construct identifier for this resource (unique in its scope).
420
456
  :param policy: The auth policy.
@@ -471,6 +507,12 @@ class CfnAuthPolicy(
471
507
  '''
472
508
  return typing.cast(builtins.str, jsii.get(self, "attrState"))
473
509
 
510
+ @builtins.property
511
+ @jsii.member(jsii_name="authPolicyRef")
512
+ def auth_policy_ref(self) -> _AuthPolicyReference_2a1c0bc7:
513
+ '''A reference to a AuthPolicy resource.'''
514
+ return typing.cast(_AuthPolicyReference_2a1c0bc7, jsii.get(self, "authPolicyRef"))
515
+
474
516
  @builtins.property
475
517
  @jsii.member(jsii_name="cfnProperties")
476
518
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
@@ -577,7 +619,7 @@ class CfnAuthPolicyProps:
577
619
  )
578
620
 
579
621
 
580
- @jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
622
+ @jsii.implements(_IInspectable_c2943556, _IListenerRef_04c46b6b, _ITaggable_36806126)
581
623
  class CfnListener(
582
624
  _CfnResource_9df397a6,
583
625
  metaclass=jsii.JSIIMeta,
@@ -636,7 +678,8 @@ class CfnListener(
636
678
  service_identifier: typing.Optional[builtins.str] = None,
637
679
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
638
680
  ) -> None:
639
- '''
681
+ '''Create a new ``AWS::VpcLattice::Listener``.
682
+
640
683
  :param scope: Scope in which this resource is defined.
641
684
  :param id: Construct identifier for this resource (unique in its scope).
642
685
  :param default_action: The action for the default rule. Each listener has a default rule. The default rule is used if no other rules match.
@@ -732,6 +775,12 @@ class CfnListener(
732
775
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
733
776
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
734
777
 
778
+ @builtins.property
779
+ @jsii.member(jsii_name="listenerRef")
780
+ def listener_ref(self) -> _ListenerReference_c52b20d4:
781
+ '''A reference to a Listener resource.'''
782
+ return typing.cast(_ListenerReference_c52b20d4, jsii.get(self, "listenerRef"))
783
+
735
784
  @builtins.property
736
785
  @jsii.member(jsii_name="tags")
737
786
  def tags(self) -> _TagManager_0a598cb3:
@@ -1276,7 +1325,7 @@ class CfnListenerProps:
1276
1325
  )
1277
1326
 
1278
1327
 
1279
- @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
1328
+ @jsii.implements(_IInspectable_c2943556, _IResourceConfigurationRef_b9c2bd0b, _ITaggableV2_4e6798f8)
1280
1329
  class CfnResourceConfiguration(
1281
1330
  _CfnResource_9df397a6,
1282
1331
  metaclass=jsii.JSIIMeta,
@@ -1297,8 +1346,11 @@ class CfnResourceConfiguration(
1297
1346
  from aws_cdk import aws_vpclattice as vpclattice
1298
1347
 
1299
1348
  cfn_resource_configuration = vpclattice.CfnResourceConfiguration(self, "MyCfnResourceConfiguration",
1300
- allow_association_to_sharable_service_network=False,
1301
1349
  name="name",
1350
+ resource_configuration_type="resourceConfigurationType",
1351
+
1352
+ # the properties below are optional
1353
+ allow_association_to_sharable_service_network=False,
1302
1354
  port_ranges=["portRanges"],
1303
1355
  protocol_type="protocolType",
1304
1356
  resource_configuration_auth_type="resourceConfigurationAuthType",
@@ -1311,7 +1363,6 @@ class CfnResourceConfiguration(
1311
1363
  ip_resource="ipResource"
1312
1364
  ),
1313
1365
  resource_configuration_group_id="resourceConfigurationGroupId",
1314
- resource_configuration_type="resourceConfigurationType",
1315
1366
  resource_gateway_id="resourceGatewayId",
1316
1367
  tags=[CfnTag(
1317
1368
  key="key",
@@ -1325,28 +1376,29 @@ class CfnResourceConfiguration(
1325
1376
  scope: _constructs_77d1e7e8.Construct,
1326
1377
  id: builtins.str,
1327
1378
  *,
1379
+ name: builtins.str,
1380
+ resource_configuration_type: builtins.str,
1328
1381
  allow_association_to_sharable_service_network: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
1329
- name: typing.Optional[builtins.str] = None,
1330
1382
  port_ranges: typing.Optional[typing.Sequence[builtins.str]] = None,
1331
1383
  protocol_type: typing.Optional[builtins.str] = None,
1332
1384
  resource_configuration_auth_type: typing.Optional[builtins.str] = None,
1333
1385
  resource_configuration_definition: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnResourceConfiguration.ResourceConfigurationDefinitionProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
1334
1386
  resource_configuration_group_id: typing.Optional[builtins.str] = None,
1335
- resource_configuration_type: typing.Optional[builtins.str] = None,
1336
1387
  resource_gateway_id: typing.Optional[builtins.str] = None,
1337
1388
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
1338
1389
  ) -> None:
1339
- '''
1390
+ '''Create a new ``AWS::VpcLattice::ResourceConfiguration``.
1391
+
1340
1392
  :param scope: Scope in which this resource is defined.
1341
1393
  :param id: Construct identifier for this resource (unique in its scope).
1342
- :param allow_association_to_sharable_service_network: Specifies whether the resource configuration can be associated with a sharable service network.
1343
1394
  :param name: The name of the resource configuration.
1395
+ :param resource_configuration_type: The type of resource configuration. A resource configuration can be one of the following types:. - *SINGLE* - A single resource. - *GROUP* - A group of resources. You must create a group resource configuration before you create a child resource configuration. - *CHILD* - A single resource that is part of a group resource configuration. - *ARN* - An AWS resource.
1396
+ :param allow_association_to_sharable_service_network: Specifies whether the resource configuration can be associated with a sharable service network.
1344
1397
  :param port_ranges: (SINGLE, GROUP, CHILD) The TCP port ranges that a consumer can use to access a resource configuration (for example: 1-65535). You can separate port ranges using commas (for example: 1,2,22-30).
1345
1398
  :param protocol_type: (SINGLE, GROUP) The protocol accepted by the resource configuration.
1346
1399
  :param resource_configuration_auth_type: The auth type for the resource configuration.
1347
1400
  :param resource_configuration_definition: Identifies the resource configuration in one of the following ways:. - *Amazon Resource Name (ARN)* - Supported resource-types that are provisioned by AWS services, such as RDS databases, can be identified by their ARN. - *Domain name* - Any domain name that is publicly resolvable. - *IP address* - For IPv4 and IPv6, only IP addresses in the VPC are supported.
1348
1401
  :param resource_configuration_group_id: The ID of the group resource configuration.
1349
- :param resource_configuration_type: The type of resource configuration. A resource configuration can be one of the following types:. - *SINGLE* - A single resource. - *GROUP* - A group of resources. You must create a group resource configuration before you create a child resource configuration. - *CHILD* - A single resource that is part of a group resource configuration. - *ARN* - An AWS resource.
1350
1402
  :param resource_gateway_id: The ID of the resource gateway.
1351
1403
  :param tags: The tags for the resource configuration.
1352
1404
  '''
@@ -1355,14 +1407,14 @@ class CfnResourceConfiguration(
1355
1407
  check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
1356
1408
  check_type(argname="argument id", value=id, expected_type=type_hints["id"])
1357
1409
  props = CfnResourceConfigurationProps(
1358
- allow_association_to_sharable_service_network=allow_association_to_sharable_service_network,
1359
1410
  name=name,
1411
+ resource_configuration_type=resource_configuration_type,
1412
+ allow_association_to_sharable_service_network=allow_association_to_sharable_service_network,
1360
1413
  port_ranges=port_ranges,
1361
1414
  protocol_type=protocol_type,
1362
1415
  resource_configuration_auth_type=resource_configuration_auth_type,
1363
1416
  resource_configuration_definition=resource_configuration_definition,
1364
1417
  resource_configuration_group_id=resource_configuration_group_id,
1365
- resource_configuration_type=resource_configuration_type,
1366
1418
  resource_gateway_id=resource_gateway_id,
1367
1419
  tags=tags,
1368
1420
  )
@@ -1428,6 +1480,41 @@ class CfnResourceConfiguration(
1428
1480
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
1429
1481
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
1430
1482
 
1483
+ @builtins.property
1484
+ @jsii.member(jsii_name="resourceConfigurationRef")
1485
+ def resource_configuration_ref(self) -> _ResourceConfigurationReference_b8808895:
1486
+ '''A reference to a ResourceConfiguration resource.'''
1487
+ return typing.cast(_ResourceConfigurationReference_b8808895, jsii.get(self, "resourceConfigurationRef"))
1488
+
1489
+ @builtins.property
1490
+ @jsii.member(jsii_name="name")
1491
+ def name(self) -> builtins.str:
1492
+ '''The name of the resource configuration.'''
1493
+ return typing.cast(builtins.str, jsii.get(self, "name"))
1494
+
1495
+ @name.setter
1496
+ def name(self, value: builtins.str) -> None:
1497
+ if __debug__:
1498
+ type_hints = typing.get_type_hints(_typecheckingstub__05c6c80cd49033d3aa0afe190c923dcae73156dcab6ce48936861ca4ccc73ef0)
1499
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1500
+ jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
1501
+
1502
+ @builtins.property
1503
+ @jsii.member(jsii_name="resourceConfigurationType")
1504
+ def resource_configuration_type(self) -> builtins.str:
1505
+ '''The type of resource configuration.
1506
+
1507
+ A resource configuration can be one of the following types:.
1508
+ '''
1509
+ return typing.cast(builtins.str, jsii.get(self, "resourceConfigurationType"))
1510
+
1511
+ @resource_configuration_type.setter
1512
+ def resource_configuration_type(self, value: builtins.str) -> None:
1513
+ if __debug__:
1514
+ type_hints = typing.get_type_hints(_typecheckingstub__78c78698636e3ca61354c53cb8cdfc165b65a1ae7d941087c00f199b89c59f80)
1515
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1516
+ jsii.set(self, "resourceConfigurationType", value) # pyright: ignore[reportArgumentType]
1517
+
1431
1518
  @builtins.property
1432
1519
  @jsii.member(jsii_name="allowAssociationToSharableServiceNetwork")
1433
1520
  def allow_association_to_sharable_service_network(
@@ -1446,19 +1533,6 @@ class CfnResourceConfiguration(
1446
1533
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1447
1534
  jsii.set(self, "allowAssociationToSharableServiceNetwork", value) # pyright: ignore[reportArgumentType]
1448
1535
 
1449
- @builtins.property
1450
- @jsii.member(jsii_name="name")
1451
- def name(self) -> typing.Optional[builtins.str]:
1452
- '''The name of the resource configuration.'''
1453
- return typing.cast(typing.Optional[builtins.str], jsii.get(self, "name"))
1454
-
1455
- @name.setter
1456
- def name(self, value: typing.Optional[builtins.str]) -> None:
1457
- if __debug__:
1458
- type_hints = typing.get_type_hints(_typecheckingstub__05c6c80cd49033d3aa0afe190c923dcae73156dcab6ce48936861ca4ccc73ef0)
1459
- check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1460
- jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
1461
-
1462
1536
  @builtins.property
1463
1537
  @jsii.member(jsii_name="portRanges")
1464
1538
  def port_ranges(self) -> typing.Optional[typing.List[builtins.str]]:
@@ -1535,22 +1609,6 @@ class CfnResourceConfiguration(
1535
1609
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1536
1610
  jsii.set(self, "resourceConfigurationGroupId", value) # pyright: ignore[reportArgumentType]
1537
1611
 
1538
- @builtins.property
1539
- @jsii.member(jsii_name="resourceConfigurationType")
1540
- def resource_configuration_type(self) -> typing.Optional[builtins.str]:
1541
- '''The type of resource configuration.
1542
-
1543
- A resource configuration can be one of the following types:.
1544
- '''
1545
- return typing.cast(typing.Optional[builtins.str], jsii.get(self, "resourceConfigurationType"))
1546
-
1547
- @resource_configuration_type.setter
1548
- def resource_configuration_type(self, value: typing.Optional[builtins.str]) -> None:
1549
- if __debug__:
1550
- type_hints = typing.get_type_hints(_typecheckingstub__78c78698636e3ca61354c53cb8cdfc165b65a1ae7d941087c00f199b89c59f80)
1551
- check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1552
- jsii.set(self, "resourceConfigurationType", value) # pyright: ignore[reportArgumentType]
1553
-
1554
1612
  @builtins.property
1555
1613
  @jsii.member(jsii_name="resourceGatewayId")
1556
1614
  def resource_gateway_id(self) -> typing.Optional[builtins.str]:
@@ -1592,7 +1650,7 @@ class CfnResourceConfiguration(
1592
1650
  '''The domain name of the resource configuration.
1593
1651
 
1594
1652
  :param domain_name: The domain name of the resource configuration.
1595
- :param ip_address_type: The IP address type for the resource configuration.
1653
+ :param ip_address_type: The IP address type for the resource configuration. Dualstack is not currently supported.
1596
1654
 
1597
1655
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-vpclattice-resourceconfiguration-dnsresource.html
1598
1656
  :exampleMetadata: fixture=_generated
@@ -1631,6 +1689,8 @@ class CfnResourceConfiguration(
1631
1689
  def ip_address_type(self) -> builtins.str:
1632
1690
  '''The IP address type for the resource configuration.
1633
1691
 
1692
+ Dualstack is not currently supported.
1693
+
1634
1694
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-vpclattice-resourceconfiguration-dnsresource.html#cfn-vpclattice-resourceconfiguration-dnsresource-ipaddresstype
1635
1695
  '''
1636
1696
  result = self._values.get("ip_address_type")
@@ -1753,14 +1813,14 @@ class CfnResourceConfiguration(
1753
1813
  jsii_type="aws-cdk-lib.aws_vpclattice.CfnResourceConfigurationProps",
1754
1814
  jsii_struct_bases=[],
1755
1815
  name_mapping={
1756
- "allow_association_to_sharable_service_network": "allowAssociationToSharableServiceNetwork",
1757
1816
  "name": "name",
1817
+ "resource_configuration_type": "resourceConfigurationType",
1818
+ "allow_association_to_sharable_service_network": "allowAssociationToSharableServiceNetwork",
1758
1819
  "port_ranges": "portRanges",
1759
1820
  "protocol_type": "protocolType",
1760
1821
  "resource_configuration_auth_type": "resourceConfigurationAuthType",
1761
1822
  "resource_configuration_definition": "resourceConfigurationDefinition",
1762
1823
  "resource_configuration_group_id": "resourceConfigurationGroupId",
1763
- "resource_configuration_type": "resourceConfigurationType",
1764
1824
  "resource_gateway_id": "resourceGatewayId",
1765
1825
  "tags": "tags",
1766
1826
  },
@@ -1769,27 +1829,27 @@ class CfnResourceConfigurationProps:
1769
1829
  def __init__(
1770
1830
  self,
1771
1831
  *,
1832
+ name: builtins.str,
1833
+ resource_configuration_type: builtins.str,
1772
1834
  allow_association_to_sharable_service_network: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
1773
- name: typing.Optional[builtins.str] = None,
1774
1835
  port_ranges: typing.Optional[typing.Sequence[builtins.str]] = None,
1775
1836
  protocol_type: typing.Optional[builtins.str] = None,
1776
1837
  resource_configuration_auth_type: typing.Optional[builtins.str] = None,
1777
1838
  resource_configuration_definition: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnResourceConfiguration.ResourceConfigurationDefinitionProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
1778
1839
  resource_configuration_group_id: typing.Optional[builtins.str] = None,
1779
- resource_configuration_type: typing.Optional[builtins.str] = None,
1780
1840
  resource_gateway_id: typing.Optional[builtins.str] = None,
1781
1841
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
1782
1842
  ) -> None:
1783
1843
  '''Properties for defining a ``CfnResourceConfiguration``.
1784
1844
 
1785
- :param allow_association_to_sharable_service_network: Specifies whether the resource configuration can be associated with a sharable service network.
1786
1845
  :param name: The name of the resource configuration.
1846
+ :param resource_configuration_type: The type of resource configuration. A resource configuration can be one of the following types:. - *SINGLE* - A single resource. - *GROUP* - A group of resources. You must create a group resource configuration before you create a child resource configuration. - *CHILD* - A single resource that is part of a group resource configuration. - *ARN* - An AWS resource.
1847
+ :param allow_association_to_sharable_service_network: Specifies whether the resource configuration can be associated with a sharable service network.
1787
1848
  :param port_ranges: (SINGLE, GROUP, CHILD) The TCP port ranges that a consumer can use to access a resource configuration (for example: 1-65535). You can separate port ranges using commas (for example: 1,2,22-30).
1788
1849
  :param protocol_type: (SINGLE, GROUP) The protocol accepted by the resource configuration.
1789
1850
  :param resource_configuration_auth_type: The auth type for the resource configuration.
1790
1851
  :param resource_configuration_definition: Identifies the resource configuration in one of the following ways:. - *Amazon Resource Name (ARN)* - Supported resource-types that are provisioned by AWS services, such as RDS databases, can be identified by their ARN. - *Domain name* - Any domain name that is publicly resolvable. - *IP address* - For IPv4 and IPv6, only IP addresses in the VPC are supported.
1791
1852
  :param resource_configuration_group_id: The ID of the group resource configuration.
1792
- :param resource_configuration_type: The type of resource configuration. A resource configuration can be one of the following types:. - *SINGLE* - A single resource. - *GROUP* - A group of resources. You must create a group resource configuration before you create a child resource configuration. - *CHILD* - A single resource that is part of a group resource configuration. - *ARN* - An AWS resource.
1793
1853
  :param resource_gateway_id: The ID of the resource gateway.
1794
1854
  :param tags: The tags for the resource configuration.
1795
1855
 
@@ -1803,8 +1863,11 @@ class CfnResourceConfigurationProps:
1803
1863
  from aws_cdk import aws_vpclattice as vpclattice
1804
1864
 
1805
1865
  cfn_resource_configuration_props = vpclattice.CfnResourceConfigurationProps(
1806
- allow_association_to_sharable_service_network=False,
1807
1866
  name="name",
1867
+ resource_configuration_type="resourceConfigurationType",
1868
+
1869
+ # the properties below are optional
1870
+ allow_association_to_sharable_service_network=False,
1808
1871
  port_ranges=["portRanges"],
1809
1872
  protocol_type="protocolType",
1810
1873
  resource_configuration_auth_type="resourceConfigurationAuthType",
@@ -1817,7 +1880,6 @@ class CfnResourceConfigurationProps:
1817
1880
  ip_resource="ipResource"
1818
1881
  ),
1819
1882
  resource_configuration_group_id="resourceConfigurationGroupId",
1820
- resource_configuration_type="resourceConfigurationType",
1821
1883
  resource_gateway_id="resourceGatewayId",
1822
1884
  tags=[CfnTag(
1823
1885
  key="key",
@@ -1827,21 +1889,22 @@ class CfnResourceConfigurationProps:
1827
1889
  '''
1828
1890
  if __debug__:
1829
1891
  type_hints = typing.get_type_hints(_typecheckingstub__797cfcb00db81ec7627009ae5f799c38c09652aee4a602480e341f9e4049b098)
1830
- check_type(argname="argument allow_association_to_sharable_service_network", value=allow_association_to_sharable_service_network, expected_type=type_hints["allow_association_to_sharable_service_network"])
1831
1892
  check_type(argname="argument name", value=name, expected_type=type_hints["name"])
1893
+ check_type(argname="argument resource_configuration_type", value=resource_configuration_type, expected_type=type_hints["resource_configuration_type"])
1894
+ check_type(argname="argument allow_association_to_sharable_service_network", value=allow_association_to_sharable_service_network, expected_type=type_hints["allow_association_to_sharable_service_network"])
1832
1895
  check_type(argname="argument port_ranges", value=port_ranges, expected_type=type_hints["port_ranges"])
1833
1896
  check_type(argname="argument protocol_type", value=protocol_type, expected_type=type_hints["protocol_type"])
1834
1897
  check_type(argname="argument resource_configuration_auth_type", value=resource_configuration_auth_type, expected_type=type_hints["resource_configuration_auth_type"])
1835
1898
  check_type(argname="argument resource_configuration_definition", value=resource_configuration_definition, expected_type=type_hints["resource_configuration_definition"])
1836
1899
  check_type(argname="argument resource_configuration_group_id", value=resource_configuration_group_id, expected_type=type_hints["resource_configuration_group_id"])
1837
- check_type(argname="argument resource_configuration_type", value=resource_configuration_type, expected_type=type_hints["resource_configuration_type"])
1838
1900
  check_type(argname="argument resource_gateway_id", value=resource_gateway_id, expected_type=type_hints["resource_gateway_id"])
1839
1901
  check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
1840
- self._values: typing.Dict[builtins.str, typing.Any] = {}
1902
+ self._values: typing.Dict[builtins.str, typing.Any] = {
1903
+ "name": name,
1904
+ "resource_configuration_type": resource_configuration_type,
1905
+ }
1841
1906
  if allow_association_to_sharable_service_network is not None:
1842
1907
  self._values["allow_association_to_sharable_service_network"] = allow_association_to_sharable_service_network
1843
- if name is not None:
1844
- self._values["name"] = name
1845
1908
  if port_ranges is not None:
1846
1909
  self._values["port_ranges"] = port_ranges
1847
1910
  if protocol_type is not None:
@@ -1852,13 +1915,36 @@ class CfnResourceConfigurationProps:
1852
1915
  self._values["resource_configuration_definition"] = resource_configuration_definition
1853
1916
  if resource_configuration_group_id is not None:
1854
1917
  self._values["resource_configuration_group_id"] = resource_configuration_group_id
1855
- if resource_configuration_type is not None:
1856
- self._values["resource_configuration_type"] = resource_configuration_type
1857
1918
  if resource_gateway_id is not None:
1858
1919
  self._values["resource_gateway_id"] = resource_gateway_id
1859
1920
  if tags is not None:
1860
1921
  self._values["tags"] = tags
1861
1922
 
1923
+ @builtins.property
1924
+ def name(self) -> builtins.str:
1925
+ '''The name of the resource configuration.
1926
+
1927
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-resourceconfiguration.html#cfn-vpclattice-resourceconfiguration-name
1928
+ '''
1929
+ result = self._values.get("name")
1930
+ assert result is not None, "Required property 'name' is missing"
1931
+ return typing.cast(builtins.str, result)
1932
+
1933
+ @builtins.property
1934
+ def resource_configuration_type(self) -> builtins.str:
1935
+ '''The type of resource configuration. A resource configuration can be one of the following types:.
1936
+
1937
+ - *SINGLE* - A single resource.
1938
+ - *GROUP* - A group of resources. You must create a group resource configuration before you create a child resource configuration.
1939
+ - *CHILD* - A single resource that is part of a group resource configuration.
1940
+ - *ARN* - An AWS resource.
1941
+
1942
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-resourceconfiguration.html#cfn-vpclattice-resourceconfiguration-resourceconfigurationtype
1943
+ '''
1944
+ result = self._values.get("resource_configuration_type")
1945
+ assert result is not None, "Required property 'resource_configuration_type' is missing"
1946
+ return typing.cast(builtins.str, result)
1947
+
1862
1948
  @builtins.property
1863
1949
  def allow_association_to_sharable_service_network(
1864
1950
  self,
@@ -1870,15 +1956,6 @@ class CfnResourceConfigurationProps:
1870
1956
  result = self._values.get("allow_association_to_sharable_service_network")
1871
1957
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], result)
1872
1958
 
1873
- @builtins.property
1874
- def name(self) -> typing.Optional[builtins.str]:
1875
- '''The name of the resource configuration.
1876
-
1877
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-resourceconfiguration.html#cfn-vpclattice-resourceconfiguration-name
1878
- '''
1879
- result = self._values.get("name")
1880
- return typing.cast(typing.Optional[builtins.str], result)
1881
-
1882
1959
  @builtins.property
1883
1960
  def port_ranges(self) -> typing.Optional[typing.List[builtins.str]]:
1884
1961
  '''(SINGLE, GROUP, CHILD) The TCP port ranges that a consumer can use to access a resource configuration (for example: 1-65535).
@@ -1932,20 +2009,6 @@ class CfnResourceConfigurationProps:
1932
2009
  result = self._values.get("resource_configuration_group_id")
1933
2010
  return typing.cast(typing.Optional[builtins.str], result)
1934
2011
 
1935
- @builtins.property
1936
- def resource_configuration_type(self) -> typing.Optional[builtins.str]:
1937
- '''The type of resource configuration. A resource configuration can be one of the following types:.
1938
-
1939
- - *SINGLE* - A single resource.
1940
- - *GROUP* - A group of resources. You must create a group resource configuration before you create a child resource configuration.
1941
- - *CHILD* - A single resource that is part of a group resource configuration.
1942
- - *ARN* - An AWS resource.
1943
-
1944
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-resourceconfiguration.html#cfn-vpclattice-resourceconfiguration-resourceconfigurationtype
1945
- '''
1946
- result = self._values.get("resource_configuration_type")
1947
- return typing.cast(typing.Optional[builtins.str], result)
1948
-
1949
2012
  @builtins.property
1950
2013
  def resource_gateway_id(self) -> typing.Optional[builtins.str]:
1951
2014
  '''The ID of the resource gateway.
@@ -1976,7 +2039,7 @@ class CfnResourceConfigurationProps:
1976
2039
  )
1977
2040
 
1978
2041
 
1979
- @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
2042
+ @jsii.implements(_IInspectable_c2943556, _IResourceGatewayRef_f860a76d, _ITaggableV2_4e6798f8)
1980
2043
  class CfnResourceGateway(
1981
2044
  _CfnResource_9df397a6,
1982
2045
  metaclass=jsii.JSIIMeta,
@@ -1997,15 +2060,18 @@ class CfnResourceGateway(
1997
2060
  from aws_cdk import aws_vpclattice as vpclattice
1998
2061
 
1999
2062
  cfn_resource_gateway = vpclattice.CfnResourceGateway(self, "MyCfnResourceGateway",
2000
- ip_address_type="ipAddressType",
2001
2063
  name="name",
2002
- security_group_ids=["securityGroupIds"],
2003
2064
  subnet_ids=["subnetIds"],
2065
+ vpc_identifier="vpcIdentifier",
2066
+
2067
+ # the properties below are optional
2068
+ ip_address_type="ipAddressType",
2069
+ ipv4_addresses_per_eni=123,
2070
+ security_group_ids=["securityGroupIds"],
2004
2071
  tags=[CfnTag(
2005
2072
  key="key",
2006
2073
  value="value"
2007
- )],
2008
- vpc_identifier="vpcIdentifier"
2074
+ )]
2009
2075
  )
2010
2076
  '''
2011
2077
 
@@ -2014,34 +2080,38 @@ class CfnResourceGateway(
2014
2080
  scope: _constructs_77d1e7e8.Construct,
2015
2081
  id: builtins.str,
2016
2082
  *,
2083
+ name: builtins.str,
2084
+ subnet_ids: typing.Sequence[builtins.str],
2085
+ vpc_identifier: builtins.str,
2017
2086
  ip_address_type: typing.Optional[builtins.str] = None,
2018
- name: typing.Optional[builtins.str] = None,
2087
+ ipv4_addresses_per_eni: typing.Optional[jsii.Number] = None,
2019
2088
  security_group_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
2020
- subnet_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
2021
2089
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
2022
- vpc_identifier: typing.Optional[builtins.str] = None,
2023
2090
  ) -> None:
2024
- '''
2091
+ '''Create a new ``AWS::VpcLattice::ResourceGateway``.
2092
+
2025
2093
  :param scope: Scope in which this resource is defined.
2026
2094
  :param id: Construct identifier for this resource (unique in its scope).
2027
- :param ip_address_type: The type of IP address used by the resource gateway.
2028
2095
  :param name: The name of the resource gateway.
2029
- :param security_group_ids: The IDs of the security groups applied to the resource gateway.
2030
2096
  :param subnet_ids: The IDs of the VPC subnets for the resource gateway.
2031
- :param tags: The tags for the resource gateway.
2032
2097
  :param vpc_identifier: The ID of the VPC for the resource gateway.
2098
+ :param ip_address_type: The type of IP address used by the resource gateway.
2099
+ :param ipv4_addresses_per_eni: The number of IPv4 addresses in each ENI for the resource gateway.
2100
+ :param security_group_ids: The IDs of the security groups applied to the resource gateway.
2101
+ :param tags: The tags for the resource gateway.
2033
2102
  '''
2034
2103
  if __debug__:
2035
2104
  type_hints = typing.get_type_hints(_typecheckingstub__c33d35acb93670756de87bb99dc9b48c5bdce217c8b7068ec8d831a66a1b9be2)
2036
2105
  check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
2037
2106
  check_type(argname="argument id", value=id, expected_type=type_hints["id"])
2038
2107
  props = CfnResourceGatewayProps(
2039
- ip_address_type=ip_address_type,
2040
2108
  name=name,
2041
- security_group_ids=security_group_ids,
2042
2109
  subnet_ids=subnet_ids,
2043
- tags=tags,
2044
2110
  vpc_identifier=vpc_identifier,
2111
+ ip_address_type=ip_address_type,
2112
+ ipv4_addresses_per_eni=ipv4_addresses_per_eni,
2113
+ security_group_ids=security_group_ids,
2114
+ tags=tags,
2045
2115
  )
2046
2116
 
2047
2117
  jsii.create(self.__class__, self, [scope, id, props])
@@ -2105,6 +2175,51 @@ class CfnResourceGateway(
2105
2175
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
2106
2176
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
2107
2177
 
2178
+ @builtins.property
2179
+ @jsii.member(jsii_name="resourceGatewayRef")
2180
+ def resource_gateway_ref(self) -> _ResourceGatewayReference_8df20c1e:
2181
+ '''A reference to a ResourceGateway resource.'''
2182
+ return typing.cast(_ResourceGatewayReference_8df20c1e, jsii.get(self, "resourceGatewayRef"))
2183
+
2184
+ @builtins.property
2185
+ @jsii.member(jsii_name="name")
2186
+ def name(self) -> builtins.str:
2187
+ '''The name of the resource gateway.'''
2188
+ return typing.cast(builtins.str, jsii.get(self, "name"))
2189
+
2190
+ @name.setter
2191
+ def name(self, value: builtins.str) -> None:
2192
+ if __debug__:
2193
+ type_hints = typing.get_type_hints(_typecheckingstub__6348f03faf91ccdea29f2fa6d88ff150ead094ceb4483d7c650b7fcee3937500)
2194
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2195
+ jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
2196
+
2197
+ @builtins.property
2198
+ @jsii.member(jsii_name="subnetIds")
2199
+ def subnet_ids(self) -> typing.List[builtins.str]:
2200
+ '''The IDs of the VPC subnets for the resource gateway.'''
2201
+ return typing.cast(typing.List[builtins.str], jsii.get(self, "subnetIds"))
2202
+
2203
+ @subnet_ids.setter
2204
+ def subnet_ids(self, value: typing.List[builtins.str]) -> None:
2205
+ if __debug__:
2206
+ type_hints = typing.get_type_hints(_typecheckingstub__b80d0378bcb62c6afdab4c3852b32a936d35964b8dc8a67be99af3f3d016b584)
2207
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2208
+ jsii.set(self, "subnetIds", value) # pyright: ignore[reportArgumentType]
2209
+
2210
+ @builtins.property
2211
+ @jsii.member(jsii_name="vpcIdentifier")
2212
+ def vpc_identifier(self) -> builtins.str:
2213
+ '''The ID of the VPC for the resource gateway.'''
2214
+ return typing.cast(builtins.str, jsii.get(self, "vpcIdentifier"))
2215
+
2216
+ @vpc_identifier.setter
2217
+ def vpc_identifier(self, value: builtins.str) -> None:
2218
+ if __debug__:
2219
+ type_hints = typing.get_type_hints(_typecheckingstub__9f006ab0220c58f3a982987d77cde2d3d365338eafe9cc6abcd387432475e2c1)
2220
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2221
+ jsii.set(self, "vpcIdentifier", value) # pyright: ignore[reportArgumentType]
2222
+
2108
2223
  @builtins.property
2109
2224
  @jsii.member(jsii_name="ipAddressType")
2110
2225
  def ip_address_type(self) -> typing.Optional[builtins.str]:
@@ -2119,17 +2234,17 @@ class CfnResourceGateway(
2119
2234
  jsii.set(self, "ipAddressType", value) # pyright: ignore[reportArgumentType]
2120
2235
 
2121
2236
  @builtins.property
2122
- @jsii.member(jsii_name="name")
2123
- def name(self) -> typing.Optional[builtins.str]:
2124
- '''The name of the resource gateway.'''
2125
- return typing.cast(typing.Optional[builtins.str], jsii.get(self, "name"))
2237
+ @jsii.member(jsii_name="ipv4AddressesPerEni")
2238
+ def ipv4_addresses_per_eni(self) -> typing.Optional[jsii.Number]:
2239
+ '''The number of IPv4 addresses in each ENI for the resource gateway.'''
2240
+ return typing.cast(typing.Optional[jsii.Number], jsii.get(self, "ipv4AddressesPerEni"))
2126
2241
 
2127
- @name.setter
2128
- def name(self, value: typing.Optional[builtins.str]) -> None:
2242
+ @ipv4_addresses_per_eni.setter
2243
+ def ipv4_addresses_per_eni(self, value: typing.Optional[jsii.Number]) -> None:
2129
2244
  if __debug__:
2130
- type_hints = typing.get_type_hints(_typecheckingstub__6348f03faf91ccdea29f2fa6d88ff150ead094ceb4483d7c650b7fcee3937500)
2245
+ type_hints = typing.get_type_hints(_typecheckingstub__5ebc10ed1c8e6c6821b6b7f4cd71006b4e3ce26c6b201ba4637014b8908140fd)
2131
2246
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2132
- jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
2247
+ jsii.set(self, "ipv4AddressesPerEni", value) # pyright: ignore[reportArgumentType]
2133
2248
 
2134
2249
  @builtins.property
2135
2250
  @jsii.member(jsii_name="securityGroupIds")
@@ -2147,19 +2262,6 @@ class CfnResourceGateway(
2147
2262
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2148
2263
  jsii.set(self, "securityGroupIds", value) # pyright: ignore[reportArgumentType]
2149
2264
 
2150
- @builtins.property
2151
- @jsii.member(jsii_name="subnetIds")
2152
- def subnet_ids(self) -> typing.Optional[typing.List[builtins.str]]:
2153
- '''The IDs of the VPC subnets for the resource gateway.'''
2154
- return typing.cast(typing.Optional[typing.List[builtins.str]], jsii.get(self, "subnetIds"))
2155
-
2156
- @subnet_ids.setter
2157
- def subnet_ids(self, value: typing.Optional[typing.List[builtins.str]]) -> None:
2158
- if __debug__:
2159
- type_hints = typing.get_type_hints(_typecheckingstub__b80d0378bcb62c6afdab4c3852b32a936d35964b8dc8a67be99af3f3d016b584)
2160
- check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2161
- jsii.set(self, "subnetIds", value) # pyright: ignore[reportArgumentType]
2162
-
2163
2265
  @builtins.property
2164
2266
  @jsii.member(jsii_name="tags")
2165
2267
  def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
@@ -2173,51 +2275,41 @@ class CfnResourceGateway(
2173
2275
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2174
2276
  jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
2175
2277
 
2176
- @builtins.property
2177
- @jsii.member(jsii_name="vpcIdentifier")
2178
- def vpc_identifier(self) -> typing.Optional[builtins.str]:
2179
- '''The ID of the VPC for the resource gateway.'''
2180
- return typing.cast(typing.Optional[builtins.str], jsii.get(self, "vpcIdentifier"))
2181
-
2182
- @vpc_identifier.setter
2183
- def vpc_identifier(self, value: typing.Optional[builtins.str]) -> None:
2184
- if __debug__:
2185
- type_hints = typing.get_type_hints(_typecheckingstub__9f006ab0220c58f3a982987d77cde2d3d365338eafe9cc6abcd387432475e2c1)
2186
- check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2187
- jsii.set(self, "vpcIdentifier", value) # pyright: ignore[reportArgumentType]
2188
-
2189
2278
 
2190
2279
  @jsii.data_type(
2191
2280
  jsii_type="aws-cdk-lib.aws_vpclattice.CfnResourceGatewayProps",
2192
2281
  jsii_struct_bases=[],
2193
2282
  name_mapping={
2194
- "ip_address_type": "ipAddressType",
2195
2283
  "name": "name",
2196
- "security_group_ids": "securityGroupIds",
2197
2284
  "subnet_ids": "subnetIds",
2198
- "tags": "tags",
2199
2285
  "vpc_identifier": "vpcIdentifier",
2286
+ "ip_address_type": "ipAddressType",
2287
+ "ipv4_addresses_per_eni": "ipv4AddressesPerEni",
2288
+ "security_group_ids": "securityGroupIds",
2289
+ "tags": "tags",
2200
2290
  },
2201
2291
  )
2202
2292
  class CfnResourceGatewayProps:
2203
2293
  def __init__(
2204
2294
  self,
2205
2295
  *,
2296
+ name: builtins.str,
2297
+ subnet_ids: typing.Sequence[builtins.str],
2298
+ vpc_identifier: builtins.str,
2206
2299
  ip_address_type: typing.Optional[builtins.str] = None,
2207
- name: typing.Optional[builtins.str] = None,
2300
+ ipv4_addresses_per_eni: typing.Optional[jsii.Number] = None,
2208
2301
  security_group_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
2209
- subnet_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
2210
2302
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
2211
- vpc_identifier: typing.Optional[builtins.str] = None,
2212
2303
  ) -> None:
2213
2304
  '''Properties for defining a ``CfnResourceGateway``.
2214
2305
 
2215
- :param ip_address_type: The type of IP address used by the resource gateway.
2216
2306
  :param name: The name of the resource gateway.
2217
- :param security_group_ids: The IDs of the security groups applied to the resource gateway.
2218
2307
  :param subnet_ids: The IDs of the VPC subnets for the resource gateway.
2219
- :param tags: The tags for the resource gateway.
2220
2308
  :param vpc_identifier: The ID of the VPC for the resource gateway.
2309
+ :param ip_address_type: The type of IP address used by the resource gateway.
2310
+ :param ipv4_addresses_per_eni: The number of IPv4 addresses in each ENI for the resource gateway.
2311
+ :param security_group_ids: The IDs of the security groups applied to the resource gateway.
2312
+ :param tags: The tags for the resource gateway.
2221
2313
 
2222
2314
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-resourcegateway.html
2223
2315
  :exampleMetadata: fixture=_generated
@@ -2229,38 +2321,72 @@ class CfnResourceGatewayProps:
2229
2321
  from aws_cdk import aws_vpclattice as vpclattice
2230
2322
 
2231
2323
  cfn_resource_gateway_props = vpclattice.CfnResourceGatewayProps(
2232
- ip_address_type="ipAddressType",
2233
2324
  name="name",
2234
- security_group_ids=["securityGroupIds"],
2235
2325
  subnet_ids=["subnetIds"],
2326
+ vpc_identifier="vpcIdentifier",
2327
+
2328
+ # the properties below are optional
2329
+ ip_address_type="ipAddressType",
2330
+ ipv4_addresses_per_eni=123,
2331
+ security_group_ids=["securityGroupIds"],
2236
2332
  tags=[CfnTag(
2237
2333
  key="key",
2238
2334
  value="value"
2239
- )],
2240
- vpc_identifier="vpcIdentifier"
2335
+ )]
2241
2336
  )
2242
2337
  '''
2243
2338
  if __debug__:
2244
2339
  type_hints = typing.get_type_hints(_typecheckingstub__ed2c643634b9016a56acc1cdf5c3044eaa6f62d982922519a82cdbd49bdae174)
2245
- check_type(argname="argument ip_address_type", value=ip_address_type, expected_type=type_hints["ip_address_type"])
2246
2340
  check_type(argname="argument name", value=name, expected_type=type_hints["name"])
2247
- check_type(argname="argument security_group_ids", value=security_group_ids, expected_type=type_hints["security_group_ids"])
2248
2341
  check_type(argname="argument subnet_ids", value=subnet_ids, expected_type=type_hints["subnet_ids"])
2249
- check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
2250
2342
  check_type(argname="argument vpc_identifier", value=vpc_identifier, expected_type=type_hints["vpc_identifier"])
2251
- self._values: typing.Dict[builtins.str, typing.Any] = {}
2343
+ check_type(argname="argument ip_address_type", value=ip_address_type, expected_type=type_hints["ip_address_type"])
2344
+ check_type(argname="argument ipv4_addresses_per_eni", value=ipv4_addresses_per_eni, expected_type=type_hints["ipv4_addresses_per_eni"])
2345
+ check_type(argname="argument security_group_ids", value=security_group_ids, expected_type=type_hints["security_group_ids"])
2346
+ check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
2347
+ self._values: typing.Dict[builtins.str, typing.Any] = {
2348
+ "name": name,
2349
+ "subnet_ids": subnet_ids,
2350
+ "vpc_identifier": vpc_identifier,
2351
+ }
2252
2352
  if ip_address_type is not None:
2253
2353
  self._values["ip_address_type"] = ip_address_type
2254
- if name is not None:
2255
- self._values["name"] = name
2354
+ if ipv4_addresses_per_eni is not None:
2355
+ self._values["ipv4_addresses_per_eni"] = ipv4_addresses_per_eni
2256
2356
  if security_group_ids is not None:
2257
2357
  self._values["security_group_ids"] = security_group_ids
2258
- if subnet_ids is not None:
2259
- self._values["subnet_ids"] = subnet_ids
2260
2358
  if tags is not None:
2261
2359
  self._values["tags"] = tags
2262
- if vpc_identifier is not None:
2263
- self._values["vpc_identifier"] = vpc_identifier
2360
+
2361
+ @builtins.property
2362
+ def name(self) -> builtins.str:
2363
+ '''The name of the resource gateway.
2364
+
2365
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-resourcegateway.html#cfn-vpclattice-resourcegateway-name
2366
+ '''
2367
+ result = self._values.get("name")
2368
+ assert result is not None, "Required property 'name' is missing"
2369
+ return typing.cast(builtins.str, result)
2370
+
2371
+ @builtins.property
2372
+ def subnet_ids(self) -> typing.List[builtins.str]:
2373
+ '''The IDs of the VPC subnets for the resource gateway.
2374
+
2375
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-resourcegateway.html#cfn-vpclattice-resourcegateway-subnetids
2376
+ '''
2377
+ result = self._values.get("subnet_ids")
2378
+ assert result is not None, "Required property 'subnet_ids' is missing"
2379
+ return typing.cast(typing.List[builtins.str], result)
2380
+
2381
+ @builtins.property
2382
+ def vpc_identifier(self) -> builtins.str:
2383
+ '''The ID of the VPC for the resource gateway.
2384
+
2385
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-resourcegateway.html#cfn-vpclattice-resourcegateway-vpcidentifier
2386
+ '''
2387
+ result = self._values.get("vpc_identifier")
2388
+ assert result is not None, "Required property 'vpc_identifier' is missing"
2389
+ return typing.cast(builtins.str, result)
2264
2390
 
2265
2391
  @builtins.property
2266
2392
  def ip_address_type(self) -> typing.Optional[builtins.str]:
@@ -2272,13 +2398,13 @@ class CfnResourceGatewayProps:
2272
2398
  return typing.cast(typing.Optional[builtins.str], result)
2273
2399
 
2274
2400
  @builtins.property
2275
- def name(self) -> typing.Optional[builtins.str]:
2276
- '''The name of the resource gateway.
2401
+ def ipv4_addresses_per_eni(self) -> typing.Optional[jsii.Number]:
2402
+ '''The number of IPv4 addresses in each ENI for the resource gateway.
2277
2403
 
2278
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-resourcegateway.html#cfn-vpclattice-resourcegateway-name
2404
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-resourcegateway.html#cfn-vpclattice-resourcegateway-ipv4addressespereni
2279
2405
  '''
2280
- result = self._values.get("name")
2281
- return typing.cast(typing.Optional[builtins.str], result)
2406
+ result = self._values.get("ipv4_addresses_per_eni")
2407
+ return typing.cast(typing.Optional[jsii.Number], result)
2282
2408
 
2283
2409
  @builtins.property
2284
2410
  def security_group_ids(self) -> typing.Optional[typing.List[builtins.str]]:
@@ -2289,15 +2415,6 @@ class CfnResourceGatewayProps:
2289
2415
  result = self._values.get("security_group_ids")
2290
2416
  return typing.cast(typing.Optional[typing.List[builtins.str]], result)
2291
2417
 
2292
- @builtins.property
2293
- def subnet_ids(self) -> typing.Optional[typing.List[builtins.str]]:
2294
- '''The IDs of the VPC subnets for the resource gateway.
2295
-
2296
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-resourcegateway.html#cfn-vpclattice-resourcegateway-subnetids
2297
- '''
2298
- result = self._values.get("subnet_ids")
2299
- return typing.cast(typing.Optional[typing.List[builtins.str]], result)
2300
-
2301
2418
  @builtins.property
2302
2419
  def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
2303
2420
  '''The tags for the resource gateway.
@@ -2307,15 +2424,6 @@ class CfnResourceGatewayProps:
2307
2424
  result = self._values.get("tags")
2308
2425
  return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], result)
2309
2426
 
2310
- @builtins.property
2311
- def vpc_identifier(self) -> typing.Optional[builtins.str]:
2312
- '''The ID of the VPC for the resource gateway.
2313
-
2314
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-resourcegateway.html#cfn-vpclattice-resourcegateway-vpcidentifier
2315
- '''
2316
- result = self._values.get("vpc_identifier")
2317
- return typing.cast(typing.Optional[builtins.str], result)
2318
-
2319
2427
  def __eq__(self, rhs: typing.Any) -> builtins.bool:
2320
2428
  return isinstance(rhs, self.__class__) and rhs._values == self._values
2321
2429
 
@@ -2328,7 +2436,7 @@ class CfnResourceGatewayProps:
2328
2436
  )
2329
2437
 
2330
2438
 
2331
- @jsii.implements(_IInspectable_c2943556)
2439
+ @jsii.implements(_IInspectable_c2943556, _IResourcePolicyRef_8fa06c25)
2332
2440
  class CfnResourcePolicy(
2333
2441
  _CfnResource_9df397a6,
2334
2442
  metaclass=jsii.JSIIMeta,
@@ -2364,7 +2472,8 @@ class CfnResourcePolicy(
2364
2472
  policy: typing.Any,
2365
2473
  resource_arn: builtins.str,
2366
2474
  ) -> None:
2367
- '''
2475
+ '''Create a new ``AWS::VpcLattice::ResourcePolicy``.
2476
+
2368
2477
  :param scope: Scope in which this resource is defined.
2369
2478
  :param id: Construct identifier for this resource (unique in its scope).
2370
2479
  :param policy: The Amazon Resource Name (ARN) of the service network or service.
@@ -2413,6 +2522,12 @@ class CfnResourcePolicy(
2413
2522
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
2414
2523
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
2415
2524
 
2525
+ @builtins.property
2526
+ @jsii.member(jsii_name="resourcePolicyRef")
2527
+ def resource_policy_ref(self) -> _ResourcePolicyReference_0b2635a1:
2528
+ '''A reference to a ResourcePolicy resource.'''
2529
+ return typing.cast(_ResourcePolicyReference_0b2635a1, jsii.get(self, "resourcePolicyRef"))
2530
+
2416
2531
  @builtins.property
2417
2532
  @jsii.member(jsii_name="policy")
2418
2533
  def policy(self) -> typing.Any:
@@ -2509,7 +2624,7 @@ class CfnResourcePolicyProps:
2509
2624
  )
2510
2625
 
2511
2626
 
2512
- @jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
2627
+ @jsii.implements(_IInspectable_c2943556, _IRuleRef_b63824ff, _ITaggable_36806126)
2513
2628
  class CfnRule(
2514
2629
  _CfnResource_9df397a6,
2515
2630
  metaclass=jsii.JSIIMeta,
@@ -2594,7 +2709,8 @@ class CfnRule(
2594
2709
  service_identifier: typing.Optional[builtins.str] = None,
2595
2710
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
2596
2711
  ) -> None:
2597
- '''
2712
+ '''Create a new ``AWS::VpcLattice::Rule``.
2713
+
2598
2714
  :param scope: Scope in which this resource is defined.
2599
2715
  :param id: Construct identifier for this resource (unique in its scope).
2600
2716
  :param action: Describes the action for a rule.
@@ -2674,6 +2790,12 @@ class CfnRule(
2674
2790
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
2675
2791
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
2676
2792
 
2793
+ @builtins.property
2794
+ @jsii.member(jsii_name="ruleRef")
2795
+ def rule_ref(self) -> _RuleReference_7f707c6c:
2796
+ '''A reference to a Rule resource.'''
2797
+ return typing.cast(_RuleReference_7f707c6c, jsii.get(self, "ruleRef"))
2798
+
2677
2799
  @builtins.property
2678
2800
  @jsii.member(jsii_name="tags")
2679
2801
  def tags(self) -> _TagManager_0a598cb3:
@@ -3806,7 +3928,7 @@ class CfnRuleProps:
3806
3928
  )
3807
3929
 
3808
3930
 
3809
- @jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
3931
+ @jsii.implements(_IInspectable_c2943556, _IServiceRef_a78feffa, _ITaggable_36806126)
3810
3932
  class CfnService(
3811
3933
  _CfnResource_9df397a6,
3812
3934
  metaclass=jsii.JSIIMeta,
@@ -3856,13 +3978,14 @@ class CfnService(
3856
3978
  name: typing.Optional[builtins.str] = None,
3857
3979
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
3858
3980
  ) -> None:
3859
- '''
3981
+ '''Create a new ``AWS::VpcLattice::Service``.
3982
+
3860
3983
  :param scope: Scope in which this resource is defined.
3861
3984
  :param id: Construct identifier for this resource (unique in its scope).
3862
3985
  :param auth_type: The type of IAM policy. - ``NONE`` : The resource does not use an IAM policy. This is the default. - ``AWS_IAM`` : The resource uses an IAM policy. When this type is used, auth is enabled and an auth policy is required. Default: - "NONE"
3863
3986
  :param certificate_arn: The Amazon Resource Name (ARN) of the certificate.
3864
3987
  :param custom_domain_name: The custom domain name of the service.
3865
- :param dns_entry: The DNS information of the service.
3988
+ :param dns_entry: Describes the DNS information of the service. This field is read-only.
3866
3989
  :param name: The name of the service. The name must be unique within the account. The valid characters are a-z, 0-9, and hyphens (-). You can't use a hyphen as the first or last character, or immediately after another hyphen. If you don't specify a name, CloudFormation generates one. However, if you specify a name, and later want to replace the resource, you must specify a new name.
3867
3990
  :param tags: The tags for the service.
3868
3991
  '''
@@ -3979,6 +4102,12 @@ class CfnService(
3979
4102
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
3980
4103
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
3981
4104
 
4105
+ @builtins.property
4106
+ @jsii.member(jsii_name="serviceRef")
4107
+ def service_ref(self) -> _ServiceReference_d8f4325a:
4108
+ '''A reference to a Service resource.'''
4109
+ return typing.cast(_ServiceReference_d8f4325a, jsii.get(self, "serviceRef"))
4110
+
3982
4111
  @builtins.property
3983
4112
  @jsii.member(jsii_name="tags")
3984
4113
  def tags(self) -> _TagManager_0a598cb3:
@@ -4029,7 +4158,7 @@ class CfnService(
4029
4158
  def dns_entry(
4030
4159
  self,
4031
4160
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnService.DnsEntryProperty"]]:
4032
- '''The DNS information of the service.'''
4161
+ '''Describes the DNS information of the service.'''
4033
4162
  return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnService.DnsEntryProperty"]], jsii.get(self, "dnsEntry"))
4034
4163
 
4035
4164
  @dns_entry.setter
@@ -4139,7 +4268,7 @@ class CfnService(
4139
4268
  )
4140
4269
 
4141
4270
 
4142
- @jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
4271
+ @jsii.implements(_IInspectable_c2943556, _IServiceNetworkRef_1e3df588, _ITaggable_36806126)
4143
4272
  class CfnServiceNetwork(
4144
4273
  _CfnResource_9df397a6,
4145
4274
  metaclass=jsii.JSIIMeta,
@@ -4184,7 +4313,8 @@ class CfnServiceNetwork(
4184
4313
  sharing_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnServiceNetwork.SharingConfigProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
4185
4314
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
4186
4315
  ) -> None:
4187
- '''
4316
+ '''Create a new ``AWS::VpcLattice::ServiceNetwork``.
4317
+
4188
4318
  :param scope: Scope in which this resource is defined.
4189
4319
  :param id: Construct identifier for this resource (unique in its scope).
4190
4320
  :param auth_type: The type of IAM policy. - ``NONE`` : The resource does not use an IAM policy. This is the default. - ``AWS_IAM`` : The resource uses an IAM policy. When this type is used, auth is enabled and an auth policy is required. Default: - "NONE"
@@ -4273,6 +4403,12 @@ class CfnServiceNetwork(
4273
4403
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
4274
4404
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
4275
4405
 
4406
+ @builtins.property
4407
+ @jsii.member(jsii_name="serviceNetworkRef")
4408
+ def service_network_ref(self) -> _ServiceNetworkReference_e27144ae:
4409
+ '''A reference to a ServiceNetwork resource.'''
4410
+ return typing.cast(_ServiceNetworkReference_e27144ae, jsii.get(self, "serviceNetworkRef"))
4411
+
4276
4412
  @builtins.property
4277
4413
  @jsii.member(jsii_name="tags")
4278
4414
  def tags(self) -> _TagManager_0a598cb3:
@@ -4515,7 +4651,7 @@ class CfnServiceNetworkProps:
4515
4651
  )
4516
4652
 
4517
4653
 
4518
- @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
4654
+ @jsii.implements(_IInspectable_c2943556, _IServiceNetworkResourceAssociationRef_82997816, _ITaggableV2_4e6798f8)
4519
4655
  class CfnServiceNetworkResourceAssociation(
4520
4656
  _CfnResource_9df397a6,
4521
4657
  metaclass=jsii.JSIIMeta,
@@ -4554,7 +4690,8 @@ class CfnServiceNetworkResourceAssociation(
4554
4690
  service_network_id: typing.Optional[builtins.str] = None,
4555
4691
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
4556
4692
  ) -> None:
4557
- '''
4693
+ '''Create a new ``AWS::VpcLattice::ServiceNetworkResourceAssociation``.
4694
+
4558
4695
  :param scope: Scope in which this resource is defined.
4559
4696
  :param id: Construct identifier for this resource (unique in its scope).
4560
4697
  :param resource_configuration_id: The ID of the resource configuration associated with the service network.
@@ -4632,6 +4769,14 @@ class CfnServiceNetworkResourceAssociation(
4632
4769
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
4633
4770
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
4634
4771
 
4772
+ @builtins.property
4773
+ @jsii.member(jsii_name="serviceNetworkResourceAssociationRef")
4774
+ def service_network_resource_association_ref(
4775
+ self,
4776
+ ) -> _ServiceNetworkResourceAssociationReference_02618c82:
4777
+ '''A reference to a ServiceNetworkResourceAssociation resource.'''
4778
+ return typing.cast(_ServiceNetworkResourceAssociationReference_02618c82, jsii.get(self, "serviceNetworkResourceAssociationRef"))
4779
+
4635
4780
  @builtins.property
4636
4781
  @jsii.member(jsii_name="resourceConfigurationId")
4637
4782
  def resource_configuration_id(self) -> typing.Optional[builtins.str]:
@@ -4765,7 +4910,7 @@ class CfnServiceNetworkResourceAssociationProps:
4765
4910
  )
4766
4911
 
4767
4912
 
4768
- @jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
4913
+ @jsii.implements(_IInspectable_c2943556, _IServiceNetworkServiceAssociationRef_c2d152c8, _ITaggable_36806126)
4769
4914
  class CfnServiceNetworkServiceAssociation(
4770
4915
  _CfnResource_9df397a6,
4771
4916
  metaclass=jsii.JSIIMeta,
@@ -4815,7 +4960,8 @@ class CfnServiceNetworkServiceAssociation(
4815
4960
  service_network_identifier: typing.Optional[builtins.str] = None,
4816
4961
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
4817
4962
  ) -> None:
4818
- '''
4963
+ '''Create a new ``AWS::VpcLattice::ServiceNetworkServiceAssociation``.
4964
+
4819
4965
  :param scope: Scope in which this resource is defined.
4820
4966
  :param id: Construct identifier for this resource (unique in its scope).
4821
4967
  :param dns_entry: The DNS information of the service.
@@ -4979,6 +5125,14 @@ class CfnServiceNetworkServiceAssociation(
4979
5125
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
4980
5126
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
4981
5127
 
5128
+ @builtins.property
5129
+ @jsii.member(jsii_name="serviceNetworkServiceAssociationRef")
5130
+ def service_network_service_association_ref(
5131
+ self,
5132
+ ) -> _ServiceNetworkServiceAssociationReference_4ecaad47:
5133
+ '''A reference to a ServiceNetworkServiceAssociation resource.'''
5134
+ return typing.cast(_ServiceNetworkServiceAssociationReference_4ecaad47, jsii.get(self, "serviceNetworkServiceAssociationRef"))
5135
+
4982
5136
  @builtins.property
4983
5137
  @jsii.member(jsii_name="tags")
4984
5138
  def tags(self) -> _TagManager_0a598cb3:
@@ -5229,7 +5383,7 @@ class CfnServiceNetworkServiceAssociationProps:
5229
5383
  )
5230
5384
 
5231
5385
 
5232
- @jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
5386
+ @jsii.implements(_IInspectable_c2943556, _IServiceNetworkVpcAssociationRef_6dc1c638, _ITaggable_36806126)
5233
5387
  class CfnServiceNetworkVpcAssociation(
5234
5388
  _CfnResource_9df397a6,
5235
5389
  metaclass=jsii.JSIIMeta,
@@ -5256,6 +5410,11 @@ class CfnServiceNetworkVpcAssociation(
5256
5410
  from aws_cdk import aws_vpclattice as vpclattice
5257
5411
 
5258
5412
  cfn_service_network_vpc_association = vpclattice.CfnServiceNetworkVpcAssociation(self, "MyCfnServiceNetworkVpcAssociation",
5413
+ dns_options=vpclattice.CfnServiceNetworkVpcAssociation.DnsOptionsProperty(
5414
+ private_dns_preference="privateDnsPreference",
5415
+ private_dns_specified_domains=["privateDnsSpecifiedDomains"]
5416
+ ),
5417
+ private_dns_enabled=False,
5259
5418
  security_group_ids=["securityGroupIds"],
5260
5419
  service_network_identifier="serviceNetworkIdentifier",
5261
5420
  tags=[CfnTag(
@@ -5271,14 +5430,19 @@ class CfnServiceNetworkVpcAssociation(
5271
5430
  scope: _constructs_77d1e7e8.Construct,
5272
5431
  id: builtins.str,
5273
5432
  *,
5433
+ dns_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnServiceNetworkVpcAssociation.DnsOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
5434
+ private_dns_enabled: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
5274
5435
  security_group_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
5275
5436
  service_network_identifier: typing.Optional[builtins.str] = None,
5276
5437
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
5277
5438
  vpc_identifier: typing.Optional[builtins.str] = None,
5278
5439
  ) -> None:
5279
- '''
5440
+ '''Create a new ``AWS::VpcLattice::ServiceNetworkVpcAssociation``.
5441
+
5280
5442
  :param scope: Scope in which this resource is defined.
5281
5443
  :param id: Construct identifier for this resource (unique in its scope).
5444
+ :param dns_options:
5445
+ :param private_dns_enabled:
5282
5446
  :param security_group_ids: The IDs of the security groups. Security groups aren't added by default. You can add a security group to apply network level controls to control which resources in a VPC are allowed to access the service network and its services. For more information, see `Control traffic to resources using security groups <https://docs.aws.amazon.com//vpc/latest/userguide/VPC_SecurityGroups.html>`_ in the *Amazon VPC User Guide* .
5283
5447
  :param service_network_identifier: The ID or ARN of the service network. You must use an ARN if the resources are in different accounts.
5284
5448
  :param tags: The tags for the association.
@@ -5289,6 +5453,8 @@ class CfnServiceNetworkVpcAssociation(
5289
5453
  check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
5290
5454
  check_type(argname="argument id", value=id, expected_type=type_hints["id"])
5291
5455
  props = CfnServiceNetworkVpcAssociationProps(
5456
+ dns_options=dns_options,
5457
+ private_dns_enabled=private_dns_enabled,
5292
5458
  security_group_ids=security_group_ids,
5293
5459
  service_network_identifier=service_network_identifier,
5294
5460
  tags=tags,
@@ -5404,12 +5570,54 @@ class CfnServiceNetworkVpcAssociation(
5404
5570
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
5405
5571
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
5406
5572
 
5573
+ @builtins.property
5574
+ @jsii.member(jsii_name="serviceNetworkVpcAssociationRef")
5575
+ def service_network_vpc_association_ref(
5576
+ self,
5577
+ ) -> _ServiceNetworkVpcAssociationReference_b2c1552d:
5578
+ '''A reference to a ServiceNetworkVpcAssociation resource.'''
5579
+ return typing.cast(_ServiceNetworkVpcAssociationReference_b2c1552d, jsii.get(self, "serviceNetworkVpcAssociationRef"))
5580
+
5407
5581
  @builtins.property
5408
5582
  @jsii.member(jsii_name="tags")
5409
5583
  def tags(self) -> _TagManager_0a598cb3:
5410
5584
  '''Tag Manager which manages the tags for this resource.'''
5411
5585
  return typing.cast(_TagManager_0a598cb3, jsii.get(self, "tags"))
5412
5586
 
5587
+ @builtins.property
5588
+ @jsii.member(jsii_name="dnsOptions")
5589
+ def dns_options(
5590
+ self,
5591
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnServiceNetworkVpcAssociation.DnsOptionsProperty"]]:
5592
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnServiceNetworkVpcAssociation.DnsOptionsProperty"]], jsii.get(self, "dnsOptions"))
5593
+
5594
+ @dns_options.setter
5595
+ def dns_options(
5596
+ self,
5597
+ value: typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnServiceNetworkVpcAssociation.DnsOptionsProperty"]],
5598
+ ) -> None:
5599
+ if __debug__:
5600
+ type_hints = typing.get_type_hints(_typecheckingstub__638bb9ade5742fe013f48391df59e2f89dad80bd292e3ef34d071293e2571243)
5601
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
5602
+ jsii.set(self, "dnsOptions", value) # pyright: ignore[reportArgumentType]
5603
+
5604
+ @builtins.property
5605
+ @jsii.member(jsii_name="privateDnsEnabled")
5606
+ def private_dns_enabled(
5607
+ self,
5608
+ ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
5609
+ return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], jsii.get(self, "privateDnsEnabled"))
5610
+
5611
+ @private_dns_enabled.setter
5612
+ def private_dns_enabled(
5613
+ self,
5614
+ value: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]],
5615
+ ) -> None:
5616
+ if __debug__:
5617
+ type_hints = typing.get_type_hints(_typecheckingstub__400b1487d13484965e883f5258624ffe18e543dde71c79c91ff3084df8a434b7)
5618
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
5619
+ jsii.set(self, "privateDnsEnabled", value) # pyright: ignore[reportArgumentType]
5620
+
5413
5621
  @builtins.property
5414
5622
  @jsii.member(jsii_name="securityGroupIds")
5415
5623
  def security_group_ids(self) -> typing.Optional[typing.List[builtins.str]]:
@@ -5465,11 +5673,85 @@ class CfnServiceNetworkVpcAssociation(
5465
5673
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
5466
5674
  jsii.set(self, "vpcIdentifier", value) # pyright: ignore[reportArgumentType]
5467
5675
 
5676
+ @jsii.data_type(
5677
+ jsii_type="aws-cdk-lib.aws_vpclattice.CfnServiceNetworkVpcAssociation.DnsOptionsProperty",
5678
+ jsii_struct_bases=[],
5679
+ name_mapping={
5680
+ "private_dns_preference": "privateDnsPreference",
5681
+ "private_dns_specified_domains": "privateDnsSpecifiedDomains",
5682
+ },
5683
+ )
5684
+ class DnsOptionsProperty:
5685
+ def __init__(
5686
+ self,
5687
+ *,
5688
+ private_dns_preference: typing.Optional[builtins.str] = None,
5689
+ private_dns_specified_domains: typing.Optional[typing.Sequence[builtins.str]] = None,
5690
+ ) -> None:
5691
+ '''
5692
+ :param private_dns_preference:
5693
+ :param private_dns_specified_domains:
5694
+
5695
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-vpclattice-servicenetworkvpcassociation-dnsoptions.html
5696
+ :exampleMetadata: fixture=_generated
5697
+
5698
+ Example::
5699
+
5700
+ # The code below shows an example of how to instantiate this type.
5701
+ # The values are placeholders you should change.
5702
+ from aws_cdk import aws_vpclattice as vpclattice
5703
+
5704
+ dns_options_property = vpclattice.CfnServiceNetworkVpcAssociation.DnsOptionsProperty(
5705
+ private_dns_preference="privateDnsPreference",
5706
+ private_dns_specified_domains=["privateDnsSpecifiedDomains"]
5707
+ )
5708
+ '''
5709
+ if __debug__:
5710
+ type_hints = typing.get_type_hints(_typecheckingstub__a891ef3c203472f77ddf17f06c9948ca153fe024b45915ef31b2aa7da3b20730)
5711
+ check_type(argname="argument private_dns_preference", value=private_dns_preference, expected_type=type_hints["private_dns_preference"])
5712
+ check_type(argname="argument private_dns_specified_domains", value=private_dns_specified_domains, expected_type=type_hints["private_dns_specified_domains"])
5713
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
5714
+ if private_dns_preference is not None:
5715
+ self._values["private_dns_preference"] = private_dns_preference
5716
+ if private_dns_specified_domains is not None:
5717
+ self._values["private_dns_specified_domains"] = private_dns_specified_domains
5718
+
5719
+ @builtins.property
5720
+ def private_dns_preference(self) -> typing.Optional[builtins.str]:
5721
+ '''
5722
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-vpclattice-servicenetworkvpcassociation-dnsoptions.html#cfn-vpclattice-servicenetworkvpcassociation-dnsoptions-privatednspreference
5723
+ '''
5724
+ result = self._values.get("private_dns_preference")
5725
+ return typing.cast(typing.Optional[builtins.str], result)
5726
+
5727
+ @builtins.property
5728
+ def private_dns_specified_domains(
5729
+ self,
5730
+ ) -> typing.Optional[typing.List[builtins.str]]:
5731
+ '''
5732
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-vpclattice-servicenetworkvpcassociation-dnsoptions.html#cfn-vpclattice-servicenetworkvpcassociation-dnsoptions-privatednsspecifieddomains
5733
+ '''
5734
+ result = self._values.get("private_dns_specified_domains")
5735
+ return typing.cast(typing.Optional[typing.List[builtins.str]], result)
5736
+
5737
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
5738
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
5739
+
5740
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
5741
+ return not (rhs == self)
5742
+
5743
+ def __repr__(self) -> str:
5744
+ return "DnsOptionsProperty(%s)" % ", ".join(
5745
+ k + "=" + repr(v) for k, v in self._values.items()
5746
+ )
5747
+
5468
5748
 
5469
5749
  @jsii.data_type(
5470
5750
  jsii_type="aws-cdk-lib.aws_vpclattice.CfnServiceNetworkVpcAssociationProps",
5471
5751
  jsii_struct_bases=[],
5472
5752
  name_mapping={
5753
+ "dns_options": "dnsOptions",
5754
+ "private_dns_enabled": "privateDnsEnabled",
5473
5755
  "security_group_ids": "securityGroupIds",
5474
5756
  "service_network_identifier": "serviceNetworkIdentifier",
5475
5757
  "tags": "tags",
@@ -5480,6 +5762,8 @@ class CfnServiceNetworkVpcAssociationProps:
5480
5762
  def __init__(
5481
5763
  self,
5482
5764
  *,
5765
+ dns_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnServiceNetworkVpcAssociation.DnsOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
5766
+ private_dns_enabled: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
5483
5767
  security_group_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
5484
5768
  service_network_identifier: typing.Optional[builtins.str] = None,
5485
5769
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
@@ -5487,6 +5771,8 @@ class CfnServiceNetworkVpcAssociationProps:
5487
5771
  ) -> None:
5488
5772
  '''Properties for defining a ``CfnServiceNetworkVpcAssociation``.
5489
5773
 
5774
+ :param dns_options:
5775
+ :param private_dns_enabled:
5490
5776
  :param security_group_ids: The IDs of the security groups. Security groups aren't added by default. You can add a security group to apply network level controls to control which resources in a VPC are allowed to access the service network and its services. For more information, see `Control traffic to resources using security groups <https://docs.aws.amazon.com//vpc/latest/userguide/VPC_SecurityGroups.html>`_ in the *Amazon VPC User Guide* .
5491
5777
  :param service_network_identifier: The ID or ARN of the service network. You must use an ARN if the resources are in different accounts.
5492
5778
  :param tags: The tags for the association.
@@ -5502,6 +5788,11 @@ class CfnServiceNetworkVpcAssociationProps:
5502
5788
  from aws_cdk import aws_vpclattice as vpclattice
5503
5789
 
5504
5790
  cfn_service_network_vpc_association_props = vpclattice.CfnServiceNetworkVpcAssociationProps(
5791
+ dns_options=vpclattice.CfnServiceNetworkVpcAssociation.DnsOptionsProperty(
5792
+ private_dns_preference="privateDnsPreference",
5793
+ private_dns_specified_domains=["privateDnsSpecifiedDomains"]
5794
+ ),
5795
+ private_dns_enabled=False,
5505
5796
  security_group_ids=["securityGroupIds"],
5506
5797
  service_network_identifier="serviceNetworkIdentifier",
5507
5798
  tags=[CfnTag(
@@ -5513,11 +5804,17 @@ class CfnServiceNetworkVpcAssociationProps:
5513
5804
  '''
5514
5805
  if __debug__:
5515
5806
  type_hints = typing.get_type_hints(_typecheckingstub__4f41a8834cfa086c1096ce2ce95d12df58a5d84c6b647b3712e7e34e8d51ad2d)
5807
+ check_type(argname="argument dns_options", value=dns_options, expected_type=type_hints["dns_options"])
5808
+ check_type(argname="argument private_dns_enabled", value=private_dns_enabled, expected_type=type_hints["private_dns_enabled"])
5516
5809
  check_type(argname="argument security_group_ids", value=security_group_ids, expected_type=type_hints["security_group_ids"])
5517
5810
  check_type(argname="argument service_network_identifier", value=service_network_identifier, expected_type=type_hints["service_network_identifier"])
5518
5811
  check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
5519
5812
  check_type(argname="argument vpc_identifier", value=vpc_identifier, expected_type=type_hints["vpc_identifier"])
5520
5813
  self._values: typing.Dict[builtins.str, typing.Any] = {}
5814
+ if dns_options is not None:
5815
+ self._values["dns_options"] = dns_options
5816
+ if private_dns_enabled is not None:
5817
+ self._values["private_dns_enabled"] = private_dns_enabled
5521
5818
  if security_group_ids is not None:
5522
5819
  self._values["security_group_ids"] = security_group_ids
5523
5820
  if service_network_identifier is not None:
@@ -5527,6 +5824,26 @@ class CfnServiceNetworkVpcAssociationProps:
5527
5824
  if vpc_identifier is not None:
5528
5825
  self._values["vpc_identifier"] = vpc_identifier
5529
5826
 
5827
+ @builtins.property
5828
+ def dns_options(
5829
+ self,
5830
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnServiceNetworkVpcAssociation.DnsOptionsProperty]]:
5831
+ '''
5832
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-servicenetworkvpcassociation.html#cfn-vpclattice-servicenetworkvpcassociation-dnsoptions
5833
+ '''
5834
+ result = self._values.get("dns_options")
5835
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, CfnServiceNetworkVpcAssociation.DnsOptionsProperty]], result)
5836
+
5837
+ @builtins.property
5838
+ def private_dns_enabled(
5839
+ self,
5840
+ ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
5841
+ '''
5842
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-servicenetworkvpcassociation.html#cfn-vpclattice-servicenetworkvpcassociation-privatednsenabled
5843
+ '''
5844
+ result = self._values.get("private_dns_enabled")
5845
+ return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], result)
5846
+
5530
5847
  @builtins.property
5531
5848
  def security_group_ids(self) -> typing.Optional[typing.List[builtins.str]]:
5532
5849
  '''The IDs of the security groups.
@@ -5607,7 +5924,7 @@ class CfnServiceProps:
5607
5924
  :param auth_type: The type of IAM policy. - ``NONE`` : The resource does not use an IAM policy. This is the default. - ``AWS_IAM`` : The resource uses an IAM policy. When this type is used, auth is enabled and an auth policy is required. Default: - "NONE"
5608
5925
  :param certificate_arn: The Amazon Resource Name (ARN) of the certificate.
5609
5926
  :param custom_domain_name: The custom domain name of the service.
5610
- :param dns_entry: The DNS information of the service.
5927
+ :param dns_entry: Describes the DNS information of the service. This field is read-only.
5611
5928
  :param name: The name of the service. The name must be unique within the account. The valid characters are a-z, 0-9, and hyphens (-). You can't use a hyphen as the first or last character, or immediately after another hyphen. If you don't specify a name, CloudFormation generates one. However, if you specify a name, and later want to replace the resource, you must specify a new name.
5612
5929
  :param tags: The tags for the service.
5613
5930
 
@@ -5693,7 +6010,9 @@ class CfnServiceProps:
5693
6010
  def dns_entry(
5694
6011
  self,
5695
6012
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnService.DnsEntryProperty]]:
5696
- '''The DNS information of the service.
6013
+ '''Describes the DNS information of the service.
6014
+
6015
+ This field is read-only.
5697
6016
 
5698
6017
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-service.html#cfn-vpclattice-service-dnsentry
5699
6018
  '''
@@ -5734,7 +6053,7 @@ class CfnServiceProps:
5734
6053
  )
5735
6054
 
5736
6055
 
5737
- @jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
6056
+ @jsii.implements(_IInspectable_c2943556, _ITargetGroupRef_52994392, _ITaggable_36806126)
5738
6057
  class CfnTargetGroup(
5739
6058
  _CfnResource_9df397a6,
5740
6059
  metaclass=jsii.JSIIMeta,
@@ -5807,7 +6126,8 @@ class CfnTargetGroup(
5807
6126
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
5808
6127
  targets: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTargetGroup.TargetProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
5809
6128
  ) -> None:
5810
- '''
6129
+ '''Create a new ``AWS::VpcLattice::TargetGroup``.
6130
+
5811
6131
  :param scope: Scope in which this resource is defined.
5812
6132
  :param id: Construct identifier for this resource (unique in its scope).
5813
6133
  :param type: The type of target group.
@@ -5914,6 +6234,12 @@ class CfnTargetGroup(
5914
6234
  '''Tag Manager which manages the tags for this resource.'''
5915
6235
  return typing.cast(_TagManager_0a598cb3, jsii.get(self, "tags"))
5916
6236
 
6237
+ @builtins.property
6238
+ @jsii.member(jsii_name="targetGroupRef")
6239
+ def target_group_ref(self) -> _TargetGroupReference_6c9bb51b:
6240
+ '''A reference to a TargetGroup resource.'''
6241
+ return typing.cast(_TargetGroupReference_6c9bb51b, jsii.get(self, "targetGroupRef"))
6242
+
5917
6243
  @builtins.property
5918
6244
  @jsii.member(jsii_name="type")
5919
6245
  def type(self) -> builtins.str:
@@ -6933,14 +7259,14 @@ def _typecheckingstub__6d403f9161b4d427bd92d4b1a1a263447b680ac47cb5036d62501f7fb
6933
7259
  scope: _constructs_77d1e7e8.Construct,
6934
7260
  id: builtins.str,
6935
7261
  *,
7262
+ name: builtins.str,
7263
+ resource_configuration_type: builtins.str,
6936
7264
  allow_association_to_sharable_service_network: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
6937
- name: typing.Optional[builtins.str] = None,
6938
7265
  port_ranges: typing.Optional[typing.Sequence[builtins.str]] = None,
6939
7266
  protocol_type: typing.Optional[builtins.str] = None,
6940
7267
  resource_configuration_auth_type: typing.Optional[builtins.str] = None,
6941
7268
  resource_configuration_definition: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnResourceConfiguration.ResourceConfigurationDefinitionProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
6942
7269
  resource_configuration_group_id: typing.Optional[builtins.str] = None,
6943
- resource_configuration_type: typing.Optional[builtins.str] = None,
6944
7270
  resource_gateway_id: typing.Optional[builtins.str] = None,
6945
7271
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
6946
7272
  ) -> None:
@@ -6959,14 +7285,20 @@ def _typecheckingstub__3754b09494f8006d837368599eb7dfc715e33b3e7d30d21f635a62e53
6959
7285
  """Type checking stubs"""
6960
7286
  pass
6961
7287
 
6962
- def _typecheckingstub__d1ef450fae7a40fb3e9c4ee0eb161050d61b06bd98ab10bb1187f14c7b5c9ceb(
6963
- value: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]],
7288
+ def _typecheckingstub__05c6c80cd49033d3aa0afe190c923dcae73156dcab6ce48936861ca4ccc73ef0(
7289
+ value: builtins.str,
6964
7290
  ) -> None:
6965
7291
  """Type checking stubs"""
6966
7292
  pass
6967
7293
 
6968
- def _typecheckingstub__05c6c80cd49033d3aa0afe190c923dcae73156dcab6ce48936861ca4ccc73ef0(
6969
- value: typing.Optional[builtins.str],
7294
+ def _typecheckingstub__78c78698636e3ca61354c53cb8cdfc165b65a1ae7d941087c00f199b89c59f80(
7295
+ value: builtins.str,
7296
+ ) -> None:
7297
+ """Type checking stubs"""
7298
+ pass
7299
+
7300
+ def _typecheckingstub__d1ef450fae7a40fb3e9c4ee0eb161050d61b06bd98ab10bb1187f14c7b5c9ceb(
7301
+ value: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]],
6970
7302
  ) -> None:
6971
7303
  """Type checking stubs"""
6972
7304
  pass
@@ -7001,12 +7333,6 @@ def _typecheckingstub__1121abed475cd3e475b62bd8b47dabfd15e44d41d9771f06cad88fe0c
7001
7333
  """Type checking stubs"""
7002
7334
  pass
7003
7335
 
7004
- def _typecheckingstub__78c78698636e3ca61354c53cb8cdfc165b65a1ae7d941087c00f199b89c59f80(
7005
- value: typing.Optional[builtins.str],
7006
- ) -> None:
7007
- """Type checking stubs"""
7008
- pass
7009
-
7010
7336
  def _typecheckingstub__3823c802f0ca61b478a6bc105102ac700a4091dd81e698a0148bcfd91ec5332a(
7011
7337
  value: typing.Optional[builtins.str],
7012
7338
  ) -> None:
@@ -7038,14 +7364,14 @@ def _typecheckingstub__9121263d95571010bd6dc19e1c8287b50bf9733de5f1bdf0bc8a14a7f
7038
7364
 
7039
7365
  def _typecheckingstub__797cfcb00db81ec7627009ae5f799c38c09652aee4a602480e341f9e4049b098(
7040
7366
  *,
7367
+ name: builtins.str,
7368
+ resource_configuration_type: builtins.str,
7041
7369
  allow_association_to_sharable_service_network: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
7042
- name: typing.Optional[builtins.str] = None,
7043
7370
  port_ranges: typing.Optional[typing.Sequence[builtins.str]] = None,
7044
7371
  protocol_type: typing.Optional[builtins.str] = None,
7045
7372
  resource_configuration_auth_type: typing.Optional[builtins.str] = None,
7046
7373
  resource_configuration_definition: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnResourceConfiguration.ResourceConfigurationDefinitionProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
7047
7374
  resource_configuration_group_id: typing.Optional[builtins.str] = None,
7048
- resource_configuration_type: typing.Optional[builtins.str] = None,
7049
7375
  resource_gateway_id: typing.Optional[builtins.str] = None,
7050
7376
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
7051
7377
  ) -> None:
@@ -7056,12 +7382,13 @@ def _typecheckingstub__c33d35acb93670756de87bb99dc9b48c5bdce217c8b7068ec8d831a66
7056
7382
  scope: _constructs_77d1e7e8.Construct,
7057
7383
  id: builtins.str,
7058
7384
  *,
7385
+ name: builtins.str,
7386
+ subnet_ids: typing.Sequence[builtins.str],
7387
+ vpc_identifier: builtins.str,
7059
7388
  ip_address_type: typing.Optional[builtins.str] = None,
7060
- name: typing.Optional[builtins.str] = None,
7389
+ ipv4_addresses_per_eni: typing.Optional[jsii.Number] = None,
7061
7390
  security_group_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
7062
- subnet_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
7063
7391
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
7064
- vpc_identifier: typing.Optional[builtins.str] = None,
7065
7392
  ) -> None:
7066
7393
  """Type checking stubs"""
7067
7394
  pass
@@ -7078,50 +7405,57 @@ def _typecheckingstub__961cdaca88b2adc0c4bd56e6891207c7285b0ef143ebf35c7492768ed
7078
7405
  """Type checking stubs"""
7079
7406
  pass
7080
7407
 
7081
- def _typecheckingstub__da193673158e2d7b463232edae7461c41e04d65f3e9a6058fb5136fae629871c(
7082
- value: typing.Optional[builtins.str],
7408
+ def _typecheckingstub__6348f03faf91ccdea29f2fa6d88ff150ead094ceb4483d7c650b7fcee3937500(
7409
+ value: builtins.str,
7083
7410
  ) -> None:
7084
7411
  """Type checking stubs"""
7085
7412
  pass
7086
7413
 
7087
- def _typecheckingstub__6348f03faf91ccdea29f2fa6d88ff150ead094ceb4483d7c650b7fcee3937500(
7088
- value: typing.Optional[builtins.str],
7414
+ def _typecheckingstub__b80d0378bcb62c6afdab4c3852b32a936d35964b8dc8a67be99af3f3d016b584(
7415
+ value: typing.List[builtins.str],
7089
7416
  ) -> None:
7090
7417
  """Type checking stubs"""
7091
7418
  pass
7092
7419
 
7093
- def _typecheckingstub__7e2e4828934d008108e9f5f74e2c02dbd9f159db6f7be2e11295977601d1296b(
7094
- value: typing.Optional[typing.List[builtins.str]],
7420
+ def _typecheckingstub__9f006ab0220c58f3a982987d77cde2d3d365338eafe9cc6abcd387432475e2c1(
7421
+ value: builtins.str,
7095
7422
  ) -> None:
7096
7423
  """Type checking stubs"""
7097
7424
  pass
7098
7425
 
7099
- def _typecheckingstub__b80d0378bcb62c6afdab4c3852b32a936d35964b8dc8a67be99af3f3d016b584(
7100
- value: typing.Optional[typing.List[builtins.str]],
7426
+ def _typecheckingstub__da193673158e2d7b463232edae7461c41e04d65f3e9a6058fb5136fae629871c(
7427
+ value: typing.Optional[builtins.str],
7101
7428
  ) -> None:
7102
7429
  """Type checking stubs"""
7103
7430
  pass
7104
7431
 
7105
- def _typecheckingstub__bf6ddd6a110cbcda973426d8df8b1e68b145ff32b0292ba9db84cd36b76d4da5(
7106
- value: typing.Optional[typing.List[_CfnTag_f6864754]],
7432
+ def _typecheckingstub__5ebc10ed1c8e6c6821b6b7f4cd71006b4e3ce26c6b201ba4637014b8908140fd(
7433
+ value: typing.Optional[jsii.Number],
7107
7434
  ) -> None:
7108
7435
  """Type checking stubs"""
7109
7436
  pass
7110
7437
 
7111
- def _typecheckingstub__9f006ab0220c58f3a982987d77cde2d3d365338eafe9cc6abcd387432475e2c1(
7112
- value: typing.Optional[builtins.str],
7438
+ def _typecheckingstub__7e2e4828934d008108e9f5f74e2c02dbd9f159db6f7be2e11295977601d1296b(
7439
+ value: typing.Optional[typing.List[builtins.str]],
7440
+ ) -> None:
7441
+ """Type checking stubs"""
7442
+ pass
7443
+
7444
+ def _typecheckingstub__bf6ddd6a110cbcda973426d8df8b1e68b145ff32b0292ba9db84cd36b76d4da5(
7445
+ value: typing.Optional[typing.List[_CfnTag_f6864754]],
7113
7446
  ) -> None:
7114
7447
  """Type checking stubs"""
7115
7448
  pass
7116
7449
 
7117
7450
  def _typecheckingstub__ed2c643634b9016a56acc1cdf5c3044eaa6f62d982922519a82cdbd49bdae174(
7118
7451
  *,
7452
+ name: builtins.str,
7453
+ subnet_ids: typing.Sequence[builtins.str],
7454
+ vpc_identifier: builtins.str,
7119
7455
  ip_address_type: typing.Optional[builtins.str] = None,
7120
- name: typing.Optional[builtins.str] = None,
7456
+ ipv4_addresses_per_eni: typing.Optional[jsii.Number] = None,
7121
7457
  security_group_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
7122
- subnet_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
7123
7458
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
7124
- vpc_identifier: typing.Optional[builtins.str] = None,
7125
7459
  ) -> None:
7126
7460
  """Type checking stubs"""
7127
7461
  pass
@@ -7585,6 +7919,8 @@ def _typecheckingstub__51a5a54250d817f615a37a7e170370627b854e32b301763e487856be4
7585
7919
  scope: _constructs_77d1e7e8.Construct,
7586
7920
  id: builtins.str,
7587
7921
  *,
7922
+ dns_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnServiceNetworkVpcAssociation.DnsOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
7923
+ private_dns_enabled: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
7588
7924
  security_group_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
7589
7925
  service_network_identifier: typing.Optional[builtins.str] = None,
7590
7926
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
@@ -7605,6 +7941,18 @@ def _typecheckingstub__b2251a301b298c27c60a8b9cf498a2fffccb3a393af00110a619bdae2
7605
7941
  """Type checking stubs"""
7606
7942
  pass
7607
7943
 
7944
+ def _typecheckingstub__638bb9ade5742fe013f48391df59e2f89dad80bd292e3ef34d071293e2571243(
7945
+ value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnServiceNetworkVpcAssociation.DnsOptionsProperty]],
7946
+ ) -> None:
7947
+ """Type checking stubs"""
7948
+ pass
7949
+
7950
+ def _typecheckingstub__400b1487d13484965e883f5258624ffe18e543dde71c79c91ff3084df8a434b7(
7951
+ value: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]],
7952
+ ) -> None:
7953
+ """Type checking stubs"""
7954
+ pass
7955
+
7608
7956
  def _typecheckingstub__7648287c9bb4584c27c2b5afd67f788d009960d3e5e7da18f36497b7f076ccb8(
7609
7957
  value: typing.Optional[typing.List[builtins.str]],
7610
7958
  ) -> None:
@@ -7629,8 +7977,18 @@ def _typecheckingstub__e9b391eb61efda0eb74e9ad1d922235fdde79a86c6fda50bb367d2a7e
7629
7977
  """Type checking stubs"""
7630
7978
  pass
7631
7979
 
7980
+ def _typecheckingstub__a891ef3c203472f77ddf17f06c9948ca153fe024b45915ef31b2aa7da3b20730(
7981
+ *,
7982
+ private_dns_preference: typing.Optional[builtins.str] = None,
7983
+ private_dns_specified_domains: typing.Optional[typing.Sequence[builtins.str]] = None,
7984
+ ) -> None:
7985
+ """Type checking stubs"""
7986
+ pass
7987
+
7632
7988
  def _typecheckingstub__4f41a8834cfa086c1096ce2ce95d12df58a5d84c6b647b3712e7e34e8d51ad2d(
7633
7989
  *,
7990
+ dns_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnServiceNetworkVpcAssociation.DnsOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
7991
+ private_dns_enabled: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
7634
7992
  security_group_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
7635
7993
  service_network_identifier: typing.Optional[builtins.str] = None,
7636
7994
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,