| 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.EMRServerless.Types.ImageConfiguration
Description
Documentation
data ImageConfiguration Source #
The applied image configuration.
See: newImageConfiguration smart constructor.
Constructors
| ImageConfiguration' | |
Fields
| |
Instances
newImageConfiguration Source #
Arguments
| :: Text | |
| -> ImageConfiguration |
Create a value of ImageConfiguration 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:resolvedImageDigest:ImageConfiguration', imageConfiguration_resolvedImageDigest - The SHA256 digest of the image URI. This indicates which specific image
the application is configured for. The image digest doesn't exist until
an application has started.
$sel:imageUri:ImageConfiguration', imageConfiguration_imageUri - The image URI.
imageConfiguration_resolvedImageDigest :: Lens' ImageConfiguration (Maybe Text) Source #
The SHA256 digest of the image URI. This indicates which specific image the application is configured for. The image digest doesn't exist until an application has started.
imageConfiguration_imageUri :: Lens' ImageConfiguration Text Source #
The image URI.