Get Elastic Ip Result
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>)
Properties
Link copied to clipboard
ID representing the association of the address with an instance in a VPC.
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
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
ID of an address pool.