Show / Hide Table of Contents

Class AccessPointState

Inheritance
System.Object
InputArgs
ResourceArgs
AccessPointState
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 AccessPointState : ResourceArgs

Constructors

View Source

AccessPointState()

Declaration
public AccessPointState()

Properties

View Source

Arn

Amazon Resource Name of the access point.

Declaration
public Input<string> Arn { get; set; }
Property Value
Type Description
Input<System.String>
View Source

FileSystemArn

Amazon Resource Name of the file system.

Declaration
public Input<string> FileSystemArn { get; set; }
Property Value
Type Description
Input<System.String>
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

OwnerId

Declaration
public Input<string> OwnerId { 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<AccessPointPosixUserGetArgs> PosixUser { get; set; }
Property Value
Type Description
Input<AccessPointPosixUserGetArgs>
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<AccessPointRootDirectoryGetArgs> RootDirectory { get; set; }
Property Value
Type Description
Input<AccessPointRootDirectoryGetArgs>
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.