Show / Hide Table of Contents

Class EfsLocationEc2ConfigArgs

Inheritance
System.Object
InputArgs
ResourceArgs
EfsLocationEc2ConfigArgs
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.DataSync.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class EfsLocationEc2ConfigArgs : ResourceArgs

Constructors

View Source

EfsLocationEc2ConfigArgs()

Declaration
public EfsLocationEc2ConfigArgs()

Properties

View Source

SecurityGroupArns

List of Amazon Resource Names (ARNs) of the EC2 Security Groups that are associated with the EFS Mount Target.

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

SubnetArn

Amazon Resource Name (ARN) of the EC2 Subnet that is associated with the EFS Mount Target.

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