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 |
Documentation
data ImageConfigurationInput Source #
The image configuration.
See: newImageConfigurationInput
smart constructor.
Instances
newImageConfigurationInput :: ImageConfigurationInput Source #
Create a value of ImageConfigurationInput
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:imageUri:ImageConfigurationInput'
, imageConfigurationInput_imageUri
- The URI of an image in the Amazon ECR registry. This field is required
when you create a new application. If you leave this field blank in an
update, Amazon EMR will remove the image configuration.
imageConfigurationInput_imageUri :: Lens' ImageConfigurationInput (Maybe Text) Source #
The URI of an image in the Amazon ECR registry. This field is required when you create a new application. If you leave this field blank in an update, Amazon EMR will remove the image configuration.