| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.ResourceProperties.CloudFrontDistributionCustomErrorResponse
Synopsis
- data CloudFrontDistributionCustomErrorResponse = CloudFrontDistributionCustomErrorResponse {
- _cloudFrontDistributionCustomErrorResponseErrorCachingMinTTL :: Maybe (Val Double)
- _cloudFrontDistributionCustomErrorResponseErrorCode :: Val Integer
- _cloudFrontDistributionCustomErrorResponseResponseCode :: Maybe (Val Integer)
- _cloudFrontDistributionCustomErrorResponseResponsePagePath :: Maybe (Val Text)
- cloudFrontDistributionCustomErrorResponse :: Val Integer -> CloudFrontDistributionCustomErrorResponse
- cfdcerErrorCachingMinTTL :: Lens' CloudFrontDistributionCustomErrorResponse (Maybe (Val Double))
- cfdcerErrorCode :: Lens' CloudFrontDistributionCustomErrorResponse (Val Integer)
- cfdcerResponseCode :: Lens' CloudFrontDistributionCustomErrorResponse (Maybe (Val Integer))
- cfdcerResponsePagePath :: Lens' CloudFrontDistributionCustomErrorResponse (Maybe (Val Text))
Documentation
data CloudFrontDistributionCustomErrorResponse #
Full data type definition for CloudFrontDistributionCustomErrorResponse.
See cloudFrontDistributionCustomErrorResponse for a more convenient
constructor.
Constructors
Instances
| Eq CloudFrontDistributionCustomErrorResponse # | |
| Show CloudFrontDistributionCustomErrorResponse # | |
| ToJSON CloudFrontDistributionCustomErrorResponse # | |
| FromJSON CloudFrontDistributionCustomErrorResponse # | |
cloudFrontDistributionCustomErrorResponse #
Constructor for CloudFrontDistributionCustomErrorResponse containing
required fields as arguments.