Show / Hide Table of Contents

Class GetAccessPointArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetAccessPointArgs
Inherited Members
InvokeArgs.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 GetAccessPointArgs : InvokeArgs

Constructors

View Source

GetAccessPointArgs()

Declaration
public GetAccessPointArgs()

Properties

View Source

AccessPointId

The ID that identifies the file system.

Declaration
public string AccessPointId { get; set; }
Property Value
Type Description
System.String
View Source

Tags

Key-value mapping of resource tags.

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