Show / Hide Table of Contents

Class NetworkInterfaceAttachmentGetArgs

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

Constructors

View Source

NetworkInterfaceAttachmentGetArgs()

Declaration
public NetworkInterfaceAttachmentGetArgs()

Properties

View Source

AttachmentId

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

DeviceIndex

Integer to define the devices index.

Declaration
public Input<int> DeviceIndex { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Instance

ID of the instance to attach to.

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