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 on a data volume from another container in the same task definition.

Inheritance Hierarchy

System.Object
  Amazon.ECS.Model.VolumeFrom

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

Syntax

C#
public class VolumeFrom

The VolumeFrom type exposes the following members

Constructors

NameDescription
Public Method VolumeFrom()

Properties

NameTypeDescription
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 SourceContainer System.String

Gets and sets the property SourceContainer.

The name of another container within the same task definition to mount volumes from.

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