Show / Hide Table of Contents

Class GetAccessPointResult

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

Fields

View Source

AccessPointId

Declaration
public readonly string AccessPointId
Field Value
Type Description
System.String
View Source

Arn

Amazon Resource Name of the file system.

Declaration
public readonly string Arn
Field Value
Type Description
System.String
View Source

FileSystemArn

Amazon Resource Name of the file system.

Declaration
public readonly string FileSystemArn
Field Value
Type Description
System.String
View Source

FileSystemId

The ID of the file system for which the access point is intended.

Declaration
public readonly string FileSystemId
Field Value
Type Description
System.String
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

OwnerId

Declaration
public readonly string OwnerId
Field Value
Type Description
System.String
View Source

PosixUsers

Single element list containing operating system user and group applied to all file system requests made using the access point.

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

RootDirectories

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

Tags

Key-value mapping of resource tags.

Declaration
public readonly ImmutableDictionary<string, object> Tags
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.Object>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.