Show / Hide Table of Contents

Class EfsLocationEc2Config

Inheritance
System.Object
EfsLocationEc2Config
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.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class EfsLocationEc2Config

Fields

View Source

SecurityGroupArns

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

Declaration
public readonly ImmutableArray<string> SecurityGroupArns
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

SubnetArn

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

Declaration
public readonly string SubnetArn
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.