GetNetworkInterfaceAssociation constructor

const GetNetworkInterfaceAssociation({
  1. required Input<String> allocationId,
  2. required Input<String> associationId,
  3. required Input<String> carrierIp,
  4. required Input<String> customerOwnedIp,
  5. required Input<String> ipOwnerId,
  6. required Input<String> publicDnsName,
  7. required Input<String> publicIp,
})

Creates a new GetNetworkInterfaceAssociation. allocationId Allocation ID. associationId Association ID. carrierIp Carrier IP address associated with the network interface. This attribute is only set when the network interface is in a subnet which is associated with a Wavelength Zone. customerOwnedIp Customer-owned IP address. ipOwnerId ID of the Elastic IP address owner. publicDnsName Public DNS name. publicIp Address of the Elastic IP address bound to the network interface.

Implementation

const GetNetworkInterfaceAssociation({
  required this.allocationId,
  required this.associationId,
  required this.carrierIp,
  required this.customerOwnedIp,
  required this.ipOwnerId,
  required this.publicDnsName,
  required this.publicIp,
});