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.

The volume mounts for a container for an Amazon EKS job. For more information about volumes and volume mounts in Kubernetes, see Volumes in the Kubernetes documentation.

Inheritance Hierarchy

System.Object
  Amazon.Batch.Model.EksContainerVolumeMount

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

Syntax

C#
public class EksContainerVolumeMount

The EksContainerVolumeMount type exposes the following members

Constructors

NameDescription
Public Method EksContainerVolumeMount()

Properties

NameTypeDescription
Public Property MountPath System.String

Gets and sets the property MountPath.

The path on the container where the volume is mounted.

Public Property Name System.String

Gets and sets the property Name.

The name the volume mount. This must match the name of one of the volumes in the pod.

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.

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