GetEipsResult

data class GetEipsResult(val allocationIds: List<String>, val filters: List<GetEipsFilter>? = null, val id: String, val publicIps: List<String>, val tags: Map<String, String>)

A collection of values returned by getEips.

Constructors

Link copied to clipboard
constructor(allocationIds: List<String>, filters: List<GetEipsFilter>? = null, id: String, publicIps: List<String>, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of all the allocation IDs for address for use with EC2-VPC.

Link copied to clipboard
val filters: List<GetEipsFilter>? = null
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

List of all the Elastic IP addresses.

Link copied to clipboard