< Back

Use-CfnJoinFunction

Sat Jan 11, 2020 8:01 am

NAME Use-CfnJoinFunction



SYNOPSIS

The intrinsic function Fn::Join appends a set of values into a single value, separated by the specified delimiter.

If a delimiter is the empty string, the set of values are concatenated with no delimiter.





SYNTAX

Use-CfnJoinFunction [-Delimiter] <Object> [-Values] <Array> [<CommonParameters>]





DESCRIPTION





PARAMETERS

-Delimiter <Object>



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Values <Array>



Required? true

Position? 2

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 ... -join.html