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

Stratosphere.Lambda.Function.CodeProperty

Documentation

data CodeProperty Source #

Instances

Instances details
ToJSON CodeProperty Source # 
Instance details

Defined in Stratosphere.Lambda.Function.CodeProperty

Show CodeProperty Source # 
Instance details

Defined in Stratosphere.Lambda.Function.CodeProperty

Eq CodeProperty Source # 
Instance details

Defined in Stratosphere.Lambda.Function.CodeProperty

ToResourceProperties CodeProperty Source # 
Instance details

Defined in Stratosphere.Lambda.Function.CodeProperty

Property "ImageUri" CodeProperty Source # 
Instance details

Defined in Stratosphere.Lambda.Function.CodeProperty

Associated Types

type PropertyType "ImageUri" CodeProperty 
Instance details

Defined in Stratosphere.Lambda.Function.CodeProperty

Property "S3Bucket" CodeProperty Source # 
Instance details

Defined in Stratosphere.Lambda.Function.CodeProperty

Associated Types

type PropertyType "S3Bucket" CodeProperty 
Instance details

Defined in Stratosphere.Lambda.Function.CodeProperty

Property "S3Key" CodeProperty Source # 
Instance details

Defined in Stratosphere.Lambda.Function.CodeProperty

Associated Types

type PropertyType "S3Key" CodeProperty 
Instance details

Defined in Stratosphere.Lambda.Function.CodeProperty

Property "S3ObjectVersion" CodeProperty Source # 
Instance details

Defined in Stratosphere.Lambda.Function.CodeProperty

Associated Types

type PropertyType "S3ObjectVersion" CodeProperty 
Instance details

Defined in Stratosphere.Lambda.Function.CodeProperty

type PropertyType "S3ObjectVersion" CodeProperty = Value Text

Methods

set :: PropertyType "S3ObjectVersion" CodeProperty -> CodeProperty -> CodeProperty #

Property "SourceKMSKeyArn" CodeProperty Source # 
Instance details

Defined in Stratosphere.Lambda.Function.CodeProperty

Associated Types

type PropertyType "SourceKMSKeyArn" CodeProperty 
Instance details

Defined in Stratosphere.Lambda.Function.CodeProperty

type PropertyType "SourceKMSKeyArn" CodeProperty = Value Text

Methods

set :: PropertyType "SourceKMSKeyArn" CodeProperty -> CodeProperty -> CodeProperty #

Property "ZipFile" CodeProperty Source # 
Instance details

Defined in Stratosphere.Lambda.Function.CodeProperty

Associated Types

type PropertyType "ZipFile" CodeProperty 
Instance details

Defined in Stratosphere.Lambda.Function.CodeProperty

type PropertyType "ImageUri" CodeProperty Source # 
Instance details

Defined in Stratosphere.Lambda.Function.CodeProperty

type PropertyType "S3Bucket" CodeProperty Source # 
Instance details

Defined in Stratosphere.Lambda.Function.CodeProperty

type PropertyType "S3Key" CodeProperty Source # 
Instance details

Defined in Stratosphere.Lambda.Function.CodeProperty

type PropertyType "S3ObjectVersion" CodeProperty Source # 
Instance details

Defined in Stratosphere.Lambda.Function.CodeProperty

type PropertyType "S3ObjectVersion" CodeProperty = Value Text
type PropertyType "SourceKMSKeyArn" CodeProperty Source # 
Instance details

Defined in Stratosphere.Lambda.Function.CodeProperty

type PropertyType "SourceKMSKeyArn" CodeProperty = Value Text
type PropertyType "ZipFile" CodeProperty Source # 
Instance details

Defined in Stratosphere.Lambda.Function.CodeProperty