< Back

Use-CfnBase64Function

Sat Jan 11, 2020 7:58 am

NAME Use-CfnBase64Function



SYNOPSIS

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.





SYNTAX

Use-CfnBase64Function [-ValueToEncode] <String> [<CommonParameters>]





DESCRIPTION





PARAMETERS

-ValueToEncode <String>



Required? true

Position? 1

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