Show / Hide Table of Contents

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 Source

DockerVolumeConfiguration

Used to configure a docker volume

Declaration
public readonly TaskDefinitionVolumeDockerVolumeConfiguration DockerVolumeConfiguration
Field Value
Type Description
TaskDefinitionVolumeDockerVolumeConfiguration
View Source

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
View Source

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
View Source

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.