LaunchTemplatePrivateIpAddArgs

data class LaunchTemplatePrivateIpAddArgs(val primary: Output<Boolean>? = null, val privateIpAddress: Output<String>? = null) : ConvertibleToJava<LaunchTemplatePrivateIpAddArgs>

Specifies a secondary private IPv4 address for a network interface. `PrivateIpAdd` is a property of AWS::EC2::LaunchTemplate NetworkInterface.

Constructors

Link copied to clipboard
constructor(primary: Output<Boolean>? = null, privateIpAddress: Output<String>? = null)

Properties

Link copied to clipboard
val primary: Output<Boolean>? = null

Indicates whether the private IPv4 address is the primary private IPv4 address. Only one IPv4 address can be designated as primary.

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

The private IPv4 address.

Functions

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