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

Stratosphere.Lambda.Function.VpcConfigProperty

Documentation

data VpcConfigProperty Source #

Instances

Instances details
ToJSON VpcConfigProperty Source # 
Instance details

Defined in Stratosphere.Lambda.Function.VpcConfigProperty

Show VpcConfigProperty Source # 
Instance details

Defined in Stratosphere.Lambda.Function.VpcConfigProperty

Eq VpcConfigProperty Source # 
Instance details

Defined in Stratosphere.Lambda.Function.VpcConfigProperty

ToResourceProperties VpcConfigProperty Source # 
Instance details

Defined in Stratosphere.Lambda.Function.VpcConfigProperty

Property "Ipv6AllowedForDualStack" VpcConfigProperty Source # 
Instance details

Defined in Stratosphere.Lambda.Function.VpcConfigProperty

Associated Types

type PropertyType "Ipv6AllowedForDualStack" VpcConfigProperty 
Instance details

Defined in Stratosphere.Lambda.Function.VpcConfigProperty

type PropertyType "Ipv6AllowedForDualStack" VpcConfigProperty = Value Bool

Methods

set :: PropertyType "Ipv6AllowedForDualStack" VpcConfigProperty -> VpcConfigProperty -> VpcConfigProperty #

Property "SecurityGroupIds" VpcConfigProperty Source # 
Instance details

Defined in Stratosphere.Lambda.Function.VpcConfigProperty

Associated Types

type PropertyType "SecurityGroupIds" VpcConfigProperty 
Instance details

Defined in Stratosphere.Lambda.Function.VpcConfigProperty

type PropertyType "SecurityGroupIds" VpcConfigProperty = ValueList Text
Property "SubnetIds" VpcConfigProperty Source # 
Instance details

Defined in Stratosphere.Lambda.Function.VpcConfigProperty

Associated Types

type PropertyType "SubnetIds" VpcConfigProperty 
Instance details

Defined in Stratosphere.Lambda.Function.VpcConfigProperty

type PropertyType "Ipv6AllowedForDualStack" VpcConfigProperty Source # 
Instance details

Defined in Stratosphere.Lambda.Function.VpcConfigProperty

type PropertyType "Ipv6AllowedForDualStack" VpcConfigProperty = Value Bool
type PropertyType "SecurityGroupIds" VpcConfigProperty Source # 
Instance details

Defined in Stratosphere.Lambda.Function.VpcConfigProperty

type PropertyType "SecurityGroupIds" VpcConfigProperty = ValueList Text
type PropertyType "SubnetIds" VpcConfigProperty Source # 
Instance details

Defined in Stratosphere.Lambda.Function.VpcConfigProperty