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 SourceDnsName
The DNS name for the given subnet/AZ per documented convention.
Declaration
public readonly string DnsName
Field Value
| Type | Description |
|---|---|
| System.String |
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 |
FileSystemId
ID of the file system for which the mount target is intended.
Declaration
public readonly string FileSystemId
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
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 |
MountTargetId
Declaration
public readonly string MountTargetId
Field Value
| Type | Description |
|---|---|
| System.String |
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 |
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> |
SubnetId
ID of the mount target's subnet.
Declaration
public readonly string SubnetId
Field Value
| Type | Description |
|---|---|
| System.String |