LaunchTemplatePrivateIpAdd

data class LaunchTemplatePrivateIpAdd(val primary: Boolean? = null, val privateIpAddress: String? = null)

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: Boolean? = null, privateIpAddress: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val primary: 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

The private IPv4 address.