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 SourceAccessPointId
Declaration
public readonly string AccessPointId
Field Value
| Type | Description |
|---|---|
| System.String |
Arn
Amazon Resource Name of the file system.
Declaration
public readonly string Arn
Field Value
| Type | Description |
|---|---|
| System.String |
FileSystemArn
Amazon Resource Name of the file system.
Declaration
public readonly string FileSystemArn
Field Value
| Type | Description |
|---|---|
| System.String |
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 |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
OwnerId
Declaration
public readonly string OwnerId
Field Value
| Type | Description |
|---|---|
| System.String |
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> |
RootDirectories
Declaration
public readonly ImmutableArray<GetAccessPointRootDirectoryResult> RootDirectories
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetAccessPointRootDirectoryResult> |
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> |