Class NetworkInterfaceAttachmentArgs
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.Ec2.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class NetworkInterfaceAttachmentArgs : ResourceArgs
Constructors
View SourceNetworkInterfaceAttachmentArgs()
Declaration
public NetworkInterfaceAttachmentArgs()
Properties
View SourceAttachmentId
Declaration
public Input<string> AttachmentId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DeviceIndex
Integer to define the devices index.
Declaration
public Input<int> DeviceIndex { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Instance
ID of the instance to attach to.
Declaration
public Input<string> Instance { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |