| 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.Chime.Types.ContentArtifactsConfiguration
Description
Synopsis
- data ContentArtifactsConfiguration = ContentArtifactsConfiguration' {}
- newContentArtifactsConfiguration :: ArtifactsState -> ContentArtifactsConfiguration
- contentArtifactsConfiguration_muxType :: Lens' ContentArtifactsConfiguration (Maybe ContentMuxType)
- contentArtifactsConfiguration_state :: Lens' ContentArtifactsConfiguration ArtifactsState
Documentation
data ContentArtifactsConfiguration Source #
The content artifact object.
See: newContentArtifactsConfiguration smart constructor.
Constructors
| ContentArtifactsConfiguration' | |
Fields
| |
Instances
newContentArtifactsConfiguration Source #
Create a value of ContentArtifactsConfiguration 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:muxType:ContentArtifactsConfiguration', contentArtifactsConfiguration_muxType - The MUX type of the artifact configuration.
$sel:state:ContentArtifactsConfiguration', contentArtifactsConfiguration_state - Indicates whether the content artifact is enabled or disabled.
contentArtifactsConfiguration_muxType :: Lens' ContentArtifactsConfiguration (Maybe ContentMuxType) Source #
The MUX type of the artifact configuration.
contentArtifactsConfiguration_state :: Lens' ContentArtifactsConfiguration ArtifactsState Source #
Indicates whether the content artifact is enabled or disabled.