Show / Hide Table of Contents

Class MountTargetArgs

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

Constructors

View Source

MountTargetArgs()

Declaration
public MountTargetArgs()

Properties

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

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.