aws-cdk-lib 2.200.2__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 (569) hide show
  1. aws_cdk/__init__.py +1349 -373
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.200.2.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 +1017 -155
  12. aws_cdk/aws_apigatewayv2/__init__.py +2796 -379
  13. aws_cdk/aws_apigatewayv2_integrations/__init__.py +94 -16
  14. aws_cdk/aws_appconfig/__init__.py +298 -43
  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 +29 -6
  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 +94 -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 +227 -53
  24. aws_cdk/aws_apptest/__init__.py +71 -2
  25. aws_cdk/aws_aps/__init__.py +1875 -132
  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 +135 -55
  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 +317 -28
  35. aws_cdk/aws_backupgateway/__init__.py +13 -2
  36. aws_cdk/aws_batch/__init__.py +1405 -178
  37. aws_cdk/aws_bcmdataexports/__init__.py +21 -2
  38. aws_cdk/aws_bedrock/__init__.py +6747 -627
  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 +42 -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 +237 -32
  45. aws_cdk/aws_chatbot/__init__.py +70 -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 +345 -166
  50. aws_cdk/aws_cloudfront/__init__.py +2101 -680
  51. aws_cdk/aws_cloudfront/experimental/__init__.py +108 -16
  52. aws_cdk/aws_cloudfront_origins/__init__.py +614 -73
  53. aws_cdk/aws_cloudtrail/__init__.py +301 -17
  54. aws_cdk/aws_cloudwatch/__init__.py +1414 -153
  55. aws_cdk/aws_codeartifact/__init__.py +35 -6
  56. aws_cdk/aws_codebuild/__init__.py +1103 -118
  57. aws_cdk/aws_codecommit/__init__.py +23 -9
  58. aws_cdk/aws_codeconnections/__init__.py +13 -2
  59. aws_cdk/aws_codedeploy/__init__.py +67 -6
  60. aws_cdk/aws_codeguruprofiler/__init__.py +74 -2
  61. aws_cdk/aws_codegurureviewer/__init__.py +13 -2
  62. aws_cdk/aws_codepipeline/__init__.py +127 -64
  63. aws_cdk/aws_codepipeline_actions/__init__.py +749 -0
  64. aws_cdk/aws_codestar/__init__.py +13 -2
  65. aws_cdk/aws_codestarconnections/__init__.py +35 -6
  66. aws_cdk/aws_codestarnotifications/__init__.py +16 -2
  67. aws_cdk/aws_cognito/__init__.py +814 -80
  68. aws_cdk/aws_cognito_identitypool/__init__.py +17 -12
  69. aws_cdk/aws_comprehend/__init__.py +24 -4
  70. aws_cdk/aws_config/__init__.py +191 -30
  71. aws_cdk/aws_connect/__init__.py +2736 -191
  72. aws_cdk/aws_connectcampaigns/__init__.py +13 -2
  73. aws_cdk/aws_connectcampaignsv2/__init__.py +268 -6
  74. aws_cdk/aws_controltower/__init__.py +35 -6
  75. aws_cdk/aws_cur/__init__.py +100 -4
  76. aws_cdk/aws_customerprofiles/__init__.py +617 -27
  77. aws_cdk/aws_databrew/__init__.py +68 -12
  78. aws_cdk/aws_datapipeline/__init__.py +42 -2
  79. aws_cdk/aws_datasync/__init__.py +723 -203
  80. aws_cdk/aws_datazone/__init__.py +4425 -608
  81. aws_cdk/aws_dax/__init__.py +83 -6
  82. aws_cdk/aws_deadline/__init__.py +321 -32
  83. aws_cdk/aws_detective/__init__.py +35 -6
  84. aws_cdk/aws_devicefarm/__init__.py +68 -12
  85. aws_cdk/aws_devopsguru/__init__.py +37 -6
  86. aws_cdk/aws_directoryservice/__init__.py +53 -4
  87. aws_cdk/aws_dlm/__init__.py +13 -2
  88. aws_cdk/aws_dms/__init__.py +184 -27
  89. aws_cdk/aws_docdb/__init__.py +323 -46
  90. aws_cdk/aws_docdbelastic/__init__.py +13 -2
  91. aws_cdk/aws_dsql/__init__.py +340 -12
  92. aws_cdk/aws_dynamodb/__init__.py +1463 -166
  93. aws_cdk/aws_ec2/__init__.py +9636 -1120
  94. aws_cdk/aws_ecr/__init__.py +631 -43
  95. aws_cdk/aws_ecr_assets/__init__.py +4 -0
  96. aws_cdk/aws_ecs/__init__.py +6524 -497
  97. aws_cdk/aws_ecs_patterns/__init__.py +2 -0
  98. aws_cdk/aws_efs/__init__.py +264 -24
  99. aws_cdk/aws_eks/__init__.py +1050 -218
  100. aws_cdk/aws_elasticache/__init__.py +373 -20
  101. aws_cdk/aws_elasticbeanstalk/__init__.py +75 -8
  102. aws_cdk/aws_elasticloadbalancing/__init__.py +16 -2
  103. aws_cdk/aws_elasticloadbalancingv2/__init__.py +1670 -106
  104. aws_cdk/aws_elasticsearch/__init__.py +282 -9
  105. aws_cdk/aws_emr/__init__.py +187 -20
  106. aws_cdk/aws_emrcontainers/__init__.py +71 -2
  107. aws_cdk/aws_emrserverless/__init__.py +188 -3
  108. aws_cdk/aws_entityresolution/__init__.py +585 -58
  109. aws_cdk/aws_events/__init__.py +969 -124
  110. aws_cdk/aws_events_targets/__init__.py +310 -54
  111. aws_cdk/aws_eventschemas/__init__.py +46 -8
  112. aws_cdk/aws_evidently/__init__.py +57 -10
  113. aws_cdk/aws_evs/__init__.py +2244 -0
  114. aws_cdk/aws_finspace/__init__.py +71 -2
  115. aws_cdk/aws_fis/__init__.py +26 -4
  116. aws_cdk/aws_fms/__init__.py +35 -6
  117. aws_cdk/aws_forecast/__init__.py +24 -4
  118. aws_cdk/aws_frauddetector/__init__.py +79 -14
  119. aws_cdk/aws_fsx/__init__.py +1236 -142
  120. aws_cdk/aws_gamelift/__init__.py +653 -78
  121. aws_cdk/aws_gameliftstreams/__init__.py +38 -16
  122. aws_cdk/aws_globalaccelerator/__init__.py +55 -14
  123. aws_cdk/aws_glue/__init__.py +1368 -320
  124. aws_cdk/aws_grafana/__init__.py +13 -2
  125. aws_cdk/aws_greengrass/__init__.py +654 -32
  126. aws_cdk/aws_greengrassv2/__init__.py +53 -4
  127. aws_cdk/aws_groundstation/__init__.py +122 -6
  128. aws_cdk/aws_guardduty/__init__.py +1613 -123
  129. aws_cdk/aws_healthimaging/__init__.py +71 -2
  130. aws_cdk/aws_healthlake/__init__.py +42 -2
  131. aws_cdk/aws_iam/__init__.py +480 -140
  132. aws_cdk/aws_identitystore/__init__.py +24 -4
  133. aws_cdk/aws_imagebuilder/__init__.py +1433 -183
  134. aws_cdk/aws_inspector/__init__.py +38 -6
  135. aws_cdk/aws_inspectorv2/__init__.py +2285 -243
  136. aws_cdk/aws_internetmonitor/__init__.py +71 -2
  137. aws_cdk/aws_invoicing/__init__.py +13 -2
  138. aws_cdk/aws_iot/__init__.py +1730 -86
  139. aws_cdk/aws_iotanalytics/__init__.py +162 -8
  140. aws_cdk/aws_iotcoredeviceadvisor/__init__.py +106 -40
  141. aws_cdk/aws_iotevents/__init__.py +122 -6
  142. aws_cdk/aws_iotfleethub/__init__.py +71 -2
  143. aws_cdk/aws_iotfleetwise/__init__.py +195 -14
  144. aws_cdk/aws_iotsitewise/__init__.py +1837 -89
  145. aws_cdk/aws_iotthingsgraph/__init__.py +13 -2
  146. aws_cdk/aws_iottwinmaker/__init__.py +115 -10
  147. aws_cdk/aws_iotwireless/__init__.py +649 -22
  148. aws_cdk/aws_ivs/__init__.py +561 -57
  149. aws_cdk/aws_ivschat/__init__.py +24 -4
  150. aws_cdk/aws_kafkaconnect/__init__.py +35 -6
  151. aws_cdk/aws_kendra/__init__.py +120 -28
  152. aws_cdk/aws_kendraranking/__init__.py +13 -2
  153. aws_cdk/aws_kinesis/__init__.py +622 -22
  154. aws_cdk/aws_kinesisanalytics/__init__.py +467 -94
  155. aws_cdk/aws_kinesisanalyticsv2/__init__.py +201 -11
  156. aws_cdk/aws_kinesisfirehose/__init__.py +3077 -295
  157. aws_cdk/aws_kinesisvideo/__init__.py +24 -4
  158. aws_cdk/aws_kms/__init__.py +188 -41
  159. aws_cdk/aws_lakeformation/__init__.py +80 -15
  160. aws_cdk/aws_lambda/__init__.py +2101 -252
  161. aws_cdk/aws_lambda_event_sources/__init__.py +638 -1
  162. aws_cdk/aws_lambda_nodejs/__init__.py +63 -24
  163. aws_cdk/aws_launchwizard/__init__.py +13 -2
  164. aws_cdk/aws_lex/__init__.py +871 -8
  165. aws_cdk/aws_licensemanager/__init__.py +24 -4
  166. aws_cdk/aws_lightsail/__init__.py +2159 -975
  167. aws_cdk/aws_location/__init__.py +618 -14
  168. aws_cdk/aws_logs/__init__.py +5904 -956
  169. aws_cdk/aws_lookoutequipment/__init__.py +13 -2
  170. aws_cdk/aws_lookoutmetrics/__init__.py +38 -6
  171. aws_cdk/aws_lookoutvision/__init__.py +71 -2
  172. aws_cdk/aws_m2/__init__.py +94 -19
  173. aws_cdk/aws_macie/__init__.py +49 -11
  174. aws_cdk/aws_managedblockchain/__init__.py +180 -6
  175. aws_cdk/aws_mediaconnect/__init__.py +101 -18
  176. aws_cdk/aws_mediaconvert/__init__.py +35 -6
  177. aws_cdk/aws_medialive/__init__.py +1239 -35
  178. aws_cdk/aws_mediapackage/__init__.py +59 -12
  179. aws_cdk/aws_mediapackagev2/__init__.py +1607 -225
  180. aws_cdk/aws_mediastore/__init__.py +13 -2
  181. aws_cdk/aws_mediatailor/__init__.py +583 -12
  182. aws_cdk/aws_memorydb/__init__.py +271 -12
  183. aws_cdk/aws_mpa/__init__.py +1495 -0
  184. aws_cdk/aws_msk/__init__.py +104 -18
  185. aws_cdk/aws_mwaa/__init__.py +121 -9
  186. aws_cdk/aws_neptune/__init__.py +290 -78
  187. aws_cdk/aws_neptunegraph/__init__.py +24 -4
  188. aws_cdk/aws_networkfirewall/__init__.py +1289 -273
  189. aws_cdk/aws_networkmanager/__init__.py +349 -33
  190. aws_cdk/aws_nimblestudio/__init__.py +75 -8
  191. aws_cdk/aws_notifications/__init__.py +317 -12
  192. aws_cdk/aws_notificationscontacts/__init__.py +13 -2
  193. aws_cdk/aws_oam/__init__.py +24 -4
  194. aws_cdk/aws_observabilityadmin/__init__.py +2561 -0
  195. aws_cdk/aws_odb/__init__.py +5872 -0
  196. aws_cdk/aws_omics/__init__.py +2495 -529
  197. aws_cdk/aws_opensearchserverless/__init__.py +312 -37
  198. aws_cdk/aws_opensearchservice/__init__.py +495 -19
  199. aws_cdk/aws_opsworks/__init__.py +235 -139
  200. aws_cdk/aws_opsworkscm/__init__.py +16 -52
  201. aws_cdk/aws_organizations/__init__.py +70 -10
  202. aws_cdk/aws_osis/__init__.py +167 -2
  203. aws_cdk/aws_panorama/__init__.py +151 -6
  204. aws_cdk/aws_paymentcryptography/__init__.py +24 -4
  205. aws_cdk/aws_pcaconnectorad/__init__.py +59 -10
  206. aws_cdk/aws_pcaconnectorscep/__init__.py +24 -4
  207. aws_cdk/aws_pcs/__init__.py +387 -68
  208. aws_cdk/aws_personalize/__init__.py +46 -8
  209. aws_cdk/aws_pinpoint/__init__.py +329 -38
  210. aws_cdk/aws_pinpointemail/__init__.py +48 -8
  211. aws_cdk/aws_pipes/__init__.py +12 -2
  212. aws_cdk/aws_proton/__init__.py +37 -6
  213. aws_cdk/aws_qbusiness/__init__.py +635 -34
  214. aws_cdk/aws_qldb/__init__.py +24 -4
  215. aws_cdk/aws_quicksight/__init__.py +7900 -1160
  216. aws_cdk/aws_ram/__init__.py +24 -4
  217. aws_cdk/aws_rbin/__init__.py +12 -2
  218. aws_cdk/aws_rds/__init__.py +3345 -512
  219. aws_cdk/aws_redshift/__init__.py +143 -20
  220. aws_cdk/aws_redshiftserverless/__init__.py +692 -4
  221. aws_cdk/aws_refactorspaces/__init__.py +64 -14
  222. aws_cdk/aws_rekognition/__init__.py +93 -6
  223. aws_cdk/aws_resiliencehub/__init__.py +24 -4
  224. aws_cdk/aws_resourceexplorer2/__init__.py +35 -6
  225. aws_cdk/aws_resourcegroups/__init__.py +82 -4
  226. aws_cdk/aws_robomaker/__init__.py +72 -12
  227. aws_cdk/aws_rolesanywhere/__init__.py +180 -6
  228. aws_cdk/aws_route53/__init__.py +3273 -1442
  229. aws_cdk/aws_route53_targets/__init__.py +3 -0
  230. aws_cdk/aws_route53profiles/__init__.py +37 -6
  231. aws_cdk/aws_route53recoverycontrol/__init__.py +46 -8
  232. aws_cdk/aws_route53recoveryreadiness/__init__.py +104 -8
  233. aws_cdk/aws_route53resolver/__init__.py +226 -36
  234. aws_cdk/aws_rtbfabric/__init__.py +3498 -0
  235. aws_cdk/aws_rum/__init__.py +13 -2
  236. aws_cdk/aws_s3/__init__.py +1291 -158
  237. aws_cdk/aws_s3_assets/__init__.py +11 -11
  238. aws_cdk/aws_s3_deployment/__init__.py +147 -11
  239. aws_cdk/aws_s3_notifications/__init__.py +7 -7
  240. aws_cdk/aws_s3express/__init__.py +266 -8
  241. aws_cdk/aws_s3objectlambda/__init__.py +68 -16
  242. aws_cdk/aws_s3outposts/__init__.py +46 -8
  243. aws_cdk/aws_s3tables/__init__.py +2000 -323
  244. aws_cdk/aws_s3vectors/__init__.py +1378 -0
  245. aws_cdk/aws_sagemaker/__init__.py +6617 -363
  246. aws_cdk/aws_sam/__init__.py +79 -14
  247. aws_cdk/aws_scheduler/__init__.py +237 -4
  248. aws_cdk/aws_sdb/__init__.py +12 -2
  249. aws_cdk/aws_secretsmanager/__init__.py +170 -14
  250. aws_cdk/aws_securityhub/__init__.py +3121 -176
  251. aws_cdk/aws_securitylake/__init__.py +46 -8
  252. aws_cdk/aws_servicecatalog/__init__.py +405 -246
  253. aws_cdk/aws_servicecatalogappregistry/__init__.py +164 -8
  254. aws_cdk/aws_servicediscovery/__init__.py +140 -47
  255. aws_cdk/aws_ses/__init__.py +1231 -140
  256. aws_cdk/aws_shield/__init__.py +46 -8
  257. aws_cdk/aws_signer/__init__.py +27 -4
  258. aws_cdk/aws_simspaceweaver/__init__.py +42 -2
  259. aws_cdk/aws_smsvoice/__init__.py +4716 -0
  260. aws_cdk/aws_sns/__init__.py +245 -29
  261. aws_cdk/aws_sns_subscriptions/__init__.py +3 -1
  262. aws_cdk/aws_sqs/__init__.py +211 -14
  263. aws_cdk/aws_ssm/__init__.py +401 -58
  264. aws_cdk/aws_ssmcontacts/__init__.py +46 -8
  265. aws_cdk/aws_ssmguiconnect/__init__.py +13 -2
  266. aws_cdk/aws_ssmincidents/__init__.py +24 -4
  267. aws_cdk/aws_ssmquicksetup/__init__.py +383 -6
  268. aws_cdk/aws_sso/__init__.py +70 -12
  269. aws_cdk/aws_stepfunctions/__init__.py +615 -70
  270. aws_cdk/aws_stepfunctions_tasks/__init__.py +781 -144
  271. aws_cdk/aws_supportapp/__init__.py +39 -6
  272. aws_cdk/aws_synthetics/__init__.py +861 -75
  273. aws_cdk/aws_systemsmanagersap/__init__.py +13 -2
  274. aws_cdk/aws_timestream/__init__.py +104 -8
  275. aws_cdk/aws_transfer/__init__.py +784 -87
  276. aws_cdk/aws_verifiedpermissions/__init__.py +145 -17
  277. aws_cdk/aws_voiceid/__init__.py +41 -2
  278. aws_cdk/aws_vpclattice/__init__.py +376 -30
  279. aws_cdk/aws_waf/__init__.py +79 -14
  280. aws_cdk/aws_wafregional/__init__.py +123 -22
  281. aws_cdk/aws_wafv2/__init__.py +1179 -60
  282. aws_cdk/aws_wisdom/__init__.py +1401 -90
  283. aws_cdk/aws_workspaces/__init__.py +93 -6
  284. aws_cdk/aws_workspacesinstances/__init__.py +3940 -0
  285. aws_cdk/aws_workspacesthinclient/__init__.py +79 -10
  286. aws_cdk/aws_workspacesweb/__init__.py +1057 -141
  287. aws_cdk/aws_xray/__init__.py +48 -8
  288. aws_cdk/cloud_assembly_schema/__init__.py +231 -6
  289. aws_cdk/custom_resources/__init__.py +40 -12
  290. aws_cdk/cx_api/__init__.py +85 -14
  291. aws_cdk/interfaces/__init__.py +739 -0
  292. aws_cdk/interfaces/alexa_ask/__init__.py +146 -0
  293. aws_cdk/interfaces/aws_accessanalyzer/__init__.py +146 -0
  294. aws_cdk/interfaces/aws_acmpca/__init__.py +501 -0
  295. aws_cdk/interfaces/aws_aiops/__init__.py +146 -0
  296. aws_cdk/interfaces/aws_amazonmq/__init__.py +386 -0
  297. aws_cdk/interfaces/aws_amplify/__init__.py +352 -0
  298. aws_cdk/interfaces/aws_amplifyuibuilder/__init__.py +454 -0
  299. aws_cdk/interfaces/aws_apigateway/__init__.py +2486 -0
  300. aws_cdk/interfaces/aws_apigatewayv2/__init__.py +1651 -0
  301. aws_cdk/interfaces/aws_appconfig/__init__.py +1020 -0
  302. aws_cdk/interfaces/aws_appflow/__init__.py +404 -0
  303. aws_cdk/interfaces/aws_appintegrations/__init__.py +396 -0
  304. aws_cdk/interfaces/aws_applicationautoscaling/__init__.py +307 -0
  305. aws_cdk/interfaces/aws_applicationinsights/__init__.py +148 -0
  306. aws_cdk/interfaces/aws_applicationsignals/__init__.py +358 -0
  307. aws_cdk/interfaces/aws_appmesh/__init__.py +888 -0
  308. aws_cdk/interfaces/aws_apprunner/__init__.py +564 -0
  309. aws_cdk/interfaces/aws_appstream/__init__.py +1482 -0
  310. aws_cdk/interfaces/aws_appsync/__init__.py +1326 -0
  311. aws_cdk/interfaces/aws_apptest/__init__.py +163 -0
  312. aws_cdk/interfaces/aws_aps/__init__.py +558 -0
  313. aws_cdk/interfaces/aws_arcregionswitch/__init__.py +146 -0
  314. aws_cdk/interfaces/aws_arczonalshift/__init__.py +273 -0
  315. aws_cdk/interfaces/aws_athena/__init__.py +575 -0
  316. aws_cdk/interfaces/aws_auditmanager/__init__.py +163 -0
  317. aws_cdk/interfaces/aws_autoscaling/__init__.py +705 -0
  318. aws_cdk/interfaces/aws_autoscalingplans/__init__.py +148 -0
  319. aws_cdk/interfaces/aws_b2bi/__init__.py +524 -0
  320. aws_cdk/interfaces/aws_backup/__init__.py +955 -0
  321. aws_cdk/interfaces/aws_backupgateway/__init__.py +146 -0
  322. aws_cdk/interfaces/aws_batch/__init__.py +681 -0
  323. aws_cdk/interfaces/aws_bcmdataexports/__init__.py +146 -0
  324. aws_cdk/interfaces/aws_bedrock/__init__.py +1942 -0
  325. aws_cdk/interfaces/aws_bedrockagentcore/__init__.py +934 -0
  326. aws_cdk/interfaces/aws_billing/__init__.py +146 -0
  327. aws_cdk/interfaces/aws_billingconductor/__init__.py +463 -0
  328. aws_cdk/interfaces/aws_budgets/__init__.py +261 -0
  329. aws_cdk/interfaces/aws_cassandra/__init__.py +381 -0
  330. aws_cdk/interfaces/aws_ce/__init__.py +352 -0
  331. aws_cdk/interfaces/aws_certificatemanager/__init__.py +251 -0
  332. aws_cdk/interfaces/aws_chatbot/__init__.py +366 -0
  333. aws_cdk/interfaces/aws_cleanrooms/__init__.py +1103 -0
  334. aws_cdk/interfaces/aws_cleanroomsml/__init__.py +148 -0
  335. aws_cdk/interfaces/aws_cloud9/__init__.py +166 -0
  336. aws_cdk/interfaces/aws_cloudformation/__init__.py +1919 -0
  337. aws_cdk/interfaces/aws_cloudfront/__init__.py +1998 -0
  338. aws_cdk/interfaces/aws_cloudtrail/__init__.py +570 -0
  339. aws_cdk/interfaces/aws_cloudwatch/__init__.py +733 -0
  340. aws_cdk/interfaces/aws_codeartifact/__init__.py +352 -0
  341. aws_cdk/interfaces/aws_codebuild/__init__.py +487 -0
  342. aws_cdk/interfaces/aws_codecommit/__init__.py +163 -0
  343. aws_cdk/interfaces/aws_codeconnections/__init__.py +146 -0
  344. aws_cdk/interfaces/aws_codedeploy/__init__.py +352 -0
  345. aws_cdk/interfaces/aws_codeguruprofiler/__init__.py +168 -0
  346. aws_cdk/interfaces/aws_codegurureviewer/__init__.py +148 -0
  347. aws_cdk/interfaces/aws_codepipeline/__init__.py +388 -0
  348. aws_cdk/interfaces/aws_codestar/__init__.py +146 -0
  349. aws_cdk/interfaces/aws_codestarconnections/__init__.py +370 -0
  350. aws_cdk/interfaces/aws_codestarnotifications/__init__.py +148 -0
  351. aws_cdk/interfaces/aws_cognito/__init__.py +1929 -0
  352. aws_cdk/interfaces/aws_comprehend/__init__.py +251 -0
  353. aws_cdk/interfaces/aws_config/__init__.py +1165 -0
  354. aws_cdk/interfaces/aws_connect/__init__.py +2949 -0
  355. aws_cdk/interfaces/aws_connectcampaigns/__init__.py +146 -0
  356. aws_cdk/interfaces/aws_connectcampaignsv2/__init__.py +146 -0
  357. aws_cdk/interfaces/aws_controltower/__init__.py +394 -0
  358. aws_cdk/interfaces/aws_cur/__init__.py +146 -0
  359. aws_cdk/interfaces/aws_customerprofiles/__init__.py +915 -0
  360. aws_cdk/interfaces/aws_databrew/__init__.py +661 -0
  361. aws_cdk/interfaces/aws_datapipeline/__init__.py +146 -0
  362. aws_cdk/interfaces/aws_datasync/__init__.py +1384 -0
  363. aws_cdk/interfaces/aws_datazone/__init__.py +2238 -0
  364. aws_cdk/interfaces/aws_dax/__init__.py +364 -0
  365. aws_cdk/interfaces/aws_deadline/__init__.py +1303 -0
  366. aws_cdk/interfaces/aws_detective/__init__.py +364 -0
  367. aws_cdk/interfaces/aws_devicefarm/__init__.py +663 -0
  368. aws_cdk/interfaces/aws_devopsguru/__init__.py +362 -0
  369. aws_cdk/interfaces/aws_directoryservice/__init__.py +251 -0
  370. aws_cdk/interfaces/aws_dlm/__init__.py +166 -0
  371. aws_cdk/interfaces/aws_dms/__init__.py +1176 -0
  372. aws_cdk/interfaces/aws_docdb/__init__.py +560 -0
  373. aws_cdk/interfaces/aws_docdbelastic/__init__.py +146 -0
  374. aws_cdk/interfaces/aws_dsql/__init__.py +146 -0
  375. aws_cdk/interfaces/aws_dynamodb/__init__.py +278 -0
  376. aws_cdk/interfaces/aws_ec2/__init__.py +11963 -0
  377. aws_cdk/interfaces/aws_ecr/__init__.py +814 -0
  378. aws_cdk/interfaces/aws_ecs/__init__.py +845 -0
  379. aws_cdk/interfaces/aws_efs/__init__.py +392 -0
  380. aws_cdk/interfaces/aws_eks/__init__.py +948 -0
  381. aws_cdk/interfaces/aws_elasticache/__init__.py +1108 -0
  382. aws_cdk/interfaces/aws_elasticbeanstalk/__init__.py +503 -0
  383. aws_cdk/interfaces/aws_elasticloadbalancing/__init__.py +148 -0
  384. aws_cdk/interfaces/aws_elasticloadbalancingv2/__init__.py +795 -0
  385. aws_cdk/interfaces/aws_elasticsearch/__init__.py +158 -0
  386. aws_cdk/interfaces/aws_emr/__init__.py +913 -0
  387. aws_cdk/interfaces/aws_emrcontainers/__init__.py +168 -0
  388. aws_cdk/interfaces/aws_emrserverless/__init__.py +166 -0
  389. aws_cdk/interfaces/aws_entityresolution/__init__.py +608 -0
  390. aws_cdk/interfaces/aws_events/__init__.py +872 -0
  391. aws_cdk/interfaces/aws_eventschemas/__init__.py +455 -0
  392. aws_cdk/interfaces/aws_evidently/__init__.py +558 -0
  393. aws_cdk/interfaces/aws_evs/__init__.py +166 -0
  394. aws_cdk/interfaces/aws_finspace/__init__.py +166 -0
  395. aws_cdk/interfaces/aws_fis/__init__.py +271 -0
  396. aws_cdk/interfaces/aws_fms/__init__.py +364 -0
  397. aws_cdk/interfaces/aws_forecast/__init__.py +249 -0
  398. aws_cdk/interfaces/aws_frauddetector/__init__.py +764 -0
  399. aws_cdk/interfaces/aws_fsx/__init__.py +663 -0
  400. aws_cdk/interfaces/aws_gamelift/__init__.py +1325 -0
  401. aws_cdk/interfaces/aws_gameliftstreams/__init__.py +249 -0
  402. aws_cdk/interfaces/aws_globalaccelerator/__init__.py +461 -0
  403. aws_cdk/interfaces/aws_glue/__init__.py +2377 -0
  404. aws_cdk/interfaces/aws_grafana/__init__.py +146 -0
  405. aws_cdk/interfaces/aws_greengrass/__init__.py +1871 -0
  406. aws_cdk/interfaces/aws_greengrassv2/__init__.py +251 -0
  407. aws_cdk/interfaces/aws_groundstation/__init__.py +396 -0
  408. aws_cdk/interfaces/aws_guardduty/__init__.py +1225 -0
  409. aws_cdk/interfaces/aws_healthimaging/__init__.py +163 -0
  410. aws_cdk/interfaces/aws_healthlake/__init__.py +146 -0
  411. aws_cdk/interfaces/aws_iam/__init__.py +1803 -0
  412. aws_cdk/interfaces/aws_identitystore/__init__.py +288 -0
  413. aws_cdk/interfaces/aws_imagebuilder/__init__.py +984 -0
  414. aws_cdk/interfaces/aws_inspector/__init__.py +354 -0
  415. aws_cdk/interfaces/aws_inspectorv2/__init__.py +467 -0
  416. aws_cdk/interfaces/aws_internetmonitor/__init__.py +163 -0
  417. aws_cdk/interfaces/aws_invoicing/__init__.py +146 -0
  418. aws_cdk/interfaces/aws_iot/__init__.py +3483 -0
  419. aws_cdk/interfaces/aws_iotanalytics/__init__.py +455 -0
  420. aws_cdk/interfaces/aws_iotcoredeviceadvisor/__init__.py +168 -0
  421. aws_cdk/interfaces/aws_iotevents/__init__.py +352 -0
  422. aws_cdk/interfaces/aws_iotfleethub/__init__.py +166 -0
  423. aws_cdk/interfaces/aws_iotfleetwise/__init__.py +892 -0
  424. aws_cdk/interfaces/aws_iotsitewise/__init__.py +1097 -0
  425. aws_cdk/interfaces/aws_iotthingsgraph/__init__.py +146 -0
  426. aws_cdk/interfaces/aws_iottwinmaker/__init__.py +711 -0
  427. aws_cdk/interfaces/aws_iotwireless/__init__.py +1401 -0
  428. aws_cdk/interfaces/aws_ivs/__init__.py +1075 -0
  429. aws_cdk/interfaces/aws_ivschat/__init__.py +251 -0
  430. aws_cdk/interfaces/aws_kafkaconnect/__init__.py +354 -0
  431. aws_cdk/interfaces/aws_kendra/__init__.py +428 -0
  432. aws_cdk/interfaces/aws_kendraranking/__init__.py +166 -0
  433. aws_cdk/interfaces/aws_kinesis/__init__.py +364 -0
  434. aws_cdk/interfaces/aws_kinesisanalytics/__init__.py +364 -0
  435. aws_cdk/interfaces/aws_kinesisanalyticsv2/__init__.py +479 -0
  436. aws_cdk/interfaces/aws_kinesisfirehose/__init__.py +168 -0
  437. aws_cdk/interfaces/aws_kinesisvideo/__init__.py +283 -0
  438. aws_cdk/interfaces/aws_kms/__init__.py +376 -0
  439. aws_cdk/interfaces/aws_lakeformation/__init__.py +860 -0
  440. aws_cdk/interfaces/aws_lambda/__init__.py +1141 -0
  441. aws_cdk/interfaces/aws_launchwizard/__init__.py +146 -0
  442. aws_cdk/interfaces/aws_lex/__init__.py +513 -0
  443. aws_cdk/interfaces/aws_licensemanager/__init__.py +249 -0
  444. aws_cdk/interfaces/aws_lightsail/__init__.py +1744 -0
  445. aws_cdk/interfaces/aws_location/__init__.py +879 -0
  446. aws_cdk/interfaces/aws_logs/__init__.py +1667 -0
  447. aws_cdk/interfaces/aws_lookoutequipment/__init__.py +168 -0
  448. aws_cdk/interfaces/aws_lookoutmetrics/__init__.py +251 -0
  449. aws_cdk/interfaces/aws_lookoutvision/__init__.py +163 -0
  450. aws_cdk/interfaces/aws_m2/__init__.py +352 -0
  451. aws_cdk/interfaces/aws_macie/__init__.py +512 -0
  452. aws_cdk/interfaces/aws_managedblockchain/__init__.py +381 -0
  453. aws_cdk/interfaces/aws_mediaconnect/__init__.py +1028 -0
  454. aws_cdk/interfaces/aws_mediaconvert/__init__.py +396 -0
  455. aws_cdk/interfaces/aws_medialive/__init__.py +1755 -0
  456. aws_cdk/interfaces/aws_mediapackage/__init__.py +644 -0
  457. aws_cdk/interfaces/aws_mediapackagev2/__init__.py +618 -0
  458. aws_cdk/interfaces/aws_mediastore/__init__.py +146 -0
  459. aws_cdk/interfaces/aws_mediatailor/__init__.py +788 -0
  460. aws_cdk/interfaces/aws_memorydb/__init__.py +685 -0
  461. aws_cdk/interfaces/aws_mpa/__init__.py +249 -0
  462. aws_cdk/interfaces/aws_msk/__init__.py +764 -0
  463. aws_cdk/interfaces/aws_mwaa/__init__.py +166 -0
  464. aws_cdk/interfaces/aws_neptune/__init__.py +663 -0
  465. aws_cdk/interfaces/aws_neptunegraph/__init__.py +265 -0
  466. aws_cdk/interfaces/aws_networkfirewall/__init__.py +669 -0
  467. aws_cdk/interfaces/aws_networkmanager/__init__.py +1832 -0
  468. aws_cdk/interfaces/aws_nimblestudio/__init__.py +388 -0
  469. aws_cdk/interfaces/aws_notifications/__init__.py +868 -0
  470. aws_cdk/interfaces/aws_notificationscontacts/__init__.py +148 -0
  471. aws_cdk/interfaces/aws_oam/__init__.py +249 -0
  472. aws_cdk/interfaces/aws_observabilityadmin/__init__.py +362 -0
  473. aws_cdk/interfaces/aws_odb/__init__.py +562 -0
  474. aws_cdk/interfaces/aws_omics/__init__.py +838 -0
  475. aws_cdk/interfaces/aws_opensearchserverless/__init__.py +859 -0
  476. aws_cdk/interfaces/aws_opensearchservice/__init__.py +283 -0
  477. aws_cdk/interfaces/aws_opsworks/__init__.py +772 -0
  478. aws_cdk/interfaces/aws_opsworkscm/__init__.py +146 -0
  479. aws_cdk/interfaces/aws_organizations/__init__.py +646 -0
  480. aws_cdk/interfaces/aws_osis/__init__.py +146 -0
  481. aws_cdk/interfaces/aws_panorama/__init__.py +420 -0
  482. aws_cdk/interfaces/aws_paymentcryptography/__init__.py +249 -0
  483. aws_cdk/interfaces/aws_pcaconnectorad/__init__.py +608 -0
  484. aws_cdk/interfaces/aws_pcaconnectorscep/__init__.py +249 -0
  485. aws_cdk/interfaces/aws_pcs/__init__.py +352 -0
  486. aws_cdk/interfaces/aws_personalize/__init__.py +455 -0
  487. aws_cdk/interfaces/aws_pinpoint/__init__.py +2125 -0
  488. aws_cdk/interfaces/aws_pinpointemail/__init__.py +467 -0
  489. aws_cdk/interfaces/aws_pipes/__init__.py +158 -0
  490. aws_cdk/interfaces/aws_proton/__init__.py +360 -0
  491. aws_cdk/interfaces/aws_qbusiness/__init__.py +1122 -0
  492. aws_cdk/interfaces/aws_qldb/__init__.py +283 -0
  493. aws_cdk/interfaces/aws_quicksight/__init__.py +1566 -0
  494. aws_cdk/interfaces/aws_ram/__init__.py +249 -0
  495. aws_cdk/interfaces/aws_rbin/__init__.py +146 -0
  496. aws_cdk/interfaces/aws_rds/__init__.py +1780 -0
  497. aws_cdk/interfaces/aws_redshift/__init__.py +1104 -0
  498. aws_cdk/interfaces/aws_redshiftserverless/__init__.py +356 -0
  499. aws_cdk/interfaces/aws_refactorspaces/__init__.py +605 -0
  500. aws_cdk/interfaces/aws_rekognition/__init__.py +406 -0
  501. aws_cdk/interfaces/aws_resiliencehub/__init__.py +251 -0
  502. aws_cdk/interfaces/aws_resourceexplorer2/__init__.py +354 -0
  503. aws_cdk/interfaces/aws_resourcegroups/__init__.py +261 -0
  504. aws_cdk/interfaces/aws_robomaker/__init__.py +673 -0
  505. aws_cdk/interfaces/aws_rolesanywhere/__init__.py +384 -0
  506. aws_cdk/interfaces/aws_route53/__init__.py +804 -0
  507. aws_cdk/interfaces/aws_route53profiles/__init__.py +368 -0
  508. aws_cdk/interfaces/aws_route53recoverycontrol/__init__.py +463 -0
  509. aws_cdk/interfaces/aws_route53recoveryreadiness/__init__.py +535 -0
  510. aws_cdk/interfaces/aws_route53resolver/__init__.py +1356 -0
  511. aws_cdk/interfaces/aws_rtbfabric/__init__.py +352 -0
  512. aws_cdk/interfaces/aws_rum/__init__.py +146 -0
  513. aws_cdk/interfaces/aws_s3/__init__.py +1171 -0
  514. aws_cdk/interfaces/aws_s3express/__init__.py +392 -0
  515. aws_cdk/interfaces/aws_s3objectlambda/__init__.py +271 -0
  516. aws_cdk/interfaces/aws_s3outposts/__init__.py +455 -0
  517. aws_cdk/interfaces/aws_s3tables/__init__.py +575 -0
  518. aws_cdk/interfaces/aws_s3vectors/__init__.py +354 -0
  519. aws_cdk/interfaces/aws_sagemaker/__init__.py +3797 -0
  520. aws_cdk/interfaces/aws_sam/__init__.py +603 -0
  521. aws_cdk/interfaces/aws_scheduler/__init__.py +286 -0
  522. aws_cdk/interfaces/aws_sdb/__init__.py +146 -0
  523. aws_cdk/interfaces/aws_secretsmanager/__init__.py +461 -0
  524. aws_cdk/interfaces/aws_securityhub/__init__.py +1499 -0
  525. aws_cdk/interfaces/aws_securitylake/__init__.py +474 -0
  526. aws_cdk/interfaces/aws_servicecatalog/__init__.py +1829 -0
  527. aws_cdk/interfaces/aws_servicecatalogappregistry/__init__.py +557 -0
  528. aws_cdk/interfaces/aws_servicediscovery/__init__.py +636 -0
  529. aws_cdk/interfaces/aws_ses/__init__.py +2018 -0
  530. aws_cdk/interfaces/aws_shield/__init__.py +455 -0
  531. aws_cdk/interfaces/aws_signer/__init__.py +266 -0
  532. aws_cdk/interfaces/aws_simspaceweaver/__init__.py +146 -0
  533. aws_cdk/interfaces/aws_smsvoice/__init__.py +892 -0
  534. aws_cdk/interfaces/aws_sns/__init__.py +455 -0
  535. aws_cdk/interfaces/aws_sqs/__init__.py +364 -0
  536. aws_cdk/interfaces/aws_ssm/__init__.py +982 -0
  537. aws_cdk/interfaces/aws_ssmcontacts/__init__.py +455 -0
  538. aws_cdk/interfaces/aws_ssmguiconnect/__init__.py +146 -0
  539. aws_cdk/interfaces/aws_ssmincidents/__init__.py +249 -0
  540. aws_cdk/interfaces/aws_ssmquicksetup/__init__.py +253 -0
  541. aws_cdk/interfaces/aws_sso/__init__.py +797 -0
  542. aws_cdk/interfaces/aws_stepfunctions/__init__.py +459 -0
  543. aws_cdk/interfaces/aws_supportapp/__init__.py +372 -0
  544. aws_cdk/interfaces/aws_synthetics/__init__.py +249 -0
  545. aws_cdk/interfaces/aws_systemsmanagersap/__init__.py +148 -0
  546. aws_cdk/interfaces/aws_timestream/__init__.py +526 -0
  547. aws_cdk/interfaces/aws_transfer/__init__.py +967 -0
  548. aws_cdk/interfaces/aws_verifiedpermissions/__init__.py +538 -0
  549. aws_cdk/interfaces/aws_voiceid/__init__.py +146 -0
  550. aws_cdk/interfaces/aws_vpclattice/__init__.py +1418 -0
  551. aws_cdk/interfaces/aws_waf/__init__.py +764 -0
  552. aws_cdk/interfaces/aws_wafregional/__init__.py +1182 -0
  553. aws_cdk/interfaces/aws_wafv2/__init__.py +870 -0
  554. aws_cdk/interfaces/aws_wisdom/__init__.py +1556 -0
  555. aws_cdk/interfaces/aws_workspaces/__init__.py +352 -0
  556. aws_cdk/interfaces/aws_workspacesinstances/__init__.py +390 -0
  557. aws_cdk/interfaces/aws_workspacesthinclient/__init__.py +168 -0
  558. aws_cdk/interfaces/aws_workspacesweb/__init__.py +1085 -0
  559. aws_cdk/interfaces/aws_xray/__init__.py +457 -0
  560. aws_cdk/pipelines/__init__.py +192 -42
  561. aws_cdk/region_info/__init__.py +3 -0
  562. aws_cdk/triggers/__init__.py +60 -18
  563. {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/METADATA +338 -16
  564. aws_cdk_lib-2.224.0.dist-info/RECORD +584 -0
  565. aws_cdk_lib-2.200.2.dist-info/RECORD +0 -304
  566. {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/LICENSE +0 -0
  567. {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/NOTICE +0 -0
  568. {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/WHEEL +0 -0
  569. {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,3498 @@
1
+ r'''
2
+ # AWS::RTBFabric Construct Library
3
+
4
+ <!--BEGIN STABILITY BANNER-->---
5
+
6
+
7
+ ![cfn-resources: Stable](https://img.shields.io/badge/cfn--resources-stable-success.svg?style=for-the-badge)
8
+
9
+ > All classes with the `Cfn` prefix in this module ([CFN Resources](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib)) are always stable and safe to use.
10
+
11
+ ---
12
+ <!--END STABILITY BANNER-->
13
+
14
+ This module is part of the [AWS Cloud Development Kit](https://github.com/aws/aws-cdk) project.
15
+
16
+ ```python
17
+ import aws_cdk.aws_rtbfabric as rtbfabric
18
+ ```
19
+
20
+ <!--BEGIN CFNONLY DISCLAIMER-->
21
+
22
+ There are no official hand-written ([L2](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib)) constructs for this service yet. Here are some suggestions on how to proceed:
23
+
24
+ * Search [Construct Hub for RTBFabric construct libraries](https://constructs.dev/search?q=rtbfabric)
25
+ * Use the automatically generated [L1](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_l1_using) constructs, in the same way you would use [the CloudFormation AWS::RTBFabric resources](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_RTBFabric.html) directly.
26
+
27
+ <!--BEGIN CFNONLY DISCLAIMER-->
28
+
29
+ There are no hand-written ([L2](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib)) constructs for this service yet.
30
+ However, you can still use the automatically generated [L1](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_l1_using) constructs, and use this service exactly as you would using CloudFormation directly.
31
+
32
+ For more information on the resources and properties available for this service, see the [CloudFormation documentation for AWS::RTBFabric](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_RTBFabric.html).
33
+
34
+ (Read the [CDK Contributing Guide](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and submit an RFC if you are interested in contributing to this construct library.)
35
+
36
+ <!--END CFNONLY DISCLAIMER-->
37
+ '''
38
+ from pkgutil import extend_path
39
+ __path__ = extend_path(__path__, __name__)
40
+
41
+ import abc
42
+ import builtins
43
+ import datetime
44
+ import enum
45
+ import typing
46
+
47
+ import jsii
48
+ import publication
49
+ import typing_extensions
50
+
51
+ import typeguard
52
+ from importlib.metadata import version as _metadata_package_version
53
+ TYPEGUARD_MAJOR_VERSION = int(_metadata_package_version('typeguard').split('.')[0])
54
+
55
+ def check_type(argname: str, value: object, expected_type: typing.Any) -> typing.Any:
56
+ if TYPEGUARD_MAJOR_VERSION <= 2:
57
+ return typeguard.check_type(argname=argname, value=value, expected_type=expected_type) # type:ignore
58
+ else:
59
+ if isinstance(value, jsii._reference_map.InterfaceDynamicProxy): # pyright: ignore [reportAttributeAccessIssue]
60
+ pass
61
+ else:
62
+ if TYPEGUARD_MAJOR_VERSION == 3:
63
+ typeguard.config.collection_check_strategy = typeguard.CollectionCheckStrategy.ALL_ITEMS # type:ignore
64
+ typeguard.check_type(value=value, expected_type=expected_type) # type:ignore
65
+ else:
66
+ typeguard.check_type(value=value, expected_type=expected_type, collection_check_strategy=typeguard.CollectionCheckStrategy.ALL_ITEMS) # type:ignore
67
+
68
+ from .._jsii import *
69
+
70
+ import constructs as _constructs_77d1e7e8
71
+ from .. import (
72
+ CfnResource as _CfnResource_9df397a6,
73
+ CfnTag as _CfnTag_f6864754,
74
+ IInspectable as _IInspectable_c2943556,
75
+ IResolvable as _IResolvable_da3f097b,
76
+ ITaggableV2 as _ITaggableV2_4e6798f8,
77
+ TagManager as _TagManager_0a598cb3,
78
+ TreeInspector as _TreeInspector_488e0dd5,
79
+ )
80
+ from ..interfaces.aws_rtbfabric import (
81
+ ILinkRef as _ILinkRef_1c71e733,
82
+ IRequesterGatewayRef as _IRequesterGatewayRef_d92bcdf1,
83
+ IResponderGatewayRef as _IResponderGatewayRef_2bdaa070,
84
+ LinkReference as _LinkReference_a62a8bc7,
85
+ RequesterGatewayReference as _RequesterGatewayReference_37e2965b,
86
+ ResponderGatewayReference as _ResponderGatewayReference_a8195bef,
87
+ )
88
+
89
+
90
+ @jsii.implements(_IInspectable_c2943556, _ILinkRef_1c71e733, _ITaggableV2_4e6798f8)
91
+ class CfnLink(
92
+ _CfnResource_9df397a6,
93
+ metaclass=jsii.JSIIMeta,
94
+ jsii_type="aws-cdk-lib.aws_rtbfabric.CfnLink",
95
+ ):
96
+ '''Creates a new link between gateways.
97
+
98
+ Establishes a connection that allows gateways to communicate and exchange bid requests and responses.
99
+
100
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rtbfabric-link.html
101
+ :cloudformationResource: AWS::RTBFabric::Link
102
+ :exampleMetadata: fixture=_generated
103
+
104
+ Example::
105
+
106
+ # The code below shows an example of how to instantiate this type.
107
+ # The values are placeholders you should change.
108
+ from aws_cdk import aws_rtbfabric as rtbfabric
109
+
110
+ cfn_link = rtbfabric.CfnLink(self, "MyCfnLink",
111
+ gateway_id="gatewayId",
112
+ link_log_settings=rtbfabric.CfnLink.LinkLogSettingsProperty(
113
+ application_logs=rtbfabric.CfnLink.ApplicationLogsProperty(
114
+ link_application_log_sampling=rtbfabric.CfnLink.LinkApplicationLogSamplingProperty(
115
+ error_log=123,
116
+ filter_log=123
117
+ )
118
+ )
119
+ ),
120
+ peer_gateway_id="peerGatewayId",
121
+
122
+ # the properties below are optional
123
+ http_responder_allowed=False,
124
+ link_attributes=rtbfabric.CfnLink.LinkAttributesProperty(
125
+ customer_provided_id="customerProvidedId",
126
+ responder_error_masking=[rtbfabric.CfnLink.ResponderErrorMaskingForHttpCodeProperty(
127
+ action="action",
128
+ http_code="httpCode",
129
+ logging_types=["loggingTypes"],
130
+
131
+ # the properties below are optional
132
+ response_logging_percentage=123
133
+ )]
134
+ ),
135
+ module_configuration_list=[rtbfabric.CfnLink.ModuleConfigurationProperty(
136
+ name="name",
137
+
138
+ # the properties below are optional
139
+ depends_on=["dependsOn"],
140
+ module_parameters=rtbfabric.CfnLink.ModuleParametersProperty(
141
+ no_bid=rtbfabric.CfnLink.NoBidModuleParametersProperty(
142
+ pass_through_percentage=123,
143
+ reason="reason",
144
+ reason_code=123
145
+ ),
146
+ open_rtb_attribute=rtbfabric.CfnLink.OpenRtbAttributeModuleParametersProperty(
147
+ action=rtbfabric.CfnLink.ActionProperty(
148
+ header_tag=rtbfabric.CfnLink.HeaderTagActionProperty(
149
+ name="name",
150
+ value="value"
151
+ ),
152
+ no_bid=rtbfabric.CfnLink.NoBidActionProperty(
153
+ no_bid_reason_code=123
154
+ )
155
+ ),
156
+ filter_configuration=[rtbfabric.CfnLink.FilterProperty(
157
+ criteria=[rtbfabric.CfnLink.FilterCriterionProperty(
158
+ path="path",
159
+ values=["values"]
160
+ )]
161
+ )],
162
+ filter_type="filterType",
163
+ holdback_percentage=123
164
+ )
165
+ ),
166
+ version="version"
167
+ )],
168
+ tags=[CfnTag(
169
+ key="key",
170
+ value="value"
171
+ )]
172
+ )
173
+ '''
174
+
175
+ def __init__(
176
+ self,
177
+ scope: _constructs_77d1e7e8.Construct,
178
+ id: builtins.str,
179
+ *,
180
+ gateway_id: builtins.str,
181
+ link_log_settings: typing.Union[_IResolvable_da3f097b, typing.Union["CfnLink.LinkLogSettingsProperty", typing.Dict[builtins.str, typing.Any]]],
182
+ peer_gateway_id: builtins.str,
183
+ http_responder_allowed: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
184
+ link_attributes: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnLink.LinkAttributesProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
185
+ module_configuration_list: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnLink.ModuleConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
186
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
187
+ ) -> None:
188
+ '''Create a new ``AWS::RTBFabric::Link``.
189
+
190
+ :param scope: Scope in which this resource is defined.
191
+ :param id: Construct identifier for this resource (unique in its scope).
192
+ :param gateway_id: The unique identifier of the gateway.
193
+ :param link_log_settings: Settings for the application logs.
194
+ :param peer_gateway_id: The unique identifier of the peer gateway.
195
+ :param http_responder_allowed: Boolean to specify if an HTTP responder is allowed.
196
+ :param link_attributes: Attributes of the link.
197
+ :param module_configuration_list:
198
+ :param tags: A map of the key-value pairs of the tag or tags to assign to the resource.
199
+ '''
200
+ if __debug__:
201
+ type_hints = typing.get_type_hints(_typecheckingstub__33e403b84fbb081fd16a0097272c1b774ceb7dfcf2ef00e8d7edb2e0fe7cec74)
202
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
203
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
204
+ props = CfnLinkProps(
205
+ gateway_id=gateway_id,
206
+ link_log_settings=link_log_settings,
207
+ peer_gateway_id=peer_gateway_id,
208
+ http_responder_allowed=http_responder_allowed,
209
+ link_attributes=link_attributes,
210
+ module_configuration_list=module_configuration_list,
211
+ tags=tags,
212
+ )
213
+
214
+ jsii.create(self.__class__, self, [scope, id, props])
215
+
216
+ @jsii.member(jsii_name="inspect")
217
+ def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
218
+ '''Examines the CloudFormation resource and discloses attributes.
219
+
220
+ :param inspector: tree inspector to collect and process attributes.
221
+ '''
222
+ if __debug__:
223
+ type_hints = typing.get_type_hints(_typecheckingstub__cc9bc5027acac07a275a06b167f0f8790f36a2fef049c4c738abc9a498a67b72)
224
+ check_type(argname="argument inspector", value=inspector, expected_type=type_hints["inspector"])
225
+ return typing.cast(None, jsii.invoke(self, "inspect", [inspector]))
226
+
227
+ @jsii.member(jsii_name="renderProperties")
228
+ def _render_properties(
229
+ self,
230
+ props: typing.Mapping[builtins.str, typing.Any],
231
+ ) -> typing.Mapping[builtins.str, typing.Any]:
232
+ '''
233
+ :param props: -
234
+ '''
235
+ if __debug__:
236
+ type_hints = typing.get_type_hints(_typecheckingstub__d3d7d7182ae1421ce2250b4c41ee061920faaa9e8beb8ee36659bc44bfca4d7c)
237
+ check_type(argname="argument props", value=props, expected_type=type_hints["props"])
238
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "renderProperties", [props]))
239
+
240
+ @jsii.python.classproperty
241
+ @jsii.member(jsii_name="CFN_RESOURCE_TYPE_NAME")
242
+ def CFN_RESOURCE_TYPE_NAME(cls) -> builtins.str:
243
+ '''The CloudFormation resource type name for this resource class.'''
244
+ return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
245
+
246
+ @builtins.property
247
+ @jsii.member(jsii_name="attrArn")
248
+ def attr_arn(self) -> builtins.str:
249
+ '''
250
+ :cloudformationAttribute: Arn
251
+ '''
252
+ return typing.cast(builtins.str, jsii.get(self, "attrArn"))
253
+
254
+ @builtins.property
255
+ @jsii.member(jsii_name="attrCreatedTimestamp")
256
+ def attr_created_timestamp(self) -> builtins.str:
257
+ '''
258
+ :cloudformationAttribute: CreatedTimestamp
259
+ '''
260
+ return typing.cast(builtins.str, jsii.get(self, "attrCreatedTimestamp"))
261
+
262
+ @builtins.property
263
+ @jsii.member(jsii_name="attrLinkDirection")
264
+ def attr_link_direction(self) -> builtins.str:
265
+ '''
266
+ :cloudformationAttribute: LinkDirection
267
+ '''
268
+ return typing.cast(builtins.str, jsii.get(self, "attrLinkDirection"))
269
+
270
+ @builtins.property
271
+ @jsii.member(jsii_name="attrLinkId")
272
+ def attr_link_id(self) -> builtins.str:
273
+ '''The unique identifier of the link.
274
+
275
+ :cloudformationAttribute: LinkId
276
+ '''
277
+ return typing.cast(builtins.str, jsii.get(self, "attrLinkId"))
278
+
279
+ @builtins.property
280
+ @jsii.member(jsii_name="attrLinkStatus")
281
+ def attr_link_status(self) -> builtins.str:
282
+ '''
283
+ :cloudformationAttribute: LinkStatus
284
+ '''
285
+ return typing.cast(builtins.str, jsii.get(self, "attrLinkStatus"))
286
+
287
+ @builtins.property
288
+ @jsii.member(jsii_name="attrUpdatedTimestamp")
289
+ def attr_updated_timestamp(self) -> builtins.str:
290
+ '''
291
+ :cloudformationAttribute: UpdatedTimestamp
292
+ '''
293
+ return typing.cast(builtins.str, jsii.get(self, "attrUpdatedTimestamp"))
294
+
295
+ @builtins.property
296
+ @jsii.member(jsii_name="cdkTagManager")
297
+ def cdk_tag_manager(self) -> _TagManager_0a598cb3:
298
+ '''Tag Manager which manages the tags for this resource.'''
299
+ return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
300
+
301
+ @builtins.property
302
+ @jsii.member(jsii_name="cfnProperties")
303
+ def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
304
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
305
+
306
+ @builtins.property
307
+ @jsii.member(jsii_name="linkRef")
308
+ def link_ref(self) -> _LinkReference_a62a8bc7:
309
+ '''A reference to a Link resource.'''
310
+ return typing.cast(_LinkReference_a62a8bc7, jsii.get(self, "linkRef"))
311
+
312
+ @builtins.property
313
+ @jsii.member(jsii_name="gatewayId")
314
+ def gateway_id(self) -> builtins.str:
315
+ '''The unique identifier of the gateway.'''
316
+ return typing.cast(builtins.str, jsii.get(self, "gatewayId"))
317
+
318
+ @gateway_id.setter
319
+ def gateway_id(self, value: builtins.str) -> None:
320
+ if __debug__:
321
+ type_hints = typing.get_type_hints(_typecheckingstub__bd77fe8e257ed257fd9cc2835f29e82e4e5c9092b9320846e746cb8385d83132)
322
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
323
+ jsii.set(self, "gatewayId", value) # pyright: ignore[reportArgumentType]
324
+
325
+ @builtins.property
326
+ @jsii.member(jsii_name="linkLogSettings")
327
+ def link_log_settings(
328
+ self,
329
+ ) -> typing.Union[_IResolvable_da3f097b, "CfnLink.LinkLogSettingsProperty"]:
330
+ '''Settings for the application logs.'''
331
+ return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnLink.LinkLogSettingsProperty"], jsii.get(self, "linkLogSettings"))
332
+
333
+ @link_log_settings.setter
334
+ def link_log_settings(
335
+ self,
336
+ value: typing.Union[_IResolvable_da3f097b, "CfnLink.LinkLogSettingsProperty"],
337
+ ) -> None:
338
+ if __debug__:
339
+ type_hints = typing.get_type_hints(_typecheckingstub__ab7e556ca0c98de786d1067094aa52ffc4810802cdeabb970d57fd2e6e7032cc)
340
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
341
+ jsii.set(self, "linkLogSettings", value) # pyright: ignore[reportArgumentType]
342
+
343
+ @builtins.property
344
+ @jsii.member(jsii_name="peerGatewayId")
345
+ def peer_gateway_id(self) -> builtins.str:
346
+ '''The unique identifier of the peer gateway.'''
347
+ return typing.cast(builtins.str, jsii.get(self, "peerGatewayId"))
348
+
349
+ @peer_gateway_id.setter
350
+ def peer_gateway_id(self, value: builtins.str) -> None:
351
+ if __debug__:
352
+ type_hints = typing.get_type_hints(_typecheckingstub__d1e08aa7186c8b3f2bcce904bac17f4f0dffb3848b35af4cb2707c3ecf5fdc87)
353
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
354
+ jsii.set(self, "peerGatewayId", value) # pyright: ignore[reportArgumentType]
355
+
356
+ @builtins.property
357
+ @jsii.member(jsii_name="httpResponderAllowed")
358
+ def http_responder_allowed(
359
+ self,
360
+ ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
361
+ '''Boolean to specify if an HTTP responder is allowed.'''
362
+ return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], jsii.get(self, "httpResponderAllowed"))
363
+
364
+ @http_responder_allowed.setter
365
+ def http_responder_allowed(
366
+ self,
367
+ value: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]],
368
+ ) -> None:
369
+ if __debug__:
370
+ type_hints = typing.get_type_hints(_typecheckingstub__48b3206215bae9d2e48e79793f9ffd87062a4b1724e8972850cbacafec752632)
371
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
372
+ jsii.set(self, "httpResponderAllowed", value) # pyright: ignore[reportArgumentType]
373
+
374
+ @builtins.property
375
+ @jsii.member(jsii_name="linkAttributes")
376
+ def link_attributes(
377
+ self,
378
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnLink.LinkAttributesProperty"]]:
379
+ '''Attributes of the link.'''
380
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnLink.LinkAttributesProperty"]], jsii.get(self, "linkAttributes"))
381
+
382
+ @link_attributes.setter
383
+ def link_attributes(
384
+ self,
385
+ value: typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnLink.LinkAttributesProperty"]],
386
+ ) -> None:
387
+ if __debug__:
388
+ type_hints = typing.get_type_hints(_typecheckingstub__a1ab4741f8f8f4356c5390e467941454f9741185b5834e0d5c912d2df062bb22)
389
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
390
+ jsii.set(self, "linkAttributes", value) # pyright: ignore[reportArgumentType]
391
+
392
+ @builtins.property
393
+ @jsii.member(jsii_name="moduleConfigurationList")
394
+ def module_configuration_list(
395
+ self,
396
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnLink.ModuleConfigurationProperty"]]]]:
397
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnLink.ModuleConfigurationProperty"]]]], jsii.get(self, "moduleConfigurationList"))
398
+
399
+ @module_configuration_list.setter
400
+ def module_configuration_list(
401
+ self,
402
+ value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnLink.ModuleConfigurationProperty"]]]],
403
+ ) -> None:
404
+ if __debug__:
405
+ type_hints = typing.get_type_hints(_typecheckingstub__bfe068c99595620eaa7b9882ede77a4ac9cf63b8112fdeb95ec82ba2220f47c9)
406
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
407
+ jsii.set(self, "moduleConfigurationList", value) # pyright: ignore[reportArgumentType]
408
+
409
+ @builtins.property
410
+ @jsii.member(jsii_name="tags")
411
+ def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
412
+ '''A map of the key-value pairs of the tag or tags to assign to the resource.'''
413
+ return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "tags"))
414
+
415
+ @tags.setter
416
+ def tags(self, value: typing.Optional[typing.List[_CfnTag_f6864754]]) -> None:
417
+ if __debug__:
418
+ type_hints = typing.get_type_hints(_typecheckingstub__89f50ed2507493ec960d7f22a7f5e59b8cd846866c52a44638fb170da225c31a)
419
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
420
+ jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
421
+
422
+ @jsii.data_type(
423
+ jsii_type="aws-cdk-lib.aws_rtbfabric.CfnLink.ActionProperty",
424
+ jsii_struct_bases=[],
425
+ name_mapping={"header_tag": "headerTag", "no_bid": "noBid"},
426
+ )
427
+ class ActionProperty:
428
+ def __init__(
429
+ self,
430
+ *,
431
+ header_tag: typing.Union[_IResolvable_da3f097b, typing.Union["CfnLink.HeaderTagActionProperty", typing.Dict[builtins.str, typing.Any]]],
432
+ no_bid: typing.Union[_IResolvable_da3f097b, typing.Union["CfnLink.NoBidActionProperty", typing.Dict[builtins.str, typing.Any]]],
433
+ ) -> None:
434
+ '''Describes a bid action.
435
+
436
+ :param header_tag: Describes the header tag for a bid action.
437
+ :param no_bid: Describes the parameters of a no bid module.
438
+
439
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-action.html
440
+ :exampleMetadata: fixture=_generated
441
+
442
+ Example::
443
+
444
+ # The code below shows an example of how to instantiate this type.
445
+ # The values are placeholders you should change.
446
+ from aws_cdk import aws_rtbfabric as rtbfabric
447
+
448
+ action_property = rtbfabric.CfnLink.ActionProperty(
449
+ header_tag=rtbfabric.CfnLink.HeaderTagActionProperty(
450
+ name="name",
451
+ value="value"
452
+ ),
453
+ no_bid=rtbfabric.CfnLink.NoBidActionProperty(
454
+ no_bid_reason_code=123
455
+ )
456
+ )
457
+ '''
458
+ if __debug__:
459
+ type_hints = typing.get_type_hints(_typecheckingstub__d6894eb0ca15bfc1becb971f044daaafc323280b5c36040bf05b97a7db16c1c6)
460
+ check_type(argname="argument header_tag", value=header_tag, expected_type=type_hints["header_tag"])
461
+ check_type(argname="argument no_bid", value=no_bid, expected_type=type_hints["no_bid"])
462
+ self._values: typing.Dict[builtins.str, typing.Any] = {
463
+ "header_tag": header_tag,
464
+ "no_bid": no_bid,
465
+ }
466
+
467
+ @builtins.property
468
+ def header_tag(
469
+ self,
470
+ ) -> typing.Union[_IResolvable_da3f097b, "CfnLink.HeaderTagActionProperty"]:
471
+ '''Describes the header tag for a bid action.
472
+
473
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-action.html#cfn-rtbfabric-link-action-headertag
474
+ '''
475
+ result = self._values.get("header_tag")
476
+ assert result is not None, "Required property 'header_tag' is missing"
477
+ return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnLink.HeaderTagActionProperty"], result)
478
+
479
+ @builtins.property
480
+ def no_bid(
481
+ self,
482
+ ) -> typing.Union[_IResolvable_da3f097b, "CfnLink.NoBidActionProperty"]:
483
+ '''Describes the parameters of a no bid module.
484
+
485
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-action.html#cfn-rtbfabric-link-action-nobid
486
+ '''
487
+ result = self._values.get("no_bid")
488
+ assert result is not None, "Required property 'no_bid' is missing"
489
+ return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnLink.NoBidActionProperty"], result)
490
+
491
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
492
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
493
+
494
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
495
+ return not (rhs == self)
496
+
497
+ def __repr__(self) -> str:
498
+ return "ActionProperty(%s)" % ", ".join(
499
+ k + "=" + repr(v) for k, v in self._values.items()
500
+ )
501
+
502
+ @jsii.data_type(
503
+ jsii_type="aws-cdk-lib.aws_rtbfabric.CfnLink.ApplicationLogsProperty",
504
+ jsii_struct_bases=[],
505
+ name_mapping={"link_application_log_sampling": "linkApplicationLogSampling"},
506
+ )
507
+ class ApplicationLogsProperty:
508
+ def __init__(
509
+ self,
510
+ *,
511
+ link_application_log_sampling: typing.Union[_IResolvable_da3f097b, typing.Union["CfnLink.LinkApplicationLogSamplingProperty", typing.Dict[builtins.str, typing.Any]]],
512
+ ) -> None:
513
+ '''Describes the configuration of a link application log.
514
+
515
+ :param link_application_log_sampling: Describes a link application log sample.
516
+
517
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-applicationlogs.html
518
+ :exampleMetadata: fixture=_generated
519
+
520
+ Example::
521
+
522
+ # The code below shows an example of how to instantiate this type.
523
+ # The values are placeholders you should change.
524
+ from aws_cdk import aws_rtbfabric as rtbfabric
525
+
526
+ application_logs_property = rtbfabric.CfnLink.ApplicationLogsProperty(
527
+ link_application_log_sampling=rtbfabric.CfnLink.LinkApplicationLogSamplingProperty(
528
+ error_log=123,
529
+ filter_log=123
530
+ )
531
+ )
532
+ '''
533
+ if __debug__:
534
+ type_hints = typing.get_type_hints(_typecheckingstub__386c1f58d2f3cd26972e49e1d069f69cd28a5e0106e1e75cdd6b149047a40486)
535
+ check_type(argname="argument link_application_log_sampling", value=link_application_log_sampling, expected_type=type_hints["link_application_log_sampling"])
536
+ self._values: typing.Dict[builtins.str, typing.Any] = {
537
+ "link_application_log_sampling": link_application_log_sampling,
538
+ }
539
+
540
+ @builtins.property
541
+ def link_application_log_sampling(
542
+ self,
543
+ ) -> typing.Union[_IResolvable_da3f097b, "CfnLink.LinkApplicationLogSamplingProperty"]:
544
+ '''Describes a link application log sample.
545
+
546
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-applicationlogs.html#cfn-rtbfabric-link-applicationlogs-linkapplicationlogsampling
547
+ '''
548
+ result = self._values.get("link_application_log_sampling")
549
+ assert result is not None, "Required property 'link_application_log_sampling' is missing"
550
+ return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnLink.LinkApplicationLogSamplingProperty"], result)
551
+
552
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
553
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
554
+
555
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
556
+ return not (rhs == self)
557
+
558
+ def __repr__(self) -> str:
559
+ return "ApplicationLogsProperty(%s)" % ", ".join(
560
+ k + "=" + repr(v) for k, v in self._values.items()
561
+ )
562
+
563
+ @jsii.data_type(
564
+ jsii_type="aws-cdk-lib.aws_rtbfabric.CfnLink.FilterCriterionProperty",
565
+ jsii_struct_bases=[],
566
+ name_mapping={"path": "path", "values": "values"},
567
+ )
568
+ class FilterCriterionProperty:
569
+ def __init__(
570
+ self,
571
+ *,
572
+ path: builtins.str,
573
+ values: typing.Sequence[builtins.str],
574
+ ) -> None:
575
+ '''Describes the criteria for a filter.
576
+
577
+ :param path: The path to filter.
578
+ :param values: The value to filter.
579
+
580
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-filtercriterion.html
581
+ :exampleMetadata: fixture=_generated
582
+
583
+ Example::
584
+
585
+ # The code below shows an example of how to instantiate this type.
586
+ # The values are placeholders you should change.
587
+ from aws_cdk import aws_rtbfabric as rtbfabric
588
+
589
+ filter_criterion_property = rtbfabric.CfnLink.FilterCriterionProperty(
590
+ path="path",
591
+ values=["values"]
592
+ )
593
+ '''
594
+ if __debug__:
595
+ type_hints = typing.get_type_hints(_typecheckingstub__976a810fd8399ef10076aa8ff21db3814228728d51cbe483206baf947e14d22a)
596
+ check_type(argname="argument path", value=path, expected_type=type_hints["path"])
597
+ check_type(argname="argument values", value=values, expected_type=type_hints["values"])
598
+ self._values: typing.Dict[builtins.str, typing.Any] = {
599
+ "path": path,
600
+ "values": values,
601
+ }
602
+
603
+ @builtins.property
604
+ def path(self) -> builtins.str:
605
+ '''The path to filter.
606
+
607
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-filtercriterion.html#cfn-rtbfabric-link-filtercriterion-path
608
+ '''
609
+ result = self._values.get("path")
610
+ assert result is not None, "Required property 'path' is missing"
611
+ return typing.cast(builtins.str, result)
612
+
613
+ @builtins.property
614
+ def values(self) -> typing.List[builtins.str]:
615
+ '''The value to filter.
616
+
617
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-filtercriterion.html#cfn-rtbfabric-link-filtercriterion-values
618
+ '''
619
+ result = self._values.get("values")
620
+ assert result is not None, "Required property 'values' is missing"
621
+ return typing.cast(typing.List[builtins.str], result)
622
+
623
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
624
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
625
+
626
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
627
+ return not (rhs == self)
628
+
629
+ def __repr__(self) -> str:
630
+ return "FilterCriterionProperty(%s)" % ", ".join(
631
+ k + "=" + repr(v) for k, v in self._values.items()
632
+ )
633
+
634
+ @jsii.data_type(
635
+ jsii_type="aws-cdk-lib.aws_rtbfabric.CfnLink.FilterProperty",
636
+ jsii_struct_bases=[],
637
+ name_mapping={"criteria": "criteria"},
638
+ )
639
+ class FilterProperty:
640
+ def __init__(
641
+ self,
642
+ *,
643
+ criteria: typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnLink.FilterCriterionProperty", typing.Dict[builtins.str, typing.Any]]]]],
644
+ ) -> None:
645
+ '''Describes the configuration of a filter.
646
+
647
+ :param criteria: Describes the criteria for a filter.
648
+
649
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-filter.html
650
+ :exampleMetadata: fixture=_generated
651
+
652
+ Example::
653
+
654
+ # The code below shows an example of how to instantiate this type.
655
+ # The values are placeholders you should change.
656
+ from aws_cdk import aws_rtbfabric as rtbfabric
657
+
658
+ filter_property = rtbfabric.CfnLink.FilterProperty(
659
+ criteria=[rtbfabric.CfnLink.FilterCriterionProperty(
660
+ path="path",
661
+ values=["values"]
662
+ )]
663
+ )
664
+ '''
665
+ if __debug__:
666
+ type_hints = typing.get_type_hints(_typecheckingstub__bcc0e2535e30885c51d63b7ca099b67d5c103991ad0d521226fd949185ecf18a)
667
+ check_type(argname="argument criteria", value=criteria, expected_type=type_hints["criteria"])
668
+ self._values: typing.Dict[builtins.str, typing.Any] = {
669
+ "criteria": criteria,
670
+ }
671
+
672
+ @builtins.property
673
+ def criteria(
674
+ self,
675
+ ) -> typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnLink.FilterCriterionProperty"]]]:
676
+ '''Describes the criteria for a filter.
677
+
678
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-filter.html#cfn-rtbfabric-link-filter-criteria
679
+ '''
680
+ result = self._values.get("criteria")
681
+ assert result is not None, "Required property 'criteria' is missing"
682
+ return typing.cast(typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnLink.FilterCriterionProperty"]]], result)
683
+
684
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
685
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
686
+
687
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
688
+ return not (rhs == self)
689
+
690
+ def __repr__(self) -> str:
691
+ return "FilterProperty(%s)" % ", ".join(
692
+ k + "=" + repr(v) for k, v in self._values.items()
693
+ )
694
+
695
+ @jsii.data_type(
696
+ jsii_type="aws-cdk-lib.aws_rtbfabric.CfnLink.HeaderTagActionProperty",
697
+ jsii_struct_bases=[],
698
+ name_mapping={"name": "name", "value": "value"},
699
+ )
700
+ class HeaderTagActionProperty:
701
+ def __init__(self, *, name: builtins.str, value: builtins.str) -> None:
702
+ '''Describes the header tag for a bid action.
703
+
704
+ :param name: The name of the bid action.
705
+ :param value: The value of the bid action.
706
+
707
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-headertagaction.html
708
+ :exampleMetadata: fixture=_generated
709
+
710
+ Example::
711
+
712
+ # The code below shows an example of how to instantiate this type.
713
+ # The values are placeholders you should change.
714
+ from aws_cdk import aws_rtbfabric as rtbfabric
715
+
716
+ header_tag_action_property = rtbfabric.CfnLink.HeaderTagActionProperty(
717
+ name="name",
718
+ value="value"
719
+ )
720
+ '''
721
+ if __debug__:
722
+ type_hints = typing.get_type_hints(_typecheckingstub__48d14abad5b3d72432a046c98d69a1dbaed71327059ccfad80adc96630cb3dd4)
723
+ check_type(argname="argument name", value=name, expected_type=type_hints["name"])
724
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
725
+ self._values: typing.Dict[builtins.str, typing.Any] = {
726
+ "name": name,
727
+ "value": value,
728
+ }
729
+
730
+ @builtins.property
731
+ def name(self) -> builtins.str:
732
+ '''The name of the bid action.
733
+
734
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-headertagaction.html#cfn-rtbfabric-link-headertagaction-name
735
+ '''
736
+ result = self._values.get("name")
737
+ assert result is not None, "Required property 'name' is missing"
738
+ return typing.cast(builtins.str, result)
739
+
740
+ @builtins.property
741
+ def value(self) -> builtins.str:
742
+ '''The value of the bid action.
743
+
744
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-headertagaction.html#cfn-rtbfabric-link-headertagaction-value
745
+ '''
746
+ result = self._values.get("value")
747
+ assert result is not None, "Required property 'value' is missing"
748
+ return typing.cast(builtins.str, result)
749
+
750
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
751
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
752
+
753
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
754
+ return not (rhs == self)
755
+
756
+ def __repr__(self) -> str:
757
+ return "HeaderTagActionProperty(%s)" % ", ".join(
758
+ k + "=" + repr(v) for k, v in self._values.items()
759
+ )
760
+
761
+ @jsii.data_type(
762
+ jsii_type="aws-cdk-lib.aws_rtbfabric.CfnLink.LinkApplicationLogSamplingProperty",
763
+ jsii_struct_bases=[],
764
+ name_mapping={"error_log": "errorLog", "filter_log": "filterLog"},
765
+ )
766
+ class LinkApplicationLogSamplingProperty:
767
+ def __init__(self, *, error_log: jsii.Number, filter_log: jsii.Number) -> None:
768
+ '''Describes a link application log sample.
769
+
770
+ :param error_log: An error log entry.
771
+ :param filter_log: A filter log entry.
772
+
773
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-linkapplicationlogsampling.html
774
+ :exampleMetadata: fixture=_generated
775
+
776
+ Example::
777
+
778
+ # The code below shows an example of how to instantiate this type.
779
+ # The values are placeholders you should change.
780
+ from aws_cdk import aws_rtbfabric as rtbfabric
781
+
782
+ link_application_log_sampling_property = rtbfabric.CfnLink.LinkApplicationLogSamplingProperty(
783
+ error_log=123,
784
+ filter_log=123
785
+ )
786
+ '''
787
+ if __debug__:
788
+ type_hints = typing.get_type_hints(_typecheckingstub__cc1221d9bdb6ac10224d2e809d5a57a5e79c1624f9b25a6d8868856fb5441212)
789
+ check_type(argname="argument error_log", value=error_log, expected_type=type_hints["error_log"])
790
+ check_type(argname="argument filter_log", value=filter_log, expected_type=type_hints["filter_log"])
791
+ self._values: typing.Dict[builtins.str, typing.Any] = {
792
+ "error_log": error_log,
793
+ "filter_log": filter_log,
794
+ }
795
+
796
+ @builtins.property
797
+ def error_log(self) -> jsii.Number:
798
+ '''An error log entry.
799
+
800
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-linkapplicationlogsampling.html#cfn-rtbfabric-link-linkapplicationlogsampling-errorlog
801
+ '''
802
+ result = self._values.get("error_log")
803
+ assert result is not None, "Required property 'error_log' is missing"
804
+ return typing.cast(jsii.Number, result)
805
+
806
+ @builtins.property
807
+ def filter_log(self) -> jsii.Number:
808
+ '''A filter log entry.
809
+
810
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-linkapplicationlogsampling.html#cfn-rtbfabric-link-linkapplicationlogsampling-filterlog
811
+ '''
812
+ result = self._values.get("filter_log")
813
+ assert result is not None, "Required property 'filter_log' is missing"
814
+ return typing.cast(jsii.Number, result)
815
+
816
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
817
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
818
+
819
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
820
+ return not (rhs == self)
821
+
822
+ def __repr__(self) -> str:
823
+ return "LinkApplicationLogSamplingProperty(%s)" % ", ".join(
824
+ k + "=" + repr(v) for k, v in self._values.items()
825
+ )
826
+
827
+ @jsii.data_type(
828
+ jsii_type="aws-cdk-lib.aws_rtbfabric.CfnLink.LinkAttributesProperty",
829
+ jsii_struct_bases=[],
830
+ name_mapping={
831
+ "customer_provided_id": "customerProvidedId",
832
+ "responder_error_masking": "responderErrorMasking",
833
+ },
834
+ )
835
+ class LinkAttributesProperty:
836
+ def __init__(
837
+ self,
838
+ *,
839
+ customer_provided_id: typing.Optional[builtins.str] = None,
840
+ responder_error_masking: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnLink.ResponderErrorMaskingForHttpCodeProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
841
+ ) -> None:
842
+ '''Describes the attributes of a link.
843
+
844
+ :param customer_provided_id: The customer-provided unique identifier of the link.
845
+ :param responder_error_masking: Describes the masking for HTTP error codes.
846
+
847
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-linkattributes.html
848
+ :exampleMetadata: fixture=_generated
849
+
850
+ Example::
851
+
852
+ # The code below shows an example of how to instantiate this type.
853
+ # The values are placeholders you should change.
854
+ from aws_cdk import aws_rtbfabric as rtbfabric
855
+
856
+ link_attributes_property = rtbfabric.CfnLink.LinkAttributesProperty(
857
+ customer_provided_id="customerProvidedId",
858
+ responder_error_masking=[rtbfabric.CfnLink.ResponderErrorMaskingForHttpCodeProperty(
859
+ action="action",
860
+ http_code="httpCode",
861
+ logging_types=["loggingTypes"],
862
+
863
+ # the properties below are optional
864
+ response_logging_percentage=123
865
+ )]
866
+ )
867
+ '''
868
+ if __debug__:
869
+ type_hints = typing.get_type_hints(_typecheckingstub__9d88f2ed7a2e18d0a7f048f2648cd6744718ec16fcf5c0c157a303ced0fe42a8)
870
+ check_type(argname="argument customer_provided_id", value=customer_provided_id, expected_type=type_hints["customer_provided_id"])
871
+ check_type(argname="argument responder_error_masking", value=responder_error_masking, expected_type=type_hints["responder_error_masking"])
872
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
873
+ if customer_provided_id is not None:
874
+ self._values["customer_provided_id"] = customer_provided_id
875
+ if responder_error_masking is not None:
876
+ self._values["responder_error_masking"] = responder_error_masking
877
+
878
+ @builtins.property
879
+ def customer_provided_id(self) -> typing.Optional[builtins.str]:
880
+ '''The customer-provided unique identifier of the link.
881
+
882
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-linkattributes.html#cfn-rtbfabric-link-linkattributes-customerprovidedid
883
+ '''
884
+ result = self._values.get("customer_provided_id")
885
+ return typing.cast(typing.Optional[builtins.str], result)
886
+
887
+ @builtins.property
888
+ def responder_error_masking(
889
+ self,
890
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnLink.ResponderErrorMaskingForHttpCodeProperty"]]]]:
891
+ '''Describes the masking for HTTP error codes.
892
+
893
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-linkattributes.html#cfn-rtbfabric-link-linkattributes-respondererrormasking
894
+ '''
895
+ result = self._values.get("responder_error_masking")
896
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnLink.ResponderErrorMaskingForHttpCodeProperty"]]]], result)
897
+
898
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
899
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
900
+
901
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
902
+ return not (rhs == self)
903
+
904
+ def __repr__(self) -> str:
905
+ return "LinkAttributesProperty(%s)" % ", ".join(
906
+ k + "=" + repr(v) for k, v in self._values.items()
907
+ )
908
+
909
+ @jsii.data_type(
910
+ jsii_type="aws-cdk-lib.aws_rtbfabric.CfnLink.LinkLogSettingsProperty",
911
+ jsii_struct_bases=[],
912
+ name_mapping={"application_logs": "applicationLogs"},
913
+ )
914
+ class LinkLogSettingsProperty:
915
+ def __init__(
916
+ self,
917
+ *,
918
+ application_logs: typing.Union[_IResolvable_da3f097b, typing.Union["CfnLink.ApplicationLogsProperty", typing.Dict[builtins.str, typing.Any]]],
919
+ ) -> None:
920
+ '''Describes the settings for a link log.
921
+
922
+ :param application_logs: Describes the configuration of a link application log.
923
+
924
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-linklogsettings.html
925
+ :exampleMetadata: fixture=_generated
926
+
927
+ Example::
928
+
929
+ # The code below shows an example of how to instantiate this type.
930
+ # The values are placeholders you should change.
931
+ from aws_cdk import aws_rtbfabric as rtbfabric
932
+
933
+ link_log_settings_property = rtbfabric.CfnLink.LinkLogSettingsProperty(
934
+ application_logs=rtbfabric.CfnLink.ApplicationLogsProperty(
935
+ link_application_log_sampling=rtbfabric.CfnLink.LinkApplicationLogSamplingProperty(
936
+ error_log=123,
937
+ filter_log=123
938
+ )
939
+ )
940
+ )
941
+ '''
942
+ if __debug__:
943
+ type_hints = typing.get_type_hints(_typecheckingstub__e62485742cc7a54f6e2603b3db9f4a68a14d224e255f6337f68e83e4464ec0de)
944
+ check_type(argname="argument application_logs", value=application_logs, expected_type=type_hints["application_logs"])
945
+ self._values: typing.Dict[builtins.str, typing.Any] = {
946
+ "application_logs": application_logs,
947
+ }
948
+
949
+ @builtins.property
950
+ def application_logs(
951
+ self,
952
+ ) -> typing.Union[_IResolvable_da3f097b, "CfnLink.ApplicationLogsProperty"]:
953
+ '''Describes the configuration of a link application log.
954
+
955
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-linklogsettings.html#cfn-rtbfabric-link-linklogsettings-applicationlogs
956
+ '''
957
+ result = self._values.get("application_logs")
958
+ assert result is not None, "Required property 'application_logs' is missing"
959
+ return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnLink.ApplicationLogsProperty"], result)
960
+
961
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
962
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
963
+
964
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
965
+ return not (rhs == self)
966
+
967
+ def __repr__(self) -> str:
968
+ return "LinkLogSettingsProperty(%s)" % ", ".join(
969
+ k + "=" + repr(v) for k, v in self._values.items()
970
+ )
971
+
972
+ @jsii.data_type(
973
+ jsii_type="aws-cdk-lib.aws_rtbfabric.CfnLink.ModuleConfigurationProperty",
974
+ jsii_struct_bases=[],
975
+ name_mapping={
976
+ "name": "name",
977
+ "depends_on": "dependsOn",
978
+ "module_parameters": "moduleParameters",
979
+ "version": "version",
980
+ },
981
+ )
982
+ class ModuleConfigurationProperty:
983
+ def __init__(
984
+ self,
985
+ *,
986
+ name: builtins.str,
987
+ depends_on: typing.Optional[typing.Sequence[builtins.str]] = None,
988
+ module_parameters: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnLink.ModuleParametersProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
989
+ version: typing.Optional[builtins.str] = None,
990
+ ) -> None:
991
+ '''Describes the configuration of a module.
992
+
993
+ :param name: The name of the module.
994
+ :param depends_on: The dependencies of the module.
995
+ :param module_parameters: Describes the parameters of a module.
996
+ :param version: The version of the module.
997
+
998
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-moduleconfiguration.html
999
+ :exampleMetadata: fixture=_generated
1000
+
1001
+ Example::
1002
+
1003
+ # The code below shows an example of how to instantiate this type.
1004
+ # The values are placeholders you should change.
1005
+ from aws_cdk import aws_rtbfabric as rtbfabric
1006
+
1007
+ module_configuration_property = rtbfabric.CfnLink.ModuleConfigurationProperty(
1008
+ name="name",
1009
+
1010
+ # the properties below are optional
1011
+ depends_on=["dependsOn"],
1012
+ module_parameters=rtbfabric.CfnLink.ModuleParametersProperty(
1013
+ no_bid=rtbfabric.CfnLink.NoBidModuleParametersProperty(
1014
+ pass_through_percentage=123,
1015
+ reason="reason",
1016
+ reason_code=123
1017
+ ),
1018
+ open_rtb_attribute=rtbfabric.CfnLink.OpenRtbAttributeModuleParametersProperty(
1019
+ action=rtbfabric.CfnLink.ActionProperty(
1020
+ header_tag=rtbfabric.CfnLink.HeaderTagActionProperty(
1021
+ name="name",
1022
+ value="value"
1023
+ ),
1024
+ no_bid=rtbfabric.CfnLink.NoBidActionProperty(
1025
+ no_bid_reason_code=123
1026
+ )
1027
+ ),
1028
+ filter_configuration=[rtbfabric.CfnLink.FilterProperty(
1029
+ criteria=[rtbfabric.CfnLink.FilterCriterionProperty(
1030
+ path="path",
1031
+ values=["values"]
1032
+ )]
1033
+ )],
1034
+ filter_type="filterType",
1035
+ holdback_percentage=123
1036
+ )
1037
+ ),
1038
+ version="version"
1039
+ )
1040
+ '''
1041
+ if __debug__:
1042
+ type_hints = typing.get_type_hints(_typecheckingstub__82be0aba67824a4714ca848063dd6c387779b7a60080807fbc17ba6f58442821)
1043
+ check_type(argname="argument name", value=name, expected_type=type_hints["name"])
1044
+ check_type(argname="argument depends_on", value=depends_on, expected_type=type_hints["depends_on"])
1045
+ check_type(argname="argument module_parameters", value=module_parameters, expected_type=type_hints["module_parameters"])
1046
+ check_type(argname="argument version", value=version, expected_type=type_hints["version"])
1047
+ self._values: typing.Dict[builtins.str, typing.Any] = {
1048
+ "name": name,
1049
+ }
1050
+ if depends_on is not None:
1051
+ self._values["depends_on"] = depends_on
1052
+ if module_parameters is not None:
1053
+ self._values["module_parameters"] = module_parameters
1054
+ if version is not None:
1055
+ self._values["version"] = version
1056
+
1057
+ @builtins.property
1058
+ def name(self) -> builtins.str:
1059
+ '''The name of the module.
1060
+
1061
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-moduleconfiguration.html#cfn-rtbfabric-link-moduleconfiguration-name
1062
+ '''
1063
+ result = self._values.get("name")
1064
+ assert result is not None, "Required property 'name' is missing"
1065
+ return typing.cast(builtins.str, result)
1066
+
1067
+ @builtins.property
1068
+ def depends_on(self) -> typing.Optional[typing.List[builtins.str]]:
1069
+ '''The dependencies of the module.
1070
+
1071
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-moduleconfiguration.html#cfn-rtbfabric-link-moduleconfiguration-dependson
1072
+ '''
1073
+ result = self._values.get("depends_on")
1074
+ return typing.cast(typing.Optional[typing.List[builtins.str]], result)
1075
+
1076
+ @builtins.property
1077
+ def module_parameters(
1078
+ self,
1079
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnLink.ModuleParametersProperty"]]:
1080
+ '''Describes the parameters of a module.
1081
+
1082
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-moduleconfiguration.html#cfn-rtbfabric-link-moduleconfiguration-moduleparameters
1083
+ '''
1084
+ result = self._values.get("module_parameters")
1085
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnLink.ModuleParametersProperty"]], result)
1086
+
1087
+ @builtins.property
1088
+ def version(self) -> typing.Optional[builtins.str]:
1089
+ '''The version of the module.
1090
+
1091
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-moduleconfiguration.html#cfn-rtbfabric-link-moduleconfiguration-version
1092
+ '''
1093
+ result = self._values.get("version")
1094
+ return typing.cast(typing.Optional[builtins.str], result)
1095
+
1096
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
1097
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
1098
+
1099
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
1100
+ return not (rhs == self)
1101
+
1102
+ def __repr__(self) -> str:
1103
+ return "ModuleConfigurationProperty(%s)" % ", ".join(
1104
+ k + "=" + repr(v) for k, v in self._values.items()
1105
+ )
1106
+
1107
+ @jsii.data_type(
1108
+ jsii_type="aws-cdk-lib.aws_rtbfabric.CfnLink.ModuleParametersProperty",
1109
+ jsii_struct_bases=[],
1110
+ name_mapping={"no_bid": "noBid", "open_rtb_attribute": "openRtbAttribute"},
1111
+ )
1112
+ class ModuleParametersProperty:
1113
+ def __init__(
1114
+ self,
1115
+ *,
1116
+ no_bid: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnLink.NoBidModuleParametersProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
1117
+ open_rtb_attribute: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnLink.OpenRtbAttributeModuleParametersProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
1118
+ ) -> None:
1119
+ '''Describes the parameters of a module.
1120
+
1121
+ :param no_bid: Describes the parameters of a no bid module.
1122
+ :param open_rtb_attribute: Describes the parameters of an open RTB attribute module.
1123
+
1124
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-moduleparameters.html
1125
+ :exampleMetadata: fixture=_generated
1126
+
1127
+ Example::
1128
+
1129
+ # The code below shows an example of how to instantiate this type.
1130
+ # The values are placeholders you should change.
1131
+ from aws_cdk import aws_rtbfabric as rtbfabric
1132
+
1133
+ module_parameters_property = rtbfabric.CfnLink.ModuleParametersProperty(
1134
+ no_bid=rtbfabric.CfnLink.NoBidModuleParametersProperty(
1135
+ pass_through_percentage=123,
1136
+ reason="reason",
1137
+ reason_code=123
1138
+ ),
1139
+ open_rtb_attribute=rtbfabric.CfnLink.OpenRtbAttributeModuleParametersProperty(
1140
+ action=rtbfabric.CfnLink.ActionProperty(
1141
+ header_tag=rtbfabric.CfnLink.HeaderTagActionProperty(
1142
+ name="name",
1143
+ value="value"
1144
+ ),
1145
+ no_bid=rtbfabric.CfnLink.NoBidActionProperty(
1146
+ no_bid_reason_code=123
1147
+ )
1148
+ ),
1149
+ filter_configuration=[rtbfabric.CfnLink.FilterProperty(
1150
+ criteria=[rtbfabric.CfnLink.FilterCriterionProperty(
1151
+ path="path",
1152
+ values=["values"]
1153
+ )]
1154
+ )],
1155
+ filter_type="filterType",
1156
+ holdback_percentage=123
1157
+ )
1158
+ )
1159
+ '''
1160
+ if __debug__:
1161
+ type_hints = typing.get_type_hints(_typecheckingstub__910c77dbedb644758dff1f600f9a05ab181cc893c92bc153462d376122dba51d)
1162
+ check_type(argname="argument no_bid", value=no_bid, expected_type=type_hints["no_bid"])
1163
+ check_type(argname="argument open_rtb_attribute", value=open_rtb_attribute, expected_type=type_hints["open_rtb_attribute"])
1164
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
1165
+ if no_bid is not None:
1166
+ self._values["no_bid"] = no_bid
1167
+ if open_rtb_attribute is not None:
1168
+ self._values["open_rtb_attribute"] = open_rtb_attribute
1169
+
1170
+ @builtins.property
1171
+ def no_bid(
1172
+ self,
1173
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnLink.NoBidModuleParametersProperty"]]:
1174
+ '''Describes the parameters of a no bid module.
1175
+
1176
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-moduleparameters.html#cfn-rtbfabric-link-moduleparameters-nobid
1177
+ '''
1178
+ result = self._values.get("no_bid")
1179
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnLink.NoBidModuleParametersProperty"]], result)
1180
+
1181
+ @builtins.property
1182
+ def open_rtb_attribute(
1183
+ self,
1184
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnLink.OpenRtbAttributeModuleParametersProperty"]]:
1185
+ '''Describes the parameters of an open RTB attribute module.
1186
+
1187
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-moduleparameters.html#cfn-rtbfabric-link-moduleparameters-openrtbattribute
1188
+ '''
1189
+ result = self._values.get("open_rtb_attribute")
1190
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnLink.OpenRtbAttributeModuleParametersProperty"]], result)
1191
+
1192
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
1193
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
1194
+
1195
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
1196
+ return not (rhs == self)
1197
+
1198
+ def __repr__(self) -> str:
1199
+ return "ModuleParametersProperty(%s)" % ", ".join(
1200
+ k + "=" + repr(v) for k, v in self._values.items()
1201
+ )
1202
+
1203
+ @jsii.data_type(
1204
+ jsii_type="aws-cdk-lib.aws_rtbfabric.CfnLink.NoBidActionProperty",
1205
+ jsii_struct_bases=[],
1206
+ name_mapping={"no_bid_reason_code": "noBidReasonCode"},
1207
+ )
1208
+ class NoBidActionProperty:
1209
+ def __init__(
1210
+ self,
1211
+ *,
1212
+ no_bid_reason_code: typing.Optional[jsii.Number] = None,
1213
+ ) -> None:
1214
+ '''Describes a no bid action.
1215
+
1216
+ :param no_bid_reason_code: The reason code for the no bid action.
1217
+
1218
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-nobidaction.html
1219
+ :exampleMetadata: fixture=_generated
1220
+
1221
+ Example::
1222
+
1223
+ # The code below shows an example of how to instantiate this type.
1224
+ # The values are placeholders you should change.
1225
+ from aws_cdk import aws_rtbfabric as rtbfabric
1226
+
1227
+ no_bid_action_property = rtbfabric.CfnLink.NoBidActionProperty(
1228
+ no_bid_reason_code=123
1229
+ )
1230
+ '''
1231
+ if __debug__:
1232
+ type_hints = typing.get_type_hints(_typecheckingstub__d808313ff4cbeeb74cf4ac496addde75cf42f9a64b0c9069d77342b5f26420c6)
1233
+ check_type(argname="argument no_bid_reason_code", value=no_bid_reason_code, expected_type=type_hints["no_bid_reason_code"])
1234
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
1235
+ if no_bid_reason_code is not None:
1236
+ self._values["no_bid_reason_code"] = no_bid_reason_code
1237
+
1238
+ @builtins.property
1239
+ def no_bid_reason_code(self) -> typing.Optional[jsii.Number]:
1240
+ '''The reason code for the no bid action.
1241
+
1242
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-nobidaction.html#cfn-rtbfabric-link-nobidaction-nobidreasoncode
1243
+ '''
1244
+ result = self._values.get("no_bid_reason_code")
1245
+ return typing.cast(typing.Optional[jsii.Number], result)
1246
+
1247
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
1248
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
1249
+
1250
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
1251
+ return not (rhs == self)
1252
+
1253
+ def __repr__(self) -> str:
1254
+ return "NoBidActionProperty(%s)" % ", ".join(
1255
+ k + "=" + repr(v) for k, v in self._values.items()
1256
+ )
1257
+
1258
+ @jsii.data_type(
1259
+ jsii_type="aws-cdk-lib.aws_rtbfabric.CfnLink.NoBidModuleParametersProperty",
1260
+ jsii_struct_bases=[],
1261
+ name_mapping={
1262
+ "pass_through_percentage": "passThroughPercentage",
1263
+ "reason": "reason",
1264
+ "reason_code": "reasonCode",
1265
+ },
1266
+ )
1267
+ class NoBidModuleParametersProperty:
1268
+ def __init__(
1269
+ self,
1270
+ *,
1271
+ pass_through_percentage: typing.Optional[jsii.Number] = None,
1272
+ reason: typing.Optional[builtins.str] = None,
1273
+ reason_code: typing.Optional[jsii.Number] = None,
1274
+ ) -> None:
1275
+ '''Describes the parameters of a no bid module.
1276
+
1277
+ :param pass_through_percentage: The pass through percentage.
1278
+ :param reason: The reason description.
1279
+ :param reason_code: The reason code.
1280
+
1281
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-nobidmoduleparameters.html
1282
+ :exampleMetadata: fixture=_generated
1283
+
1284
+ Example::
1285
+
1286
+ # The code below shows an example of how to instantiate this type.
1287
+ # The values are placeholders you should change.
1288
+ from aws_cdk import aws_rtbfabric as rtbfabric
1289
+
1290
+ no_bid_module_parameters_property = rtbfabric.CfnLink.NoBidModuleParametersProperty(
1291
+ pass_through_percentage=123,
1292
+ reason="reason",
1293
+ reason_code=123
1294
+ )
1295
+ '''
1296
+ if __debug__:
1297
+ type_hints = typing.get_type_hints(_typecheckingstub__65534e5849f21132ce42911f7b88232db1b4cc75a5d56fc3c669b59b4d829b0c)
1298
+ check_type(argname="argument pass_through_percentage", value=pass_through_percentage, expected_type=type_hints["pass_through_percentage"])
1299
+ check_type(argname="argument reason", value=reason, expected_type=type_hints["reason"])
1300
+ check_type(argname="argument reason_code", value=reason_code, expected_type=type_hints["reason_code"])
1301
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
1302
+ if pass_through_percentage is not None:
1303
+ self._values["pass_through_percentage"] = pass_through_percentage
1304
+ if reason is not None:
1305
+ self._values["reason"] = reason
1306
+ if reason_code is not None:
1307
+ self._values["reason_code"] = reason_code
1308
+
1309
+ @builtins.property
1310
+ def pass_through_percentage(self) -> typing.Optional[jsii.Number]:
1311
+ '''The pass through percentage.
1312
+
1313
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-nobidmoduleparameters.html#cfn-rtbfabric-link-nobidmoduleparameters-passthroughpercentage
1314
+ '''
1315
+ result = self._values.get("pass_through_percentage")
1316
+ return typing.cast(typing.Optional[jsii.Number], result)
1317
+
1318
+ @builtins.property
1319
+ def reason(self) -> typing.Optional[builtins.str]:
1320
+ '''The reason description.
1321
+
1322
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-nobidmoduleparameters.html#cfn-rtbfabric-link-nobidmoduleparameters-reason
1323
+ '''
1324
+ result = self._values.get("reason")
1325
+ return typing.cast(typing.Optional[builtins.str], result)
1326
+
1327
+ @builtins.property
1328
+ def reason_code(self) -> typing.Optional[jsii.Number]:
1329
+ '''The reason code.
1330
+
1331
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-nobidmoduleparameters.html#cfn-rtbfabric-link-nobidmoduleparameters-reasoncode
1332
+ '''
1333
+ result = self._values.get("reason_code")
1334
+ return typing.cast(typing.Optional[jsii.Number], result)
1335
+
1336
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
1337
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
1338
+
1339
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
1340
+ return not (rhs == self)
1341
+
1342
+ def __repr__(self) -> str:
1343
+ return "NoBidModuleParametersProperty(%s)" % ", ".join(
1344
+ k + "=" + repr(v) for k, v in self._values.items()
1345
+ )
1346
+
1347
+ @jsii.data_type(
1348
+ jsii_type="aws-cdk-lib.aws_rtbfabric.CfnLink.OpenRtbAttributeModuleParametersProperty",
1349
+ jsii_struct_bases=[],
1350
+ name_mapping={
1351
+ "action": "action",
1352
+ "filter_configuration": "filterConfiguration",
1353
+ "filter_type": "filterType",
1354
+ "holdback_percentage": "holdbackPercentage",
1355
+ },
1356
+ )
1357
+ class OpenRtbAttributeModuleParametersProperty:
1358
+ def __init__(
1359
+ self,
1360
+ *,
1361
+ action: typing.Union[_IResolvable_da3f097b, typing.Union["CfnLink.ActionProperty", typing.Dict[builtins.str, typing.Any]]],
1362
+ filter_configuration: typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnLink.FilterProperty", typing.Dict[builtins.str, typing.Any]]]]],
1363
+ filter_type: builtins.str,
1364
+ holdback_percentage: jsii.Number,
1365
+ ) -> None:
1366
+ '''Describes the parameters of an open RTB attribute module.
1367
+
1368
+ :param action: Describes a bid action.
1369
+ :param filter_configuration: Describes the configuration of a filter.
1370
+ :param filter_type: The filter type.
1371
+ :param holdback_percentage: The hold back percentage.
1372
+
1373
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-openrtbattributemoduleparameters.html
1374
+ :exampleMetadata: fixture=_generated
1375
+
1376
+ Example::
1377
+
1378
+ # The code below shows an example of how to instantiate this type.
1379
+ # The values are placeholders you should change.
1380
+ from aws_cdk import aws_rtbfabric as rtbfabric
1381
+
1382
+ open_rtb_attribute_module_parameters_property = rtbfabric.CfnLink.OpenRtbAttributeModuleParametersProperty(
1383
+ action=rtbfabric.CfnLink.ActionProperty(
1384
+ header_tag=rtbfabric.CfnLink.HeaderTagActionProperty(
1385
+ name="name",
1386
+ value="value"
1387
+ ),
1388
+ no_bid=rtbfabric.CfnLink.NoBidActionProperty(
1389
+ no_bid_reason_code=123
1390
+ )
1391
+ ),
1392
+ filter_configuration=[rtbfabric.CfnLink.FilterProperty(
1393
+ criteria=[rtbfabric.CfnLink.FilterCriterionProperty(
1394
+ path="path",
1395
+ values=["values"]
1396
+ )]
1397
+ )],
1398
+ filter_type="filterType",
1399
+ holdback_percentage=123
1400
+ )
1401
+ '''
1402
+ if __debug__:
1403
+ type_hints = typing.get_type_hints(_typecheckingstub__0027d94142f38aa037892e813fefe1e1f6b9ef3d7a8927dcb4fe8fe3340158c5)
1404
+ check_type(argname="argument action", value=action, expected_type=type_hints["action"])
1405
+ check_type(argname="argument filter_configuration", value=filter_configuration, expected_type=type_hints["filter_configuration"])
1406
+ check_type(argname="argument filter_type", value=filter_type, expected_type=type_hints["filter_type"])
1407
+ check_type(argname="argument holdback_percentage", value=holdback_percentage, expected_type=type_hints["holdback_percentage"])
1408
+ self._values: typing.Dict[builtins.str, typing.Any] = {
1409
+ "action": action,
1410
+ "filter_configuration": filter_configuration,
1411
+ "filter_type": filter_type,
1412
+ "holdback_percentage": holdback_percentage,
1413
+ }
1414
+
1415
+ @builtins.property
1416
+ def action(
1417
+ self,
1418
+ ) -> typing.Union[_IResolvable_da3f097b, "CfnLink.ActionProperty"]:
1419
+ '''Describes a bid action.
1420
+
1421
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-openrtbattributemoduleparameters.html#cfn-rtbfabric-link-openrtbattributemoduleparameters-action
1422
+ '''
1423
+ result = self._values.get("action")
1424
+ assert result is not None, "Required property 'action' is missing"
1425
+ return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnLink.ActionProperty"], result)
1426
+
1427
+ @builtins.property
1428
+ def filter_configuration(
1429
+ self,
1430
+ ) -> typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnLink.FilterProperty"]]]:
1431
+ '''Describes the configuration of a filter.
1432
+
1433
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-openrtbattributemoduleparameters.html#cfn-rtbfabric-link-openrtbattributemoduleparameters-filterconfiguration
1434
+ '''
1435
+ result = self._values.get("filter_configuration")
1436
+ assert result is not None, "Required property 'filter_configuration' is missing"
1437
+ return typing.cast(typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnLink.FilterProperty"]]], result)
1438
+
1439
+ @builtins.property
1440
+ def filter_type(self) -> builtins.str:
1441
+ '''The filter type.
1442
+
1443
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-openrtbattributemoduleparameters.html#cfn-rtbfabric-link-openrtbattributemoduleparameters-filtertype
1444
+ '''
1445
+ result = self._values.get("filter_type")
1446
+ assert result is not None, "Required property 'filter_type' is missing"
1447
+ return typing.cast(builtins.str, result)
1448
+
1449
+ @builtins.property
1450
+ def holdback_percentage(self) -> jsii.Number:
1451
+ '''The hold back percentage.
1452
+
1453
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-openrtbattributemoduleparameters.html#cfn-rtbfabric-link-openrtbattributemoduleparameters-holdbackpercentage
1454
+ '''
1455
+ result = self._values.get("holdback_percentage")
1456
+ assert result is not None, "Required property 'holdback_percentage' is missing"
1457
+ return typing.cast(jsii.Number, result)
1458
+
1459
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
1460
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
1461
+
1462
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
1463
+ return not (rhs == self)
1464
+
1465
+ def __repr__(self) -> str:
1466
+ return "OpenRtbAttributeModuleParametersProperty(%s)" % ", ".join(
1467
+ k + "=" + repr(v) for k, v in self._values.items()
1468
+ )
1469
+
1470
+ @jsii.data_type(
1471
+ jsii_type="aws-cdk-lib.aws_rtbfabric.CfnLink.ResponderErrorMaskingForHttpCodeProperty",
1472
+ jsii_struct_bases=[],
1473
+ name_mapping={
1474
+ "action": "action",
1475
+ "http_code": "httpCode",
1476
+ "logging_types": "loggingTypes",
1477
+ "response_logging_percentage": "responseLoggingPercentage",
1478
+ },
1479
+ )
1480
+ class ResponderErrorMaskingForHttpCodeProperty:
1481
+ def __init__(
1482
+ self,
1483
+ *,
1484
+ action: builtins.str,
1485
+ http_code: builtins.str,
1486
+ logging_types: typing.Sequence[builtins.str],
1487
+ response_logging_percentage: typing.Optional[jsii.Number] = None,
1488
+ ) -> None:
1489
+ '''Describes the masking for HTTP error codes.
1490
+
1491
+ :param action: The action for the error..
1492
+ :param http_code: The HTTP error code.
1493
+ :param logging_types: The error log type.
1494
+ :param response_logging_percentage: The percentage of response logging.
1495
+
1496
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-respondererrormaskingforhttpcode.html
1497
+ :exampleMetadata: fixture=_generated
1498
+
1499
+ Example::
1500
+
1501
+ # The code below shows an example of how to instantiate this type.
1502
+ # The values are placeholders you should change.
1503
+ from aws_cdk import aws_rtbfabric as rtbfabric
1504
+
1505
+ responder_error_masking_for_http_code_property = rtbfabric.CfnLink.ResponderErrorMaskingForHttpCodeProperty(
1506
+ action="action",
1507
+ http_code="httpCode",
1508
+ logging_types=["loggingTypes"],
1509
+
1510
+ # the properties below are optional
1511
+ response_logging_percentage=123
1512
+ )
1513
+ '''
1514
+ if __debug__:
1515
+ type_hints = typing.get_type_hints(_typecheckingstub__7a4d5a36bb204668cc9f3235d69b4d6dd33abe2f27737729656b5fd767fe6fcb)
1516
+ check_type(argname="argument action", value=action, expected_type=type_hints["action"])
1517
+ check_type(argname="argument http_code", value=http_code, expected_type=type_hints["http_code"])
1518
+ check_type(argname="argument logging_types", value=logging_types, expected_type=type_hints["logging_types"])
1519
+ check_type(argname="argument response_logging_percentage", value=response_logging_percentage, expected_type=type_hints["response_logging_percentage"])
1520
+ self._values: typing.Dict[builtins.str, typing.Any] = {
1521
+ "action": action,
1522
+ "http_code": http_code,
1523
+ "logging_types": logging_types,
1524
+ }
1525
+ if response_logging_percentage is not None:
1526
+ self._values["response_logging_percentage"] = response_logging_percentage
1527
+
1528
+ @builtins.property
1529
+ def action(self) -> builtins.str:
1530
+ '''The action for the error..
1531
+
1532
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-respondererrormaskingforhttpcode.html#cfn-rtbfabric-link-respondererrormaskingforhttpcode-action
1533
+ '''
1534
+ result = self._values.get("action")
1535
+ assert result is not None, "Required property 'action' is missing"
1536
+ return typing.cast(builtins.str, result)
1537
+
1538
+ @builtins.property
1539
+ def http_code(self) -> builtins.str:
1540
+ '''The HTTP error code.
1541
+
1542
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-respondererrormaskingforhttpcode.html#cfn-rtbfabric-link-respondererrormaskingforhttpcode-httpcode
1543
+ '''
1544
+ result = self._values.get("http_code")
1545
+ assert result is not None, "Required property 'http_code' is missing"
1546
+ return typing.cast(builtins.str, result)
1547
+
1548
+ @builtins.property
1549
+ def logging_types(self) -> typing.List[builtins.str]:
1550
+ '''The error log type.
1551
+
1552
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-respondererrormaskingforhttpcode.html#cfn-rtbfabric-link-respondererrormaskingforhttpcode-loggingtypes
1553
+ '''
1554
+ result = self._values.get("logging_types")
1555
+ assert result is not None, "Required property 'logging_types' is missing"
1556
+ return typing.cast(typing.List[builtins.str], result)
1557
+
1558
+ @builtins.property
1559
+ def response_logging_percentage(self) -> typing.Optional[jsii.Number]:
1560
+ '''The percentage of response logging.
1561
+
1562
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-respondererrormaskingforhttpcode.html#cfn-rtbfabric-link-respondererrormaskingforhttpcode-responseloggingpercentage
1563
+ '''
1564
+ result = self._values.get("response_logging_percentage")
1565
+ return typing.cast(typing.Optional[jsii.Number], result)
1566
+
1567
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
1568
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
1569
+
1570
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
1571
+ return not (rhs == self)
1572
+
1573
+ def __repr__(self) -> str:
1574
+ return "ResponderErrorMaskingForHttpCodeProperty(%s)" % ", ".join(
1575
+ k + "=" + repr(v) for k, v in self._values.items()
1576
+ )
1577
+
1578
+
1579
+ @jsii.data_type(
1580
+ jsii_type="aws-cdk-lib.aws_rtbfabric.CfnLinkProps",
1581
+ jsii_struct_bases=[],
1582
+ name_mapping={
1583
+ "gateway_id": "gatewayId",
1584
+ "link_log_settings": "linkLogSettings",
1585
+ "peer_gateway_id": "peerGatewayId",
1586
+ "http_responder_allowed": "httpResponderAllowed",
1587
+ "link_attributes": "linkAttributes",
1588
+ "module_configuration_list": "moduleConfigurationList",
1589
+ "tags": "tags",
1590
+ },
1591
+ )
1592
+ class CfnLinkProps:
1593
+ def __init__(
1594
+ self,
1595
+ *,
1596
+ gateway_id: builtins.str,
1597
+ link_log_settings: typing.Union[_IResolvable_da3f097b, typing.Union[CfnLink.LinkLogSettingsProperty, typing.Dict[builtins.str, typing.Any]]],
1598
+ peer_gateway_id: builtins.str,
1599
+ http_responder_allowed: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
1600
+ link_attributes: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnLink.LinkAttributesProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
1601
+ module_configuration_list: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnLink.ModuleConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
1602
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
1603
+ ) -> None:
1604
+ '''Properties for defining a ``CfnLink``.
1605
+
1606
+ :param gateway_id: The unique identifier of the gateway.
1607
+ :param link_log_settings: Settings for the application logs.
1608
+ :param peer_gateway_id: The unique identifier of the peer gateway.
1609
+ :param http_responder_allowed: Boolean to specify if an HTTP responder is allowed.
1610
+ :param link_attributes: Attributes of the link.
1611
+ :param module_configuration_list:
1612
+ :param tags: A map of the key-value pairs of the tag or tags to assign to the resource.
1613
+
1614
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rtbfabric-link.html
1615
+ :exampleMetadata: fixture=_generated
1616
+
1617
+ Example::
1618
+
1619
+ # The code below shows an example of how to instantiate this type.
1620
+ # The values are placeholders you should change.
1621
+ from aws_cdk import aws_rtbfabric as rtbfabric
1622
+
1623
+ cfn_link_props = rtbfabric.CfnLinkProps(
1624
+ gateway_id="gatewayId",
1625
+ link_log_settings=rtbfabric.CfnLink.LinkLogSettingsProperty(
1626
+ application_logs=rtbfabric.CfnLink.ApplicationLogsProperty(
1627
+ link_application_log_sampling=rtbfabric.CfnLink.LinkApplicationLogSamplingProperty(
1628
+ error_log=123,
1629
+ filter_log=123
1630
+ )
1631
+ )
1632
+ ),
1633
+ peer_gateway_id="peerGatewayId",
1634
+
1635
+ # the properties below are optional
1636
+ http_responder_allowed=False,
1637
+ link_attributes=rtbfabric.CfnLink.LinkAttributesProperty(
1638
+ customer_provided_id="customerProvidedId",
1639
+ responder_error_masking=[rtbfabric.CfnLink.ResponderErrorMaskingForHttpCodeProperty(
1640
+ action="action",
1641
+ http_code="httpCode",
1642
+ logging_types=["loggingTypes"],
1643
+
1644
+ # the properties below are optional
1645
+ response_logging_percentage=123
1646
+ )]
1647
+ ),
1648
+ module_configuration_list=[rtbfabric.CfnLink.ModuleConfigurationProperty(
1649
+ name="name",
1650
+
1651
+ # the properties below are optional
1652
+ depends_on=["dependsOn"],
1653
+ module_parameters=rtbfabric.CfnLink.ModuleParametersProperty(
1654
+ no_bid=rtbfabric.CfnLink.NoBidModuleParametersProperty(
1655
+ pass_through_percentage=123,
1656
+ reason="reason",
1657
+ reason_code=123
1658
+ ),
1659
+ open_rtb_attribute=rtbfabric.CfnLink.OpenRtbAttributeModuleParametersProperty(
1660
+ action=rtbfabric.CfnLink.ActionProperty(
1661
+ header_tag=rtbfabric.CfnLink.HeaderTagActionProperty(
1662
+ name="name",
1663
+ value="value"
1664
+ ),
1665
+ no_bid=rtbfabric.CfnLink.NoBidActionProperty(
1666
+ no_bid_reason_code=123
1667
+ )
1668
+ ),
1669
+ filter_configuration=[rtbfabric.CfnLink.FilterProperty(
1670
+ criteria=[rtbfabric.CfnLink.FilterCriterionProperty(
1671
+ path="path",
1672
+ values=["values"]
1673
+ )]
1674
+ )],
1675
+ filter_type="filterType",
1676
+ holdback_percentage=123
1677
+ )
1678
+ ),
1679
+ version="version"
1680
+ )],
1681
+ tags=[CfnTag(
1682
+ key="key",
1683
+ value="value"
1684
+ )]
1685
+ )
1686
+ '''
1687
+ if __debug__:
1688
+ type_hints = typing.get_type_hints(_typecheckingstub__012c58c752deffb32adb9b9c3e8a29a8373d9f395d7e2679c67f05f37f77812a)
1689
+ check_type(argname="argument gateway_id", value=gateway_id, expected_type=type_hints["gateway_id"])
1690
+ check_type(argname="argument link_log_settings", value=link_log_settings, expected_type=type_hints["link_log_settings"])
1691
+ check_type(argname="argument peer_gateway_id", value=peer_gateway_id, expected_type=type_hints["peer_gateway_id"])
1692
+ check_type(argname="argument http_responder_allowed", value=http_responder_allowed, expected_type=type_hints["http_responder_allowed"])
1693
+ check_type(argname="argument link_attributes", value=link_attributes, expected_type=type_hints["link_attributes"])
1694
+ check_type(argname="argument module_configuration_list", value=module_configuration_list, expected_type=type_hints["module_configuration_list"])
1695
+ check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
1696
+ self._values: typing.Dict[builtins.str, typing.Any] = {
1697
+ "gateway_id": gateway_id,
1698
+ "link_log_settings": link_log_settings,
1699
+ "peer_gateway_id": peer_gateway_id,
1700
+ }
1701
+ if http_responder_allowed is not None:
1702
+ self._values["http_responder_allowed"] = http_responder_allowed
1703
+ if link_attributes is not None:
1704
+ self._values["link_attributes"] = link_attributes
1705
+ if module_configuration_list is not None:
1706
+ self._values["module_configuration_list"] = module_configuration_list
1707
+ if tags is not None:
1708
+ self._values["tags"] = tags
1709
+
1710
+ @builtins.property
1711
+ def gateway_id(self) -> builtins.str:
1712
+ '''The unique identifier of the gateway.
1713
+
1714
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rtbfabric-link.html#cfn-rtbfabric-link-gatewayid
1715
+ '''
1716
+ result = self._values.get("gateway_id")
1717
+ assert result is not None, "Required property 'gateway_id' is missing"
1718
+ return typing.cast(builtins.str, result)
1719
+
1720
+ @builtins.property
1721
+ def link_log_settings(
1722
+ self,
1723
+ ) -> typing.Union[_IResolvable_da3f097b, CfnLink.LinkLogSettingsProperty]:
1724
+ '''Settings for the application logs.
1725
+
1726
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rtbfabric-link.html#cfn-rtbfabric-link-linklogsettings
1727
+ '''
1728
+ result = self._values.get("link_log_settings")
1729
+ assert result is not None, "Required property 'link_log_settings' is missing"
1730
+ return typing.cast(typing.Union[_IResolvable_da3f097b, CfnLink.LinkLogSettingsProperty], result)
1731
+
1732
+ @builtins.property
1733
+ def peer_gateway_id(self) -> builtins.str:
1734
+ '''The unique identifier of the peer gateway.
1735
+
1736
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rtbfabric-link.html#cfn-rtbfabric-link-peergatewayid
1737
+ '''
1738
+ result = self._values.get("peer_gateway_id")
1739
+ assert result is not None, "Required property 'peer_gateway_id' is missing"
1740
+ return typing.cast(builtins.str, result)
1741
+
1742
+ @builtins.property
1743
+ def http_responder_allowed(
1744
+ self,
1745
+ ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
1746
+ '''Boolean to specify if an HTTP responder is allowed.
1747
+
1748
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rtbfabric-link.html#cfn-rtbfabric-link-httpresponderallowed
1749
+ '''
1750
+ result = self._values.get("http_responder_allowed")
1751
+ return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], result)
1752
+
1753
+ @builtins.property
1754
+ def link_attributes(
1755
+ self,
1756
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnLink.LinkAttributesProperty]]:
1757
+ '''Attributes of the link.
1758
+
1759
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rtbfabric-link.html#cfn-rtbfabric-link-linkattributes
1760
+ '''
1761
+ result = self._values.get("link_attributes")
1762
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, CfnLink.LinkAttributesProperty]], result)
1763
+
1764
+ @builtins.property
1765
+ def module_configuration_list(
1766
+ self,
1767
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnLink.ModuleConfigurationProperty]]]]:
1768
+ '''
1769
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rtbfabric-link.html#cfn-rtbfabric-link-moduleconfigurationlist
1770
+ '''
1771
+ result = self._values.get("module_configuration_list")
1772
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnLink.ModuleConfigurationProperty]]]], result)
1773
+
1774
+ @builtins.property
1775
+ def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
1776
+ '''A map of the key-value pairs of the tag or tags to assign to the resource.
1777
+
1778
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rtbfabric-link.html#cfn-rtbfabric-link-tags
1779
+ '''
1780
+ result = self._values.get("tags")
1781
+ return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], result)
1782
+
1783
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
1784
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
1785
+
1786
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
1787
+ return not (rhs == self)
1788
+
1789
+ def __repr__(self) -> str:
1790
+ return "CfnLinkProps(%s)" % ", ".join(
1791
+ k + "=" + repr(v) for k, v in self._values.items()
1792
+ )
1793
+
1794
+
1795
+ @jsii.implements(_IInspectable_c2943556, _IRequesterGatewayRef_d92bcdf1, _ITaggableV2_4e6798f8)
1796
+ class CfnRequesterGateway(
1797
+ _CfnResource_9df397a6,
1798
+ metaclass=jsii.JSIIMeta,
1799
+ jsii_type="aws-cdk-lib.aws_rtbfabric.CfnRequesterGateway",
1800
+ ):
1801
+ '''Creates a requester gateway.
1802
+
1803
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rtbfabric-requestergateway.html
1804
+ :cloudformationResource: AWS::RTBFabric::RequesterGateway
1805
+ :exampleMetadata: fixture=_generated
1806
+
1807
+ Example::
1808
+
1809
+ # The code below shows an example of how to instantiate this type.
1810
+ # The values are placeholders you should change.
1811
+ from aws_cdk import aws_rtbfabric as rtbfabric
1812
+
1813
+ cfn_requester_gateway = rtbfabric.CfnRequesterGateway(self, "MyCfnRequesterGateway",
1814
+ security_group_ids=["securityGroupIds"],
1815
+ subnet_ids=["subnetIds"],
1816
+ vpc_id="vpcId",
1817
+
1818
+ # the properties below are optional
1819
+ description="description",
1820
+ tags=[CfnTag(
1821
+ key="key",
1822
+ value="value"
1823
+ )]
1824
+ )
1825
+ '''
1826
+
1827
+ def __init__(
1828
+ self,
1829
+ scope: _constructs_77d1e7e8.Construct,
1830
+ id: builtins.str,
1831
+ *,
1832
+ security_group_ids: typing.Sequence[builtins.str],
1833
+ subnet_ids: typing.Sequence[builtins.str],
1834
+ vpc_id: builtins.str,
1835
+ description: typing.Optional[builtins.str] = None,
1836
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
1837
+ ) -> None:
1838
+ '''Create a new ``AWS::RTBFabric::RequesterGateway``.
1839
+
1840
+ :param scope: Scope in which this resource is defined.
1841
+ :param id: Construct identifier for this resource (unique in its scope).
1842
+ :param security_group_ids: The unique identifiers of the security groups.
1843
+ :param subnet_ids: The unique identifiers of the subnets.
1844
+ :param vpc_id: The unique identifier of the Virtual Private Cloud (VPC).
1845
+ :param description: An optional description for the requester gateway.
1846
+ :param tags: A map of the key-value pairs of the tag or tags to assign to the resource.
1847
+ '''
1848
+ if __debug__:
1849
+ type_hints = typing.get_type_hints(_typecheckingstub__f422ad74a878dd27ca273fe5fdb545d09c78a5ac256926db3df20c37e5494bcb)
1850
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
1851
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
1852
+ props = CfnRequesterGatewayProps(
1853
+ security_group_ids=security_group_ids,
1854
+ subnet_ids=subnet_ids,
1855
+ vpc_id=vpc_id,
1856
+ description=description,
1857
+ tags=tags,
1858
+ )
1859
+
1860
+ jsii.create(self.__class__, self, [scope, id, props])
1861
+
1862
+ @jsii.member(jsii_name="inspect")
1863
+ def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
1864
+ '''Examines the CloudFormation resource and discloses attributes.
1865
+
1866
+ :param inspector: tree inspector to collect and process attributes.
1867
+ '''
1868
+ if __debug__:
1869
+ type_hints = typing.get_type_hints(_typecheckingstub__ff35377957678a6c2c4554293556ba81f1ce2d415c840e7f565c3446b4392dd1)
1870
+ check_type(argname="argument inspector", value=inspector, expected_type=type_hints["inspector"])
1871
+ return typing.cast(None, jsii.invoke(self, "inspect", [inspector]))
1872
+
1873
+ @jsii.member(jsii_name="renderProperties")
1874
+ def _render_properties(
1875
+ self,
1876
+ props: typing.Mapping[builtins.str, typing.Any],
1877
+ ) -> typing.Mapping[builtins.str, typing.Any]:
1878
+ '''
1879
+ :param props: -
1880
+ '''
1881
+ if __debug__:
1882
+ type_hints = typing.get_type_hints(_typecheckingstub__5192ae4e650c287601015b07667412e24e64d55cbffc8ba03a9951b18d4480a0)
1883
+ check_type(argname="argument props", value=props, expected_type=type_hints["props"])
1884
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "renderProperties", [props]))
1885
+
1886
+ @jsii.python.classproperty
1887
+ @jsii.member(jsii_name="CFN_RESOURCE_TYPE_NAME")
1888
+ def CFN_RESOURCE_TYPE_NAME(cls) -> builtins.str:
1889
+ '''The CloudFormation resource type name for this resource class.'''
1890
+ return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
1891
+
1892
+ @builtins.property
1893
+ @jsii.member(jsii_name="attrActiveLinksCount")
1894
+ def attr_active_links_count(self) -> jsii.Number:
1895
+ '''
1896
+ :cloudformationAttribute: ActiveLinksCount
1897
+ '''
1898
+ return typing.cast(jsii.Number, jsii.get(self, "attrActiveLinksCount"))
1899
+
1900
+ @builtins.property
1901
+ @jsii.member(jsii_name="attrArn")
1902
+ def attr_arn(self) -> builtins.str:
1903
+ '''
1904
+ :cloudformationAttribute: Arn
1905
+ '''
1906
+ return typing.cast(builtins.str, jsii.get(self, "attrArn"))
1907
+
1908
+ @builtins.property
1909
+ @jsii.member(jsii_name="attrCreatedTimestamp")
1910
+ def attr_created_timestamp(self) -> builtins.str:
1911
+ '''
1912
+ :cloudformationAttribute: CreatedTimestamp
1913
+ '''
1914
+ return typing.cast(builtins.str, jsii.get(self, "attrCreatedTimestamp"))
1915
+
1916
+ @builtins.property
1917
+ @jsii.member(jsii_name="attrDomainName")
1918
+ def attr_domain_name(self) -> builtins.str:
1919
+ '''
1920
+ :cloudformationAttribute: DomainName
1921
+ '''
1922
+ return typing.cast(builtins.str, jsii.get(self, "attrDomainName"))
1923
+
1924
+ @builtins.property
1925
+ @jsii.member(jsii_name="attrGatewayId")
1926
+ def attr_gateway_id(self) -> builtins.str:
1927
+ '''
1928
+ :cloudformationAttribute: GatewayId
1929
+ '''
1930
+ return typing.cast(builtins.str, jsii.get(self, "attrGatewayId"))
1931
+
1932
+ @builtins.property
1933
+ @jsii.member(jsii_name="attrRequesterGatewayStatus")
1934
+ def attr_requester_gateway_status(self) -> builtins.str:
1935
+ '''
1936
+ :cloudformationAttribute: RequesterGatewayStatus
1937
+ '''
1938
+ return typing.cast(builtins.str, jsii.get(self, "attrRequesterGatewayStatus"))
1939
+
1940
+ @builtins.property
1941
+ @jsii.member(jsii_name="attrTotalLinksCount")
1942
+ def attr_total_links_count(self) -> jsii.Number:
1943
+ '''
1944
+ :cloudformationAttribute: TotalLinksCount
1945
+ '''
1946
+ return typing.cast(jsii.Number, jsii.get(self, "attrTotalLinksCount"))
1947
+
1948
+ @builtins.property
1949
+ @jsii.member(jsii_name="attrUpdatedTimestamp")
1950
+ def attr_updated_timestamp(self) -> builtins.str:
1951
+ '''
1952
+ :cloudformationAttribute: UpdatedTimestamp
1953
+ '''
1954
+ return typing.cast(builtins.str, jsii.get(self, "attrUpdatedTimestamp"))
1955
+
1956
+ @builtins.property
1957
+ @jsii.member(jsii_name="cdkTagManager")
1958
+ def cdk_tag_manager(self) -> _TagManager_0a598cb3:
1959
+ '''Tag Manager which manages the tags for this resource.'''
1960
+ return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
1961
+
1962
+ @builtins.property
1963
+ @jsii.member(jsii_name="cfnProperties")
1964
+ def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
1965
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
1966
+
1967
+ @builtins.property
1968
+ @jsii.member(jsii_name="requesterGatewayRef")
1969
+ def requester_gateway_ref(self) -> _RequesterGatewayReference_37e2965b:
1970
+ '''A reference to a RequesterGateway resource.'''
1971
+ return typing.cast(_RequesterGatewayReference_37e2965b, jsii.get(self, "requesterGatewayRef"))
1972
+
1973
+ @builtins.property
1974
+ @jsii.member(jsii_name="securityGroupIds")
1975
+ def security_group_ids(self) -> typing.List[builtins.str]:
1976
+ '''The unique identifiers of the security groups.'''
1977
+ return typing.cast(typing.List[builtins.str], jsii.get(self, "securityGroupIds"))
1978
+
1979
+ @security_group_ids.setter
1980
+ def security_group_ids(self, value: typing.List[builtins.str]) -> None:
1981
+ if __debug__:
1982
+ type_hints = typing.get_type_hints(_typecheckingstub__2ebd08ccd1118e6cce91167680f27e015cb9bcf5d9ff0aa2d840a6df61c14a67)
1983
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1984
+ jsii.set(self, "securityGroupIds", value) # pyright: ignore[reportArgumentType]
1985
+
1986
+ @builtins.property
1987
+ @jsii.member(jsii_name="subnetIds")
1988
+ def subnet_ids(self) -> typing.List[builtins.str]:
1989
+ '''The unique identifiers of the subnets.'''
1990
+ return typing.cast(typing.List[builtins.str], jsii.get(self, "subnetIds"))
1991
+
1992
+ @subnet_ids.setter
1993
+ def subnet_ids(self, value: typing.List[builtins.str]) -> None:
1994
+ if __debug__:
1995
+ type_hints = typing.get_type_hints(_typecheckingstub__04b0e885e38fc98486a407608eacb33c3b7349d40d018eb2a470fcca945931d4)
1996
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1997
+ jsii.set(self, "subnetIds", value) # pyright: ignore[reportArgumentType]
1998
+
1999
+ @builtins.property
2000
+ @jsii.member(jsii_name="vpcId")
2001
+ def vpc_id(self) -> builtins.str:
2002
+ '''The unique identifier of the Virtual Private Cloud (VPC).'''
2003
+ return typing.cast(builtins.str, jsii.get(self, "vpcId"))
2004
+
2005
+ @vpc_id.setter
2006
+ def vpc_id(self, value: builtins.str) -> None:
2007
+ if __debug__:
2008
+ type_hints = typing.get_type_hints(_typecheckingstub__959c859af931f75a012fecdc9ac3acb6011d7aafb80c1e781b35c1cd405e51ac)
2009
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2010
+ jsii.set(self, "vpcId", value) # pyright: ignore[reportArgumentType]
2011
+
2012
+ @builtins.property
2013
+ @jsii.member(jsii_name="description")
2014
+ def description(self) -> typing.Optional[builtins.str]:
2015
+ '''An optional description for the requester gateway.'''
2016
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "description"))
2017
+
2018
+ @description.setter
2019
+ def description(self, value: typing.Optional[builtins.str]) -> None:
2020
+ if __debug__:
2021
+ type_hints = typing.get_type_hints(_typecheckingstub__b1760b22a44b3e180e50000774882d4780c0aa85c37c931f50882d305890c95b)
2022
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2023
+ jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
2024
+
2025
+ @builtins.property
2026
+ @jsii.member(jsii_name="tags")
2027
+ def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
2028
+ '''A map of the key-value pairs of the tag or tags to assign to the resource.'''
2029
+ return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "tags"))
2030
+
2031
+ @tags.setter
2032
+ def tags(self, value: typing.Optional[typing.List[_CfnTag_f6864754]]) -> None:
2033
+ if __debug__:
2034
+ type_hints = typing.get_type_hints(_typecheckingstub__49d27ee86984f1ea979cd85d326d12ed9f60279e658da842a417dc4a27e2ba07)
2035
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2036
+ jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
2037
+
2038
+
2039
+ @jsii.data_type(
2040
+ jsii_type="aws-cdk-lib.aws_rtbfabric.CfnRequesterGatewayProps",
2041
+ jsii_struct_bases=[],
2042
+ name_mapping={
2043
+ "security_group_ids": "securityGroupIds",
2044
+ "subnet_ids": "subnetIds",
2045
+ "vpc_id": "vpcId",
2046
+ "description": "description",
2047
+ "tags": "tags",
2048
+ },
2049
+ )
2050
+ class CfnRequesterGatewayProps:
2051
+ def __init__(
2052
+ self,
2053
+ *,
2054
+ security_group_ids: typing.Sequence[builtins.str],
2055
+ subnet_ids: typing.Sequence[builtins.str],
2056
+ vpc_id: builtins.str,
2057
+ description: typing.Optional[builtins.str] = None,
2058
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
2059
+ ) -> None:
2060
+ '''Properties for defining a ``CfnRequesterGateway``.
2061
+
2062
+ :param security_group_ids: The unique identifiers of the security groups.
2063
+ :param subnet_ids: The unique identifiers of the subnets.
2064
+ :param vpc_id: The unique identifier of the Virtual Private Cloud (VPC).
2065
+ :param description: An optional description for the requester gateway.
2066
+ :param tags: A map of the key-value pairs of the tag or tags to assign to the resource.
2067
+
2068
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rtbfabric-requestergateway.html
2069
+ :exampleMetadata: fixture=_generated
2070
+
2071
+ Example::
2072
+
2073
+ # The code below shows an example of how to instantiate this type.
2074
+ # The values are placeholders you should change.
2075
+ from aws_cdk import aws_rtbfabric as rtbfabric
2076
+
2077
+ cfn_requester_gateway_props = rtbfabric.CfnRequesterGatewayProps(
2078
+ security_group_ids=["securityGroupIds"],
2079
+ subnet_ids=["subnetIds"],
2080
+ vpc_id="vpcId",
2081
+
2082
+ # the properties below are optional
2083
+ description="description",
2084
+ tags=[CfnTag(
2085
+ key="key",
2086
+ value="value"
2087
+ )]
2088
+ )
2089
+ '''
2090
+ if __debug__:
2091
+ type_hints = typing.get_type_hints(_typecheckingstub__e861505bd65d62c115117db14bdc56cdccfb7c596f849bc81dadfc3f63484f16)
2092
+ check_type(argname="argument security_group_ids", value=security_group_ids, expected_type=type_hints["security_group_ids"])
2093
+ check_type(argname="argument subnet_ids", value=subnet_ids, expected_type=type_hints["subnet_ids"])
2094
+ check_type(argname="argument vpc_id", value=vpc_id, expected_type=type_hints["vpc_id"])
2095
+ check_type(argname="argument description", value=description, expected_type=type_hints["description"])
2096
+ check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
2097
+ self._values: typing.Dict[builtins.str, typing.Any] = {
2098
+ "security_group_ids": security_group_ids,
2099
+ "subnet_ids": subnet_ids,
2100
+ "vpc_id": vpc_id,
2101
+ }
2102
+ if description is not None:
2103
+ self._values["description"] = description
2104
+ if tags is not None:
2105
+ self._values["tags"] = tags
2106
+
2107
+ @builtins.property
2108
+ def security_group_ids(self) -> typing.List[builtins.str]:
2109
+ '''The unique identifiers of the security groups.
2110
+
2111
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rtbfabric-requestergateway.html#cfn-rtbfabric-requestergateway-securitygroupids
2112
+ '''
2113
+ result = self._values.get("security_group_ids")
2114
+ assert result is not None, "Required property 'security_group_ids' is missing"
2115
+ return typing.cast(typing.List[builtins.str], result)
2116
+
2117
+ @builtins.property
2118
+ def subnet_ids(self) -> typing.List[builtins.str]:
2119
+ '''The unique identifiers of the subnets.
2120
+
2121
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rtbfabric-requestergateway.html#cfn-rtbfabric-requestergateway-subnetids
2122
+ '''
2123
+ result = self._values.get("subnet_ids")
2124
+ assert result is not None, "Required property 'subnet_ids' is missing"
2125
+ return typing.cast(typing.List[builtins.str], result)
2126
+
2127
+ @builtins.property
2128
+ def vpc_id(self) -> builtins.str:
2129
+ '''The unique identifier of the Virtual Private Cloud (VPC).
2130
+
2131
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rtbfabric-requestergateway.html#cfn-rtbfabric-requestergateway-vpcid
2132
+ '''
2133
+ result = self._values.get("vpc_id")
2134
+ assert result is not None, "Required property 'vpc_id' is missing"
2135
+ return typing.cast(builtins.str, result)
2136
+
2137
+ @builtins.property
2138
+ def description(self) -> typing.Optional[builtins.str]:
2139
+ '''An optional description for the requester gateway.
2140
+
2141
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rtbfabric-requestergateway.html#cfn-rtbfabric-requestergateway-description
2142
+ '''
2143
+ result = self._values.get("description")
2144
+ return typing.cast(typing.Optional[builtins.str], result)
2145
+
2146
+ @builtins.property
2147
+ def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
2148
+ '''A map of the key-value pairs of the tag or tags to assign to the resource.
2149
+
2150
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rtbfabric-requestergateway.html#cfn-rtbfabric-requestergateway-tags
2151
+ '''
2152
+ result = self._values.get("tags")
2153
+ return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], result)
2154
+
2155
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
2156
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
2157
+
2158
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
2159
+ return not (rhs == self)
2160
+
2161
+ def __repr__(self) -> str:
2162
+ return "CfnRequesterGatewayProps(%s)" % ", ".join(
2163
+ k + "=" + repr(v) for k, v in self._values.items()
2164
+ )
2165
+
2166
+
2167
+ @jsii.implements(_IInspectable_c2943556, _IResponderGatewayRef_2bdaa070, _ITaggableV2_4e6798f8)
2168
+ class CfnResponderGateway(
2169
+ _CfnResource_9df397a6,
2170
+ metaclass=jsii.JSIIMeta,
2171
+ jsii_type="aws-cdk-lib.aws_rtbfabric.CfnResponderGateway",
2172
+ ):
2173
+ '''Creates a responder gateway.
2174
+
2175
+ .. epigraph::
2176
+
2177
+ A domain name or managed endpoint is required.
2178
+
2179
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rtbfabric-respondergateway.html
2180
+ :cloudformationResource: AWS::RTBFabric::ResponderGateway
2181
+ :exampleMetadata: fixture=_generated
2182
+
2183
+ Example::
2184
+
2185
+ # The code below shows an example of how to instantiate this type.
2186
+ # The values are placeholders you should change.
2187
+ from aws_cdk import aws_rtbfabric as rtbfabric
2188
+
2189
+ cfn_responder_gateway = rtbfabric.CfnResponderGateway(self, "MyCfnResponderGateway",
2190
+ port=123,
2191
+ protocol="protocol",
2192
+ security_group_ids=["securityGroupIds"],
2193
+ subnet_ids=["subnetIds"],
2194
+ vpc_id="vpcId",
2195
+
2196
+ # the properties below are optional
2197
+ description="description",
2198
+ domain_name="domainName",
2199
+ managed_endpoint_configuration=rtbfabric.CfnResponderGateway.ManagedEndpointConfigurationProperty(
2200
+ auto_scaling_groups_configuration=rtbfabric.CfnResponderGateway.AutoScalingGroupsConfigurationProperty(
2201
+ auto_scaling_group_name_list=["autoScalingGroupNameList"],
2202
+ role_arn="roleArn"
2203
+ ),
2204
+ eks_endpoints_configuration=rtbfabric.CfnResponderGateway.EksEndpointsConfigurationProperty(
2205
+ cluster_api_server_ca_certificate_chain="clusterApiServerCaCertificateChain",
2206
+ cluster_api_server_endpoint_uri="clusterApiServerEndpointUri",
2207
+ cluster_name="clusterName",
2208
+ endpoints_resource_name="endpointsResourceName",
2209
+ endpoints_resource_namespace="endpointsResourceNamespace",
2210
+ role_arn="roleArn"
2211
+ )
2212
+ ),
2213
+ tags=[CfnTag(
2214
+ key="key",
2215
+ value="value"
2216
+ )],
2217
+ trust_store_configuration=rtbfabric.CfnResponderGateway.TrustStoreConfigurationProperty(
2218
+ certificate_authority_certificates=["certificateAuthorityCertificates"]
2219
+ )
2220
+ )
2221
+ '''
2222
+
2223
+ def __init__(
2224
+ self,
2225
+ scope: _constructs_77d1e7e8.Construct,
2226
+ id: builtins.str,
2227
+ *,
2228
+ port: jsii.Number,
2229
+ protocol: builtins.str,
2230
+ security_group_ids: typing.Sequence[builtins.str],
2231
+ subnet_ids: typing.Sequence[builtins.str],
2232
+ vpc_id: builtins.str,
2233
+ description: typing.Optional[builtins.str] = None,
2234
+ domain_name: typing.Optional[builtins.str] = None,
2235
+ managed_endpoint_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnResponderGateway.ManagedEndpointConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
2236
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
2237
+ trust_store_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnResponderGateway.TrustStoreConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
2238
+ ) -> None:
2239
+ '''Create a new ``AWS::RTBFabric::ResponderGateway``.
2240
+
2241
+ :param scope: Scope in which this resource is defined.
2242
+ :param id: Construct identifier for this resource (unique in its scope).
2243
+ :param port: The networking port to use.
2244
+ :param protocol: The networking protocol to use.
2245
+ :param security_group_ids: The unique identifiers of the security groups.
2246
+ :param subnet_ids: The unique identifiers of the subnets.
2247
+ :param vpc_id: The unique identifier of the Virtual Private Cloud (VPC).
2248
+ :param description: An optional description for the responder gateway.
2249
+ :param domain_name: The domain name for the responder gateway.
2250
+ :param managed_endpoint_configuration: The configuration for the managed endpoint.
2251
+ :param tags: A map of the key-value pairs of the tag or tags to assign to the resource.
2252
+ :param trust_store_configuration: The configuration of the trust store.
2253
+ '''
2254
+ if __debug__:
2255
+ type_hints = typing.get_type_hints(_typecheckingstub__cb840846f651123d9a88e886198c38a19418b49d00a405569125e9b5fc712905)
2256
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
2257
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
2258
+ props = CfnResponderGatewayProps(
2259
+ port=port,
2260
+ protocol=protocol,
2261
+ security_group_ids=security_group_ids,
2262
+ subnet_ids=subnet_ids,
2263
+ vpc_id=vpc_id,
2264
+ description=description,
2265
+ domain_name=domain_name,
2266
+ managed_endpoint_configuration=managed_endpoint_configuration,
2267
+ tags=tags,
2268
+ trust_store_configuration=trust_store_configuration,
2269
+ )
2270
+
2271
+ jsii.create(self.__class__, self, [scope, id, props])
2272
+
2273
+ @jsii.member(jsii_name="inspect")
2274
+ def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
2275
+ '''Examines the CloudFormation resource and discloses attributes.
2276
+
2277
+ :param inspector: tree inspector to collect and process attributes.
2278
+ '''
2279
+ if __debug__:
2280
+ type_hints = typing.get_type_hints(_typecheckingstub__fa2d13378cd55a42c745c0d3be558c5fe2209a8b5cd2de4699daa917018a45ff)
2281
+ check_type(argname="argument inspector", value=inspector, expected_type=type_hints["inspector"])
2282
+ return typing.cast(None, jsii.invoke(self, "inspect", [inspector]))
2283
+
2284
+ @jsii.member(jsii_name="renderProperties")
2285
+ def _render_properties(
2286
+ self,
2287
+ props: typing.Mapping[builtins.str, typing.Any],
2288
+ ) -> typing.Mapping[builtins.str, typing.Any]:
2289
+ '''
2290
+ :param props: -
2291
+ '''
2292
+ if __debug__:
2293
+ type_hints = typing.get_type_hints(_typecheckingstub__d93a404d017510da5888259e354ed9c153e827b5cf5f6d4ed51228828f69ab75)
2294
+ check_type(argname="argument props", value=props, expected_type=type_hints["props"])
2295
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "renderProperties", [props]))
2296
+
2297
+ @jsii.python.classproperty
2298
+ @jsii.member(jsii_name="CFN_RESOURCE_TYPE_NAME")
2299
+ def CFN_RESOURCE_TYPE_NAME(cls) -> builtins.str:
2300
+ '''The CloudFormation resource type name for this resource class.'''
2301
+ return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
2302
+
2303
+ @builtins.property
2304
+ @jsii.member(jsii_name="attrArn")
2305
+ def attr_arn(self) -> builtins.str:
2306
+ '''
2307
+ :cloudformationAttribute: Arn
2308
+ '''
2309
+ return typing.cast(builtins.str, jsii.get(self, "attrArn"))
2310
+
2311
+ @builtins.property
2312
+ @jsii.member(jsii_name="attrCreatedTimestamp")
2313
+ def attr_created_timestamp(self) -> builtins.str:
2314
+ '''
2315
+ :cloudformationAttribute: CreatedTimestamp
2316
+ '''
2317
+ return typing.cast(builtins.str, jsii.get(self, "attrCreatedTimestamp"))
2318
+
2319
+ @builtins.property
2320
+ @jsii.member(jsii_name="attrGatewayId")
2321
+ def attr_gateway_id(self) -> builtins.str:
2322
+ '''
2323
+ :cloudformationAttribute: GatewayId
2324
+ '''
2325
+ return typing.cast(builtins.str, jsii.get(self, "attrGatewayId"))
2326
+
2327
+ @builtins.property
2328
+ @jsii.member(jsii_name="attrResponderGatewayStatus")
2329
+ def attr_responder_gateway_status(self) -> builtins.str:
2330
+ '''
2331
+ :cloudformationAttribute: ResponderGatewayStatus
2332
+ '''
2333
+ return typing.cast(builtins.str, jsii.get(self, "attrResponderGatewayStatus"))
2334
+
2335
+ @builtins.property
2336
+ @jsii.member(jsii_name="attrUpdatedTimestamp")
2337
+ def attr_updated_timestamp(self) -> builtins.str:
2338
+ '''
2339
+ :cloudformationAttribute: UpdatedTimestamp
2340
+ '''
2341
+ return typing.cast(builtins.str, jsii.get(self, "attrUpdatedTimestamp"))
2342
+
2343
+ @builtins.property
2344
+ @jsii.member(jsii_name="cdkTagManager")
2345
+ def cdk_tag_manager(self) -> _TagManager_0a598cb3:
2346
+ '''Tag Manager which manages the tags for this resource.'''
2347
+ return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
2348
+
2349
+ @builtins.property
2350
+ @jsii.member(jsii_name="cfnProperties")
2351
+ def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
2352
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
2353
+
2354
+ @builtins.property
2355
+ @jsii.member(jsii_name="responderGatewayRef")
2356
+ def responder_gateway_ref(self) -> _ResponderGatewayReference_a8195bef:
2357
+ '''A reference to a ResponderGateway resource.'''
2358
+ return typing.cast(_ResponderGatewayReference_a8195bef, jsii.get(self, "responderGatewayRef"))
2359
+
2360
+ @builtins.property
2361
+ @jsii.member(jsii_name="port")
2362
+ def port(self) -> jsii.Number:
2363
+ '''The networking port to use.'''
2364
+ return typing.cast(jsii.Number, jsii.get(self, "port"))
2365
+
2366
+ @port.setter
2367
+ def port(self, value: jsii.Number) -> None:
2368
+ if __debug__:
2369
+ type_hints = typing.get_type_hints(_typecheckingstub__529ad6abfea2d47fdb6a4a85f0fa7ef44fe2dbb4cbce65f2a407af20ca308aff)
2370
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2371
+ jsii.set(self, "port", value) # pyright: ignore[reportArgumentType]
2372
+
2373
+ @builtins.property
2374
+ @jsii.member(jsii_name="protocol")
2375
+ def protocol(self) -> builtins.str:
2376
+ '''The networking protocol to use.'''
2377
+ return typing.cast(builtins.str, jsii.get(self, "protocol"))
2378
+
2379
+ @protocol.setter
2380
+ def protocol(self, value: builtins.str) -> None:
2381
+ if __debug__:
2382
+ type_hints = typing.get_type_hints(_typecheckingstub__de24b3918fda3107ad9b83c4fdf476736a5649552d61ca740a55c6f384f156d4)
2383
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2384
+ jsii.set(self, "protocol", value) # pyright: ignore[reportArgumentType]
2385
+
2386
+ @builtins.property
2387
+ @jsii.member(jsii_name="securityGroupIds")
2388
+ def security_group_ids(self) -> typing.List[builtins.str]:
2389
+ '''The unique identifiers of the security groups.'''
2390
+ return typing.cast(typing.List[builtins.str], jsii.get(self, "securityGroupIds"))
2391
+
2392
+ @security_group_ids.setter
2393
+ def security_group_ids(self, value: typing.List[builtins.str]) -> None:
2394
+ if __debug__:
2395
+ type_hints = typing.get_type_hints(_typecheckingstub__5807c201752fa8e41be9823d45b5e600b8b8957e00a7a2e746adf30a456151bd)
2396
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2397
+ jsii.set(self, "securityGroupIds", value) # pyright: ignore[reportArgumentType]
2398
+
2399
+ @builtins.property
2400
+ @jsii.member(jsii_name="subnetIds")
2401
+ def subnet_ids(self) -> typing.List[builtins.str]:
2402
+ '''The unique identifiers of the subnets.'''
2403
+ return typing.cast(typing.List[builtins.str], jsii.get(self, "subnetIds"))
2404
+
2405
+ @subnet_ids.setter
2406
+ def subnet_ids(self, value: typing.List[builtins.str]) -> None:
2407
+ if __debug__:
2408
+ type_hints = typing.get_type_hints(_typecheckingstub__4ca836d5fd162d5f81d5073a4c116fe81c8566c9b5abc50f51ed6984246da273)
2409
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2410
+ jsii.set(self, "subnetIds", value) # pyright: ignore[reportArgumentType]
2411
+
2412
+ @builtins.property
2413
+ @jsii.member(jsii_name="vpcId")
2414
+ def vpc_id(self) -> builtins.str:
2415
+ '''The unique identifier of the Virtual Private Cloud (VPC).'''
2416
+ return typing.cast(builtins.str, jsii.get(self, "vpcId"))
2417
+
2418
+ @vpc_id.setter
2419
+ def vpc_id(self, value: builtins.str) -> None:
2420
+ if __debug__:
2421
+ type_hints = typing.get_type_hints(_typecheckingstub__44015d889f5b99adbe6056ed6c8499be47c63f2c6c4914c9ad7283aacd918861)
2422
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2423
+ jsii.set(self, "vpcId", value) # pyright: ignore[reportArgumentType]
2424
+
2425
+ @builtins.property
2426
+ @jsii.member(jsii_name="description")
2427
+ def description(self) -> typing.Optional[builtins.str]:
2428
+ '''An optional description for the responder gateway.'''
2429
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "description"))
2430
+
2431
+ @description.setter
2432
+ def description(self, value: typing.Optional[builtins.str]) -> None:
2433
+ if __debug__:
2434
+ type_hints = typing.get_type_hints(_typecheckingstub__1e6878cd3f2c8e8e361bc8d2c86209d26a1fb58fbe2d62b7edf129a163c2a858)
2435
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2436
+ jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
2437
+
2438
+ @builtins.property
2439
+ @jsii.member(jsii_name="domainName")
2440
+ def domain_name(self) -> typing.Optional[builtins.str]:
2441
+ '''The domain name for the responder gateway.'''
2442
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "domainName"))
2443
+
2444
+ @domain_name.setter
2445
+ def domain_name(self, value: typing.Optional[builtins.str]) -> None:
2446
+ if __debug__:
2447
+ type_hints = typing.get_type_hints(_typecheckingstub__661744fbbe0ebbf7d0da02d43ad93534aa4716cfe31f0ca98ac17ceaff284331)
2448
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2449
+ jsii.set(self, "domainName", value) # pyright: ignore[reportArgumentType]
2450
+
2451
+ @builtins.property
2452
+ @jsii.member(jsii_name="managedEndpointConfiguration")
2453
+ def managed_endpoint_configuration(
2454
+ self,
2455
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnResponderGateway.ManagedEndpointConfigurationProperty"]]:
2456
+ '''The configuration for the managed endpoint.'''
2457
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnResponderGateway.ManagedEndpointConfigurationProperty"]], jsii.get(self, "managedEndpointConfiguration"))
2458
+
2459
+ @managed_endpoint_configuration.setter
2460
+ def managed_endpoint_configuration(
2461
+ self,
2462
+ value: typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnResponderGateway.ManagedEndpointConfigurationProperty"]],
2463
+ ) -> None:
2464
+ if __debug__:
2465
+ type_hints = typing.get_type_hints(_typecheckingstub__4c62d5b7a0422ed5598bd291abfbec31946d1749e58220bce6017e5e6847b5c1)
2466
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2467
+ jsii.set(self, "managedEndpointConfiguration", value) # pyright: ignore[reportArgumentType]
2468
+
2469
+ @builtins.property
2470
+ @jsii.member(jsii_name="tags")
2471
+ def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
2472
+ '''A map of the key-value pairs of the tag or tags to assign to the resource.'''
2473
+ return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "tags"))
2474
+
2475
+ @tags.setter
2476
+ def tags(self, value: typing.Optional[typing.List[_CfnTag_f6864754]]) -> None:
2477
+ if __debug__:
2478
+ type_hints = typing.get_type_hints(_typecheckingstub__78481e43a5f64482056245022052cc21592112a8a52dc33921b1d7faf64c9cfe)
2479
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2480
+ jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
2481
+
2482
+ @builtins.property
2483
+ @jsii.member(jsii_name="trustStoreConfiguration")
2484
+ def trust_store_configuration(
2485
+ self,
2486
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnResponderGateway.TrustStoreConfigurationProperty"]]:
2487
+ '''The configuration of the trust store.'''
2488
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnResponderGateway.TrustStoreConfigurationProperty"]], jsii.get(self, "trustStoreConfiguration"))
2489
+
2490
+ @trust_store_configuration.setter
2491
+ def trust_store_configuration(
2492
+ self,
2493
+ value: typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnResponderGateway.TrustStoreConfigurationProperty"]],
2494
+ ) -> None:
2495
+ if __debug__:
2496
+ type_hints = typing.get_type_hints(_typecheckingstub__1c35e12d72dbcce9576ddf9d51543995e06e6fe3b33fbd82dac8f968d6d8a2ce)
2497
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2498
+ jsii.set(self, "trustStoreConfiguration", value) # pyright: ignore[reportArgumentType]
2499
+
2500
+ @jsii.data_type(
2501
+ jsii_type="aws-cdk-lib.aws_rtbfabric.CfnResponderGateway.AutoScalingGroupsConfigurationProperty",
2502
+ jsii_struct_bases=[],
2503
+ name_mapping={
2504
+ "auto_scaling_group_name_list": "autoScalingGroupNameList",
2505
+ "role_arn": "roleArn",
2506
+ },
2507
+ )
2508
+ class AutoScalingGroupsConfigurationProperty:
2509
+ def __init__(
2510
+ self,
2511
+ *,
2512
+ auto_scaling_group_name_list: typing.Sequence[builtins.str],
2513
+ role_arn: builtins.str,
2514
+ ) -> None:
2515
+ '''Describes the configuration of an auto scaling group.
2516
+
2517
+ :param auto_scaling_group_name_list: The names of the auto scaling group.
2518
+ :param role_arn: The role ARN of the auto scaling group.
2519
+
2520
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-respondergateway-autoscalinggroupsconfiguration.html
2521
+ :exampleMetadata: fixture=_generated
2522
+
2523
+ Example::
2524
+
2525
+ # The code below shows an example of how to instantiate this type.
2526
+ # The values are placeholders you should change.
2527
+ from aws_cdk import aws_rtbfabric as rtbfabric
2528
+
2529
+ auto_scaling_groups_configuration_property = rtbfabric.CfnResponderGateway.AutoScalingGroupsConfigurationProperty(
2530
+ auto_scaling_group_name_list=["autoScalingGroupNameList"],
2531
+ role_arn="roleArn"
2532
+ )
2533
+ '''
2534
+ if __debug__:
2535
+ type_hints = typing.get_type_hints(_typecheckingstub__d1c95602d43fb8271931e505ccc184bd0ec122d89dad878b15fd318423cdc0a5)
2536
+ check_type(argname="argument auto_scaling_group_name_list", value=auto_scaling_group_name_list, expected_type=type_hints["auto_scaling_group_name_list"])
2537
+ check_type(argname="argument role_arn", value=role_arn, expected_type=type_hints["role_arn"])
2538
+ self._values: typing.Dict[builtins.str, typing.Any] = {
2539
+ "auto_scaling_group_name_list": auto_scaling_group_name_list,
2540
+ "role_arn": role_arn,
2541
+ }
2542
+
2543
+ @builtins.property
2544
+ def auto_scaling_group_name_list(self) -> typing.List[builtins.str]:
2545
+ '''The names of the auto scaling group.
2546
+
2547
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-respondergateway-autoscalinggroupsconfiguration.html#cfn-rtbfabric-respondergateway-autoscalinggroupsconfiguration-autoscalinggroupnamelist
2548
+ '''
2549
+ result = self._values.get("auto_scaling_group_name_list")
2550
+ assert result is not None, "Required property 'auto_scaling_group_name_list' is missing"
2551
+ return typing.cast(typing.List[builtins.str], result)
2552
+
2553
+ @builtins.property
2554
+ def role_arn(self) -> builtins.str:
2555
+ '''The role ARN of the auto scaling group.
2556
+
2557
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-respondergateway-autoscalinggroupsconfiguration.html#cfn-rtbfabric-respondergateway-autoscalinggroupsconfiguration-rolearn
2558
+ '''
2559
+ result = self._values.get("role_arn")
2560
+ assert result is not None, "Required property 'role_arn' is missing"
2561
+ return typing.cast(builtins.str, result)
2562
+
2563
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
2564
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
2565
+
2566
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
2567
+ return not (rhs == self)
2568
+
2569
+ def __repr__(self) -> str:
2570
+ return "AutoScalingGroupsConfigurationProperty(%s)" % ", ".join(
2571
+ k + "=" + repr(v) for k, v in self._values.items()
2572
+ )
2573
+
2574
+ @jsii.data_type(
2575
+ jsii_type="aws-cdk-lib.aws_rtbfabric.CfnResponderGateway.EksEndpointsConfigurationProperty",
2576
+ jsii_struct_bases=[],
2577
+ name_mapping={
2578
+ "cluster_api_server_ca_certificate_chain": "clusterApiServerCaCertificateChain",
2579
+ "cluster_api_server_endpoint_uri": "clusterApiServerEndpointUri",
2580
+ "cluster_name": "clusterName",
2581
+ "endpoints_resource_name": "endpointsResourceName",
2582
+ "endpoints_resource_namespace": "endpointsResourceNamespace",
2583
+ "role_arn": "roleArn",
2584
+ },
2585
+ )
2586
+ class EksEndpointsConfigurationProperty:
2587
+ def __init__(
2588
+ self,
2589
+ *,
2590
+ cluster_api_server_ca_certificate_chain: builtins.str,
2591
+ cluster_api_server_endpoint_uri: builtins.str,
2592
+ cluster_name: builtins.str,
2593
+ endpoints_resource_name: builtins.str,
2594
+ endpoints_resource_namespace: builtins.str,
2595
+ role_arn: builtins.str,
2596
+ ) -> None:
2597
+ '''Describes the configuration of an Amazon Elastic Kubernetes Service endpoint.
2598
+
2599
+ :param cluster_api_server_ca_certificate_chain: The CA certificate chain of the cluster API server.
2600
+ :param cluster_api_server_endpoint_uri: The URI of the cluster API server endpoint.
2601
+ :param cluster_name: The name of the cluster.
2602
+ :param endpoints_resource_name: The name of the endpoint resource.
2603
+ :param endpoints_resource_namespace: The namespace of the endpoint resource.
2604
+ :param role_arn: The role ARN for the cluster.
2605
+
2606
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-respondergateway-eksendpointsconfiguration.html
2607
+ :exampleMetadata: fixture=_generated
2608
+
2609
+ Example::
2610
+
2611
+ # The code below shows an example of how to instantiate this type.
2612
+ # The values are placeholders you should change.
2613
+ from aws_cdk import aws_rtbfabric as rtbfabric
2614
+
2615
+ eks_endpoints_configuration_property = rtbfabric.CfnResponderGateway.EksEndpointsConfigurationProperty(
2616
+ cluster_api_server_ca_certificate_chain="clusterApiServerCaCertificateChain",
2617
+ cluster_api_server_endpoint_uri="clusterApiServerEndpointUri",
2618
+ cluster_name="clusterName",
2619
+ endpoints_resource_name="endpointsResourceName",
2620
+ endpoints_resource_namespace="endpointsResourceNamespace",
2621
+ role_arn="roleArn"
2622
+ )
2623
+ '''
2624
+ if __debug__:
2625
+ type_hints = typing.get_type_hints(_typecheckingstub__8c39d19c6d36879baafff96889064035f106253849fe63133370a9cd6384f8f1)
2626
+ check_type(argname="argument cluster_api_server_ca_certificate_chain", value=cluster_api_server_ca_certificate_chain, expected_type=type_hints["cluster_api_server_ca_certificate_chain"])
2627
+ check_type(argname="argument cluster_api_server_endpoint_uri", value=cluster_api_server_endpoint_uri, expected_type=type_hints["cluster_api_server_endpoint_uri"])
2628
+ check_type(argname="argument cluster_name", value=cluster_name, expected_type=type_hints["cluster_name"])
2629
+ check_type(argname="argument endpoints_resource_name", value=endpoints_resource_name, expected_type=type_hints["endpoints_resource_name"])
2630
+ check_type(argname="argument endpoints_resource_namespace", value=endpoints_resource_namespace, expected_type=type_hints["endpoints_resource_namespace"])
2631
+ check_type(argname="argument role_arn", value=role_arn, expected_type=type_hints["role_arn"])
2632
+ self._values: typing.Dict[builtins.str, typing.Any] = {
2633
+ "cluster_api_server_ca_certificate_chain": cluster_api_server_ca_certificate_chain,
2634
+ "cluster_api_server_endpoint_uri": cluster_api_server_endpoint_uri,
2635
+ "cluster_name": cluster_name,
2636
+ "endpoints_resource_name": endpoints_resource_name,
2637
+ "endpoints_resource_namespace": endpoints_resource_namespace,
2638
+ "role_arn": role_arn,
2639
+ }
2640
+
2641
+ @builtins.property
2642
+ def cluster_api_server_ca_certificate_chain(self) -> builtins.str:
2643
+ '''The CA certificate chain of the cluster API server.
2644
+
2645
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-respondergateway-eksendpointsconfiguration.html#cfn-rtbfabric-respondergateway-eksendpointsconfiguration-clusterapiservercacertificatechain
2646
+ '''
2647
+ result = self._values.get("cluster_api_server_ca_certificate_chain")
2648
+ assert result is not None, "Required property 'cluster_api_server_ca_certificate_chain' is missing"
2649
+ return typing.cast(builtins.str, result)
2650
+
2651
+ @builtins.property
2652
+ def cluster_api_server_endpoint_uri(self) -> builtins.str:
2653
+ '''The URI of the cluster API server endpoint.
2654
+
2655
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-respondergateway-eksendpointsconfiguration.html#cfn-rtbfabric-respondergateway-eksendpointsconfiguration-clusterapiserverendpointuri
2656
+ '''
2657
+ result = self._values.get("cluster_api_server_endpoint_uri")
2658
+ assert result is not None, "Required property 'cluster_api_server_endpoint_uri' is missing"
2659
+ return typing.cast(builtins.str, result)
2660
+
2661
+ @builtins.property
2662
+ def cluster_name(self) -> builtins.str:
2663
+ '''The name of the cluster.
2664
+
2665
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-respondergateway-eksendpointsconfiguration.html#cfn-rtbfabric-respondergateway-eksendpointsconfiguration-clustername
2666
+ '''
2667
+ result = self._values.get("cluster_name")
2668
+ assert result is not None, "Required property 'cluster_name' is missing"
2669
+ return typing.cast(builtins.str, result)
2670
+
2671
+ @builtins.property
2672
+ def endpoints_resource_name(self) -> builtins.str:
2673
+ '''The name of the endpoint resource.
2674
+
2675
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-respondergateway-eksendpointsconfiguration.html#cfn-rtbfabric-respondergateway-eksendpointsconfiguration-endpointsresourcename
2676
+ '''
2677
+ result = self._values.get("endpoints_resource_name")
2678
+ assert result is not None, "Required property 'endpoints_resource_name' is missing"
2679
+ return typing.cast(builtins.str, result)
2680
+
2681
+ @builtins.property
2682
+ def endpoints_resource_namespace(self) -> builtins.str:
2683
+ '''The namespace of the endpoint resource.
2684
+
2685
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-respondergateway-eksendpointsconfiguration.html#cfn-rtbfabric-respondergateway-eksendpointsconfiguration-endpointsresourcenamespace
2686
+ '''
2687
+ result = self._values.get("endpoints_resource_namespace")
2688
+ assert result is not None, "Required property 'endpoints_resource_namespace' is missing"
2689
+ return typing.cast(builtins.str, result)
2690
+
2691
+ @builtins.property
2692
+ def role_arn(self) -> builtins.str:
2693
+ '''The role ARN for the cluster.
2694
+
2695
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-respondergateway-eksendpointsconfiguration.html#cfn-rtbfabric-respondergateway-eksendpointsconfiguration-rolearn
2696
+ '''
2697
+ result = self._values.get("role_arn")
2698
+ assert result is not None, "Required property 'role_arn' is missing"
2699
+ return typing.cast(builtins.str, result)
2700
+
2701
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
2702
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
2703
+
2704
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
2705
+ return not (rhs == self)
2706
+
2707
+ def __repr__(self) -> str:
2708
+ return "EksEndpointsConfigurationProperty(%s)" % ", ".join(
2709
+ k + "=" + repr(v) for k, v in self._values.items()
2710
+ )
2711
+
2712
+ @jsii.data_type(
2713
+ jsii_type="aws-cdk-lib.aws_rtbfabric.CfnResponderGateway.ManagedEndpointConfigurationProperty",
2714
+ jsii_struct_bases=[],
2715
+ name_mapping={
2716
+ "auto_scaling_groups_configuration": "autoScalingGroupsConfiguration",
2717
+ "eks_endpoints_configuration": "eksEndpointsConfiguration",
2718
+ },
2719
+ )
2720
+ class ManagedEndpointConfigurationProperty:
2721
+ def __init__(
2722
+ self,
2723
+ *,
2724
+ auto_scaling_groups_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnResponderGateway.AutoScalingGroupsConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
2725
+ eks_endpoints_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnResponderGateway.EksEndpointsConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
2726
+ ) -> None:
2727
+ '''Describes the configuration of a managed endpoint.
2728
+
2729
+ :param auto_scaling_groups_configuration: Describes the configuration of an auto scaling group.
2730
+ :param eks_endpoints_configuration: Describes the configuration of an Amazon Elastic Kubernetes Service endpoint.
2731
+
2732
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-respondergateway-managedendpointconfiguration.html
2733
+ :exampleMetadata: fixture=_generated
2734
+
2735
+ Example::
2736
+
2737
+ # The code below shows an example of how to instantiate this type.
2738
+ # The values are placeholders you should change.
2739
+ from aws_cdk import aws_rtbfabric as rtbfabric
2740
+
2741
+ managed_endpoint_configuration_property = rtbfabric.CfnResponderGateway.ManagedEndpointConfigurationProperty(
2742
+ auto_scaling_groups_configuration=rtbfabric.CfnResponderGateway.AutoScalingGroupsConfigurationProperty(
2743
+ auto_scaling_group_name_list=["autoScalingGroupNameList"],
2744
+ role_arn="roleArn"
2745
+ ),
2746
+ eks_endpoints_configuration=rtbfabric.CfnResponderGateway.EksEndpointsConfigurationProperty(
2747
+ cluster_api_server_ca_certificate_chain="clusterApiServerCaCertificateChain",
2748
+ cluster_api_server_endpoint_uri="clusterApiServerEndpointUri",
2749
+ cluster_name="clusterName",
2750
+ endpoints_resource_name="endpointsResourceName",
2751
+ endpoints_resource_namespace="endpointsResourceNamespace",
2752
+ role_arn="roleArn"
2753
+ )
2754
+ )
2755
+ '''
2756
+ if __debug__:
2757
+ type_hints = typing.get_type_hints(_typecheckingstub__ec35a25a4306a45d1288fed4ad734e82e67a0cf2e49ef915d8568d687b0c56ee)
2758
+ check_type(argname="argument auto_scaling_groups_configuration", value=auto_scaling_groups_configuration, expected_type=type_hints["auto_scaling_groups_configuration"])
2759
+ check_type(argname="argument eks_endpoints_configuration", value=eks_endpoints_configuration, expected_type=type_hints["eks_endpoints_configuration"])
2760
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
2761
+ if auto_scaling_groups_configuration is not None:
2762
+ self._values["auto_scaling_groups_configuration"] = auto_scaling_groups_configuration
2763
+ if eks_endpoints_configuration is not None:
2764
+ self._values["eks_endpoints_configuration"] = eks_endpoints_configuration
2765
+
2766
+ @builtins.property
2767
+ def auto_scaling_groups_configuration(
2768
+ self,
2769
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnResponderGateway.AutoScalingGroupsConfigurationProperty"]]:
2770
+ '''Describes the configuration of an auto scaling group.
2771
+
2772
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-respondergateway-managedendpointconfiguration.html#cfn-rtbfabric-respondergateway-managedendpointconfiguration-autoscalinggroupsconfiguration
2773
+ '''
2774
+ result = self._values.get("auto_scaling_groups_configuration")
2775
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnResponderGateway.AutoScalingGroupsConfigurationProperty"]], result)
2776
+
2777
+ @builtins.property
2778
+ def eks_endpoints_configuration(
2779
+ self,
2780
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnResponderGateway.EksEndpointsConfigurationProperty"]]:
2781
+ '''Describes the configuration of an Amazon Elastic Kubernetes Service endpoint.
2782
+
2783
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-respondergateway-managedendpointconfiguration.html#cfn-rtbfabric-respondergateway-managedendpointconfiguration-eksendpointsconfiguration
2784
+ '''
2785
+ result = self._values.get("eks_endpoints_configuration")
2786
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnResponderGateway.EksEndpointsConfigurationProperty"]], result)
2787
+
2788
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
2789
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
2790
+
2791
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
2792
+ return not (rhs == self)
2793
+
2794
+ def __repr__(self) -> str:
2795
+ return "ManagedEndpointConfigurationProperty(%s)" % ", ".join(
2796
+ k + "=" + repr(v) for k, v in self._values.items()
2797
+ )
2798
+
2799
+ @jsii.data_type(
2800
+ jsii_type="aws-cdk-lib.aws_rtbfabric.CfnResponderGateway.TrustStoreConfigurationProperty",
2801
+ jsii_struct_bases=[],
2802
+ name_mapping={
2803
+ "certificate_authority_certificates": "certificateAuthorityCertificates",
2804
+ },
2805
+ )
2806
+ class TrustStoreConfigurationProperty:
2807
+ def __init__(
2808
+ self,
2809
+ *,
2810
+ certificate_authority_certificates: typing.Sequence[builtins.str],
2811
+ ) -> None:
2812
+ '''Describes the configuration of a trust store.
2813
+
2814
+ :param certificate_authority_certificates: The certificate authority certificate.
2815
+
2816
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-respondergateway-truststoreconfiguration.html
2817
+ :exampleMetadata: fixture=_generated
2818
+
2819
+ Example::
2820
+
2821
+ # The code below shows an example of how to instantiate this type.
2822
+ # The values are placeholders you should change.
2823
+ from aws_cdk import aws_rtbfabric as rtbfabric
2824
+
2825
+ trust_store_configuration_property = rtbfabric.CfnResponderGateway.TrustStoreConfigurationProperty(
2826
+ certificate_authority_certificates=["certificateAuthorityCertificates"]
2827
+ )
2828
+ '''
2829
+ if __debug__:
2830
+ type_hints = typing.get_type_hints(_typecheckingstub__e6cdb06483a6be6c8f2015cdc677b1237ae909cbf1496feb35e652044d632315)
2831
+ check_type(argname="argument certificate_authority_certificates", value=certificate_authority_certificates, expected_type=type_hints["certificate_authority_certificates"])
2832
+ self._values: typing.Dict[builtins.str, typing.Any] = {
2833
+ "certificate_authority_certificates": certificate_authority_certificates,
2834
+ }
2835
+
2836
+ @builtins.property
2837
+ def certificate_authority_certificates(self) -> typing.List[builtins.str]:
2838
+ '''The certificate authority certificate.
2839
+
2840
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-respondergateway-truststoreconfiguration.html#cfn-rtbfabric-respondergateway-truststoreconfiguration-certificateauthoritycertificates
2841
+ '''
2842
+ result = self._values.get("certificate_authority_certificates")
2843
+ assert result is not None, "Required property 'certificate_authority_certificates' is missing"
2844
+ return typing.cast(typing.List[builtins.str], result)
2845
+
2846
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
2847
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
2848
+
2849
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
2850
+ return not (rhs == self)
2851
+
2852
+ def __repr__(self) -> str:
2853
+ return "TrustStoreConfigurationProperty(%s)" % ", ".join(
2854
+ k + "=" + repr(v) for k, v in self._values.items()
2855
+ )
2856
+
2857
+
2858
+ @jsii.data_type(
2859
+ jsii_type="aws-cdk-lib.aws_rtbfabric.CfnResponderGatewayProps",
2860
+ jsii_struct_bases=[],
2861
+ name_mapping={
2862
+ "port": "port",
2863
+ "protocol": "protocol",
2864
+ "security_group_ids": "securityGroupIds",
2865
+ "subnet_ids": "subnetIds",
2866
+ "vpc_id": "vpcId",
2867
+ "description": "description",
2868
+ "domain_name": "domainName",
2869
+ "managed_endpoint_configuration": "managedEndpointConfiguration",
2870
+ "tags": "tags",
2871
+ "trust_store_configuration": "trustStoreConfiguration",
2872
+ },
2873
+ )
2874
+ class CfnResponderGatewayProps:
2875
+ def __init__(
2876
+ self,
2877
+ *,
2878
+ port: jsii.Number,
2879
+ protocol: builtins.str,
2880
+ security_group_ids: typing.Sequence[builtins.str],
2881
+ subnet_ids: typing.Sequence[builtins.str],
2882
+ vpc_id: builtins.str,
2883
+ description: typing.Optional[builtins.str] = None,
2884
+ domain_name: typing.Optional[builtins.str] = None,
2885
+ managed_endpoint_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnResponderGateway.ManagedEndpointConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
2886
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
2887
+ trust_store_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnResponderGateway.TrustStoreConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
2888
+ ) -> None:
2889
+ '''Properties for defining a ``CfnResponderGateway``.
2890
+
2891
+ :param port: The networking port to use.
2892
+ :param protocol: The networking protocol to use.
2893
+ :param security_group_ids: The unique identifiers of the security groups.
2894
+ :param subnet_ids: The unique identifiers of the subnets.
2895
+ :param vpc_id: The unique identifier of the Virtual Private Cloud (VPC).
2896
+ :param description: An optional description for the responder gateway.
2897
+ :param domain_name: The domain name for the responder gateway.
2898
+ :param managed_endpoint_configuration: The configuration for the managed endpoint.
2899
+ :param tags: A map of the key-value pairs of the tag or tags to assign to the resource.
2900
+ :param trust_store_configuration: The configuration of the trust store.
2901
+
2902
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rtbfabric-respondergateway.html
2903
+ :exampleMetadata: fixture=_generated
2904
+
2905
+ Example::
2906
+
2907
+ # The code below shows an example of how to instantiate this type.
2908
+ # The values are placeholders you should change.
2909
+ from aws_cdk import aws_rtbfabric as rtbfabric
2910
+
2911
+ cfn_responder_gateway_props = rtbfabric.CfnResponderGatewayProps(
2912
+ port=123,
2913
+ protocol="protocol",
2914
+ security_group_ids=["securityGroupIds"],
2915
+ subnet_ids=["subnetIds"],
2916
+ vpc_id="vpcId",
2917
+
2918
+ # the properties below are optional
2919
+ description="description",
2920
+ domain_name="domainName",
2921
+ managed_endpoint_configuration=rtbfabric.CfnResponderGateway.ManagedEndpointConfigurationProperty(
2922
+ auto_scaling_groups_configuration=rtbfabric.CfnResponderGateway.AutoScalingGroupsConfigurationProperty(
2923
+ auto_scaling_group_name_list=["autoScalingGroupNameList"],
2924
+ role_arn="roleArn"
2925
+ ),
2926
+ eks_endpoints_configuration=rtbfabric.CfnResponderGateway.EksEndpointsConfigurationProperty(
2927
+ cluster_api_server_ca_certificate_chain="clusterApiServerCaCertificateChain",
2928
+ cluster_api_server_endpoint_uri="clusterApiServerEndpointUri",
2929
+ cluster_name="clusterName",
2930
+ endpoints_resource_name="endpointsResourceName",
2931
+ endpoints_resource_namespace="endpointsResourceNamespace",
2932
+ role_arn="roleArn"
2933
+ )
2934
+ ),
2935
+ tags=[CfnTag(
2936
+ key="key",
2937
+ value="value"
2938
+ )],
2939
+ trust_store_configuration=rtbfabric.CfnResponderGateway.TrustStoreConfigurationProperty(
2940
+ certificate_authority_certificates=["certificateAuthorityCertificates"]
2941
+ )
2942
+ )
2943
+ '''
2944
+ if __debug__:
2945
+ type_hints = typing.get_type_hints(_typecheckingstub__c9eb5e991b472975a887a9142289f690ca12906379267bff2fae6a074009eacd)
2946
+ check_type(argname="argument port", value=port, expected_type=type_hints["port"])
2947
+ check_type(argname="argument protocol", value=protocol, expected_type=type_hints["protocol"])
2948
+ check_type(argname="argument security_group_ids", value=security_group_ids, expected_type=type_hints["security_group_ids"])
2949
+ check_type(argname="argument subnet_ids", value=subnet_ids, expected_type=type_hints["subnet_ids"])
2950
+ check_type(argname="argument vpc_id", value=vpc_id, expected_type=type_hints["vpc_id"])
2951
+ check_type(argname="argument description", value=description, expected_type=type_hints["description"])
2952
+ check_type(argname="argument domain_name", value=domain_name, expected_type=type_hints["domain_name"])
2953
+ check_type(argname="argument managed_endpoint_configuration", value=managed_endpoint_configuration, expected_type=type_hints["managed_endpoint_configuration"])
2954
+ check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
2955
+ check_type(argname="argument trust_store_configuration", value=trust_store_configuration, expected_type=type_hints["trust_store_configuration"])
2956
+ self._values: typing.Dict[builtins.str, typing.Any] = {
2957
+ "port": port,
2958
+ "protocol": protocol,
2959
+ "security_group_ids": security_group_ids,
2960
+ "subnet_ids": subnet_ids,
2961
+ "vpc_id": vpc_id,
2962
+ }
2963
+ if description is not None:
2964
+ self._values["description"] = description
2965
+ if domain_name is not None:
2966
+ self._values["domain_name"] = domain_name
2967
+ if managed_endpoint_configuration is not None:
2968
+ self._values["managed_endpoint_configuration"] = managed_endpoint_configuration
2969
+ if tags is not None:
2970
+ self._values["tags"] = tags
2971
+ if trust_store_configuration is not None:
2972
+ self._values["trust_store_configuration"] = trust_store_configuration
2973
+
2974
+ @builtins.property
2975
+ def port(self) -> jsii.Number:
2976
+ '''The networking port to use.
2977
+
2978
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rtbfabric-respondergateway.html#cfn-rtbfabric-respondergateway-port
2979
+ '''
2980
+ result = self._values.get("port")
2981
+ assert result is not None, "Required property 'port' is missing"
2982
+ return typing.cast(jsii.Number, result)
2983
+
2984
+ @builtins.property
2985
+ def protocol(self) -> builtins.str:
2986
+ '''The networking protocol to use.
2987
+
2988
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rtbfabric-respondergateway.html#cfn-rtbfabric-respondergateway-protocol
2989
+ '''
2990
+ result = self._values.get("protocol")
2991
+ assert result is not None, "Required property 'protocol' is missing"
2992
+ return typing.cast(builtins.str, result)
2993
+
2994
+ @builtins.property
2995
+ def security_group_ids(self) -> typing.List[builtins.str]:
2996
+ '''The unique identifiers of the security groups.
2997
+
2998
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rtbfabric-respondergateway.html#cfn-rtbfabric-respondergateway-securitygroupids
2999
+ '''
3000
+ result = self._values.get("security_group_ids")
3001
+ assert result is not None, "Required property 'security_group_ids' is missing"
3002
+ return typing.cast(typing.List[builtins.str], result)
3003
+
3004
+ @builtins.property
3005
+ def subnet_ids(self) -> typing.List[builtins.str]:
3006
+ '''The unique identifiers of the subnets.
3007
+
3008
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rtbfabric-respondergateway.html#cfn-rtbfabric-respondergateway-subnetids
3009
+ '''
3010
+ result = self._values.get("subnet_ids")
3011
+ assert result is not None, "Required property 'subnet_ids' is missing"
3012
+ return typing.cast(typing.List[builtins.str], result)
3013
+
3014
+ @builtins.property
3015
+ def vpc_id(self) -> builtins.str:
3016
+ '''The unique identifier of the Virtual Private Cloud (VPC).
3017
+
3018
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rtbfabric-respondergateway.html#cfn-rtbfabric-respondergateway-vpcid
3019
+ '''
3020
+ result = self._values.get("vpc_id")
3021
+ assert result is not None, "Required property 'vpc_id' is missing"
3022
+ return typing.cast(builtins.str, result)
3023
+
3024
+ @builtins.property
3025
+ def description(self) -> typing.Optional[builtins.str]:
3026
+ '''An optional description for the responder gateway.
3027
+
3028
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rtbfabric-respondergateway.html#cfn-rtbfabric-respondergateway-description
3029
+ '''
3030
+ result = self._values.get("description")
3031
+ return typing.cast(typing.Optional[builtins.str], result)
3032
+
3033
+ @builtins.property
3034
+ def domain_name(self) -> typing.Optional[builtins.str]:
3035
+ '''The domain name for the responder gateway.
3036
+
3037
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rtbfabric-respondergateway.html#cfn-rtbfabric-respondergateway-domainname
3038
+ '''
3039
+ result = self._values.get("domain_name")
3040
+ return typing.cast(typing.Optional[builtins.str], result)
3041
+
3042
+ @builtins.property
3043
+ def managed_endpoint_configuration(
3044
+ self,
3045
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnResponderGateway.ManagedEndpointConfigurationProperty]]:
3046
+ '''The configuration for the managed endpoint.
3047
+
3048
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rtbfabric-respondergateway.html#cfn-rtbfabric-respondergateway-managedendpointconfiguration
3049
+ '''
3050
+ result = self._values.get("managed_endpoint_configuration")
3051
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, CfnResponderGateway.ManagedEndpointConfigurationProperty]], result)
3052
+
3053
+ @builtins.property
3054
+ def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
3055
+ '''A map of the key-value pairs of the tag or tags to assign to the resource.
3056
+
3057
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rtbfabric-respondergateway.html#cfn-rtbfabric-respondergateway-tags
3058
+ '''
3059
+ result = self._values.get("tags")
3060
+ return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], result)
3061
+
3062
+ @builtins.property
3063
+ def trust_store_configuration(
3064
+ self,
3065
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnResponderGateway.TrustStoreConfigurationProperty]]:
3066
+ '''The configuration of the trust store.
3067
+
3068
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rtbfabric-respondergateway.html#cfn-rtbfabric-respondergateway-truststoreconfiguration
3069
+ '''
3070
+ result = self._values.get("trust_store_configuration")
3071
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, CfnResponderGateway.TrustStoreConfigurationProperty]], result)
3072
+
3073
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
3074
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
3075
+
3076
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
3077
+ return not (rhs == self)
3078
+
3079
+ def __repr__(self) -> str:
3080
+ return "CfnResponderGatewayProps(%s)" % ", ".join(
3081
+ k + "=" + repr(v) for k, v in self._values.items()
3082
+ )
3083
+
3084
+
3085
+ __all__ = [
3086
+ "CfnLink",
3087
+ "CfnLinkProps",
3088
+ "CfnRequesterGateway",
3089
+ "CfnRequesterGatewayProps",
3090
+ "CfnResponderGateway",
3091
+ "CfnResponderGatewayProps",
3092
+ ]
3093
+
3094
+ publication.publish()
3095
+
3096
+ def _typecheckingstub__33e403b84fbb081fd16a0097272c1b774ceb7dfcf2ef00e8d7edb2e0fe7cec74(
3097
+ scope: _constructs_77d1e7e8.Construct,
3098
+ id: builtins.str,
3099
+ *,
3100
+ gateway_id: builtins.str,
3101
+ link_log_settings: typing.Union[_IResolvable_da3f097b, typing.Union[CfnLink.LinkLogSettingsProperty, typing.Dict[builtins.str, typing.Any]]],
3102
+ peer_gateway_id: builtins.str,
3103
+ http_responder_allowed: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
3104
+ link_attributes: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnLink.LinkAttributesProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
3105
+ module_configuration_list: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnLink.ModuleConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
3106
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
3107
+ ) -> None:
3108
+ """Type checking stubs"""
3109
+ pass
3110
+
3111
+ def _typecheckingstub__cc9bc5027acac07a275a06b167f0f8790f36a2fef049c4c738abc9a498a67b72(
3112
+ inspector: _TreeInspector_488e0dd5,
3113
+ ) -> None:
3114
+ """Type checking stubs"""
3115
+ pass
3116
+
3117
+ def _typecheckingstub__d3d7d7182ae1421ce2250b4c41ee061920faaa9e8beb8ee36659bc44bfca4d7c(
3118
+ props: typing.Mapping[builtins.str, typing.Any],
3119
+ ) -> None:
3120
+ """Type checking stubs"""
3121
+ pass
3122
+
3123
+ def _typecheckingstub__bd77fe8e257ed257fd9cc2835f29e82e4e5c9092b9320846e746cb8385d83132(
3124
+ value: builtins.str,
3125
+ ) -> None:
3126
+ """Type checking stubs"""
3127
+ pass
3128
+
3129
+ def _typecheckingstub__ab7e556ca0c98de786d1067094aa52ffc4810802cdeabb970d57fd2e6e7032cc(
3130
+ value: typing.Union[_IResolvable_da3f097b, CfnLink.LinkLogSettingsProperty],
3131
+ ) -> None:
3132
+ """Type checking stubs"""
3133
+ pass
3134
+
3135
+ def _typecheckingstub__d1e08aa7186c8b3f2bcce904bac17f4f0dffb3848b35af4cb2707c3ecf5fdc87(
3136
+ value: builtins.str,
3137
+ ) -> None:
3138
+ """Type checking stubs"""
3139
+ pass
3140
+
3141
+ def _typecheckingstub__48b3206215bae9d2e48e79793f9ffd87062a4b1724e8972850cbacafec752632(
3142
+ value: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]],
3143
+ ) -> None:
3144
+ """Type checking stubs"""
3145
+ pass
3146
+
3147
+ def _typecheckingstub__a1ab4741f8f8f4356c5390e467941454f9741185b5834e0d5c912d2df062bb22(
3148
+ value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnLink.LinkAttributesProperty]],
3149
+ ) -> None:
3150
+ """Type checking stubs"""
3151
+ pass
3152
+
3153
+ def _typecheckingstub__bfe068c99595620eaa7b9882ede77a4ac9cf63b8112fdeb95ec82ba2220f47c9(
3154
+ value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnLink.ModuleConfigurationProperty]]]],
3155
+ ) -> None:
3156
+ """Type checking stubs"""
3157
+ pass
3158
+
3159
+ def _typecheckingstub__89f50ed2507493ec960d7f22a7f5e59b8cd846866c52a44638fb170da225c31a(
3160
+ value: typing.Optional[typing.List[_CfnTag_f6864754]],
3161
+ ) -> None:
3162
+ """Type checking stubs"""
3163
+ pass
3164
+
3165
+ def _typecheckingstub__d6894eb0ca15bfc1becb971f044daaafc323280b5c36040bf05b97a7db16c1c6(
3166
+ *,
3167
+ header_tag: typing.Union[_IResolvable_da3f097b, typing.Union[CfnLink.HeaderTagActionProperty, typing.Dict[builtins.str, typing.Any]]],
3168
+ no_bid: typing.Union[_IResolvable_da3f097b, typing.Union[CfnLink.NoBidActionProperty, typing.Dict[builtins.str, typing.Any]]],
3169
+ ) -> None:
3170
+ """Type checking stubs"""
3171
+ pass
3172
+
3173
+ def _typecheckingstub__386c1f58d2f3cd26972e49e1d069f69cd28a5e0106e1e75cdd6b149047a40486(
3174
+ *,
3175
+ link_application_log_sampling: typing.Union[_IResolvable_da3f097b, typing.Union[CfnLink.LinkApplicationLogSamplingProperty, typing.Dict[builtins.str, typing.Any]]],
3176
+ ) -> None:
3177
+ """Type checking stubs"""
3178
+ pass
3179
+
3180
+ def _typecheckingstub__976a810fd8399ef10076aa8ff21db3814228728d51cbe483206baf947e14d22a(
3181
+ *,
3182
+ path: builtins.str,
3183
+ values: typing.Sequence[builtins.str],
3184
+ ) -> None:
3185
+ """Type checking stubs"""
3186
+ pass
3187
+
3188
+ def _typecheckingstub__bcc0e2535e30885c51d63b7ca099b67d5c103991ad0d521226fd949185ecf18a(
3189
+ *,
3190
+ criteria: typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnLink.FilterCriterionProperty, typing.Dict[builtins.str, typing.Any]]]]],
3191
+ ) -> None:
3192
+ """Type checking stubs"""
3193
+ pass
3194
+
3195
+ def _typecheckingstub__48d14abad5b3d72432a046c98d69a1dbaed71327059ccfad80adc96630cb3dd4(
3196
+ *,
3197
+ name: builtins.str,
3198
+ value: builtins.str,
3199
+ ) -> None:
3200
+ """Type checking stubs"""
3201
+ pass
3202
+
3203
+ def _typecheckingstub__cc1221d9bdb6ac10224d2e809d5a57a5e79c1624f9b25a6d8868856fb5441212(
3204
+ *,
3205
+ error_log: jsii.Number,
3206
+ filter_log: jsii.Number,
3207
+ ) -> None:
3208
+ """Type checking stubs"""
3209
+ pass
3210
+
3211
+ def _typecheckingstub__9d88f2ed7a2e18d0a7f048f2648cd6744718ec16fcf5c0c157a303ced0fe42a8(
3212
+ *,
3213
+ customer_provided_id: typing.Optional[builtins.str] = None,
3214
+ responder_error_masking: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnLink.ResponderErrorMaskingForHttpCodeProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
3215
+ ) -> None:
3216
+ """Type checking stubs"""
3217
+ pass
3218
+
3219
+ def _typecheckingstub__e62485742cc7a54f6e2603b3db9f4a68a14d224e255f6337f68e83e4464ec0de(
3220
+ *,
3221
+ application_logs: typing.Union[_IResolvable_da3f097b, typing.Union[CfnLink.ApplicationLogsProperty, typing.Dict[builtins.str, typing.Any]]],
3222
+ ) -> None:
3223
+ """Type checking stubs"""
3224
+ pass
3225
+
3226
+ def _typecheckingstub__82be0aba67824a4714ca848063dd6c387779b7a60080807fbc17ba6f58442821(
3227
+ *,
3228
+ name: builtins.str,
3229
+ depends_on: typing.Optional[typing.Sequence[builtins.str]] = None,
3230
+ module_parameters: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnLink.ModuleParametersProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
3231
+ version: typing.Optional[builtins.str] = None,
3232
+ ) -> None:
3233
+ """Type checking stubs"""
3234
+ pass
3235
+
3236
+ def _typecheckingstub__910c77dbedb644758dff1f600f9a05ab181cc893c92bc153462d376122dba51d(
3237
+ *,
3238
+ no_bid: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnLink.NoBidModuleParametersProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
3239
+ open_rtb_attribute: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnLink.OpenRtbAttributeModuleParametersProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
3240
+ ) -> None:
3241
+ """Type checking stubs"""
3242
+ pass
3243
+
3244
+ def _typecheckingstub__d808313ff4cbeeb74cf4ac496addde75cf42f9a64b0c9069d77342b5f26420c6(
3245
+ *,
3246
+ no_bid_reason_code: typing.Optional[jsii.Number] = None,
3247
+ ) -> None:
3248
+ """Type checking stubs"""
3249
+ pass
3250
+
3251
+ def _typecheckingstub__65534e5849f21132ce42911f7b88232db1b4cc75a5d56fc3c669b59b4d829b0c(
3252
+ *,
3253
+ pass_through_percentage: typing.Optional[jsii.Number] = None,
3254
+ reason: typing.Optional[builtins.str] = None,
3255
+ reason_code: typing.Optional[jsii.Number] = None,
3256
+ ) -> None:
3257
+ """Type checking stubs"""
3258
+ pass
3259
+
3260
+ def _typecheckingstub__0027d94142f38aa037892e813fefe1e1f6b9ef3d7a8927dcb4fe8fe3340158c5(
3261
+ *,
3262
+ action: typing.Union[_IResolvable_da3f097b, typing.Union[CfnLink.ActionProperty, typing.Dict[builtins.str, typing.Any]]],
3263
+ filter_configuration: typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnLink.FilterProperty, typing.Dict[builtins.str, typing.Any]]]]],
3264
+ filter_type: builtins.str,
3265
+ holdback_percentage: jsii.Number,
3266
+ ) -> None:
3267
+ """Type checking stubs"""
3268
+ pass
3269
+
3270
+ def _typecheckingstub__7a4d5a36bb204668cc9f3235d69b4d6dd33abe2f27737729656b5fd767fe6fcb(
3271
+ *,
3272
+ action: builtins.str,
3273
+ http_code: builtins.str,
3274
+ logging_types: typing.Sequence[builtins.str],
3275
+ response_logging_percentage: typing.Optional[jsii.Number] = None,
3276
+ ) -> None:
3277
+ """Type checking stubs"""
3278
+ pass
3279
+
3280
+ def _typecheckingstub__012c58c752deffb32adb9b9c3e8a29a8373d9f395d7e2679c67f05f37f77812a(
3281
+ *,
3282
+ gateway_id: builtins.str,
3283
+ link_log_settings: typing.Union[_IResolvable_da3f097b, typing.Union[CfnLink.LinkLogSettingsProperty, typing.Dict[builtins.str, typing.Any]]],
3284
+ peer_gateway_id: builtins.str,
3285
+ http_responder_allowed: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
3286
+ link_attributes: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnLink.LinkAttributesProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
3287
+ module_configuration_list: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnLink.ModuleConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
3288
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
3289
+ ) -> None:
3290
+ """Type checking stubs"""
3291
+ pass
3292
+
3293
+ def _typecheckingstub__f422ad74a878dd27ca273fe5fdb545d09c78a5ac256926db3df20c37e5494bcb(
3294
+ scope: _constructs_77d1e7e8.Construct,
3295
+ id: builtins.str,
3296
+ *,
3297
+ security_group_ids: typing.Sequence[builtins.str],
3298
+ subnet_ids: typing.Sequence[builtins.str],
3299
+ vpc_id: builtins.str,
3300
+ description: typing.Optional[builtins.str] = None,
3301
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
3302
+ ) -> None:
3303
+ """Type checking stubs"""
3304
+ pass
3305
+
3306
+ def _typecheckingstub__ff35377957678a6c2c4554293556ba81f1ce2d415c840e7f565c3446b4392dd1(
3307
+ inspector: _TreeInspector_488e0dd5,
3308
+ ) -> None:
3309
+ """Type checking stubs"""
3310
+ pass
3311
+
3312
+ def _typecheckingstub__5192ae4e650c287601015b07667412e24e64d55cbffc8ba03a9951b18d4480a0(
3313
+ props: typing.Mapping[builtins.str, typing.Any],
3314
+ ) -> None:
3315
+ """Type checking stubs"""
3316
+ pass
3317
+
3318
+ def _typecheckingstub__2ebd08ccd1118e6cce91167680f27e015cb9bcf5d9ff0aa2d840a6df61c14a67(
3319
+ value: typing.List[builtins.str],
3320
+ ) -> None:
3321
+ """Type checking stubs"""
3322
+ pass
3323
+
3324
+ def _typecheckingstub__04b0e885e38fc98486a407608eacb33c3b7349d40d018eb2a470fcca945931d4(
3325
+ value: typing.List[builtins.str],
3326
+ ) -> None:
3327
+ """Type checking stubs"""
3328
+ pass
3329
+
3330
+ def _typecheckingstub__959c859af931f75a012fecdc9ac3acb6011d7aafb80c1e781b35c1cd405e51ac(
3331
+ value: builtins.str,
3332
+ ) -> None:
3333
+ """Type checking stubs"""
3334
+ pass
3335
+
3336
+ def _typecheckingstub__b1760b22a44b3e180e50000774882d4780c0aa85c37c931f50882d305890c95b(
3337
+ value: typing.Optional[builtins.str],
3338
+ ) -> None:
3339
+ """Type checking stubs"""
3340
+ pass
3341
+
3342
+ def _typecheckingstub__49d27ee86984f1ea979cd85d326d12ed9f60279e658da842a417dc4a27e2ba07(
3343
+ value: typing.Optional[typing.List[_CfnTag_f6864754]],
3344
+ ) -> None:
3345
+ """Type checking stubs"""
3346
+ pass
3347
+
3348
+ def _typecheckingstub__e861505bd65d62c115117db14bdc56cdccfb7c596f849bc81dadfc3f63484f16(
3349
+ *,
3350
+ security_group_ids: typing.Sequence[builtins.str],
3351
+ subnet_ids: typing.Sequence[builtins.str],
3352
+ vpc_id: builtins.str,
3353
+ description: typing.Optional[builtins.str] = None,
3354
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
3355
+ ) -> None:
3356
+ """Type checking stubs"""
3357
+ pass
3358
+
3359
+ def _typecheckingstub__cb840846f651123d9a88e886198c38a19418b49d00a405569125e9b5fc712905(
3360
+ scope: _constructs_77d1e7e8.Construct,
3361
+ id: builtins.str,
3362
+ *,
3363
+ port: jsii.Number,
3364
+ protocol: builtins.str,
3365
+ security_group_ids: typing.Sequence[builtins.str],
3366
+ subnet_ids: typing.Sequence[builtins.str],
3367
+ vpc_id: builtins.str,
3368
+ description: typing.Optional[builtins.str] = None,
3369
+ domain_name: typing.Optional[builtins.str] = None,
3370
+ managed_endpoint_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnResponderGateway.ManagedEndpointConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
3371
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
3372
+ trust_store_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnResponderGateway.TrustStoreConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
3373
+ ) -> None:
3374
+ """Type checking stubs"""
3375
+ pass
3376
+
3377
+ def _typecheckingstub__fa2d13378cd55a42c745c0d3be558c5fe2209a8b5cd2de4699daa917018a45ff(
3378
+ inspector: _TreeInspector_488e0dd5,
3379
+ ) -> None:
3380
+ """Type checking stubs"""
3381
+ pass
3382
+
3383
+ def _typecheckingstub__d93a404d017510da5888259e354ed9c153e827b5cf5f6d4ed51228828f69ab75(
3384
+ props: typing.Mapping[builtins.str, typing.Any],
3385
+ ) -> None:
3386
+ """Type checking stubs"""
3387
+ pass
3388
+
3389
+ def _typecheckingstub__529ad6abfea2d47fdb6a4a85f0fa7ef44fe2dbb4cbce65f2a407af20ca308aff(
3390
+ value: jsii.Number,
3391
+ ) -> None:
3392
+ """Type checking stubs"""
3393
+ pass
3394
+
3395
+ def _typecheckingstub__de24b3918fda3107ad9b83c4fdf476736a5649552d61ca740a55c6f384f156d4(
3396
+ value: builtins.str,
3397
+ ) -> None:
3398
+ """Type checking stubs"""
3399
+ pass
3400
+
3401
+ def _typecheckingstub__5807c201752fa8e41be9823d45b5e600b8b8957e00a7a2e746adf30a456151bd(
3402
+ value: typing.List[builtins.str],
3403
+ ) -> None:
3404
+ """Type checking stubs"""
3405
+ pass
3406
+
3407
+ def _typecheckingstub__4ca836d5fd162d5f81d5073a4c116fe81c8566c9b5abc50f51ed6984246da273(
3408
+ value: typing.List[builtins.str],
3409
+ ) -> None:
3410
+ """Type checking stubs"""
3411
+ pass
3412
+
3413
+ def _typecheckingstub__44015d889f5b99adbe6056ed6c8499be47c63f2c6c4914c9ad7283aacd918861(
3414
+ value: builtins.str,
3415
+ ) -> None:
3416
+ """Type checking stubs"""
3417
+ pass
3418
+
3419
+ def _typecheckingstub__1e6878cd3f2c8e8e361bc8d2c86209d26a1fb58fbe2d62b7edf129a163c2a858(
3420
+ value: typing.Optional[builtins.str],
3421
+ ) -> None:
3422
+ """Type checking stubs"""
3423
+ pass
3424
+
3425
+ def _typecheckingstub__661744fbbe0ebbf7d0da02d43ad93534aa4716cfe31f0ca98ac17ceaff284331(
3426
+ value: typing.Optional[builtins.str],
3427
+ ) -> None:
3428
+ """Type checking stubs"""
3429
+ pass
3430
+
3431
+ def _typecheckingstub__4c62d5b7a0422ed5598bd291abfbec31946d1749e58220bce6017e5e6847b5c1(
3432
+ value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnResponderGateway.ManagedEndpointConfigurationProperty]],
3433
+ ) -> None:
3434
+ """Type checking stubs"""
3435
+ pass
3436
+
3437
+ def _typecheckingstub__78481e43a5f64482056245022052cc21592112a8a52dc33921b1d7faf64c9cfe(
3438
+ value: typing.Optional[typing.List[_CfnTag_f6864754]],
3439
+ ) -> None:
3440
+ """Type checking stubs"""
3441
+ pass
3442
+
3443
+ def _typecheckingstub__1c35e12d72dbcce9576ddf9d51543995e06e6fe3b33fbd82dac8f968d6d8a2ce(
3444
+ value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnResponderGateway.TrustStoreConfigurationProperty]],
3445
+ ) -> None:
3446
+ """Type checking stubs"""
3447
+ pass
3448
+
3449
+ def _typecheckingstub__d1c95602d43fb8271931e505ccc184bd0ec122d89dad878b15fd318423cdc0a5(
3450
+ *,
3451
+ auto_scaling_group_name_list: typing.Sequence[builtins.str],
3452
+ role_arn: builtins.str,
3453
+ ) -> None:
3454
+ """Type checking stubs"""
3455
+ pass
3456
+
3457
+ def _typecheckingstub__8c39d19c6d36879baafff96889064035f106253849fe63133370a9cd6384f8f1(
3458
+ *,
3459
+ cluster_api_server_ca_certificate_chain: builtins.str,
3460
+ cluster_api_server_endpoint_uri: builtins.str,
3461
+ cluster_name: builtins.str,
3462
+ endpoints_resource_name: builtins.str,
3463
+ endpoints_resource_namespace: builtins.str,
3464
+ role_arn: builtins.str,
3465
+ ) -> None:
3466
+ """Type checking stubs"""
3467
+ pass
3468
+
3469
+ def _typecheckingstub__ec35a25a4306a45d1288fed4ad734e82e67a0cf2e49ef915d8568d687b0c56ee(
3470
+ *,
3471
+ auto_scaling_groups_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnResponderGateway.AutoScalingGroupsConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
3472
+ eks_endpoints_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnResponderGateway.EksEndpointsConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
3473
+ ) -> None:
3474
+ """Type checking stubs"""
3475
+ pass
3476
+
3477
+ def _typecheckingstub__e6cdb06483a6be6c8f2015cdc677b1237ae909cbf1496feb35e652044d632315(
3478
+ *,
3479
+ certificate_authority_certificates: typing.Sequence[builtins.str],
3480
+ ) -> None:
3481
+ """Type checking stubs"""
3482
+ pass
3483
+
3484
+ def _typecheckingstub__c9eb5e991b472975a887a9142289f690ca12906379267bff2fae6a074009eacd(
3485
+ *,
3486
+ port: jsii.Number,
3487
+ protocol: builtins.str,
3488
+ security_group_ids: typing.Sequence[builtins.str],
3489
+ subnet_ids: typing.Sequence[builtins.str],
3490
+ vpc_id: builtins.str,
3491
+ description: typing.Optional[builtins.str] = None,
3492
+ domain_name: typing.Optional[builtins.str] = None,
3493
+ managed_endpoint_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnResponderGateway.ManagedEndpointConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
3494
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
3495
+ trust_store_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnResponderGateway.TrustStoreConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
3496
+ ) -> None:
3497
+ """Type checking stubs"""
3498
+ pass