LaunchTemplateIpv6Add

data class LaunchTemplateIpv6Add(val ipv6Address: String? = null)

Specifies an IPv6 address in an Amazon EC2 launch template. `Ipv6Add` is a property of AWS::EC2::LaunchTemplate NetworkInterface.

Constructors

Link copied to clipboard
constructor(ipv6Address: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ipv6Address: String? = null

One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet. You can't use this option if you're specifying a number of IPv6 addresses.