ipv4Prefixes

@JvmName(name = "wahyrihtjkrqcooc")
suspend fun ipv4Prefixes(value: Output<List<NetworkInterfaceIpv4PrefixSpecificationArgs>>)
@JvmName(name = "hlnotiocimapkpaa")
suspend fun ipv4Prefixes(value: List<NetworkInterfaceIpv4PrefixSpecificationArgs>?)

Parameters

value

Assigns a list of IPv4 prefixes to the network interface. If you want EC2 to automatically assign IPv4 prefixes, use the Ipv4PrefixCount property and do not specify this property. Presently, only /28 prefixes are supported. You can't specify IPv4 prefixes if you've specified one of the following: a count of IPv4 prefixes, specific private IPv4 addresses, or a count of private IPv4 addresses.


@JvmName(name = "pbpscctlgdlloiah")
suspend fun ipv4Prefixes(vararg values: Output<NetworkInterfaceIpv4PrefixSpecificationArgs>)


@JvmName(name = "lccbyydjilljglli")
suspend fun ipv4Prefixes(values: List<Output<NetworkInterfaceIpv4PrefixSpecificationArgs>>)
@JvmName(name = "dtsifginjmrpwuve")
suspend fun ipv4Prefixes(vararg values: NetworkInterfaceIpv4PrefixSpecificationArgs)

Parameters

values

Assigns a list of IPv4 prefixes to the network interface. If you want EC2 to automatically assign IPv4 prefixes, use the Ipv4PrefixCount property and do not specify this property. Presently, only /28 prefixes are supported. You can't specify IPv4 prefixes if you've specified one of the following: a count of IPv4 prefixes, specific private IPv4 addresses, or a count of private IPv4 addresses.


@JvmName(name = "ljtwdslwegiwjulh")
suspend fun ipv4Prefixes(argument: List<suspend NetworkInterfaceIpv4PrefixSpecificationArgsBuilder.() -> Unit>)
@JvmName(name = "wsxpibjojaukdlns")
suspend fun ipv4Prefixes(vararg argument: suspend NetworkInterfaceIpv4PrefixSpecificationArgsBuilder.() -> Unit)
@JvmName(name = "jlkykabskrptufbp")
suspend fun ipv4Prefixes(argument: suspend NetworkInterfaceIpv4PrefixSpecificationArgsBuilder.() -> Unit)

Parameters

argument

Assigns a list of IPv4 prefixes to the network interface. If you want EC2 to automatically assign IPv4 prefixes, use the Ipv4PrefixCount property and do not specify this property. Presently, only /28 prefixes are supported. You can't specify IPv4 prefixes if you've specified one of the following: a count of IPv4 prefixes, specific private IPv4 addresses, or a count of private IPv4 addresses.