Sha256: a77858b7aece0054b04e6dd4fe6a64b8fdfab62f4a41d4de4d4fc0c3512cba7e

Contents?: true

Size: 421 Bytes

Versions: 19

Compression:

Stored size: 421 Bytes

Contents

require_relative '../resource_property'

module Convection
  module Model
    class Template
      class ResourceProperty
        # Represents an {http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html}
        class LambdaFunctionCode < ResourceProperty
          property :s3_bucket, 'S3Bucket'
          property :s3_key, 'S3Key'
        end
      end
    end
  end
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
convection-0.3.0 lib/convection/model/template/resource_property/aws_lambda_function_code.rb
convection-0.2.34.pre.beta.1 lib/convection/model/template/resource_property/aws_lambda_function_code.rb
convection-0.2.33 lib/convection/model/template/resource_property/aws_lambda_function_code.rb
convection-0.2.32 lib/convection/model/template/resource_property/aws_lambda_function_code.rb
convection-0.2.31 lib/convection/model/template/resource_property/aws_lambda_function_code.rb
convection-0.2.30 lib/convection/model/template/resource_property/aws_lambda_function_code.rb
convection-0.2.29 lib/convection/model/template/resource_property/aws_lambda_function_code.rb
convection-0.2.28 lib/convection/model/template/resource_property/aws_lambda_function_code.rb
convection-0.2.27 lib/convection/model/template/resource_property/aws_lambda_function_code.rb
convection-0.2.26 lib/convection/model/template/resource_property/aws_lambda_function_code.rb
convection-0.2.25 lib/convection/model/template/resource_property/aws_lambda_function_code.rb
convection-0.2.24 lib/convection/model/template/resource_property/aws_lambda_function_code.rb
convection-0.2.23 lib/convection/model/template/resource_property/aws_lambda_function_code.rb
convection-0.2.22 lib/convection/model/template/resource_property/aws_lambda_function_code.rb
convection-0.2.21 lib/convection/model/template/resource_property/aws_lambda_function_code.rb
convection-0.2.20 lib/convection/model/template/resource_property/aws_lambda_function_code.rb
convection-0.2.19 lib/convection/model/template/resource_property/aws_lambda_function_code.rb
convection-0.2.18 lib/convection/model/template/resource_property/aws_lambda_function_code.rb
convection-0.2.17 lib/convection/model/template/resource_property/aws_lambda_function_code.rb