Class MountTargetState
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 MountTargetState : ResourceArgs
Constructors
View SourceMountTargetState()
Declaration
public MountTargetState()
Properties
View SourceDnsName
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> |
FileSystemArn
Amazon Resource Name of the file system.
Declaration
public Input<string> FileSystemArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |
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> |
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> |
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> |