AWS CloudFormation Concepts Condition Functions
Jump to navigation
Jump to search
External
Internal
Overview
As it is the case for intrinsic functions, condition functions have a full function name, and a short form. For more details see:
Fn::If: !If
Fn::And: !And
Fn::Equals: !Equals
!Equals ['something', !Ref SomethingElse]