| « PreviousNext » | |
![]() ![]() ![]() | Did this page help you? Yes | No | Tell us about it... |
The intrinsic function Fn::Base64 returns the Base64 representation of the input string.
This function is typically used to pass encoded data to Amazon EC2 instances by way of the
UserData property.
{ "Fn::Base64" : valueToEncode }
The string value you want to convert to Base64.
The original string, in Base64 representation.
{ "Fn::Base64" : "AWS CloudFormation" }