Stratosphere.ApiGatewayV2.Stage
module Stratosphere.ApiGatewayV2.Stage.AccessLogSettingsProperty
module Stratosphere.ApiGatewayV2.Stage.RouteSettingsProperty
data Stage Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-accesslogsettings
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-accesspolicyid
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-apiid
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-autodeploy
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-clientcertificateid
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-defaultroutesettings
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-deploymentid
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-description
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-routesettings
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-stagename
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-stagevariables
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-tags
Defined in Stratosphere.ApiGatewayV2.Stage
Methods
toJSON :: Stage -> Value #
toEncoding :: Stage -> Encoding #
toJSONList :: [Stage] -> Value #
toEncodingList :: [Stage] -> Encoding #
omitField :: Stage -> Bool #
showsPrec :: Int -> Stage -> ShowS #
show :: Stage -> String #
showList :: [Stage] -> ShowS #
(==) :: Stage -> Stage -> Bool #
(/=) :: Stage -> Stage -> Bool #
toResourceProperties :: Stage -> ResourceProperties #
Associated Types
set :: PropertyType "AccessLogSettings" Stage -> Stage -> Stage #
set :: PropertyType "AccessPolicyId" Stage -> Stage -> Stage #
set :: PropertyType "ApiId" Stage -> Stage -> Stage #
set :: PropertyType "AutoDeploy" Stage -> Stage -> Stage #
set :: PropertyType "ClientCertificateId" Stage -> Stage -> Stage #
set :: PropertyType "DefaultRouteSettings" Stage -> Stage -> Stage #
set :: PropertyType "DeploymentId" Stage -> Stage -> Stage #
set :: PropertyType "Description" Stage -> Stage -> Stage #
set :: PropertyType "RouteSettings" Stage -> Stage -> Stage #
set :: PropertyType "StageName" Stage -> Stage -> Stage #
set :: PropertyType "StageVariables" Stage -> Stage -> Stage #
set :: PropertyType "Tags" Stage -> Stage -> Stage #
mkStage :: Value Text -> Value Text -> Stage Source #