LaunchTemplateIpv6AddArgs

data class LaunchTemplateIpv6AddArgs(val ipv6Address: Output<String>? = null) : ConvertibleToJava<LaunchTemplateIpv6AddArgs>

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: Output<String>? = null)

Properties

Link copied to clipboard
val ipv6Address: Output<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.

Functions

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