AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Details for a Docker volume mount point that's used in a job's container properties. This parameter maps to Volumes in the Create a container section of the Docker Remote API and the --volume option to docker run.

Inheritance Hierarchy

System.Object
  Amazon.Batch.Model.MountPoint

Namespace: Amazon.Batch.Model
Assembly: AWSSDK.Batch.dll
Version: 3.x.y.z

Syntax

C#
public class MountPoint

The MountPoint type exposes the following members

Constructors

NameDescription
Public Method MountPoint()

Properties

NameTypeDescription
Public Property ContainerPath System.String

Gets and sets the property ContainerPath.

The path on the container where the host volume is mounted.

Public Property ReadOnly System.Boolean

Gets and sets the property ReadOnly.

If this value is true, the container has read-only access to the volume. Otherwise, the container can write to the volume. The default value is false.

Public Property SourceVolume System.String

Gets and sets the property SourceVolume.

The name of the volume to mount.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5