NetworkInterfacePrivateIpAddressSpecificationArgs

data class NetworkInterfacePrivateIpAddressSpecificationArgs(val primary: Output<Boolean>, val privateIpAddress: Output<String>) : ConvertibleToJava<NetworkInterfacePrivateIpAddressSpecificationArgs>

Constructors

constructor(primary: Output<Boolean>, privateIpAddress: Output<String>)

Properties

Link copied to clipboard
val primary: Output<Boolean>

Sets the private IP address as the primary private address. You can set only one primary private IP address. If you don't specify a primary private IP address, Amazon EC2 automatically assigns a primary private IP address.

Link copied to clipboard

The private IP address of the network interface.

Functions

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