You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can use the following functions in a Fn::FindInMap function:
Fn::FindInMap
Ref
Tell us about the problem you are trying to solve. What are you trying to do, and why is it hard?
As an example of how other functions would be useful ...
I'm defining a template in which I want to enforce documented parameter value constraints for the AWS::KMS::Key resource type - particularly its KeyUsage property.
The relevant portions of my template are below. I'm not pasting a fully formed template because I want to highlight only the relevant parts. The very last line exhibits what I'm requesting ...
Community Note
Tell us about your request
Enable use of additional intrinsic functions within
Fn::FindInMap
.Per the documentation ...
Tell us about the problem you are trying to solve. What are you trying to do, and why is it hard?
As an example of how other functions would be useful ...
I'm defining a template in which I want to enforce documented parameter value constraints for the AWS::KMS::Key resource type - particularly its KeyUsage property.
The relevant portions of my template are below. I'm not pasting a fully formed template because I want to highlight only the relevant parts. The very last line exhibits what I'm requesting ...
Are you currently working around this issue?
It seems like the only alternative is a lot of nested conditions?
I think the below would work, using the same parameters in the above example, but with the
KeyPrefix
mapping removed ...What is the expect behavior with this new feature
Example provided above.
Additional context
You all do fine work and I appreciate you.
Attachments
n/a
The text was updated successfully, but these errors were encountered: