Address

public struct Address : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID representing the allocation of the address for use with EC2-VPC.

    Declaration

    Swift

    public let allocationId: String?
  • The ID representing the association of the address with an instance in a VPC.

    Declaration

    Swift

    public let associationId: String?
  • The carrier IP address associated. This option is only available for network interfaces which reside in a subnet in a Wavelength Zone (for example an EC2 instance).

    Declaration

    Swift

    public let carrierIp: String?
  • The customer-owned IP address.

    Declaration

    Swift

    public let customerOwnedIp: String?
  • The ID of the customer-owned address pool.

    Declaration

    Swift

    public let customerOwnedIpv4Pool: String?
  • Indicates whether this Elastic IP address is for use with instances in EC2-Classic (standard) or instances in a VPC (vpc).

    Declaration

    Swift

    public let domain: DomainType?
  • The ID of the instance that the address is associated with (if any).

    Declaration

    Swift

    public let instanceId: String?
  • The name of the unique set of Availability Zones, Local Zones, or Wavelength Zones from which AWS advertises IP addresses.

    Declaration

    Swift

    public let networkBorderGroup: String?
  • The ID of the network interface.

    Declaration

    Swift

    public let networkInterfaceId: String?
  • The ID of the AWS account that owns the network interface.

    Declaration

    Swift

    public let networkInterfaceOwnerId: String?
  • The private IP address associated with the Elastic IP address.

    Declaration

    Swift

    public let privateIpAddress: String?
  • The Elastic IP address.

    Declaration

    Swift

    public let publicIp: String?
  • The ID of an address pool.

    Declaration

    Swift

    public let publicIpv4Pool: String?
  • Any tags assigned to the Elastic IP address.

    Declaration

    Swift

    public let tags: [Tag]?
  • Undocumented

    Declaration

    Swift

    public init(allocationId: String? = nil, associationId: String? = nil, carrierIp: String? = nil, customerOwnedIp: String? = nil, customerOwnedIpv4Pool: String? = nil, domain: DomainType? = nil, instanceId: String? = nil, networkBorderGroup: String? = nil, networkInterfaceId: String? = nil, networkInterfaceOwnerId: String? = nil, privateIpAddress: String? = nil, publicIp: String? = nil, publicIpv4Pool: String? = nil, tags: [Tag]? = nil)