Show / Hide Table of Contents

Class AccessPointArgs

Inheritance
System.Object
InputArgs
ResourceArgs
AccessPointArgs
Inherited Members
ResourceArgs.Empty
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 Source

AccessPointArgs()

Declaration
public AccessPointArgs()

Properties

View Source

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>
View Source

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>
View Source

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>
View Source

Tags

Key-value mapping of resource tags.

Declaration
public InputMap<object> Tags { get; set; }
Property Value
Type Description
InputMap<System.Object>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.