Show / Hide Table of Contents

Class AccessPointRootDirectoryGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
AccessPointRootDirectoryGetArgs
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 AccessPointRootDirectoryGetArgs : ResourceArgs

Constructors

View Source

AccessPointRootDirectoryGetArgs()

Declaration
public AccessPointRootDirectoryGetArgs()

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<AccessPointRootDirectoryCreationInfoGetArgs> CreationInfo { get; set; }
Property Value
Type Description
Input<AccessPointRootDirectoryCreationInfoGetArgs>
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.