| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.CloudFront.Types.StreamingDistributionConfigWithTags
Description
Synopsis
- data StreamingDistributionConfigWithTags = StreamingDistributionConfigWithTags' {}
- newStreamingDistributionConfigWithTags :: StreamingDistributionConfig -> Tags -> StreamingDistributionConfigWithTags
- streamingDistributionConfigWithTags_streamingDistributionConfig :: Lens' StreamingDistributionConfigWithTags StreamingDistributionConfig
- streamingDistributionConfigWithTags_tags :: Lens' StreamingDistributionConfigWithTags Tags
Documentation
data StreamingDistributionConfigWithTags Source #
A streaming distribution Configuration and a list of tags to be associated with the streaming distribution.
See: newStreamingDistributionConfigWithTags smart constructor.
Constructors
| StreamingDistributionConfigWithTags' | |
Fields
| |
Instances
newStreamingDistributionConfigWithTags Source #
Arguments
| :: StreamingDistributionConfig |
|
| -> Tags | |
| -> StreamingDistributionConfigWithTags |
Create a value of StreamingDistributionConfigWithTags 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:streamingDistributionConfig:StreamingDistributionConfigWithTags', streamingDistributionConfigWithTags_streamingDistributionConfig - A streaming distribution Configuration.
$sel:tags:StreamingDistributionConfigWithTags', streamingDistributionConfigWithTags_tags - A complex type that contains zero or more Tag elements.
streamingDistributionConfigWithTags_streamingDistributionConfig :: Lens' StreamingDistributionConfigWithTags StreamingDistributionConfig Source #
A streaming distribution Configuration.
streamingDistributionConfigWithTags_tags :: Lens' StreamingDistributionConfigWithTags Tags Source #
A complex type that contains zero or more Tag elements.