Show / Hide Table of Contents

Class AccessPointRootDirectoryArgs

Inheritance
System.Object
InputArgs
ResourceArgs
AccessPointRootDirectoryArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class AccessPointRootDirectoryArgs : ResourceArgs

Constructors

View Source

AccessPointRootDirectoryArgs()

Declaration
public AccessPointRootDirectoryArgs()

Properties

View Source

CreationInfo

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

Declaration
public Input<AccessPointRootDirectoryCreationInfoArgs> CreationInfo { get; set; }
Property Value
Type Description
Input<AccessPointRootDirectoryCreationInfoArgs>
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 Input<string> Path { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.