GetNetworkInterfaceAttachment constructor

const GetNetworkInterfaceAttachment({
  1. required Input<String> attachmentId,
  2. required Input<int> deviceIndex,
  3. required Input<String> instanceId,
  4. required Input<String> instanceOwnerId,
  5. required Input<int> networkCardIndex,
})

Creates a new GetNetworkInterfaceAttachment. attachmentId ID of the network interface attachment. deviceIndex Device index of the network interface attachment on the instance. instanceId ID of the instance. instanceOwnerId AWS account ID of the owner of the instance. networkCardIndex Index of the network card.

Implementation

const GetNetworkInterfaceAttachment({
  required this.attachmentId,
  required this.deviceIndex,
  required this.instanceId,
  required this.instanceOwnerId,
  required this.networkCardIndex,
});