stratosphere-lambda-1.0.0: Stratosphere integration for AWS Lambda.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.Lambda.Function.ImageConfigProperty

Documentation

data ImageConfigProperty Source #

Instances

Instances details
ToJSON ImageConfigProperty Source # 
Instance details

Defined in Stratosphere.Lambda.Function.ImageConfigProperty

Show ImageConfigProperty Source # 
Instance details

Defined in Stratosphere.Lambda.Function.ImageConfigProperty

Eq ImageConfigProperty Source # 
Instance details

Defined in Stratosphere.Lambda.Function.ImageConfigProperty

ToResourceProperties ImageConfigProperty Source # 
Instance details

Defined in Stratosphere.Lambda.Function.ImageConfigProperty

Property "Command" ImageConfigProperty Source # 
Instance details

Defined in Stratosphere.Lambda.Function.ImageConfigProperty

Associated Types

type PropertyType "Command" ImageConfigProperty 
Instance details

Defined in Stratosphere.Lambda.Function.ImageConfigProperty

Property "EntryPoint" ImageConfigProperty Source # 
Instance details

Defined in Stratosphere.Lambda.Function.ImageConfigProperty

Associated Types

type PropertyType "EntryPoint" ImageConfigProperty 
Instance details

Defined in Stratosphere.Lambda.Function.ImageConfigProperty

Property "WorkingDirectory" ImageConfigProperty Source # 
Instance details

Defined in Stratosphere.Lambda.Function.ImageConfigProperty

Associated Types

type PropertyType "WorkingDirectory" ImageConfigProperty 
Instance details

Defined in Stratosphere.Lambda.Function.ImageConfigProperty

type PropertyType "WorkingDirectory" ImageConfigProperty = Value Text
type PropertyType "Command" ImageConfigProperty Source # 
Instance details

Defined in Stratosphere.Lambda.Function.ImageConfigProperty

type PropertyType "EntryPoint" ImageConfigProperty Source # 
Instance details

Defined in Stratosphere.Lambda.Function.ImageConfigProperty

type PropertyType "WorkingDirectory" ImageConfigProperty Source # 
Instance details

Defined in Stratosphere.Lambda.Function.ImageConfigProperty

type PropertyType "WorkingDirectory" ImageConfigProperty = Value Text