stratosphere-apigateway-1.0.0: Stratosphere integration for AWS ApiGateway.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.ApiGateway.Method.IntegrationProperty

Documentation

data IntegrationProperty Source #

Constructors

IntegrationProperty

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-method-integration.html

Fields

Instances

Instances details
ToJSON IntegrationProperty Source # 
Instance details

Defined in Stratosphere.ApiGateway.Method.IntegrationProperty

Show IntegrationProperty Source # 
Instance details

Defined in Stratosphere.ApiGateway.Method.IntegrationProperty

Eq IntegrationProperty Source # 
Instance details

Defined in Stratosphere.ApiGateway.Method.IntegrationProperty

ToResourceProperties IntegrationProperty Source # 
Instance details

Defined in Stratosphere.ApiGateway.Method.IntegrationProperty

Property "CacheKeyParameters" IntegrationProperty Source # 
Instance details

Defined in Stratosphere.ApiGateway.Method.IntegrationProperty

Associated Types

type PropertyType "CacheKeyParameters" IntegrationProperty 
Instance details

Defined in Stratosphere.ApiGateway.Method.IntegrationProperty

type PropertyType "CacheKeyParameters" IntegrationProperty = ValueList Text
Property "CacheNamespace" IntegrationProperty Source # 
Instance details

Defined in Stratosphere.ApiGateway.Method.IntegrationProperty

Associated Types

type PropertyType "CacheNamespace" IntegrationProperty 
Instance details

Defined in Stratosphere.ApiGateway.Method.IntegrationProperty

type PropertyType "CacheNamespace" IntegrationProperty = Value Text
Property "ConnectionId" IntegrationProperty Source # 
Instance details

Defined in Stratosphere.ApiGateway.Method.IntegrationProperty

Associated Types

type PropertyType "ConnectionId" IntegrationProperty 
Instance details

Defined in Stratosphere.ApiGateway.Method.IntegrationProperty

Property "ConnectionType" IntegrationProperty Source # 
Instance details

Defined in Stratosphere.ApiGateway.Method.IntegrationProperty

Associated Types

type PropertyType "ConnectionType" IntegrationProperty 
Instance details

Defined in Stratosphere.ApiGateway.Method.IntegrationProperty

type PropertyType "ConnectionType" IntegrationProperty = Value Text
Property "ContentHandling" IntegrationProperty Source # 
Instance details

Defined in Stratosphere.ApiGateway.Method.IntegrationProperty

Associated Types

type PropertyType "ContentHandling" IntegrationProperty 
Instance details

Defined in Stratosphere.ApiGateway.Method.IntegrationProperty

type PropertyType "ContentHandling" IntegrationProperty = Value Text
Property "Credentials" IntegrationProperty Source # 
Instance details

Defined in Stratosphere.ApiGateway.Method.IntegrationProperty

Associated Types

type PropertyType "Credentials" IntegrationProperty 
Instance details

Defined in Stratosphere.ApiGateway.Method.IntegrationProperty

Property "IntegrationHttpMethod" IntegrationProperty Source # 
Instance details

Defined in Stratosphere.ApiGateway.Method.IntegrationProperty

Associated Types

type PropertyType "IntegrationHttpMethod" IntegrationProperty 
Instance details

Defined in Stratosphere.ApiGateway.Method.IntegrationProperty

type PropertyType "IntegrationHttpMethod" IntegrationProperty = Value Text
Property "IntegrationResponses" IntegrationProperty Source # 
Instance details

Defined in Stratosphere.ApiGateway.Method.IntegrationProperty

Associated Types

type PropertyType "IntegrationResponses" IntegrationProperty 
Instance details

Defined in Stratosphere.ApiGateway.Method.IntegrationProperty

Property "PassthroughBehavior" IntegrationProperty Source # 
Instance details

Defined in Stratosphere.ApiGateway.Method.IntegrationProperty

Associated Types

type PropertyType "PassthroughBehavior" IntegrationProperty 
Instance details

Defined in Stratosphere.ApiGateway.Method.IntegrationProperty

type PropertyType "PassthroughBehavior" IntegrationProperty = Value Text
Property "RequestParameters" IntegrationProperty Source # 
Instance details

Defined in Stratosphere.ApiGateway.Method.IntegrationProperty

Associated Types

type PropertyType "RequestParameters" IntegrationProperty 
Instance details

Defined in Stratosphere.ApiGateway.Method.IntegrationProperty

type PropertyType "RequestParameters" IntegrationProperty = Map Text (Value Text)
Property "RequestTemplates" IntegrationProperty Source # 
Instance details

Defined in Stratosphere.ApiGateway.Method.IntegrationProperty

Associated Types

type PropertyType "RequestTemplates" IntegrationProperty 
Instance details

Defined in Stratosphere.ApiGateway.Method.IntegrationProperty

type PropertyType "RequestTemplates" IntegrationProperty = Map Text (Value Text)
Property "TimeoutInMillis" IntegrationProperty Source # 
Instance details

Defined in Stratosphere.ApiGateway.Method.IntegrationProperty

Associated Types

type PropertyType "TimeoutInMillis" IntegrationProperty 
Instance details

Defined in Stratosphere.ApiGateway.Method.IntegrationProperty

Property "Type" IntegrationProperty Source # 
Instance details

Defined in Stratosphere.ApiGateway.Method.IntegrationProperty

Property "Uri" IntegrationProperty Source # 
Instance details

Defined in Stratosphere.ApiGateway.Method.IntegrationProperty

type PropertyType "CacheKeyParameters" IntegrationProperty Source # 
Instance details

Defined in Stratosphere.ApiGateway.Method.IntegrationProperty

type PropertyType "CacheKeyParameters" IntegrationProperty = ValueList Text
type PropertyType "CacheNamespace" IntegrationProperty Source # 
Instance details

Defined in Stratosphere.ApiGateway.Method.IntegrationProperty

type PropertyType "CacheNamespace" IntegrationProperty = Value Text
type PropertyType "ConnectionId" IntegrationProperty Source # 
Instance details

Defined in Stratosphere.ApiGateway.Method.IntegrationProperty

type PropertyType "ConnectionType" IntegrationProperty Source # 
Instance details

Defined in Stratosphere.ApiGateway.Method.IntegrationProperty

type PropertyType "ConnectionType" IntegrationProperty = Value Text
type PropertyType "ContentHandling" IntegrationProperty Source # 
Instance details

Defined in Stratosphere.ApiGateway.Method.IntegrationProperty

type PropertyType "ContentHandling" IntegrationProperty = Value Text
type PropertyType "Credentials" IntegrationProperty Source # 
Instance details

Defined in Stratosphere.ApiGateway.Method.IntegrationProperty

type PropertyType "IntegrationHttpMethod" IntegrationProperty Source # 
Instance details

Defined in Stratosphere.ApiGateway.Method.IntegrationProperty

type PropertyType "IntegrationHttpMethod" IntegrationProperty = Value Text
type PropertyType "IntegrationResponses" IntegrationProperty Source # 
Instance details

Defined in Stratosphere.ApiGateway.Method.IntegrationProperty

type PropertyType "PassthroughBehavior" IntegrationProperty Source # 
Instance details

Defined in Stratosphere.ApiGateway.Method.IntegrationProperty

type PropertyType "PassthroughBehavior" IntegrationProperty = Value Text
type PropertyType "RequestParameters" IntegrationProperty Source # 
Instance details

Defined in Stratosphere.ApiGateway.Method.IntegrationProperty

type PropertyType "RequestParameters" IntegrationProperty = Map Text (Value Text)
type PropertyType "RequestTemplates" IntegrationProperty Source # 
Instance details

Defined in Stratosphere.ApiGateway.Method.IntegrationProperty

type PropertyType "RequestTemplates" IntegrationProperty = Map Text (Value Text)
type PropertyType "TimeoutInMillis" IntegrationProperty Source # 
Instance details

Defined in Stratosphere.ApiGateway.Method.IntegrationProperty

type PropertyType "Type" IntegrationProperty Source # 
Instance details

Defined in Stratosphere.ApiGateway.Method.IntegrationProperty

type PropertyType "Uri" IntegrationProperty Source # 
Instance details

Defined in Stratosphere.ApiGateway.Method.IntegrationProperty