fn::concat
The fn::concat built-in function concatenates two or more arrays.
Declaration
fn::concat: array-of-arrays
Parameters
| Property | Type | Description |
|---|---|---|
array-of-arrays | array | The arrays to concatenate. |
Returns
A new array that concatenates those passed as arguments.
Thank you for your feedback!
If you have a question about how to use Pulumi, reach out in Community Slack.
Open an issue on GitHub to report a problem or suggest an improvement.