Safe Haskell | None |
---|---|
Language | Haskell2010 |
Stratosphere.ResourceProperties.CloudFrontDistributionForwardedValues
- data CloudFrontDistributionForwardedValues = CloudFrontDistributionForwardedValues {}
- cloudFrontDistributionForwardedValues :: Val Bool -> CloudFrontDistributionForwardedValues
- cfdfvCookies :: Lens' CloudFrontDistributionForwardedValues (Maybe CloudFrontDistributionCookies)
- cfdfvHeaders :: Lens' CloudFrontDistributionForwardedValues (Maybe (ValList Text))
- cfdfvQueryString :: Lens' CloudFrontDistributionForwardedValues (Val Bool)
- cfdfvQueryStringCacheKeys :: Lens' CloudFrontDistributionForwardedValues (Maybe (ValList Text))
Documentation
data CloudFrontDistributionForwardedValues #
Full data type definition for CloudFrontDistributionForwardedValues. See
cloudFrontDistributionForwardedValues
for a more convenient
constructor.
Constructors
CloudFrontDistributionForwardedValues | |
Fields |
cloudFrontDistributionForwardedValues #
Arguments
:: Val Bool | |
-> CloudFrontDistributionForwardedValues |
Constructor for CloudFrontDistributionForwardedValues
containing
required fields as arguments.