Class AccessPointState
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 AccessPointState : ResourceArgs
Constructors
View SourceAccessPointState()
Declaration
public AccessPointState()
Properties
View SourceArn
Amazon Resource Name of the access point.
Declaration
public Input<string> Arn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
FileSystemArn
Amazon Resource Name of the file system.
Declaration
public Input<string> FileSystemArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
FileSystemId
The ID of the file system for which the access point is intended.
Declaration
public Input<string> FileSystemId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
OwnerId
Declaration
public Input<string> OwnerId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PosixUser
The operating system user and group applied to all file system requests made using the access point. See Posix User below.
Declaration
public Input<AccessPointPosixUserGetArgs> PosixUser { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<AccessPointPosixUserGetArgs> |
RootDirectory
Specifies the directory on the Amazon EFS file system that the access point provides access to. See Root Directory below.
Declaration
public Input<AccessPointRootDirectoryGetArgs> RootDirectory { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<AccessPointRootDirectoryGetArgs> |
Tags
Key-value mapping of resource tags.
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |