[cfn-include] Add support for retrieving Mapping objects from the template #9711
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 Mapping objects.
CfnInclude
,public getMapping(name: string): CfnMapping
CfnMapping
instances in the constructor ofCfnInclude
Mappings
section of the template unchanged hereFn::FindInMap
here, actually search out the Mapping referenced by the first argument (to handle renaming logical IDs). Will most likely require adding a new method to theICfnFinder
interfaceThe text was updated successfully, but these errors were encountered: