AWSEC2Address

Objective-C

@interface AWSEC2Address

Swift

class AWSEC2Address

Describes an Elastic IP address, or a carrier IP address.

  • The ID representing the allocation of the address.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable allocationId;

    Swift

    var allocationId: String? { get set }
  • The ID representing the association of the address with an instance.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable associationId;

    Swift

    var associationId: String? { get set }
  • 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

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable carrierIp;

    Swift

    var carrierIp: String? { get set }
  • The customer-owned IP address.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable customerOwnedIp;

    Swift

    var customerOwnedIp: String? { get set }
  • The ID of the customer-owned address pool.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable customerOwnedIpv4Pool;

    Swift

    var customerOwnedIpv4Pool: String? { get set }
  • The network (vpc).

    Declaration

    Objective-C

    @property (nonatomic) AWSEC2DomainType domain;

    Swift

    var domain: AWSEC2DomainType { get set }
  • The ID of the instance that the address is associated with (if any).

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable instanceId;

    Swift

    var instanceId: String? { get set }
  • The name of the unique set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon Web Services advertises IP addresses.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable networkBorderGroup;

    Swift

    var networkBorderGroup: String? { get set }
  • The ID of the network interface.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable networkInterfaceId;

    Swift

    var networkInterfaceId: String? { get set }
  • The ID of the Amazon Web Services account that owns the network interface.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable networkInterfaceOwnerId;

    Swift

    var networkInterfaceOwnerId: String? { get set }
  • The private IP address associated with the Elastic IP address.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable privateIpAddress;

    Swift

    var privateIpAddress: String? { get set }
  • The Elastic IP address.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable publicIp;

    Swift

    var publicIp: String? { get set }
  • The ID of an address pool.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable publicIpv4Pool;

    Swift

    var publicIpv4Pool: String? { get set }
  • Any tags assigned to the Elastic IP address.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSEC2Tag *> *_Nullable tags;

    Swift

    var tags: [AWSEC2Tag]? { get set }