[cfn-include] Add support for retrieving Hook objects from the template #9713
Labels
@aws-cdk/cloudformation-include
Issues related to the "CFN include v.20" package
effort/medium
Medium work item – several days of effort
feature-request
A feature should be added or improved.
in-progress
This issue is being actively worked on.
p2
Milestone
Similarly like allow retrieving Parameters, Conditions, Resources, and Outputs from the included template today (see the module ReadMe), do the same for Hook objects.
CfnHook
class in@aws-cdk/core
(make it mutable), according to the CFN docsCfnInclude
,public getHook(name: string): CfnHook
CfnHook
instances in the constructor ofCfnInclude
Hooks
section of the template unchanged hereThe text was updated successfully, but these errors were encountered: