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

Stratosphere.Lambda.Url.CorsProperty

Documentation

data CorsProperty Source #

Instances

Instances details
ToJSON CorsProperty Source # 
Instance details

Defined in Stratosphere.Lambda.Url.CorsProperty

Show CorsProperty Source # 
Instance details

Defined in Stratosphere.Lambda.Url.CorsProperty

Eq CorsProperty Source # 
Instance details

Defined in Stratosphere.Lambda.Url.CorsProperty

ToResourceProperties CorsProperty Source # 
Instance details

Defined in Stratosphere.Lambda.Url.CorsProperty

Property "AllowCredentials" CorsProperty Source # 
Instance details

Defined in Stratosphere.Lambda.Url.CorsProperty

Associated Types

type PropertyType "AllowCredentials" CorsProperty 
Instance details

Defined in Stratosphere.Lambda.Url.CorsProperty

type PropertyType "AllowCredentials" CorsProperty = Value Bool

Methods

set :: PropertyType "AllowCredentials" CorsProperty -> CorsProperty -> CorsProperty #

Property "AllowHeaders" CorsProperty Source # 
Instance details

Defined in Stratosphere.Lambda.Url.CorsProperty

Associated Types

type PropertyType "AllowHeaders" CorsProperty 
Instance details

Defined in Stratosphere.Lambda.Url.CorsProperty

type PropertyType "AllowHeaders" CorsProperty = ValueList Text

Methods

set :: PropertyType "AllowHeaders" CorsProperty -> CorsProperty -> CorsProperty #

Property "AllowMethods" CorsProperty Source # 
Instance details

Defined in Stratosphere.Lambda.Url.CorsProperty

Associated Types

type PropertyType "AllowMethods" CorsProperty 
Instance details

Defined in Stratosphere.Lambda.Url.CorsProperty

type PropertyType "AllowMethods" CorsProperty = ValueList Text

Methods

set :: PropertyType "AllowMethods" CorsProperty -> CorsProperty -> CorsProperty #

Property "AllowOrigins" CorsProperty Source # 
Instance details

Defined in Stratosphere.Lambda.Url.CorsProperty

Associated Types

type PropertyType "AllowOrigins" CorsProperty 
Instance details

Defined in Stratosphere.Lambda.Url.CorsProperty

type PropertyType "AllowOrigins" CorsProperty = ValueList Text

Methods

set :: PropertyType "AllowOrigins" CorsProperty -> CorsProperty -> CorsProperty #

Property "ExposeHeaders" CorsProperty Source # 
Instance details

Defined in Stratosphere.Lambda.Url.CorsProperty

Associated Types

type PropertyType "ExposeHeaders" CorsProperty 
Instance details

Defined in Stratosphere.Lambda.Url.CorsProperty

type PropertyType "ExposeHeaders" CorsProperty = ValueList Text

Methods

set :: PropertyType "ExposeHeaders" CorsProperty -> CorsProperty -> CorsProperty #

Property "MaxAge" CorsProperty Source # 
Instance details

Defined in Stratosphere.Lambda.Url.CorsProperty

Associated Types

type PropertyType "MaxAge" CorsProperty 
Instance details

Defined in Stratosphere.Lambda.Url.CorsProperty

type PropertyType "AllowCredentials" CorsProperty Source # 
Instance details

Defined in Stratosphere.Lambda.Url.CorsProperty

type PropertyType "AllowCredentials" CorsProperty = Value Bool
type PropertyType "AllowHeaders" CorsProperty Source # 
Instance details

Defined in Stratosphere.Lambda.Url.CorsProperty

type PropertyType "AllowHeaders" CorsProperty = ValueList Text
type PropertyType "AllowMethods" CorsProperty Source # 
Instance details

Defined in Stratosphere.Lambda.Url.CorsProperty

type PropertyType "AllowMethods" CorsProperty = ValueList Text
type PropertyType "AllowOrigins" CorsProperty Source # 
Instance details

Defined in Stratosphere.Lambda.Url.CorsProperty

type PropertyType "AllowOrigins" CorsProperty = ValueList Text
type PropertyType "ExposeHeaders" CorsProperty Source # 
Instance details

Defined in Stratosphere.Lambda.Url.CorsProperty

type PropertyType "ExposeHeaders" CorsProperty = ValueList Text
type PropertyType "MaxAge" CorsProperty Source # 
Instance details

Defined in Stratosphere.Lambda.Url.CorsProperty