aws-cdk-lib 2.220.0__py3-none-any.whl → 2.221.1__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 (288) hide show
  1. aws_cdk/__init__.py +21 -18
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.220.0.jsii.tgz → aws-cdk-lib@2.221.1.jsii.tgz} +0 -0
  4. aws_cdk/alexa_ask/__init__.py +3 -0
  5. aws_cdk/aws_accessanalyzer/__init__.py +3 -0
  6. aws_cdk/aws_acmpca/__init__.py +4 -1
  7. aws_cdk/aws_aiops/__init__.py +3 -0
  8. aws_cdk/aws_amazonmq/__init__.py +3 -29
  9. aws_cdk/aws_amplify/__init__.py +3 -0
  10. aws_cdk/aws_amplifyuibuilder/__init__.py +3 -0
  11. aws_cdk/aws_apigateway/__init__.py +3 -0
  12. aws_cdk/aws_apigatewayv2/__init__.py +3 -0
  13. aws_cdk/aws_appconfig/__init__.py +3 -29
  14. aws_cdk/aws_appflow/__init__.py +3 -0
  15. aws_cdk/aws_appintegrations/__init__.py +3 -0
  16. aws_cdk/aws_applicationautoscaling/__init__.py +3 -0
  17. aws_cdk/aws_applicationinsights/__init__.py +3 -0
  18. aws_cdk/aws_applicationsignals/__init__.py +4 -1
  19. aws_cdk/aws_appmesh/__init__.py +3 -0
  20. aws_cdk/aws_apprunner/__init__.py +3 -0
  21. aws_cdk/aws_appstream/__init__.py +3 -0
  22. aws_cdk/aws_appsync/__init__.py +3 -0
  23. aws_cdk/aws_apptest/__init__.py +3 -0
  24. aws_cdk/aws_aps/__init__.py +1168 -83
  25. aws_cdk/aws_arcregionswitch/__init__.py +3 -0
  26. aws_cdk/aws_arczonalshift/__init__.py +3 -0
  27. aws_cdk/aws_athena/__init__.py +3 -0
  28. aws_cdk/aws_auditmanager/__init__.py +3 -0
  29. aws_cdk/aws_autoscaling/__init__.py +3 -0
  30. aws_cdk/aws_autoscaling_common/__init__.py +3 -0
  31. aws_cdk/aws_autoscalingplans/__init__.py +3 -0
  32. aws_cdk/aws_b2bi/__init__.py +3 -0
  33. aws_cdk/aws_backup/__init__.py +3 -29
  34. aws_cdk/aws_backupgateway/__init__.py +3 -0
  35. aws_cdk/aws_batch/__init__.py +3 -0
  36. aws_cdk/aws_bcmdataexports/__init__.py +3 -0
  37. aws_cdk/aws_bedrock/__init__.py +9 -29
  38. aws_cdk/aws_bedrockagentcore/__init__.py +782 -169
  39. aws_cdk/aws_billingconductor/__init__.py +3 -0
  40. aws_cdk/aws_budgets/__init__.py +3 -0
  41. aws_cdk/aws_cassandra/__init__.py +3 -0
  42. aws_cdk/aws_ce/__init__.py +3 -0
  43. aws_cdk/aws_certificatemanager/__init__.py +3 -0
  44. aws_cdk/aws_chatbot/__init__.py +3 -0
  45. aws_cdk/aws_cleanrooms/__init__.py +3 -0
  46. aws_cdk/aws_cleanroomsml/__init__.py +3 -0
  47. aws_cdk/aws_cloud9/__init__.py +3 -0
  48. aws_cdk/aws_cloudformation/__init__.py +3 -0
  49. aws_cdk/aws_cloudfront/__init__.py +69 -3
  50. aws_cdk/aws_cloudtrail/__init__.py +3 -0
  51. aws_cdk/aws_cloudwatch/__init__.py +3 -0
  52. aws_cdk/aws_codeartifact/__init__.py +3 -0
  53. aws_cdk/aws_codebuild/__init__.py +3 -0
  54. aws_cdk/aws_codecommit/__init__.py +3 -0
  55. aws_cdk/aws_codeconnections/__init__.py +3 -0
  56. aws_cdk/aws_codedeploy/__init__.py +3 -0
  57. aws_cdk/aws_codeguruprofiler/__init__.py +3 -0
  58. aws_cdk/aws_codegurureviewer/__init__.py +3 -0
  59. aws_cdk/aws_codepipeline/__init__.py +3 -0
  60. aws_cdk/aws_codepipeline_actions/__init__.py +3 -0
  61. aws_cdk/aws_codestar/__init__.py +3 -0
  62. aws_cdk/aws_codestarconnections/__init__.py +3 -0
  63. aws_cdk/aws_codestarnotifications/__init__.py +3 -0
  64. aws_cdk/aws_cognito/__init__.py +3 -0
  65. aws_cdk/aws_cognito_identitypool/__init__.py +3 -0
  66. aws_cdk/aws_comprehend/__init__.py +3 -0
  67. aws_cdk/aws_config/__init__.py +3 -0
  68. aws_cdk/aws_connect/__init__.py +1232 -2
  69. aws_cdk/aws_connectcampaigns/__init__.py +3 -0
  70. aws_cdk/aws_connectcampaignsv2/__init__.py +3 -0
  71. aws_cdk/aws_controltower/__init__.py +3 -0
  72. aws_cdk/aws_cur/__init__.py +3 -0
  73. aws_cdk/aws_customerprofiles/__init__.py +3 -29
  74. aws_cdk/aws_databrew/__init__.py +3 -0
  75. aws_cdk/aws_datapipeline/__init__.py +3 -0
  76. aws_cdk/aws_datasync/__init__.py +3 -0
  77. aws_cdk/aws_datazone/__init__.py +17 -15
  78. aws_cdk/aws_dax/__init__.py +3 -0
  79. aws_cdk/aws_deadline/__init__.py +3 -0
  80. aws_cdk/aws_detective/__init__.py +3 -0
  81. aws_cdk/aws_devicefarm/__init__.py +3 -0
  82. aws_cdk/aws_devopsguru/__init__.py +3 -0
  83. aws_cdk/aws_directoryservice/__init__.py +3 -0
  84. aws_cdk/aws_dlm/__init__.py +3 -0
  85. aws_cdk/aws_dms/__init__.py +3 -0
  86. aws_cdk/aws_docdb/__init__.py +14 -3
  87. aws_cdk/aws_docdbelastic/__init__.py +3 -0
  88. aws_cdk/aws_dsql/__init__.py +3 -0
  89. aws_cdk/aws_dynamodb/__init__.py +3 -0
  90. aws_cdk/aws_ec2/__init__.py +106 -40
  91. aws_cdk/aws_ecr/__init__.py +156 -33
  92. aws_cdk/aws_ecs/__init__.py +87 -48
  93. aws_cdk/aws_efs/__init__.py +3 -0
  94. aws_cdk/aws_eks/__init__.py +3 -58
  95. aws_cdk/aws_elasticache/__init__.py +3 -0
  96. aws_cdk/aws_elasticbeanstalk/__init__.py +3 -0
  97. aws_cdk/aws_elasticloadbalancing/__init__.py +3 -0
  98. aws_cdk/aws_elasticloadbalancingv2/__init__.py +445 -36
  99. aws_cdk/aws_elasticsearch/__init__.py +3 -0
  100. aws_cdk/aws_emr/__init__.py +3 -0
  101. aws_cdk/aws_emrcontainers/__init__.py +3 -0
  102. aws_cdk/aws_emrserverless/__init__.py +12 -11
  103. aws_cdk/aws_entityresolution/__init__.py +3 -0
  104. aws_cdk/aws_events/__init__.py +73 -29
  105. aws_cdk/aws_events_targets/__init__.py +3 -0
  106. aws_cdk/aws_eventschemas/__init__.py +3 -0
  107. aws_cdk/aws_evidently/__init__.py +3 -0
  108. aws_cdk/aws_evs/__init__.py +3 -0
  109. aws_cdk/aws_finspace/__init__.py +3 -0
  110. aws_cdk/aws_fis/__init__.py +3 -0
  111. aws_cdk/aws_fms/__init__.py +3 -0
  112. aws_cdk/aws_forecast/__init__.py +3 -0
  113. aws_cdk/aws_frauddetector/__init__.py +3 -0
  114. aws_cdk/aws_fsx/__init__.py +3 -0
  115. aws_cdk/aws_gamelift/__init__.py +3 -0
  116. aws_cdk/aws_gameliftstreams/__init__.py +8 -5
  117. aws_cdk/aws_globalaccelerator/__init__.py +3 -0
  118. aws_cdk/aws_glue/__init__.py +11 -80
  119. aws_cdk/aws_grafana/__init__.py +3 -0
  120. aws_cdk/aws_greengrass/__init__.py +3 -0
  121. aws_cdk/aws_greengrassv2/__init__.py +3 -0
  122. aws_cdk/aws_groundstation/__init__.py +3 -0
  123. aws_cdk/aws_guardduty/__init__.py +3 -0
  124. aws_cdk/aws_healthimaging/__init__.py +3 -0
  125. aws_cdk/aws_healthlake/__init__.py +3 -0
  126. aws_cdk/aws_iam/__init__.py +30 -32
  127. aws_cdk/aws_identitystore/__init__.py +3 -0
  128. aws_cdk/aws_imagebuilder/__init__.py +499 -0
  129. aws_cdk/aws_inspector/__init__.py +3 -0
  130. aws_cdk/aws_inspectorv2/__init__.py +3 -0
  131. aws_cdk/aws_internetmonitor/__init__.py +3 -0
  132. aws_cdk/aws_invoicing/__init__.py +3 -0
  133. aws_cdk/aws_iot/__init__.py +3 -0
  134. aws_cdk/aws_iotanalytics/__init__.py +3 -0
  135. aws_cdk/aws_iotcoredeviceadvisor/__init__.py +3 -0
  136. aws_cdk/aws_iotevents/__init__.py +3 -0
  137. aws_cdk/aws_iotfleethub/__init__.py +3 -0
  138. aws_cdk/aws_iotfleetwise/__init__.py +3 -0
  139. aws_cdk/aws_iotsitewise/__init__.py +3 -0
  140. aws_cdk/aws_iotthingsgraph/__init__.py +3 -0
  141. aws_cdk/aws_iottwinmaker/__init__.py +3 -87
  142. aws_cdk/aws_iotwireless/__init__.py +61 -0
  143. aws_cdk/aws_ivs/__init__.py +3 -0
  144. aws_cdk/aws_ivschat/__init__.py +3 -0
  145. aws_cdk/aws_kafkaconnect/__init__.py +3 -0
  146. aws_cdk/aws_kendra/__init__.py +3 -58
  147. aws_cdk/aws_kendraranking/__init__.py +3 -0
  148. aws_cdk/aws_kinesis/__init__.py +3 -0
  149. aws_cdk/aws_kinesisanalytics/__init__.py +3 -0
  150. aws_cdk/aws_kinesisanalyticsv2/__init__.py +3 -0
  151. aws_cdk/aws_kinesisfirehose/__init__.py +1709 -10
  152. aws_cdk/aws_kinesisvideo/__init__.py +3 -29
  153. aws_cdk/aws_kms/__init__.py +3 -0
  154. aws_cdk/aws_lakeformation/__init__.py +3 -0
  155. aws_cdk/aws_lambda/__init__.py +14 -7
  156. aws_cdk/aws_lambda_nodejs/__init__.py +3 -0
  157. aws_cdk/aws_launchwizard/__init__.py +3 -0
  158. aws_cdk/aws_lex/__init__.py +3 -29
  159. aws_cdk/aws_licensemanager/__init__.py +3 -0
  160. aws_cdk/aws_lightsail/__init__.py +3 -0
  161. aws_cdk/aws_location/__init__.py +3 -0
  162. aws_cdk/aws_logs/__init__.py +226 -9
  163. aws_cdk/aws_lookoutequipment/__init__.py +3 -29
  164. aws_cdk/aws_lookoutmetrics/__init__.py +3 -0
  165. aws_cdk/aws_lookoutvision/__init__.py +3 -0
  166. aws_cdk/aws_m2/__init__.py +3 -0
  167. aws_cdk/aws_macie/__init__.py +3 -0
  168. aws_cdk/aws_managedblockchain/__init__.py +3 -0
  169. aws_cdk/aws_mediaconnect/__init__.py +3 -0
  170. aws_cdk/aws_mediaconvert/__init__.py +3 -0
  171. aws_cdk/aws_medialive/__init__.py +171 -33
  172. aws_cdk/aws_mediapackage/__init__.py +3 -0
  173. aws_cdk/aws_mediapackagev2/__init__.py +3 -0
  174. aws_cdk/aws_mediastore/__init__.py +3 -0
  175. aws_cdk/aws_mediatailor/__init__.py +3 -58
  176. aws_cdk/aws_memorydb/__init__.py +3 -0
  177. aws_cdk/aws_mpa/__init__.py +3 -0
  178. aws_cdk/aws_msk/__init__.py +3 -0
  179. aws_cdk/aws_mwaa/__init__.py +3 -0
  180. aws_cdk/aws_neptune/__init__.py +55 -0
  181. aws_cdk/aws_neptunegraph/__init__.py +3 -0
  182. aws_cdk/aws_networkfirewall/__init__.py +3 -0
  183. aws_cdk/aws_networkmanager/__init__.py +3 -0
  184. aws_cdk/aws_nimblestudio/__init__.py +3 -0
  185. aws_cdk/aws_notifications/__init__.py +3 -0
  186. aws_cdk/aws_notificationscontacts/__init__.py +3 -0
  187. aws_cdk/aws_oam/__init__.py +3 -0
  188. aws_cdk/aws_observabilityadmin/__init__.py +171 -137
  189. aws_cdk/aws_odb/__init__.py +4 -1
  190. aws_cdk/aws_omics/__init__.py +3 -0
  191. aws_cdk/aws_opensearchserverless/__init__.py +3 -0
  192. aws_cdk/aws_opensearchservice/__init__.py +3 -0
  193. aws_cdk/aws_opsworks/__init__.py +3 -0
  194. aws_cdk/aws_opsworkscm/__init__.py +3 -0
  195. aws_cdk/aws_organizations/__init__.py +3 -116
  196. aws_cdk/aws_osis/__init__.py +157 -0
  197. aws_cdk/aws_panorama/__init__.py +3 -0
  198. aws_cdk/aws_paymentcryptography/__init__.py +3 -0
  199. aws_cdk/aws_pcaconnectorad/__init__.py +3 -0
  200. aws_cdk/aws_pcaconnectorscep/__init__.py +3 -0
  201. aws_cdk/aws_pcs/__init__.py +3 -0
  202. aws_cdk/aws_personalize/__init__.py +3 -0
  203. aws_cdk/aws_pinpoint/__init__.py +3 -58
  204. aws_cdk/aws_pinpointemail/__init__.py +3 -0
  205. aws_cdk/aws_pipes/__init__.py +3 -0
  206. aws_cdk/aws_proton/__init__.py +3 -0
  207. aws_cdk/aws_qbusiness/__init__.py +3 -174
  208. aws_cdk/aws_qldb/__init__.py +3 -29
  209. aws_cdk/aws_quicksight/__init__.py +418 -411
  210. aws_cdk/aws_ram/__init__.py +3 -0
  211. aws_cdk/aws_rbin/__init__.py +3 -0
  212. aws_cdk/aws_rds/__init__.py +42 -19
  213. aws_cdk/aws_redshift/__init__.py +3 -0
  214. aws_cdk/aws_redshiftserverless/__init__.py +3 -0
  215. aws_cdk/aws_refactorspaces/__init__.py +3 -0
  216. aws_cdk/aws_rekognition/__init__.py +3 -29
  217. aws_cdk/aws_resiliencehub/__init__.py +3 -0
  218. aws_cdk/aws_resourceexplorer2/__init__.py +3 -0
  219. aws_cdk/aws_resourcegroups/__init__.py +3 -0
  220. aws_cdk/aws_robomaker/__init__.py +3 -0
  221. aws_cdk/aws_rolesanywhere/__init__.py +3 -0
  222. aws_cdk/aws_route53/__init__.py +18 -18
  223. aws_cdk/aws_route53_targets/__init__.py +3 -0
  224. aws_cdk/aws_route53profiles/__init__.py +3 -0
  225. aws_cdk/aws_route53recoverycontrol/__init__.py +3 -0
  226. aws_cdk/aws_route53recoveryreadiness/__init__.py +3 -0
  227. aws_cdk/aws_route53resolver/__init__.py +11 -4
  228. aws_cdk/aws_rum/__init__.py +3 -0
  229. aws_cdk/aws_s3/__init__.py +51 -41
  230. aws_cdk/aws_s3_deployment/__init__.py +3 -0
  231. aws_cdk/aws_s3express/__init__.py +3 -0
  232. aws_cdk/aws_s3objectlambda/__init__.py +3 -0
  233. aws_cdk/aws_s3outposts/__init__.py +3 -0
  234. aws_cdk/aws_s3tables/__init__.py +3 -0
  235. aws_cdk/aws_sagemaker/__init__.py +166 -87
  236. aws_cdk/aws_sam/__init__.py +3 -0
  237. aws_cdk/aws_scheduler/__init__.py +3 -29
  238. aws_cdk/aws_sdb/__init__.py +3 -0
  239. aws_cdk/aws_secretsmanager/__init__.py +3 -0
  240. aws_cdk/aws_securityhub/__init__.py +3 -0
  241. aws_cdk/aws_securitylake/__init__.py +3 -0
  242. aws_cdk/aws_servicecatalog/__init__.py +136 -124
  243. aws_cdk/aws_servicecatalogappregistry/__init__.py +3 -0
  244. aws_cdk/aws_servicediscovery/__init__.py +3 -0
  245. aws_cdk/aws_ses/__init__.py +3 -0
  246. aws_cdk/aws_shield/__init__.py +3 -0
  247. aws_cdk/aws_signer/__init__.py +3 -0
  248. aws_cdk/aws_simspaceweaver/__init__.py +3 -0
  249. aws_cdk/aws_smsvoice/__init__.py +3 -29
  250. aws_cdk/aws_sns/__init__.py +3 -0
  251. aws_cdk/aws_sqs/__init__.py +3 -0
  252. aws_cdk/aws_ssm/__init__.py +10 -3
  253. aws_cdk/aws_ssmcontacts/__init__.py +3 -0
  254. aws_cdk/aws_ssmguiconnect/__init__.py +3 -0
  255. aws_cdk/aws_ssmincidents/__init__.py +3 -0
  256. aws_cdk/aws_ssmquicksetup/__init__.py +467 -0
  257. aws_cdk/aws_sso/__init__.py +3 -0
  258. aws_cdk/aws_stepfunctions/__init__.py +9 -12
  259. aws_cdk/aws_stepfunctions_tasks/__init__.py +6 -3
  260. aws_cdk/aws_supportapp/__init__.py +3 -0
  261. aws_cdk/aws_synthetics/__init__.py +59 -26
  262. aws_cdk/aws_systemsmanagersap/__init__.py +3 -0
  263. aws_cdk/aws_timestream/__init__.py +3 -29
  264. aws_cdk/aws_transfer/__init__.py +20 -34
  265. aws_cdk/aws_verifiedpermissions/__init__.py +3 -0
  266. aws_cdk/aws_voiceid/__init__.py +3 -0
  267. aws_cdk/aws_vpclattice/__init__.py +7 -4
  268. aws_cdk/aws_waf/__init__.py +3 -0
  269. aws_cdk/aws_wafregional/__init__.py +3 -0
  270. aws_cdk/aws_wafv2/__init__.py +3 -0
  271. aws_cdk/aws_wisdom/__init__.py +3 -116
  272. aws_cdk/aws_workspaces/__init__.py +3 -0
  273. aws_cdk/aws_workspacesinstances/__init__.py +3 -0
  274. aws_cdk/aws_workspacesthinclient/__init__.py +3 -0
  275. aws_cdk/aws_workspacesweb/__init__.py +3 -0
  276. aws_cdk/aws_xray/__init__.py +3 -0
  277. aws_cdk/cloud_assembly_schema/__init__.py +3 -0
  278. aws_cdk/cx_api/__init__.py +34 -0
  279. aws_cdk/pipelines/__init__.py +3 -0
  280. aws_cdk/region_info/__init__.py +3 -0
  281. aws_cdk/triggers/__init__.py +3 -0
  282. {aws_cdk_lib-2.220.0.dist-info → aws_cdk_lib-2.221.1.dist-info}/METADATA +2 -2
  283. aws_cdk_lib-2.221.1.dist-info/RECORD +313 -0
  284. aws_cdk_lib-2.220.0.dist-info/RECORD +0 -313
  285. {aws_cdk_lib-2.220.0.dist-info → aws_cdk_lib-2.221.1.dist-info}/LICENSE +0 -0
  286. {aws_cdk_lib-2.220.0.dist-info → aws_cdk_lib-2.221.1.dist-info}/NOTICE +0 -0
  287. {aws_cdk_lib-2.220.0.dist-info → aws_cdk_lib-2.221.1.dist-info}/WHEEL +0 -0
  288. {aws_cdk_lib-2.220.0.dist-info → aws_cdk_lib-2.221.1.dist-info}/top_level.txt +0 -0
@@ -8596,3 +8596,6 @@ def _typecheckingstub__a5543e4b1f496b09cc4a434231d283ad21ff49080e145c70f79d585e6
8596
8596
  ) -> None:
8597
8597
  """Type checking stubs"""
8598
8598
  pass
8599
+
8600
+ for cls in [IDomain, IDomainRef]:
8601
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
@@ -13942,3 +13942,6 @@ def _typecheckingstub__0b841633928ec99eb6a369ad7d4f47c19b8160c69cd85540afdfe7123
13942
13942
  ) -> None:
13943
13943
  """Type checking stubs"""
13944
13944
  pass
13945
+
13946
+ for cls in [IClusterRef, IInstanceFleetConfigRef, IInstanceGroupConfigRef, ISecurityConfigurationRef, IStepRef, IStudioRef, IStudioSessionMappingRef, IWALWorkspaceRef]:
13947
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
@@ -869,3 +869,6 @@ def _typecheckingstub__26be72236c14a8878e3d92d7b17397aa49c8a844f85e9e98c958600dd
869
869
  ) -> None:
870
870
  """Type checking stubs"""
871
871
  pass
872
+
873
+ for cls in [IVirtualClusterRef]:
874
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
@@ -189,7 +189,7 @@ class CfnApplicationProps:
189
189
  :param architecture: The CPU architecture of an application.
190
190
  :param auto_start_configuration: The configuration for an application to automatically start on job submission.
191
191
  :param auto_stop_configuration: The configuration for an application to automatically stop after a certain amount of time being idle.
192
- :param identity_center_configuration: A configuration specification to be used when provisioning an application. A configuration consists of a classification, properties, and optional nested configurations. A classification refers to an application-specific configuration file. Properties are the settings you want to change in that file.
192
+ :param identity_center_configuration: The IAM Identity Center configuration applied to enable trusted identity propagation.
193
193
  :param image_configuration: The image configuration applied to all worker types.
194
194
  :param initial_capacity: The initial capacity of the application.
195
195
  :param interactive_configuration: The interactive configuration object that enables the interactive use cases for an application.
@@ -420,9 +420,7 @@ class CfnApplicationProps:
420
420
  def identity_center_configuration(
421
421
  self,
422
422
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnApplication.IdentityCenterConfigurationProperty"]]:
423
- '''A configuration specification to be used when provisioning an application.
424
-
425
- A configuration consists of a classification, properties, and optional nested configurations. A classification refers to an application-specific configuration file. Properties are the settings you want to change in that file.
423
+ '''The IAM Identity Center configuration applied to enable trusted identity propagation.
426
424
 
427
425
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emrserverless-application.html#cfn-emrserverless-application-identitycenterconfiguration
428
426
  '''
@@ -756,7 +754,7 @@ class CfnApplication(
756
754
  :param architecture: The CPU architecture of an application.
757
755
  :param auto_start_configuration: The configuration for an application to automatically start on job submission.
758
756
  :param auto_stop_configuration: The configuration for an application to automatically stop after a certain amount of time being idle.
759
- :param identity_center_configuration: A configuration specification to be used when provisioning an application. A configuration consists of a classification, properties, and optional nested configurations. A classification refers to an application-specific configuration file. Properties are the settings you want to change in that file.
757
+ :param identity_center_configuration: The IAM Identity Center configuration applied to enable trusted identity propagation.
760
758
  :param image_configuration: The image configuration applied to all worker types.
761
759
  :param initial_capacity: The initial capacity of the application.
762
760
  :param interactive_configuration: The interactive configuration object that enables the interactive use cases for an application.
@@ -885,7 +883,7 @@ class CfnApplication(
885
883
  @builtins.property
886
884
  @jsii.member(jsii_name="attrArn")
887
885
  def attr_arn(self) -> builtins.str:
888
- '''The Amazon Resource Name (ARN) of the project.
886
+ '''The Amazon Resource Name (ARN) of the EMR Serverless Application.
889
887
 
890
888
  :cloudformationAttribute: Arn
891
889
  '''
@@ -982,7 +980,7 @@ class CfnApplication(
982
980
  def identity_center_configuration(
983
981
  self,
984
982
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnApplication.IdentityCenterConfigurationProperty"]]:
985
- '''A configuration specification to be used when provisioning an application.'''
983
+ '''The IAM Identity Center configuration applied to enable trusted identity propagation.'''
986
984
  return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnApplication.IdentityCenterConfigurationProperty"]], jsii.get(self, "identityCenterConfiguration"))
987
985
 
988
986
  @identity_center_configuration.setter
@@ -1568,11 +1566,11 @@ class CfnApplication(
1568
1566
  *,
1569
1567
  identity_center_instance_arn: typing.Optional[builtins.str] = None,
1570
1568
  ) -> None:
1571
- '''The IAM IdentityCenter configuration for trusted-identity-propagation on this application.
1569
+ '''The IAM Identity Center Configuration accepts the Identity Center instance parameter required to enable trusted identity propagation.
1572
1570
 
1573
- Supported with release labels emr-7.8.0 and above.
1571
+ This configuration allows identity propagation between integrated services and the Identity Center instance.
1574
1572
 
1575
- :param identity_center_instance_arn: The IAM IdentityCenter instance arn.
1573
+ :param identity_center_instance_arn: The ARN of the IAM Identity Center instance.
1576
1574
 
1577
1575
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emrserverless-application-identitycenterconfiguration.html
1578
1576
  :exampleMetadata: fixture=_generated
@@ -1596,7 +1594,7 @@ class CfnApplication(
1596
1594
 
1597
1595
  @builtins.property
1598
1596
  def identity_center_instance_arn(self) -> typing.Optional[builtins.str]:
1599
- '''The IAM IdentityCenter instance arn.
1597
+ '''The ARN of the IAM Identity Center instance.
1600
1598
 
1601
1599
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emrserverless-application-identitycenterconfiguration.html#cfn-emrserverless-application-identitycenterconfiguration-identitycenterinstancearn
1602
1600
  '''
@@ -3082,3 +3080,6 @@ def _typecheckingstub__cf3faf2221f3ef2b1688f533b0a19ec0f76d5323103fca031607fc17f
3082
3080
  ) -> None:
3083
3081
  """Type checking stubs"""
3084
3082
  pass
3083
+
3084
+ for cls in [IApplicationRef]:
3085
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
@@ -5962,3 +5962,6 @@ def _typecheckingstub__d608d145fae97c0a85e57f344f3785207a465f180330e5a7bec62b411
5962
5962
  ) -> None:
5963
5963
  """Type checking stubs"""
5964
5964
  pass
5965
+
5966
+ for cls in [IIdMappingWorkflowRef, IIdNamespaceRef, IMatchingWorkflowRef, IPolicyStatementRef, ISchemaMappingRef]:
5967
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
@@ -1852,10 +1852,10 @@ class CfnEventBusPolicyProps:
1852
1852
  '''Properties for defining a ``CfnEventBusPolicy``.
1853
1853
 
1854
1854
  :param statement_id: An identifier string for the external account that you are granting permissions to. If you later want to revoke the permission for this external account, specify this ``StatementId`` when you run `RemovePermission <https://docs.aws.amazon.com/eventbridge/latest/APIReference/API_RemovePermission.html>`_ . .. epigraph:: Each ``StatementId`` must be unique.
1855
- :param action: The action that you are enabling the other account to perform.
1856
- :param condition: This parameter enables you to limit the permission to accounts that fulfill a certain condition, such as being a member of a certain AWS organization. For more information about AWS Organizations, see `What Is AWS Organizations <https://docs.aws.amazon.com/organizations/latest/userguide/orgs_introduction.html>`_ in the *AWS Organizations User Guide* . If you specify ``Condition`` with an AWS organization ID, and specify "*" as the value for ``Principal`` , you grant permission to all the accounts in the named organization. The ``Condition`` is a JSON string which must contain ``Type`` , ``Key`` , and ``Value`` fields.
1855
+ :param action: (deprecated) The action that you are enabling the other account to perform.
1856
+ :param condition: (deprecated) This parameter enables you to limit the permission to accounts that fulfill a certain condition, such as being a member of a certain AWS organization. For more information about AWS Organizations, see `What Is AWS Organizations <https://docs.aws.amazon.com/organizations/latest/userguide/orgs_introduction.html>`_ in the *AWS Organizations User Guide* . If you specify ``Condition`` with an AWS organization ID, and specify "*" as the value for ``Principal`` , you grant permission to all the accounts in the named organization. The ``Condition`` is a JSON string which must contain ``Type`` , ``Key`` , and ``Value`` fields.
1857
1857
  :param event_bus_name: The name of the event bus associated with the rule. If you omit this, the default event bus is used.
1858
- :param principal: The 12-digit AWS account ID that you are permitting to put events to your default event bus. Specify "*" to permit any account to put events to your default event bus. If you specify "*" without specifying ``Condition`` , avoid creating rules that may match undesirable events. To create more secure rules, make sure that the event pattern for each rule contains an ``account`` field with a specific account ID from which to receive events. Rules with an account field do not match any events sent from other accounts.
1858
+ :param principal: (deprecated) The 12-digit AWS account ID that you are permitting to put events to your default event bus. Specify "*" to permit any account to put events to your default event bus. If you specify "*" without specifying ``Condition`` , avoid creating rules that may match undesirable events. To create more secure rules, make sure that the event pattern for each rule contains an ``account`` field with a specific account ID from which to receive events. Rules with an account field do not match any events sent from other accounts.
1859
1859
  :param statement: A JSON string that describes the permission policy statement. You can include a ``Policy`` parameter in the request instead of using the ``StatementId`` , ``Action`` , ``Principal`` , or ``Condition`` parameters.
1860
1860
 
1861
1861
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html
@@ -1923,9 +1923,12 @@ class CfnEventBusPolicyProps:
1923
1923
 
1924
1924
  @builtins.property
1925
1925
  def action(self) -> typing.Optional[builtins.str]:
1926
- '''The action that you are enabling the other account to perform.
1926
+ '''(deprecated) The action that you are enabling the other account to perform.
1927
+
1928
+ :deprecated: this property has been deprecated
1927
1929
 
1928
1930
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-action
1931
+ :stability: deprecated
1929
1932
  '''
1930
1933
  result = self._values.get("action")
1931
1934
  return typing.cast(typing.Optional[builtins.str], result)
@@ -1934,7 +1937,7 @@ class CfnEventBusPolicyProps:
1934
1937
  def condition(
1935
1938
  self,
1936
1939
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnEventBusPolicy.ConditionProperty"]]:
1937
- '''This parameter enables you to limit the permission to accounts that fulfill a certain condition, such as being a member of a certain AWS organization.
1940
+ '''(deprecated) This parameter enables you to limit the permission to accounts that fulfill a certain condition, such as being a member of a certain AWS organization.
1938
1941
 
1939
1942
  For more information about AWS Organizations, see `What Is AWS Organizations <https://docs.aws.amazon.com/organizations/latest/userguide/orgs_introduction.html>`_ in the *AWS Organizations User Guide* .
1940
1943
 
@@ -1942,7 +1945,10 @@ class CfnEventBusPolicyProps:
1942
1945
 
1943
1946
  The ``Condition`` is a JSON string which must contain ``Type`` , ``Key`` , and ``Value`` fields.
1944
1947
 
1948
+ :deprecated: this property has been deprecated
1949
+
1945
1950
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-condition
1951
+ :stability: deprecated
1946
1952
  '''
1947
1953
  result = self._values.get("condition")
1948
1954
  return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnEventBusPolicy.ConditionProperty"]], result)
@@ -1960,13 +1966,16 @@ class CfnEventBusPolicyProps:
1960
1966
 
1961
1967
  @builtins.property
1962
1968
  def principal(self) -> typing.Optional[builtins.str]:
1963
- '''The 12-digit AWS account ID that you are permitting to put events to your default event bus.
1969
+ '''(deprecated) The 12-digit AWS account ID that you are permitting to put events to your default event bus.
1964
1970
 
1965
1971
  Specify "*" to permit any account to put events to your default event bus.
1966
1972
 
1967
1973
  If you specify "*" without specifying ``Condition`` , avoid creating rules that may match undesirable events. To create more secure rules, make sure that the event pattern for each rule contains an ``account`` field with a specific account ID from which to receive events. Rules with an account field do not match any events sent from other accounts.
1968
1974
 
1975
+ :deprecated: this property has been deprecated
1976
+
1969
1977
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-principal
1978
+ :stability: deprecated
1970
1979
  '''
1971
1980
  result = self._values.get("principal")
1972
1981
  return typing.cast(typing.Optional[builtins.str], result)
@@ -3349,13 +3358,19 @@ class EventBusPolicyProps:
3349
3358
  @jsii.data_type(
3350
3359
  jsii_type="aws-cdk-lib.aws_events.EventBusPolicyReference",
3351
3360
  jsii_struct_bases=[],
3352
- name_mapping={"event_bus_policy_id": "eventBusPolicyId"},
3361
+ name_mapping={"event_bus_name": "eventBusName", "statement_id": "statementId"},
3353
3362
  )
3354
3363
  class EventBusPolicyReference:
3355
- def __init__(self, *, event_bus_policy_id: builtins.str) -> None:
3364
+ def __init__(
3365
+ self,
3366
+ *,
3367
+ event_bus_name: builtins.str,
3368
+ statement_id: builtins.str,
3369
+ ) -> None:
3356
3370
  '''A reference to a EventBusPolicy resource.
3357
3371
 
3358
- :param event_bus_policy_id: The Id of the EventBusPolicy resource.
3372
+ :param event_bus_name: The EventBusName of the EventBusPolicy resource.
3373
+ :param statement_id: The StatementId of the EventBusPolicy resource.
3359
3374
 
3360
3375
  :exampleMetadata: fixture=_generated
3361
3376
 
@@ -3366,21 +3381,31 @@ class EventBusPolicyReference:
3366
3381
  from aws_cdk import aws_events as events
3367
3382
 
3368
3383
  event_bus_policy_reference = events.EventBusPolicyReference(
3369
- event_bus_policy_id="eventBusPolicyId"
3384
+ event_bus_name="eventBusName",
3385
+ statement_id="statementId"
3370
3386
  )
3371
3387
  '''
3372
3388
  if __debug__:
3373
3389
  type_hints = typing.get_type_hints(_typecheckingstub__19c9d9c8efa21ce278b518a9e2bdc78537f74146fda2a922ca6a3e076ab6e91f)
3374
- check_type(argname="argument event_bus_policy_id", value=event_bus_policy_id, expected_type=type_hints["event_bus_policy_id"])
3390
+ check_type(argname="argument event_bus_name", value=event_bus_name, expected_type=type_hints["event_bus_name"])
3391
+ check_type(argname="argument statement_id", value=statement_id, expected_type=type_hints["statement_id"])
3375
3392
  self._values: typing.Dict[builtins.str, typing.Any] = {
3376
- "event_bus_policy_id": event_bus_policy_id,
3393
+ "event_bus_name": event_bus_name,
3394
+ "statement_id": statement_id,
3377
3395
  }
3378
3396
 
3379
3397
  @builtins.property
3380
- def event_bus_policy_id(self) -> builtins.str:
3381
- '''The Id of the EventBusPolicy resource.'''
3382
- result = self._values.get("event_bus_policy_id")
3383
- assert result is not None, "Required property 'event_bus_policy_id' is missing"
3398
+ def event_bus_name(self) -> builtins.str:
3399
+ '''The EventBusName of the EventBusPolicy resource.'''
3400
+ result = self._values.get("event_bus_name")
3401
+ assert result is not None, "Required property 'event_bus_name' is missing"
3402
+ return typing.cast(builtins.str, result)
3403
+
3404
+ @builtins.property
3405
+ def statement_id(self) -> builtins.str:
3406
+ '''The StatementId of the EventBusPolicy resource.'''
3407
+ result = self._values.get("statement_id")
3408
+ assert result is not None, "Required property 'statement_id' is missing"
3384
3409
  return typing.cast(builtins.str, result)
3385
3410
 
3386
3411
  def __eq__(self, rhs: typing.Any) -> builtins.bool:
@@ -10226,10 +10251,10 @@ class CfnEventBusPolicy(
10226
10251
  :param scope: Scope in which this resource is defined.
10227
10252
  :param id: Construct identifier for this resource (unique in its scope).
10228
10253
  :param statement_id: An identifier string for the external account that you are granting permissions to. If you later want to revoke the permission for this external account, specify this ``StatementId`` when you run `RemovePermission <https://docs.aws.amazon.com/eventbridge/latest/APIReference/API_RemovePermission.html>`_ . .. epigraph:: Each ``StatementId`` must be unique.
10229
- :param action: The action that you are enabling the other account to perform.
10230
- :param condition: This parameter enables you to limit the permission to accounts that fulfill a certain condition, such as being a member of a certain AWS organization. For more information about AWS Organizations, see `What Is AWS Organizations <https://docs.aws.amazon.com/organizations/latest/userguide/orgs_introduction.html>`_ in the *AWS Organizations User Guide* . If you specify ``Condition`` with an AWS organization ID, and specify "*" as the value for ``Principal`` , you grant permission to all the accounts in the named organization. The ``Condition`` is a JSON string which must contain ``Type`` , ``Key`` , and ``Value`` fields.
10254
+ :param action: (deprecated) The action that you are enabling the other account to perform.
10255
+ :param condition: (deprecated) This parameter enables you to limit the permission to accounts that fulfill a certain condition, such as being a member of a certain AWS organization. For more information about AWS Organizations, see `What Is AWS Organizations <https://docs.aws.amazon.com/organizations/latest/userguide/orgs_introduction.html>`_ in the *AWS Organizations User Guide* . If you specify ``Condition`` with an AWS organization ID, and specify "*" as the value for ``Principal`` , you grant permission to all the accounts in the named organization. The ``Condition`` is a JSON string which must contain ``Type`` , ``Key`` , and ``Value`` fields.
10231
10256
  :param event_bus_name: The name of the event bus associated with the rule. If you omit this, the default event bus is used.
10232
- :param principal: The 12-digit AWS account ID that you are permitting to put events to your default event bus. Specify "*" to permit any account to put events to your default event bus. If you specify "*" without specifying ``Condition`` , avoid creating rules that may match undesirable events. To create more secure rules, make sure that the event pattern for each rule contains an ``account`` field with a specific account ID from which to receive events. Rules with an account field do not match any events sent from other accounts.
10257
+ :param principal: (deprecated) The 12-digit AWS account ID that you are permitting to put events to your default event bus. Specify "*" to permit any account to put events to your default event bus. If you specify "*" without specifying ``Condition`` , avoid creating rules that may match undesirable events. To create more secure rules, make sure that the event pattern for each rule contains an ``account`` field with a specific account ID from which to receive events. Rules with an account field do not match any events sent from other accounts.
10233
10258
  :param statement: A JSON string that describes the permission policy statement. You can include a ``Policy`` parameter in the request instead of using the ``StatementId`` , ``Action`` , ``Principal`` , or ``Condition`` parameters.
10234
10259
  '''
10235
10260
  if __debug__:
@@ -10312,7 +10337,12 @@ class CfnEventBusPolicy(
10312
10337
  @builtins.property
10313
10338
  @jsii.member(jsii_name="action")
10314
10339
  def action(self) -> typing.Optional[builtins.str]:
10315
- '''The action that you are enabling the other account to perform.'''
10340
+ '''(deprecated) The action that you are enabling the other account to perform.
10341
+
10342
+ :deprecated: this property has been deprecated
10343
+
10344
+ :stability: deprecated
10345
+ '''
10316
10346
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "action"))
10317
10347
 
10318
10348
  @action.setter
@@ -10327,7 +10357,12 @@ class CfnEventBusPolicy(
10327
10357
  def condition(
10328
10358
  self,
10329
10359
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnEventBusPolicy.ConditionProperty"]]:
10330
- '''This parameter enables you to limit the permission to accounts that fulfill a certain condition, such as being a member of a certain AWS organization.'''
10360
+ '''(deprecated) This parameter enables you to limit the permission to accounts that fulfill a certain condition, such as being a member of a certain AWS organization.
10361
+
10362
+ :deprecated: this property has been deprecated
10363
+
10364
+ :stability: deprecated
10365
+ '''
10331
10366
  return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnEventBusPolicy.ConditionProperty"]], jsii.get(self, "condition"))
10332
10367
 
10333
10368
  @condition.setter
@@ -10356,7 +10391,12 @@ class CfnEventBusPolicy(
10356
10391
  @builtins.property
10357
10392
  @jsii.member(jsii_name="principal")
10358
10393
  def principal(self) -> typing.Optional[builtins.str]:
10359
- '''The 12-digit AWS account ID that you are permitting to put events to your default event bus.'''
10394
+ '''(deprecated) The 12-digit AWS account ID that you are permitting to put events to your default event bus.
10395
+
10396
+ :deprecated: this property has been deprecated
10397
+
10398
+ :stability: deprecated
10399
+ '''
10360
10400
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "principal"))
10361
10401
 
10362
10402
  @principal.setter
@@ -12755,9 +12795,9 @@ class CfnRule(
12755
12795
  )
12756
12796
  class SqsParametersProperty:
12757
12797
  def __init__(self, *, message_group_id: builtins.str) -> None:
12758
- '''This structure includes the custom parameter to be used when the target is an SQS FIFO queue.
12798
+ '''The custom parameters for EventBridge to use for a target that is an Amazon SQS fair or FIFO queue.
12759
12799
 
12760
- :param message_group_id: The FIFO message group ID to use as the target.
12800
+ :param message_group_id: The ID of the message group to use as the target.
12761
12801
 
12762
12802
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-rule-sqsparameters.html
12763
12803
  :exampleMetadata: fixture=_generated
@@ -12781,7 +12821,7 @@ class CfnRule(
12781
12821
 
12782
12822
  @builtins.property
12783
12823
  def message_group_id(self) -> builtins.str:
12784
- '''The FIFO message group ID to use as the target.
12824
+ '''The ID of the message group to use as the target.
12785
12825
 
12786
12826
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-rule-sqsparameters.html#cfn-events-rule-sqsparameters-messagegroupid
12787
12827
  '''
@@ -12944,7 +12984,7 @@ class CfnRule(
12944
12984
  :param role_arn: The Amazon Resource Name (ARN) of the IAM role to be used for this target when the rule is triggered. If one rule triggers multiple targets, you can use a different IAM role for each target.
12945
12985
  :param run_command_parameters: Parameters used when you are using the rule to invoke Amazon EC2 Run Command.
12946
12986
  :param sage_maker_pipeline_parameters: Contains the SageMaker AI Model Building Pipeline parameters to start execution of a SageMaker AI Model Building Pipeline. If you specify a SageMaker AI Model Building Pipeline as a target, you can use this to specify parameters to start a pipeline execution based on EventBridge events.
12947
- :param sqs_parameters: Contains the message group ID to use when the target is a FIFO queue. If you specify an SQS FIFO queue as a target, the queue must have content-based deduplication enabled.
12987
+ :param sqs_parameters: Contains the message group ID to use when the target is an Amazon SQS fair or FIFO queue. If you specify a fair or FIFO queue as a target, the queue must have content-based deduplication enabled.
12948
12988
 
12949
12989
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-rule-target.html
12950
12990
  :exampleMetadata: fixture=_generated
@@ -13322,9 +13362,9 @@ class CfnRule(
13322
13362
  def sqs_parameters(
13323
13363
  self,
13324
13364
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnRule.SqsParametersProperty"]]:
13325
- '''Contains the message group ID to use when the target is a FIFO queue.
13365
+ '''Contains the message group ID to use when the target is an Amazon SQS fair or FIFO queue.
13326
13366
 
13327
- If you specify an SQS FIFO queue as a target, the queue must have content-based deduplication enabled.
13367
+ If you specify a fair or FIFO queue as a target, the queue must have content-based deduplication enabled.
13328
13368
 
13329
13369
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-rule-target.html#cfn-events-rule-target-sqsparameters
13330
13370
  '''
@@ -14064,7 +14104,8 @@ def _typecheckingstub__30683f3da3ccc9235ea663f165631b4ac57c807c1878517c5051bcd78
14064
14104
 
14065
14105
  def _typecheckingstub__19c9d9c8efa21ce278b518a9e2bdc78537f74146fda2a922ca6a3e076ab6e91f(
14066
14106
  *,
14067
- event_bus_policy_id: builtins.str,
14107
+ event_bus_name: builtins.str,
14108
+ statement_id: builtins.str,
14068
14109
  ) -> None:
14069
14110
  """Type checking stubs"""
14070
14111
  pass
@@ -15516,3 +15557,6 @@ def _typecheckingstub__f55b55b311ab4cc3f0aabb9339086b97d1f1340dcc28209fe5e78777c
15516
15557
  ) -> None:
15517
15558
  """Type checking stubs"""
15518
15559
  pass
15560
+
15561
+ for cls in [IApiDestination, IApiDestinationRef, IArchiveRef, IConnection, IConnectionRef, IEndpointRef, IEventBus, IEventBusPolicyRef, IEventBusRef, IRule, IRuleRef, IRuleTarget]:
15562
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
@@ -6789,3 +6789,6 @@ def _typecheckingstub__6472cea5f7d90ec67bd493d4b2ba6bc083b2c915d8dc1da40193693c2
6789
6789
  ) -> None:
6790
6790
  """Type checking stubs"""
6791
6791
  pass
6792
+
6793
+ for cls in [IDeliveryStream]:
6794
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
@@ -2138,3 +2138,6 @@ def _typecheckingstub__3c0c8417e202ecdfe0d59ad69ea4376812f4a41c7f0620db5a4177794
2138
2138
  ) -> None:
2139
2139
  """Type checking stubs"""
2140
2140
  pass
2141
+
2142
+ for cls in [IDiscovererRef, IRegistryPolicyRef, IRegistryRef, ISchemaRef]:
2143
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
@@ -5132,3 +5132,6 @@ def _typecheckingstub__699cd365ca1e9e81d1b1415334e92effb9e6ec1384e6de77039b6fa95
5132
5132
  ) -> None:
5133
5133
  """Type checking stubs"""
5134
5134
  pass
5135
+
5136
+ for cls in [IExperimentRef, IFeatureRef, ILaunchRef, IProjectRef, ISegmentRef]:
5137
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
@@ -2355,3 +2355,6 @@ def _typecheckingstub__1ba5fd1a9e5e7dc84687933a99fd65aef3da8840e139b66bfd40a6691
2355
2355
  ) -> None:
2356
2356
  """Type checking stubs"""
2357
2357
  pass
2358
+
2359
+ for cls in [IEnvironmentRef]:
2360
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
@@ -1197,3 +1197,6 @@ def _typecheckingstub__30a1d9568bcc8c25bfd4568d72ee1d13dea0ac6eb1eeaac5c76a6db3d
1197
1197
  ) -> None:
1198
1198
  """Type checking stubs"""
1199
1199
  pass
1200
+
1201
+ for cls in [IEnvironmentRef]:
1202
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
@@ -2567,3 +2567,6 @@ def _typecheckingstub__24cca29d5fdc3b90e8a3ddf44d290b9f1be52044525168852ccc4995d
2567
2567
  ) -> None:
2568
2568
  """Type checking stubs"""
2569
2569
  pass
2570
+
2571
+ for cls in [IExperimentTemplateRef, ITargetAccountConfigurationRef]:
2572
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
@@ -3579,3 +3579,6 @@ def _typecheckingstub__5b479b182181e5261c6adbabbb8cef907643db35729c086190efacadb
3579
3579
  ) -> None:
3580
3580
  """Type checking stubs"""
3581
3581
  pass
3582
+
3583
+ for cls in [INotificationChannelRef, IPolicyRef, IResourceSetRef]:
3584
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
@@ -1443,3 +1443,6 @@ def _typecheckingstub__8ca2df71e9c6989cff46a364238fa01ea9289ca1eab6c0498f98d2654
1443
1443
  ) -> None:
1444
1444
  """Type checking stubs"""
1445
1445
  pass
1446
+
1447
+ for cls in [IDatasetGroupRef, IDatasetRef]:
1448
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
@@ -5894,3 +5894,6 @@ def _typecheckingstub__da235edb54f22d36e180719c9e70ea051788681cc9d40e391de1778f7
5894
5894
  ) -> None:
5895
5895
  """Type checking stubs"""
5896
5896
  pass
5897
+
5898
+ for cls in [IDetectorRef, IEntityTypeRef, IEventTypeRef, ILabelRef, IListRef, IOutcomeRef, IVariableRef]:
5899
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
@@ -11160,3 +11160,6 @@ def _typecheckingstub__09e9dff8e14ff81d8a495f07b5f7c6e2a9d756a63b5d283b892189cdc
11160
11160
  ) -> None:
11161
11161
  """Type checking stubs"""
11162
11162
  pass
11163
+
11164
+ for cls in [IDataRepositoryAssociationRef, IFileSystem, IFileSystemRef, IS3AccessPointAttachmentRef, ISnapshotRef, IStorageVirtualMachineRef, IVolumeRef]:
11165
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
@@ -13982,3 +13982,6 @@ def _typecheckingstub__1bc9de7e6777aff8308976cae56a2f5dd2d0e14f8555821f0396e5b81
13982
13982
  ) -> None:
13983
13983
  """Type checking stubs"""
13984
13984
  pass
13985
+
13986
+ for cls in [IAliasRef, IBuildRef, IContainerFleetRef, IContainerGroupDefinitionRef, IFleetRef, IGameServerGroupRef, IGameSessionQueueRef, ILocationRef, IMatchmakingConfigurationRef, IMatchmakingRuleSetRef, IScriptRef]:
13987
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
@@ -156,7 +156,7 @@ class CfnApplicationProps:
156
156
 
157
157
  :param application_source_uri: The location of the content that you want to stream. Enter an Amazon S3 URI to a bucket that contains your game or other application. The location can have a multi-level prefix structure, but it must include all the files needed to run the content. Amazon GameLift Streams copies everything under the specified location. This value is immutable. To designate a different content location, create a new application. .. epigraph:: The Amazon S3 bucket and the Amazon GameLift Streams application must be in the same AWS Region.
158
158
  :param description: A human-readable label for the application. You can update this value later.
159
- :param executable_path: The path and file name of the executable file that launches the content for streaming. Enter a path value that is relative to the location set in ``ApplicationSourceUri`` .
159
+ :param executable_path: The relative path and file name of the executable file that Amazon GameLift Streams will stream. Specify a path relative to the location set in ``ApplicationSourceUri`` . The file must be contained within the application's root folder. For Windows applications, the file must be a valid Windows executable or batch file with a filename ending in .exe, .cmd, or .bat. For Linux applications, the file must be a valid Linux binary executable or a script that contains an initial interpreter line starting with a shebang (' ``#!`` ').
160
160
  :param runtime_environment: A set of configuration settings to run the application on a stream group. This configures the operating system, and can include compatibility layers and other drivers.
161
161
  :param application_log_output_uri: An Amazon S3 URI to a bucket where you would like Amazon GameLift Streams to save application logs. Required if you specify one or more ``ApplicationLogPaths`` .
162
162
  :param application_log_paths: Locations of log files that your content generates during a stream session. Enter path values that are relative to the ``ApplicationSourceUri`` location. You can specify up to 10 log paths. Amazon GameLift Streams uploads designated log files to the Amazon S3 bucket that you specify in ``ApplicationLogOutputUri`` at the end of a stream session. To retrieve stored log files, call `GetStreamSession <https://docs.aws.amazon.com/gameliftstreams/latest/apireference/API_GetStreamSession.html>`_ and get the ``LogFileLocationUri`` .
@@ -241,9 +241,9 @@ class CfnApplicationProps:
241
241
 
242
242
  @builtins.property
243
243
  def executable_path(self) -> builtins.str:
244
- '''The path and file name of the executable file that launches the content for streaming.
244
+ '''The relative path and file name of the executable file that Amazon GameLift Streams will stream.
245
245
 
246
- Enter a path value that is relative to the location set in ``ApplicationSourceUri`` .
246
+ Specify a path relative to the location set in ``ApplicationSourceUri`` . The file must be contained within the application's root folder. For Windows applications, the file must be a valid Windows executable or batch file with a filename ending in .exe, .cmd, or .bat. For Linux applications, the file must be a valid Linux binary executable or a script that contains an initial interpreter line starting with a shebang (' ``#!`` ').
247
247
 
248
248
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gameliftstreams-application.html#cfn-gameliftstreams-application-executablepath
249
249
  '''
@@ -676,7 +676,7 @@ class CfnApplication(
676
676
  :param id: Construct identifier for this resource (unique in its scope).
677
677
  :param application_source_uri: The location of the content that you want to stream. Enter an Amazon S3 URI to a bucket that contains your game or other application. The location can have a multi-level prefix structure, but it must include all the files needed to run the content. Amazon GameLift Streams copies everything under the specified location. This value is immutable. To designate a different content location, create a new application. .. epigraph:: The Amazon S3 bucket and the Amazon GameLift Streams application must be in the same AWS Region.
678
678
  :param description: A human-readable label for the application. You can update this value later.
679
- :param executable_path: The path and file name of the executable file that launches the content for streaming. Enter a path value that is relative to the location set in ``ApplicationSourceUri`` .
679
+ :param executable_path: The relative path and file name of the executable file that Amazon GameLift Streams will stream. Specify a path relative to the location set in ``ApplicationSourceUri`` . The file must be contained within the application's root folder. For Windows applications, the file must be a valid Windows executable or batch file with a filename ending in .exe, .cmd, or .bat. For Linux applications, the file must be a valid Linux binary executable or a script that contains an initial interpreter line starting with a shebang (' ``#!`` ').
680
680
  :param runtime_environment: A set of configuration settings to run the application on a stream group. This configures the operating system, and can include compatibility layers and other drivers.
681
681
  :param application_log_output_uri: An Amazon S3 URI to a bucket where you would like Amazon GameLift Streams to save application logs. Required if you specify one or more ``ApplicationLogPaths`` .
682
682
  :param application_log_paths: Locations of log files that your content generates during a stream session. Enter path values that are relative to the ``ApplicationSourceUri`` location. You can specify up to 10 log paths. Amazon GameLift Streams uploads designated log files to the Amazon S3 bucket that you specify in ``ApplicationLogOutputUri`` at the end of a stream session. To retrieve stored log files, call `GetStreamSession <https://docs.aws.amazon.com/gameliftstreams/latest/apireference/API_GetStreamSession.html>`_ and get the ``LogFileLocationUri`` .
@@ -796,7 +796,7 @@ class CfnApplication(
796
796
  @builtins.property
797
797
  @jsii.member(jsii_name="executablePath")
798
798
  def executable_path(self) -> builtins.str:
799
- '''The path and file name of the executable file that launches the content for streaming.'''
799
+ '''The relative path and file name of the executable file that Amazon GameLift Streams will stream.'''
800
800
  return typing.cast(builtins.str, jsii.get(self, "executablePath"))
801
801
 
802
802
  @executable_path.setter
@@ -1553,3 +1553,6 @@ def _typecheckingstub__4c32e96242e189f6a75d890a7316a655383684ce9337b4906f2e3b49b
1553
1553
  ) -> None:
1554
1554
  """Type checking stubs"""
1555
1555
  pass
1556
+
1557
+ for cls in [IApplicationRef, IStreamGroupRef]:
1558
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
@@ -5169,3 +5169,6 @@ def _typecheckingstub__5584d08f4072fbbf9e9d66c9017724b55953c2769202cb14497490b71
5169
5169
  ) -> None:
5170
5170
  """Type checking stubs"""
5171
5171
  pass
5172
+
5173
+ for cls in [IAccelerator, IAcceleratorRef, ICrossAccountAttachmentRef, IEndpoint, IEndpointGroup, IEndpointGroupRef, IListener, IListenerRef]:
5174
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
@@ -15912,90 +15912,18 @@ class CfnTable(
15912
15912
 
15913
15913
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html
15914
15914
  :cloudformationResource: AWS::Glue::Table
15915
- :exampleMetadata: fixture=_generated
15915
+ :exampleMetadata: infused
15916
15916
 
15917
15917
  Example::
15918
15918
 
15919
- # The code below shows an example of how to instantiate this type.
15920
- # The values are placeholders you should change.
15921
- from aws_cdk import aws_glue as glue
15922
-
15923
- # parameters: Any
15924
- # skewed_column_value_location_maps: Any
15925
-
15926
- cfn_table = glue.CfnTable(self, "MyCfnTable",
15927
- catalog_id="catalogId",
15928
- database_name="databaseName",
15929
- table_input=glue.CfnTable.TableInputProperty(
15930
- description="description",
15931
- name="name",
15932
- owner="owner",
15933
- parameters=parameters,
15934
- partition_keys=[glue.CfnTable.ColumnProperty(
15935
- name="name",
15936
-
15937
- # the properties below are optional
15938
- comment="comment",
15939
- type="type"
15940
- )],
15941
- retention=123,
15942
- storage_descriptor=glue.CfnTable.StorageDescriptorProperty(
15943
- bucket_columns=["bucketColumns"],
15944
- columns=[glue.CfnTable.ColumnProperty(
15945
- name="name",
15946
-
15947
- # the properties below are optional
15948
- comment="comment",
15949
- type="type"
15950
- )],
15951
- compressed=False,
15952
- input_format="inputFormat",
15953
- location="location",
15954
- number_of_buckets=123,
15955
- output_format="outputFormat",
15956
- parameters=parameters,
15957
- schema_reference=glue.CfnTable.SchemaReferenceProperty(
15958
- schema_id=glue.CfnTable.SchemaIdProperty(
15959
- registry_name="registryName",
15960
- schema_arn="schemaArn",
15961
- schema_name="schemaName"
15962
- ),
15963
- schema_version_id="schemaVersionId",
15964
- schema_version_number=123
15965
- ),
15966
- serde_info=glue.CfnTable.SerdeInfoProperty(
15967
- name="name",
15968
- parameters=parameters,
15969
- serialization_library="serializationLibrary"
15970
- ),
15971
- skewed_info=glue.CfnTable.SkewedInfoProperty(
15972
- skewed_column_names=["skewedColumnNames"],
15973
- skewed_column_value_location_maps=skewed_column_value_location_maps,
15974
- skewed_column_values=["skewedColumnValues"]
15975
- ),
15976
- sort_columns=[glue.CfnTable.OrderProperty(
15977
- column="column",
15978
- sort_order=123
15979
- )],
15980
- stored_as_sub_directories=False
15981
- ),
15982
- table_type="tableType",
15983
- target_table=glue.CfnTable.TableIdentifierProperty(
15984
- catalog_id="catalogId",
15985
- database_name="databaseName",
15986
- name="name",
15987
- region="region"
15988
- ),
15989
- view_expanded_text="viewExpandedText",
15990
- view_original_text="viewOriginalText"
15991
- ),
15919
+ # bucket: s3.Bucket
15920
+ # schema_glue_table: glue.CfnTable
15992
15921
 
15993
- # the properties below are optional
15994
- open_table_format_input=glue.CfnTable.OpenTableFormatInputProperty(
15995
- iceberg_input=glue.CfnTable.IcebergInputProperty(
15996
- metadata_operation="metadataOperation",
15997
- version="version"
15998
- )
15922
+ s3_destination = firehose.S3Bucket(bucket,
15923
+ data_format_conversion=firehose.DataFormatConversionProps(
15924
+ schema_configuration=firehose.SchemaConfiguration.from_cfn_table(schema_glue_table),
15925
+ input_format=firehose.InputFormat.OPENX_JSON,
15926
+ output_format=firehose.OutputFormat.PARQUET
15999
15927
  )
16000
15928
  )
16001
15929
  '''
@@ -22279,3 +22207,6 @@ def _typecheckingstub__588bdefa1fb0e0005b05a203dd64a0a1b8395bced0853eefec4b19438
22279
22207
  ) -> None:
22280
22208
  """Type checking stubs"""
22281
22209
  pass
22210
+
22211
+ for cls in [IClassifierRef, IConnectionRef, ICrawlerRef, ICustomEntityTypeRef, IDataCatalogEncryptionSettingsRef, IDataQualityRulesetRef, IDatabaseRef, IDevEndpointRef, IJobRef, IMLTransformRef, IPartitionRef, IRegistryRef, ISchemaRef, ISchemaVersionMetadataRef, ISchemaVersionRef, ISecurityConfigurationRef, ITableOptimizerRef, ITableRef, ITriggerRef, IUsageProfileRef, IWorkflowRef]:
22212
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])