LaunchTemplateIpv6PrefixSpecification

data class LaunchTemplateIpv6PrefixSpecification(val ipv6Prefix: String? = null)

Specifies an IPv6 prefix for a network interface. `Ipv6PrefixSpecification` is a property of AWS::EC2::LaunchTemplate NetworkInterface.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ipv6Prefix: String? = null

The IPv6 prefix.