AWS CloudFormation Concepts Condition Functions: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 21: Line 21:
=Fn::Not: !Not=
=Fn::Not: !Not=
=Fn::Or: !Or=
=Fn::Or: !Or=
=Expressions=
Expressions can use pseudo-parameters and template input parameters.

Revision as of 17:59, 18 April 2019

External

Condition Functions

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:

Intrinsic Functions - Overview

Fn::If: !If

Fn::And: !And

Fn::Equals: !Equals

!Equals ['something', !Ref SomethingElse]

Fn::Not: !Not

Fn::Or: !Or

Expressions

Expressions can use pseudo-parameters and template input parameters.