NetworkInterfaceAssociation
public struct NetworkInterfaceAssociation : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The allocation ID.
Declaration
Swift
public let allocationId: String?
-
The association ID.
Declaration
Swift
public let associationId: String?
-
The carrier IP address associated with the network interface. This option is only available when the network interface is in a subnet which is associated with a Wavelength Zone.
Declaration
Swift
public let carrierIp: String?
-
The customer-owned IP address associated with the network interface.
Declaration
Swift
public let customerOwnedIp: String?
-
The ID of the Elastic IP address owner.
Declaration
Swift
public let ipOwnerId: String?
-
The public DNS name.
Declaration
Swift
public let publicDnsName: String?
-
The address of the Elastic IP address or Carrier IP address bound to the network interface.
Declaration
Swift
public let publicIp: String?
-
Undocumented
Declaration
Swift
public init(allocationId: String? = nil, associationId: String? = nil, carrierIp: String? = nil, customerOwnedIp: String? = nil, ipOwnerId: String? = nil, publicDnsName: String? = nil, publicIp: String? = nil)