Show / Hide Table of Contents

Class GetMountTargetResult

Inheritance
System.Object
GetMountTargetResult
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 GetMountTargetResult

Fields

View Source

DnsName

The DNS name for the given subnet/AZ per documented convention.

Declaration
public readonly string DnsName
Field Value
Type Description
System.String
View Source

FileSystemArn

Amazon Resource Name of the file system for which the mount target is intended.

Declaration
public readonly string FileSystemArn
Field Value
Type Description
System.String
View Source

FileSystemId

ID of the file system for which the mount target is intended.

Declaration
public readonly string FileSystemId
Field Value
Type Description
System.String
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

IpAddress

Address at which the file system may be mounted via the mount target.

Declaration
public readonly string IpAddress
Field Value
Type Description
System.String
View Source

MountTargetId

Declaration
public readonly string MountTargetId
Field Value
Type Description
System.String
View Source

NetworkInterfaceId

The ID of the network interface that Amazon EFS created when it created the mount target.

Declaration
public readonly string NetworkInterfaceId
Field Value
Type Description
System.String
View Source

SecurityGroups

List of VPC security group IDs attached to the mount target.

Declaration
public readonly ImmutableArray<string> SecurityGroups
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

SubnetId

ID of the mount target's subnet.

Declaration
public readonly string SubnetId
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.