AWS CloudFormation Concepts Condition Functions: Difference between revisions
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
=Overview= | =Overview= | ||
As it is the case for [[AWS_CloudFormation_Concepts_Intrinsic_Functions#Overview|intrinsic functions]], condition functions have a full function name, and a short form. For more details see: | |||
{{Internal|AWS_CloudFormation_Concepts_Intrinsic_Functions#Overview|Intrinsic Functions - Overview}} | |||
=Fn::If: !If= | =Fn::If: !If= |
Revision as of 17:42, 18 April 2019
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]