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 |
Amazonka.CloudFront.Types.DistributionConfigWithTags
Description
Synopsis
- data DistributionConfigWithTags = DistributionConfigWithTags' {}
- newDistributionConfigWithTags :: DistributionConfig -> Tags -> DistributionConfigWithTags
- distributionConfigWithTags_distributionConfig :: Lens' DistributionConfigWithTags DistributionConfig
- distributionConfigWithTags_tags :: Lens' DistributionConfigWithTags Tags
Documentation
data DistributionConfigWithTags Source #
A distribution Configuration and a list of tags to be associated with the distribution.
See: newDistributionConfigWithTags
smart constructor.
Constructors
DistributionConfigWithTags' | |
Fields
|
Instances
newDistributionConfigWithTags Source #
Arguments
:: DistributionConfig | |
-> Tags | |
-> DistributionConfigWithTags |
Create a value of DistributionConfigWithTags
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:distributionConfig:DistributionConfigWithTags'
, distributionConfigWithTags_distributionConfig
- A distribution configuration.
$sel:tags:DistributionConfigWithTags'
, distributionConfigWithTags_tags
- A complex type that contains zero or more Tag
elements.
distributionConfigWithTags_distributionConfig :: Lens' DistributionConfigWithTags DistributionConfig Source #
A distribution configuration.
distributionConfigWithTags_tags :: Lens' DistributionConfigWithTags Tags Source #
A complex type that contains zero or more Tag
elements.