< Back

Use-CfnFindInMapFunction

Sat Jan 11, 2020 7:59 am

NAME Use-CfnFindInMapFunction



SYNOPSIS

The intrinsic function Fn::FindInMap returns the value corresponding to keys in a two-level map that is declared

in the Template Mappings section.





SYNTAX

Use-CfnFindInMapFunction [-MapName] <Object> [-TopLevelKey] <Object> [-SecondLevelKey] <Object>

[<CommonParameters>]





DESCRIPTION





PARAMETERS

-MapName <Object>



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-TopLevelKey <Object>



Required? true

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-SecondLevelKey <Object>



Required? true

Position? 3

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS





RELATED LINKS

http://docs.aws.amazon.com/AWSCloudForm ... inmap.html