[cfn-include] Add support for retrieving Rule objects from the template #9712
Labels
@aws-cdk/cloudformation-include
Issues related to the "CFN include v.20" package
effort/small
Small work item – less than a day 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 Rule objects.
CfnInclude
,public getRule(name: string): CfnRule
CfnRule
instances in the constructor ofCfnInclude
Rules
section of the template unchanged hereThe text was updated successfully, but these errors were encountered: