Class TaskDefinitionVolumeEfsVolumeConfigurationArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class TaskDefinitionVolumeEfsVolumeConfigurationArgs : ResourceArgs
Constructors
View SourceTaskDefinitionVolumeEfsVolumeConfigurationArgs()
Declaration
public TaskDefinitionVolumeEfsVolumeConfigurationArgs()
Properties
View SourceFileSystemId
The ID of the EFS File System.
Declaration
public Input<string> FileSystemId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RootDirectory
The path to mount on the host
Declaration
public Input<string> RootDirectory { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |