Stratosphere.ApiGateway.Stage
module Stratosphere.ApiGateway.Stage.AccessLogSettingProperty
module Stratosphere.ApiGateway.Stage.CanarySettingProperty
module Stratosphere.ApiGateway.Stage.MethodSettingProperty
data Stage Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-accesslogsetting
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-cacheclusterenabled
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-cacheclustersize
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-canarysetting
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-clientcertificateid
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-deploymentid
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-description
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-documentationversion
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-methodsettings
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-restapiid
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-stagename
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-tags
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-tracingenabled
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html#cfn-apigateway-stage-variables
Defined in Stratosphere.ApiGateway.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 "AccessLogSetting" Stage -> Stage -> Stage #
set :: PropertyType "CacheClusterEnabled" Stage -> Stage -> Stage #
set :: PropertyType "CacheClusterSize" Stage -> Stage -> Stage #
set :: PropertyType "CanarySetting" Stage -> Stage -> Stage #
set :: PropertyType "ClientCertificateId" Stage -> Stage -> Stage #
set :: PropertyType "DeploymentId" Stage -> Stage -> Stage #
set :: PropertyType "Description" Stage -> Stage -> Stage #
set :: PropertyType "DocumentationVersion" Stage -> Stage -> Stage #
set :: PropertyType "MethodSettings" Stage -> Stage -> Stage #
set :: PropertyType "RestApiId" Stage -> Stage -> Stage #
set :: PropertyType "StageName" Stage -> Stage -> Stage #
set :: PropertyType "Tags" Stage -> Stage -> Stage #
set :: PropertyType "TracingEnabled" Stage -> Stage -> Stage #
set :: PropertyType "Variables" Stage -> Stage -> Stage #
mkStage :: Value Text -> Stage Source #