Stratosphere.Lambda.LayerVersion
module Stratosphere.Lambda.LayerVersion.ContentProperty
data LayerVersion Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html#cfn-lambda-layerversion-compatiblearchitectures
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html#cfn-lambda-layerversion-compatibleruntimes
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html#cfn-lambda-layerversion-content
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html#cfn-lambda-layerversion-description
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html#cfn-lambda-layerversion-layername
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-layerversion.html#cfn-lambda-layerversion-licenseinfo
Defined in Stratosphere.Lambda.LayerVersion
Methods
toJSON :: LayerVersion -> Value #
toEncoding :: LayerVersion -> Encoding #
toJSONList :: [LayerVersion] -> Value #
toEncodingList :: [LayerVersion] -> Encoding #
omitField :: LayerVersion -> Bool #
showsPrec :: Int -> LayerVersion -> ShowS #
show :: LayerVersion -> String #
showList :: [LayerVersion] -> ShowS #
(==) :: LayerVersion -> LayerVersion -> Bool #
(/=) :: LayerVersion -> LayerVersion -> Bool #
toResourceProperties :: LayerVersion -> ResourceProperties #
Associated Types
set :: PropertyType "CompatibleArchitectures" LayerVersion -> LayerVersion -> LayerVersion #
set :: PropertyType "CompatibleRuntimes" LayerVersion -> LayerVersion -> LayerVersion #
set :: PropertyType "Content" LayerVersion -> LayerVersion -> LayerVersion #
set :: PropertyType "Description" LayerVersion -> LayerVersion -> LayerVersion #
set :: PropertyType "LayerName" LayerVersion -> LayerVersion -> LayerVersion #
set :: PropertyType "LicenseInfo" LayerVersion -> LayerVersion -> LayerVersion #
mkLayerVersion :: ContentProperty -> LayerVersion Source #