GetElasticIpResult

data class GetElasticIpResult(val associationId: String, val carrierIp: String, val customerOwnedIp: String, val customerOwnedIpv4Pool: String, val domain: String, val filters: List<GetElasticIpFilter>? = null, val id: String, val instanceId: String, val networkInterfaceId: String, val networkInterfaceOwnerId: String, val privateDns: String, val privateIp: String, val publicDns: String, val publicIp: String, val publicIpv4Pool: String, val tags: Map<String, String>)

A collection of values returned by getElasticIp.

Constructors

Link copied to clipboard
constructor(associationId: String, carrierIp: String, customerOwnedIp: String, customerOwnedIpv4Pool: String, domain: String, filters: List<GetElasticIpFilter>? = null, id: String, instanceId: String, networkInterfaceId: String, networkInterfaceOwnerId: String, privateDns: String, privateIp: String, publicDns: String, publicIp: String, publicIpv4Pool: String, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

ID representing the association of the address with an instance in a VPC.

Link copied to clipboard

Carrier IP address.

Link copied to clipboard

Customer Owned IP.

Link copied to clipboard

The ID of a Customer Owned IP Pool. For more on customer owned IP addressed check out Customer-owned IP addresses guide

Link copied to clipboard

Whether the address is for use in EC2-Classic (standard) or in a VPC (vpc).

Link copied to clipboard
Link copied to clipboard
val id: String

If VPC Elastic IP, the allocation identifier. If EC2-Classic Elastic IP, the public IP address.

Link copied to clipboard

ID of the instance that the address is associated with (if any).

Link copied to clipboard

The ID of the network interface.

Link copied to clipboard

The ID of the AWS account that owns the network interface.

Link copied to clipboard

Private DNS associated with the Elastic IP address.

Link copied to clipboard

Private IP address associated with the Elastic IP address.

Link copied to clipboard

Public DNS associated with the Elastic IP address.

Link copied to clipboard

Public IP address of Elastic IP.

Link copied to clipboard

ID of an address pool.

Link copied to clipboard

Key-value map of tags associated with Elastic IP.