Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data HostVolumeProperties Source #
Details on a container instance bind mount host volume.
See: newHostVolumeProperties
smart constructor.
HostVolumeProperties' | |
|
Instances
newHostVolumeProperties :: HostVolumeProperties Source #
Create a value of HostVolumeProperties
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:sourcePath:HostVolumeProperties'
, hostVolumeProperties_sourcePath
- When the host
parameter is used, specify a sourcePath
to declare the
path on the host container instance that is presented to the container.
If this parameter is empty, then the Docker daemon has assigned a host
path for you. If the host
parameter contains a sourcePath
file
location, then the data volume persists at the specified location on the
host container instance until you delete it manually. If the
sourcePath
value does not exist on the host container instance, the
Docker daemon creates it. If the location does exist, the contents of
the source path folder are exported.
If you are using the Fargate launch type, the sourcePath
parameter is
not supported.
hostVolumeProperties_sourcePath :: Lens' HostVolumeProperties (Maybe Text) Source #
When the host
parameter is used, specify a sourcePath
to declare the
path on the host container instance that is presented to the container.
If this parameter is empty, then the Docker daemon has assigned a host
path for you. If the host
parameter contains a sourcePath
file
location, then the data volume persists at the specified location on the
host container instance until you delete it manually. If the
sourcePath
value does not exist on the host container instance, the
Docker daemon creates it. If the location does exist, the contents of
the source path folder are exported.
If you are using the Fargate launch type, the sourcePath
parameter is
not supported.