< Back

Use-CfnAndCondition

Sat Jan 11, 2020 7:58 am

NAME Use-CfnAndCondition



SYNOPSIS

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

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

and the maximum is 10.





SYNTAX

Use-CfnAndCondition [-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#d0e10366

6