AWS SDK Version 2 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.

.NET Framework 3.5
 
Details on a volume mount point that is used in a container definition.

Inheritance Hierarchy

System.Object
  Amazon.ECS.Model.MountPoint

Namespace: Amazon.ECS.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class MountPoint : Object

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 to mount the host volume at.

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. If this value is false, then 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 Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8