Class AccessPointArgs
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 AccessPointArgs : ResourceArgs
Constructors
View SourceAccessPointArgs()
Declaration
public AccessPointArgs()
Properties
View SourceFileSystemId
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> |
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<AccessPointPosixUserArgs> PosixUser { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<AccessPointPosixUserArgs> |
RootDirectory
Specifies the directory on the Amazon EFS file system that the access point provides access to. See Root Directory below.
Declaration
public Input<AccessPointRootDirectoryArgs> RootDirectory { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<AccessPointRootDirectoryArgs> |
Tags
Key-value mapping of resource tags.
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |