LaunchTemplateIpv4PrefixSpecification

data class LaunchTemplateIpv4PrefixSpecification(val ipv4Prefix: String? = null)

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ipv4Prefix: String? = null

The IPv4 prefix. For information, see Assigning prefixes to network interfaces in the Amazon EC2 User Guide.