GetEipPlainArgs

data class GetEipPlainArgs(val allocationId: String, val publicIp: String) : ConvertibleToJava<GetEipPlainArgs>

Constructors

Link copied to clipboard
constructor(allocationId: String, publicIp: String)

Properties

Link copied to clipboard

The ID that AWS assigns to represent the allocation of the address for use with Amazon VPC. This is returned only for VPC elastic IP addresses. For example, eipalloc-5723d13e .

Link copied to clipboard

The Elastic IP address.

Functions

Link copied to clipboard
open override fun toJava(): GetEipPlainArgs