stratosphere-apigatewayv2-1.0.0: Stratosphere integration for AWS ApiGatewayV2.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.ApiGatewayV2.RoutingRule

Documentation

data ConditionProperty Source #

Instances

Instances details
ToJSON ConditionProperty Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.RoutingRule.ConditionProperty

Show ConditionProperty Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.RoutingRule.ConditionProperty

Eq ConditionProperty Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.RoutingRule.ConditionProperty

ToResourceProperties ConditionProperty Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.RoutingRule.ConditionProperty

Property "MatchBasePaths" ConditionProperty Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.RoutingRule.ConditionProperty

Associated Types

type PropertyType "MatchBasePaths" ConditionProperty 
Instance details

Defined in Stratosphere.ApiGatewayV2.RoutingRule.ConditionProperty

Property "MatchHeaders" ConditionProperty Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.RoutingRule.ConditionProperty

Associated Types

type PropertyType "MatchHeaders" ConditionProperty 
Instance details

Defined in Stratosphere.ApiGatewayV2.RoutingRule.ConditionProperty

type PropertyType "MatchBasePaths" ConditionProperty Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.RoutingRule.ConditionProperty

type PropertyType "MatchHeaders" ConditionProperty Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.RoutingRule.ConditionProperty

data MatchBasePathsProperty Source #

Instances

Instances details
ToJSON MatchBasePathsProperty Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.RoutingRule.MatchBasePathsProperty

Show MatchBasePathsProperty Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.RoutingRule.MatchBasePathsProperty

Eq MatchBasePathsProperty Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.RoutingRule.MatchBasePathsProperty

ToResourceProperties MatchBasePathsProperty Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.RoutingRule.MatchBasePathsProperty

Property "AnyOf" MatchBasePathsProperty Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.RoutingRule.MatchBasePathsProperty

type PropertyType "AnyOf" MatchBasePathsProperty Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.RoutingRule.MatchBasePathsProperty

data MatchHeadersProperty Source #

Instances

Instances details
ToJSON MatchHeadersProperty Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.RoutingRule.MatchHeadersProperty

Show MatchHeadersProperty Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.RoutingRule.MatchHeadersProperty

Eq MatchHeadersProperty Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.RoutingRule.MatchHeadersProperty

ToResourceProperties MatchHeadersProperty Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.RoutingRule.MatchHeadersProperty

Property "AnyOf" MatchHeadersProperty Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.RoutingRule.MatchHeadersProperty

type PropertyType "AnyOf" MatchHeadersProperty Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.RoutingRule.MatchHeadersProperty

data MatchHeaderValueProperty Source #

Instances

Instances details
ToJSON MatchHeaderValueProperty Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.RoutingRule.MatchHeaderValueProperty

Show MatchHeaderValueProperty Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.RoutingRule.MatchHeaderValueProperty

Eq MatchHeaderValueProperty Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.RoutingRule.MatchHeaderValueProperty

ToResourceProperties MatchHeaderValueProperty Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.RoutingRule.MatchHeaderValueProperty

Property "Header" MatchHeaderValueProperty Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.RoutingRule.MatchHeaderValueProperty

Property "ValueGlob" MatchHeaderValueProperty Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.RoutingRule.MatchHeaderValueProperty

type PropertyType "Header" MatchHeaderValueProperty Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.RoutingRule.MatchHeaderValueProperty

type PropertyType "ValueGlob" MatchHeaderValueProperty Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.RoutingRule.MatchHeaderValueProperty

data RoutingRule Source #

Instances

Instances details
ToJSON RoutingRule Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.RoutingRule

Show RoutingRule Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.RoutingRule

Eq RoutingRule Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.RoutingRule

ToResourceProperties RoutingRule Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.RoutingRule

Property "Actions" RoutingRule Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.RoutingRule

Associated Types

type PropertyType "Actions" RoutingRule 
Instance details

Defined in Stratosphere.ApiGatewayV2.RoutingRule

Property "Conditions" RoutingRule Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.RoutingRule

Associated Types

type PropertyType "Conditions" RoutingRule 
Instance details

Defined in Stratosphere.ApiGatewayV2.RoutingRule

Methods

set :: PropertyType "Conditions" RoutingRule -> RoutingRule -> RoutingRule #

Property "DomainNameArn" RoutingRule Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.RoutingRule

Associated Types

type PropertyType "DomainNameArn" RoutingRule 
Instance details

Defined in Stratosphere.ApiGatewayV2.RoutingRule

type PropertyType "DomainNameArn" RoutingRule = Value Text

Methods

set :: PropertyType "DomainNameArn" RoutingRule -> RoutingRule -> RoutingRule #

Property "Priority" RoutingRule Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.RoutingRule

Associated Types

type PropertyType "Priority" RoutingRule 
Instance details

Defined in Stratosphere.ApiGatewayV2.RoutingRule

type PropertyType "Actions" RoutingRule Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.RoutingRule

type PropertyType "Conditions" RoutingRule Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.RoutingRule

type PropertyType "DomainNameArn" RoutingRule Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.RoutingRule

type PropertyType "DomainNameArn" RoutingRule = Value Text
type PropertyType "Priority" RoutingRule Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.RoutingRule