| 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.Braket.Types.ContainerImage
Description
Synopsis
Documentation
data ContainerImage Source #
The container image used to create an Amazon Braket job.
See: newContainerImage smart constructor.
Constructors
| ContainerImage' | |
Instances
Arguments
| :: Text | |
| -> ContainerImage |
Create a value of ContainerImage 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:uri:ContainerImage', containerImage_uri - The URI locating the container image.
containerImage_uri :: Lens' ContainerImage Text Source #
The URI locating the container image.