Show / Hide Table of Contents

Class AccessPointRootDirectory

Inheritance
System.Object
AccessPointRootDirectory
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.Efs.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class AccessPointRootDirectory

Fields

View Source

CreationInfo

Specifies the POSIX IDs and permissions to apply to the access point's Root Directory. See Creation Info below.

Declaration
public readonly AccessPointRootDirectoryCreationInfo CreationInfo
Field Value
Type Description
AccessPointRootDirectoryCreationInfo
View Source

Path

Specifies the path on the EFS file system to expose as the root directory to NFS clients using the access point to access the EFS file system. A path can have up to four subdirectories. If the specified path does not exist, you are required to provide creation_info.

Declaration
public readonly string Path
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.