Stratosphere.ApiGatewayV2.Route
data Route Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-apiid
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-apikeyrequired
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-authorizationscopes
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-authorizationtype
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-authorizerid
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-modelselectionexpression
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-operationname
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-requestmodels
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-requestparameters
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-routekey
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-routeresponseselectionexpression
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-route.html#cfn-apigatewayv2-route-target
Defined in Stratosphere.ApiGatewayV2.Route
Methods
toJSON :: Route -> Value #
toEncoding :: Route -> Encoding #
toJSONList :: [Route] -> Value #
toEncodingList :: [Route] -> Encoding #
omitField :: Route -> Bool #
showsPrec :: Int -> Route -> ShowS #
show :: Route -> String #
showList :: [Route] -> ShowS #
(==) :: Route -> Route -> Bool #
(/=) :: Route -> Route -> Bool #
toResourceProperties :: Route -> ResourceProperties #
Associated Types
set :: PropertyType "ApiId" Route -> Route -> Route #
set :: PropertyType "ApiKeyRequired" Route -> Route -> Route #
set :: PropertyType "AuthorizationScopes" Route -> Route -> Route #
set :: PropertyType "AuthorizationType" Route -> Route -> Route #
set :: PropertyType "AuthorizerId" Route -> Route -> Route #
set :: PropertyType "ModelSelectionExpression" Route -> Route -> Route #
set :: PropertyType "OperationName" Route -> Route -> Route #
set :: PropertyType "RequestModels" Route -> Route -> Route #
set :: PropertyType "RequestParameters" Route -> Route -> Route #
set :: PropertyType "RouteKey" Route -> Route -> Route #
set :: PropertyType "RouteResponseSelectionExpression" Route -> Route -> Route #
set :: PropertyType "Target" Route -> Route -> Route #
mkRoute :: Value Text -> Value Text -> Route Source #