Show / Hide Table of Contents

Class GetAccessPointRootDirectoryResult

Inheritance
System.Object
GetAccessPointRootDirectoryResult
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 GetAccessPointRootDirectoryResult

Fields

View Source

CreationInfos

Single element list containing information on the creation permissions of the directory

Declaration
public readonly ImmutableArray<GetAccessPointRootDirectoryCreationInfoResult> CreationInfos
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetAccessPointRootDirectoryCreationInfoResult>
View Source

Path

Path exposed as the root directory

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