Method: CloudFormationDSL::Helpers#base64

Defined in:
lib/cloudformation-dsl/helpers.rb

#base64(value) ⇒ Object

Formation helpers



30
# File 'lib/cloudformation-dsl/helpers.rb', line 30

def base64(value) { :'Fn::Base64' => value } end