Safe Haskell | None |
---|---|
Language | Haskell2010 |
Stratosphere.ResourceProperties.CloudFrontDistributionCustomErrorResponse
- data CloudFrontDistributionCustomErrorResponse = CloudFrontDistributionCustomErrorResponse {
- _cloudFrontDistributionCustomErrorResponseErrorCachingMinTTL :: Maybe (Val Integer)
- _cloudFrontDistributionCustomErrorResponseErrorCode :: Val Integer
- _cloudFrontDistributionCustomErrorResponseResponseCode :: Maybe (Val Integer)
- _cloudFrontDistributionCustomErrorResponseResponsePagePath :: Maybe (Val Text)
- cloudFrontDistributionCustomErrorResponse :: Val Integer -> CloudFrontDistributionCustomErrorResponse
- cfdcerErrorCachingMinTTL :: Lens' CloudFrontDistributionCustomErrorResponse (Maybe (Val Integer))
- 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
cloudFrontDistributionCustomErrorResponse #
Constructor for CloudFrontDistributionCustomErrorResponse
containing
required fields as arguments.