YAML::PP - AWS CloudFormation example

# JSON { "Outputs" : { "MyOutput" : { "Value" : { "Fn::Join" : [ "%", [ "A-string", {"Ref" : "AWS::StackName" } ] ] } } } }
--- # YAML Outputs: MyOutput: Value: !Join [ '%', [ 'A-string', !Ref 'AWS::StackName' ]]
Slide 83/88 BACK UP NEXT next: ( space / -> / page up ) | previous: ( backspace / <- / page down ) | next page: ( shift + page down ) | previous page: ( shift + page up ) | index: ( arrow-up )