EipAssociationArgs

data class EipAssociationArgs(val allocationId: Output<String>? = null, val eip: Output<String>? = null, val instanceId: Output<String>? = null, val networkInterfaceId: Output<String>? = null, val privateIpAddress: Output<String>? = null) : ConvertibleToJava<EipAssociationArgs>

Resource schema for EC2 EIP association.

Constructors

Link copied to clipboard
fun EipAssociationArgs(allocationId: Output<String>? = null, eip: Output<String>? = null, instanceId: Output<String>? = null, networkInterfaceId: Output<String>? = null, privateIpAddress: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val allocationId: Output<String>? = null

The allocation ID. This is required for EC2-VPC.

Link copied to clipboard
val eip: Output<String>? = null

The Elastic IP address to associate with the instance.

Link copied to clipboard
val instanceId: Output<String>? = null

The ID of the instance.

Link copied to clipboard
val networkInterfaceId: Output<String>? = null

The ID of the network interface.

Link copied to clipboard
val privateIpAddress: Output<String>? = null

The primary or secondary private IP address to associate with the Elastic IP address.