Class MountTargetArgs
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 MountTargetArgs : ResourceArgs
Constructors
View SourceMountTargetArgs()
Declaration
public MountTargetArgs()
Properties
View SourceFileSystemId
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> |
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> |