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

Stratosphere.Lambda.Function

Documentation

data Function Source #

Constructors

Function

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html

Fields

Instances

Instances details
ToJSON Function Source # 
Instance details

Defined in Stratosphere.Lambda.Function

Show Function Source # 
Instance details

Defined in Stratosphere.Lambda.Function

Eq Function Source # 
Instance details

Defined in Stratosphere.Lambda.Function

ToResourceProperties Function Source # 
Instance details

Defined in Stratosphere.Lambda.Function

Property "Architectures" Function Source # 
Instance details

Defined in Stratosphere.Lambda.Function

Associated Types

type PropertyType "Architectures" Function 
Instance details

Defined in Stratosphere.Lambda.Function

type PropertyType "Architectures" Function = ValueList Text

Methods

set :: PropertyType "Architectures" Function -> Function -> Function #

Property "Code" Function Source # 
Instance details

Defined in Stratosphere.Lambda.Function

Associated Types

type PropertyType "Code" Function 
Instance details

Defined in Stratosphere.Lambda.Function

Methods

set :: PropertyType "Code" Function -> Function -> Function #

Property "CodeSigningConfigArn" Function Source # 
Instance details

Defined in Stratosphere.Lambda.Function

Associated Types

type PropertyType "CodeSigningConfigArn" Function 
Instance details

Defined in Stratosphere.Lambda.Function

type PropertyType "CodeSigningConfigArn" Function = Value Text

Methods

set :: PropertyType "CodeSigningConfigArn" Function -> Function -> Function #

Property "DeadLetterConfig" Function Source # 
Instance details

Defined in Stratosphere.Lambda.Function

Associated Types

type PropertyType "DeadLetterConfig" Function 
Instance details

Defined in Stratosphere.Lambda.Function

Methods

set :: PropertyType "DeadLetterConfig" Function -> Function -> Function #

Property "Description" Function Source # 
Instance details

Defined in Stratosphere.Lambda.Function

Associated Types

type PropertyType "Description" Function 
Instance details

Defined in Stratosphere.Lambda.Function

type PropertyType "Description" Function = Value Text

Methods

set :: PropertyType "Description" Function -> Function -> Function #

Property "Environment" Function Source # 
Instance details

Defined in Stratosphere.Lambda.Function

Associated Types

type PropertyType "Environment" Function 
Instance details

Defined in Stratosphere.Lambda.Function

Methods

set :: PropertyType "Environment" Function -> Function -> Function #

Property "EphemeralStorage" Function Source # 
Instance details

Defined in Stratosphere.Lambda.Function

Associated Types

type PropertyType "EphemeralStorage" Function 
Instance details

Defined in Stratosphere.Lambda.Function

Methods

set :: PropertyType "EphemeralStorage" Function -> Function -> Function #

Property "FileSystemConfigs" Function Source # 
Instance details

Defined in Stratosphere.Lambda.Function

Associated Types

type PropertyType "FileSystemConfigs" Function 
Instance details

Defined in Stratosphere.Lambda.Function

type PropertyType "FileSystemConfigs" Function = [FileSystemConfigProperty]

Methods

set :: PropertyType "FileSystemConfigs" Function -> Function -> Function #

Property "FunctionName" Function Source # 
Instance details

Defined in Stratosphere.Lambda.Function

Associated Types

type PropertyType "FunctionName" Function 
Instance details

Defined in Stratosphere.Lambda.Function

type PropertyType "FunctionName" Function = Value Text

Methods

set :: PropertyType "FunctionName" Function -> Function -> Function #

Property "Handler" Function Source # 
Instance details

Defined in Stratosphere.Lambda.Function

Associated Types

type PropertyType "Handler" Function 
Instance details

Defined in Stratosphere.Lambda.Function

type PropertyType "Handler" Function = Value Text

Methods

set :: PropertyType "Handler" Function -> Function -> Function #

Property "ImageConfig" Function Source # 
Instance details

Defined in Stratosphere.Lambda.Function

Associated Types

type PropertyType "ImageConfig" Function 
Instance details

Defined in Stratosphere.Lambda.Function

Methods

set :: PropertyType "ImageConfig" Function -> Function -> Function #

Property "KmsKeyArn" Function Source # 
Instance details

Defined in Stratosphere.Lambda.Function

Associated Types

type PropertyType "KmsKeyArn" Function 
Instance details

Defined in Stratosphere.Lambda.Function

type PropertyType "KmsKeyArn" Function = Value Text

Methods

set :: PropertyType "KmsKeyArn" Function -> Function -> Function #

Property "Layers" Function Source # 
Instance details

Defined in Stratosphere.Lambda.Function

Associated Types

type PropertyType "Layers" Function 
Instance details

Defined in Stratosphere.Lambda.Function

Methods

set :: PropertyType "Layers" Function -> Function -> Function #

Property "LoggingConfig" Function Source # 
Instance details

Defined in Stratosphere.Lambda.Function

Associated Types

type PropertyType "LoggingConfig" Function 
Instance details

Defined in Stratosphere.Lambda.Function

Methods

set :: PropertyType "LoggingConfig" Function -> Function -> Function #

Property "MemorySize" Function Source # 
Instance details

Defined in Stratosphere.Lambda.Function

Associated Types

type PropertyType "MemorySize" Function 
Instance details

Defined in Stratosphere.Lambda.Function

type PropertyType "MemorySize" Function = Value Integer

Methods

set :: PropertyType "MemorySize" Function -> Function -> Function #

Property "PackageType" Function Source # 
Instance details

Defined in Stratosphere.Lambda.Function

Associated Types

type PropertyType "PackageType" Function 
Instance details

Defined in Stratosphere.Lambda.Function

type PropertyType "PackageType" Function = Value Text

Methods

set :: PropertyType "PackageType" Function -> Function -> Function #

Property "RecursiveLoop" Function Source # 
Instance details

Defined in Stratosphere.Lambda.Function

Associated Types

type PropertyType "RecursiveLoop" Function 
Instance details

Defined in Stratosphere.Lambda.Function

type PropertyType "RecursiveLoop" Function = Value Text

Methods

set :: PropertyType "RecursiveLoop" Function -> Function -> Function #

Property "ReservedConcurrentExecutions" Function Source # 
Instance details

Defined in Stratosphere.Lambda.Function

Associated Types

type PropertyType "ReservedConcurrentExecutions" Function 
Instance details

Defined in Stratosphere.Lambda.Function

type PropertyType "ReservedConcurrentExecutions" Function = Value Integer

Methods

set :: PropertyType "ReservedConcurrentExecutions" Function -> Function -> Function #

Property "Role" Function Source # 
Instance details

Defined in Stratosphere.Lambda.Function

Associated Types

type PropertyType "Role" Function 
Instance details

Defined in Stratosphere.Lambda.Function

Methods

set :: PropertyType "Role" Function -> Function -> Function #

Property "Runtime" Function Source # 
Instance details

Defined in Stratosphere.Lambda.Function

Associated Types

type PropertyType "Runtime" Function 
Instance details

Defined in Stratosphere.Lambda.Function

type PropertyType "Runtime" Function = Value Text

Methods

set :: PropertyType "Runtime" Function -> Function -> Function #

Property "RuntimeManagementConfig" Function Source # 
Instance details

Defined in Stratosphere.Lambda.Function

Associated Types

type PropertyType "RuntimeManagementConfig" Function 
Instance details

Defined in Stratosphere.Lambda.Function

type PropertyType "RuntimeManagementConfig" Function = RuntimeManagementConfigProperty

Methods

set :: PropertyType "RuntimeManagementConfig" Function -> Function -> Function #

Property "SnapStart" Function Source # 
Instance details

Defined in Stratosphere.Lambda.Function

Associated Types

type PropertyType "SnapStart" Function 
Instance details

Defined in Stratosphere.Lambda.Function

Methods

set :: PropertyType "SnapStart" Function -> Function -> Function #

Property "Tags" Function Source # 
Instance details

Defined in Stratosphere.Lambda.Function

Associated Types

type PropertyType "Tags" Function 
Instance details

Defined in Stratosphere.Lambda.Function

type PropertyType "Tags" Function = [Tag]

Methods

set :: PropertyType "Tags" Function -> Function -> Function #

Property "Timeout" Function Source # 
Instance details

Defined in Stratosphere.Lambda.Function

Associated Types

type PropertyType "Timeout" Function 
Instance details

Defined in Stratosphere.Lambda.Function

Methods

set :: PropertyType "Timeout" Function -> Function -> Function #

Property "TracingConfig" Function Source # 
Instance details

Defined in Stratosphere.Lambda.Function

Associated Types

type PropertyType "TracingConfig" Function 
Instance details

Defined in Stratosphere.Lambda.Function

Methods

set :: PropertyType "TracingConfig" Function -> Function -> Function #

Property "VpcConfig" Function Source # 
Instance details

Defined in Stratosphere.Lambda.Function

Associated Types

type PropertyType "VpcConfig" Function 
Instance details

Defined in Stratosphere.Lambda.Function

Methods

set :: PropertyType "VpcConfig" Function -> Function -> Function #

type PropertyType "Architectures" Function Source # 
Instance details

Defined in Stratosphere.Lambda.Function

type PropertyType "Architectures" Function = ValueList Text
type PropertyType "Code" Function Source # 
Instance details

Defined in Stratosphere.Lambda.Function

type PropertyType "CodeSigningConfigArn" Function Source # 
Instance details

Defined in Stratosphere.Lambda.Function

type PropertyType "CodeSigningConfigArn" Function = Value Text
type PropertyType "DeadLetterConfig" Function Source # 
Instance details

Defined in Stratosphere.Lambda.Function

type PropertyType "Description" Function Source # 
Instance details

Defined in Stratosphere.Lambda.Function

type PropertyType "Description" Function = Value Text
type PropertyType "Environment" Function Source # 
Instance details

Defined in Stratosphere.Lambda.Function

type PropertyType "EphemeralStorage" Function Source # 
Instance details

Defined in Stratosphere.Lambda.Function

type PropertyType "FileSystemConfigs" Function Source # 
Instance details

Defined in Stratosphere.Lambda.Function

type PropertyType "FileSystemConfigs" Function = [FileSystemConfigProperty]
type PropertyType "FunctionName" Function Source # 
Instance details

Defined in Stratosphere.Lambda.Function

type PropertyType "FunctionName" Function = Value Text
type PropertyType "Handler" Function Source # 
Instance details

Defined in Stratosphere.Lambda.Function

type PropertyType "Handler" Function = Value Text
type PropertyType "ImageConfig" Function Source # 
Instance details

Defined in Stratosphere.Lambda.Function

type PropertyType "KmsKeyArn" Function Source # 
Instance details

Defined in Stratosphere.Lambda.Function

type PropertyType "KmsKeyArn" Function = Value Text
type PropertyType "Layers" Function Source # 
Instance details

Defined in Stratosphere.Lambda.Function

type PropertyType "LoggingConfig" Function Source # 
Instance details

Defined in Stratosphere.Lambda.Function

type PropertyType "MemorySize" Function Source # 
Instance details

Defined in Stratosphere.Lambda.Function

type PropertyType "MemorySize" Function = Value Integer
type PropertyType "PackageType" Function Source # 
Instance details

Defined in Stratosphere.Lambda.Function

type PropertyType "PackageType" Function = Value Text
type PropertyType "RecursiveLoop" Function Source # 
Instance details

Defined in Stratosphere.Lambda.Function

type PropertyType "RecursiveLoop" Function = Value Text
type PropertyType "ReservedConcurrentExecutions" Function Source # 
Instance details

Defined in Stratosphere.Lambda.Function

type PropertyType "ReservedConcurrentExecutions" Function = Value Integer
type PropertyType "Role" Function Source # 
Instance details

Defined in Stratosphere.Lambda.Function

type PropertyType "Runtime" Function Source # 
Instance details

Defined in Stratosphere.Lambda.Function

type PropertyType "Runtime" Function = Value Text
type PropertyType "RuntimeManagementConfig" Function Source # 
Instance details

Defined in Stratosphere.Lambda.Function

type PropertyType "RuntimeManagementConfig" Function = RuntimeManagementConfigProperty
type PropertyType "SnapStart" Function Source # 
Instance details

Defined in Stratosphere.Lambda.Function

type PropertyType "Tags" Function Source # 
Instance details

Defined in Stratosphere.Lambda.Function

type PropertyType "Tags" Function = [Tag]
type PropertyType "Timeout" Function Source # 
Instance details

Defined in Stratosphere.Lambda.Function

type PropertyType "TracingConfig" Function Source # 
Instance details

Defined in Stratosphere.Lambda.Function

type PropertyType "VpcConfig" Function Source # 
Instance details

Defined in Stratosphere.Lambda.Function