Show / Hide Table of Contents

Class MountTargetState

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

Constructors

View Source

MountTargetState()

Declaration
public MountTargetState()

Properties

View Source

DnsName

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

Declaration
public Input<string> DnsName { 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 mount target is intended.

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

IpAddress

The address (within the address range of the specified subnet) at which the file system may be mounted via the mount target.

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

NetworkInterfaceId

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

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

SecurityGroups

A list of up to 5 VPC security group IDs (that must be for the same VPC as subnet specified) in effect for the mount target.

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

SubnetId

The ID of the subnet to add the mount target in.

Declaration
public Input<string> SubnetId { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.