Class EfsLocationEc2ConfigGetArgs
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.DataSync.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class EfsLocationEc2ConfigGetArgs : ResourceArgs
Constructors
View SourceEfsLocationEc2ConfigGetArgs()
Declaration
public EfsLocationEc2ConfigGetArgs()
Properties
View SourceSecurityGroupArns
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> |
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> |