| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.ResourceProperties.CloudFrontDistributionLogging
Synopsis
- data CloudFrontDistributionLogging = CloudFrontDistributionLogging {}
- cloudFrontDistributionLogging :: Val Text -> CloudFrontDistributionLogging
- cfdlBucket :: Lens' CloudFrontDistributionLogging (Val Text)
- cfdlIncludeCookies :: Lens' CloudFrontDistributionLogging (Maybe (Val Bool))
- cfdlPrefix :: Lens' CloudFrontDistributionLogging (Maybe (Val Text))
Documentation
data CloudFrontDistributionLogging #
Full data type definition for CloudFrontDistributionLogging. See
cloudFrontDistributionLogging for a more convenient constructor.
Constructors
| CloudFrontDistributionLogging | |
Instances
cloudFrontDistributionLogging #
Arguments
| :: Val Text | |
| -> CloudFrontDistributionLogging |
Constructor for CloudFrontDistributionLogging containing required
fields as arguments.