< Back

Use-CfnOrCondition

Sat Jan 11, 2020 8:01 am

NAME Use-CfnOrCondition



SYNOPSIS

Returns true if any one of the specified conditions evaluate to true, or returns false if all of the conditions

evaluates to false. Fn::Or acts as an OR operator. The minimum number of conditions that you can include is 2, and

the maximum is 10.





SYNTAX

Use-CfnOrCondition [-Conditions] <Array> [<CommonParameters>]





DESCRIPTION





PARAMETERS

-Conditions <Array>



Required? true

Position? 1

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 ... l#d0e10409

0