Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data AwsCloudFrontDistributionCacheBehaviors = AwsCloudFrontDistributionCacheBehaviors' {}
- newAwsCloudFrontDistributionCacheBehaviors :: AwsCloudFrontDistributionCacheBehaviors
- awsCloudFrontDistributionCacheBehaviors_items :: Lens' AwsCloudFrontDistributionCacheBehaviors (Maybe [AwsCloudFrontDistributionCacheBehavior])
Documentation
data AwsCloudFrontDistributionCacheBehaviors Source #
Provides information about caching for the distribution.
See: newAwsCloudFrontDistributionCacheBehaviors
smart constructor.
AwsCloudFrontDistributionCacheBehaviors' | |
|
Instances
newAwsCloudFrontDistributionCacheBehaviors :: AwsCloudFrontDistributionCacheBehaviors Source #
Create a value of AwsCloudFrontDistributionCacheBehaviors
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:items:AwsCloudFrontDistributionCacheBehaviors'
, awsCloudFrontDistributionCacheBehaviors_items
- The cache behaviors for the distribution.
awsCloudFrontDistributionCacheBehaviors_items :: Lens' AwsCloudFrontDistributionCacheBehaviors (Maybe [AwsCloudFrontDistributionCacheBehavior]) Source #
The cache behaviors for the distribution.