Safe Haskell | None |
---|---|
Language | Haskell2010 |
Stratosphere.ResourceProperties.CloudFrontDistributionCacheBehavior
- data CloudFrontDistributionCacheBehavior = CloudFrontDistributionCacheBehavior {
- _cloudFrontDistributionCacheBehaviorAllowedMethods :: Maybe (ValList Text)
- _cloudFrontDistributionCacheBehaviorCachedMethods :: Maybe (ValList Text)
- _cloudFrontDistributionCacheBehaviorCompress :: Maybe (Val Bool)
- _cloudFrontDistributionCacheBehaviorDefaultTTL :: Maybe (Val Integer)
- _cloudFrontDistributionCacheBehaviorForwardedValues :: CloudFrontDistributionForwardedValues
- _cloudFrontDistributionCacheBehaviorMaxTTL :: Maybe (Val Integer)
- _cloudFrontDistributionCacheBehaviorMinTTL :: Maybe (Val Integer)
- _cloudFrontDistributionCacheBehaviorPathPattern :: Val Text
- _cloudFrontDistributionCacheBehaviorSmoothStreaming :: Maybe (Val Bool)
- _cloudFrontDistributionCacheBehaviorTargetOriginId :: Val Text
- _cloudFrontDistributionCacheBehaviorTrustedSigners :: Maybe (ValList Text)
- _cloudFrontDistributionCacheBehaviorViewerProtocolPolicy :: Val Text
- cloudFrontDistributionCacheBehavior :: CloudFrontDistributionForwardedValues -> Val Text -> Val Text -> Val Text -> CloudFrontDistributionCacheBehavior
- cfdcbAllowedMethods :: Lens' CloudFrontDistributionCacheBehavior (Maybe (ValList Text))
- cfdcbCachedMethods :: Lens' CloudFrontDistributionCacheBehavior (Maybe (ValList Text))
- cfdcbCompress :: Lens' CloudFrontDistributionCacheBehavior (Maybe (Val Bool))
- cfdcbDefaultTTL :: Lens' CloudFrontDistributionCacheBehavior (Maybe (Val Integer))
- cfdcbForwardedValues :: Lens' CloudFrontDistributionCacheBehavior CloudFrontDistributionForwardedValues
- cfdcbMaxTTL :: Lens' CloudFrontDistributionCacheBehavior (Maybe (Val Integer))
- cfdcbMinTTL :: Lens' CloudFrontDistributionCacheBehavior (Maybe (Val Integer))
- cfdcbPathPattern :: Lens' CloudFrontDistributionCacheBehavior (Val Text)
- cfdcbSmoothStreaming :: Lens' CloudFrontDistributionCacheBehavior (Maybe (Val Bool))
- cfdcbTargetOriginId :: Lens' CloudFrontDistributionCacheBehavior (Val Text)
- cfdcbTrustedSigners :: Lens' CloudFrontDistributionCacheBehavior (Maybe (ValList Text))
- cfdcbViewerProtocolPolicy :: Lens' CloudFrontDistributionCacheBehavior (Val Text)
Documentation
data CloudFrontDistributionCacheBehavior #
Full data type definition for CloudFrontDistributionCacheBehavior. See
cloudFrontDistributionCacheBehavior
for a more convenient constructor.
Constructors
cloudFrontDistributionCacheBehavior #
Arguments
:: CloudFrontDistributionForwardedValues | |
-> Val Text | |
-> Val Text | |
-> Val Text | |
-> CloudFrontDistributionCacheBehavior |
Constructor for CloudFrontDistributionCacheBehavior
containing required
fields as arguments.
cfdcbForwardedValues :: Lens' CloudFrontDistributionCacheBehavior CloudFrontDistributionForwardedValues #