stratosphere-0.2.0: EDSL for AWS CloudFormation

Safe HaskellNone
LanguageHaskell2010

Stratosphere.ResourceProperties.APIGatewayDeploymentStageDescription

Description

StageDescription is a property of the AWS::ApiGateway::Deployment resource that configures an Amazon API Gateway (API Gateway) deployment stage.

Synopsis

Documentation

data APIGatewayDeploymentStageDescription Source #

Full data type definition for APIGatewayDeploymentStageDescription. See apiGatewayDeploymentStageDescription for a more convenient constructor.

Instances

Show APIGatewayDeploymentStageDescription Source # 
Generic APIGatewayDeploymentStageDescription Source # 
ToJSON APIGatewayDeploymentStageDescription Source # 
FromJSON APIGatewayDeploymentStageDescription Source # 
type Rep APIGatewayDeploymentStageDescription Source # 
type Rep APIGatewayDeploymentStageDescription = D1 (MetaData "APIGatewayDeploymentStageDescription" "Stratosphere.ResourceProperties.APIGatewayDeploymentStageDescription" "stratosphere-0.2.0-B1WeL9cnxuQ3qer3csMa6f" False) (C1 (MetaCons "APIGatewayDeploymentStageDescription" PrefixI True) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_aPIGatewayDeploymentStageDescriptionCacheClusterEnabled") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe (Val Bool')))) ((:*:) (S1 (MetaSel (Just Symbol "_aPIGatewayDeploymentStageDescriptionCacheClusterSize") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe (Val Text)))) (S1 (MetaSel (Just Symbol "_aPIGatewayDeploymentStageDescriptionCacheDataEncrypted") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe (Val Bool')))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_aPIGatewayDeploymentStageDescriptionCacheTtlInSeconds") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe (Val Integer')))) (S1 (MetaSel (Just Symbol "_aPIGatewayDeploymentStageDescriptionCachingEnabled") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe (Val Bool'))))) ((:*:) (S1 (MetaSel (Just Symbol "_aPIGatewayDeploymentStageDescriptionClientCertificateId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe (Val Text)))) (S1 (MetaSel (Just Symbol "_aPIGatewayDeploymentStageDescriptionDataTraceEnabled") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe (Val Bool'))))))) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_aPIGatewayDeploymentStageDescriptionDescription") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe (Val Text)))) (S1 (MetaSel (Just Symbol "_aPIGatewayDeploymentStageDescriptionLoggingLevel") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe (Val Text))))) ((:*:) (S1 (MetaSel (Just Symbol "_aPIGatewayDeploymentStageDescriptionMethodSettings") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe APIGatewayDeploymentStageDescriptionMethodSetting))) (S1 (MetaSel (Just Symbol "_aPIGatewayDeploymentStageDescriptionMetricsEnabled") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe (Val Bool')))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_aPIGatewayDeploymentStageDescriptionStageName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe (Val Text)))) (S1 (MetaSel (Just Symbol "_aPIGatewayDeploymentStageDescriptionThrottlingBurstLimit") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe (Val Integer'))))) ((:*:) (S1 (MetaSel (Just Symbol "_aPIGatewayDeploymentStageDescriptionThrottlingRateLimit") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Double'))) (S1 (MetaSel (Just Symbol "_aPIGatewayDeploymentStageDescriptionVariables") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Object))))))))

apigdsdCacheClusterEnabled :: Lens' APIGatewayDeploymentStageDescription (Maybe (Val Bool')) Source #

Indicates whether cache clustering is enabled for the stage.

apigdsdCacheDataEncrypted :: Lens' APIGatewayDeploymentStageDescription (Maybe (Val Bool')) Source #

Indicates whether the cached responses are encrypted.

apigdsdCacheTtlInSeconds :: Lens' APIGatewayDeploymentStageDescription (Maybe (Val Integer')) Source #

The time-to-live (TTL) period, in seconds, that specifies how long API Gateway caches responses.

apigdsdCachingEnabled :: Lens' APIGatewayDeploymentStageDescription (Maybe (Val Bool')) Source #

Indicates whether responses are cached and returned for requests. You must enable a cache cluster on the stage to cache responses. For more information, see Enable API Gateway Caching in a Stage to Enhance API Performance in the API Gateway Developer Guide.

apigdsdClientCertificateId :: Lens' APIGatewayDeploymentStageDescription (Maybe (Val Text)) Source #

The identifier of the client certificate that API Gateway uses to call your integration endpoints in the stage.

apigdsdDataTraceEnabled :: Lens' APIGatewayDeploymentStageDescription (Maybe (Val Bool')) Source #

Indicates whether data trace logging is enabled for methods in the stage. API Gateway pushes these logs to Amazon CloudWatch Logs.

apigdsdDescription :: Lens' APIGatewayDeploymentStageDescription (Maybe (Val Text)) Source #

A description of the purpose of the stage.

apigdsdLoggingLevel :: Lens' APIGatewayDeploymentStageDescription (Maybe (Val Text)) Source #

The logging level for this method. For valid values, see the loggingLevel property of the Stage resource in the Amazon API Gateway API Reference.

apigdsdMetricsEnabled :: Lens' APIGatewayDeploymentStageDescription (Maybe (Val Bool')) Source #

Indicates whether Amazon CloudWatch metrics are enabled for methods in the stage.

apigdsdStageName :: Lens' APIGatewayDeploymentStageDescription (Maybe (Val Text)) Source #

The name of the stage, which API Gateway uses as the first path segment in the invoke Uniform Resource Identifier (URI).

apigdsdThrottlingBurstLimit :: Lens' APIGatewayDeploymentStageDescription (Maybe (Val Integer')) Source #

The number of burst requests per second that API Gateway permits across all APIs, stages, and methods in your AWS account. For more information, see Manage API Request Throttling in the API Gateway Developer Guide.

apigdsdThrottlingRateLimit :: Lens' APIGatewayDeploymentStageDescription (Maybe Double') Source #

The number of steady-state requests per second that API Gateway permits across all APIs, stages, and methods in your AWS account. For more information, see Manage API Request Throttling in the API Gateway Developer Guide.

apigdsdVariables :: Lens' APIGatewayDeploymentStageDescription (Maybe Object) Source #

A map that defines the stage variables. Variable names must consist of alphanumeric characters, and the values must match the following regular expression: [A-Za-z0-9-._~:/?#&=,]+.