| 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.QuickSight.Types.CustomContentConfiguration
Description
Synopsis
- data CustomContentConfiguration = CustomContentConfiguration' {}
- newCustomContentConfiguration :: CustomContentConfiguration
- customContentConfiguration_contentType :: Lens' CustomContentConfiguration (Maybe CustomContentType)
- customContentConfiguration_contentUrl :: Lens' CustomContentConfiguration (Maybe Text)
- customContentConfiguration_imageScaling :: Lens' CustomContentConfiguration (Maybe CustomContentImageScalingConfiguration)
Documentation
data CustomContentConfiguration Source #
The configuration of a CustomContentVisual.
See: newCustomContentConfiguration smart constructor.
Constructors
| CustomContentConfiguration' | |
Fields
| |
Instances
newCustomContentConfiguration :: CustomContentConfiguration Source #
Create a value of CustomContentConfiguration 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:contentType:CustomContentConfiguration', customContentConfiguration_contentType - The content type of the custom content visual. You can use this to have
the visual render as an image.
$sel:contentUrl:CustomContentConfiguration', customContentConfiguration_contentUrl - The input URL that links to the custom content that you want in the
custom visual.
$sel:imageScaling:CustomContentConfiguration', customContentConfiguration_imageScaling - The sizing options for the size of the custom content visual. This
structure is required when the ContentType of the visual is
'IMAGE'.
customContentConfiguration_contentType :: Lens' CustomContentConfiguration (Maybe CustomContentType) Source #
The content type of the custom content visual. You can use this to have the visual render as an image.
customContentConfiguration_contentUrl :: Lens' CustomContentConfiguration (Maybe Text) Source #
The input URL that links to the custom content that you want in the custom visual.
customContentConfiguration_imageScaling :: Lens' CustomContentConfiguration (Maybe CustomContentImageScalingConfiguration) Source #
The sizing options for the size of the custom content visual. This
structure is required when the ContentType of the visual is
'IMAGE'.