Class TaskDefinitionVolume
Inheritance
System.Object
TaskDefinitionVolume
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Ecs.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class TaskDefinitionVolume
Fields
View SourceDockerVolumeConfiguration
Used to configure a docker volume
Declaration
public readonly TaskDefinitionVolumeDockerVolumeConfiguration DockerVolumeConfiguration
Field Value
| Type | Description |
|---|---|
| TaskDefinitionVolumeDockerVolumeConfiguration |
EfsVolumeConfiguration
Used to configure a EFS volume. Can be used only with an EC2 type task.
Declaration
public readonly TaskDefinitionVolumeEfsVolumeConfiguration EfsVolumeConfiguration
Field Value
| Type | Description |
|---|---|
| TaskDefinitionVolumeEfsVolumeConfiguration |
HostPath
The path on the host container instance that is presented to the container. If not set, ECS will create a nonpersistent data volume that starts empty and is deleted after the task has finished.
Declaration
public readonly string HostPath
Field Value
| Type | Description |
|---|---|
| System.String |
Name
The name of the volume. This name is referenced in the sourceVolume
parameter of container definition in the mountPoints section.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |