Link Search Menu Expand Document

Table of contents

Split

The Fn::Split function in CloudFormation allows a string value to be split by a separator. This can be used in conjunction with Select to pick one of the parts.

Info on Fn::Split from AWS can be found here

In KloudFormation you can use the Split class:

Select(+"2", Split(",", +"A, B, C"))