ipv4Prefixes

@JvmName(name = "mgeqovfnaqqrrjeo")
suspend fun ipv4Prefixes(value: Output<List<Ipv4PrefixSpecificationArgs>>)
@JvmName(name = "mcynjjgldpdwcwpf")
suspend fun ipv4Prefixes(value: List<Ipv4PrefixSpecificationArgs>?)

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 = "npqogfpoltlpbysq")
suspend fun ipv4Prefixes(vararg values: Output<Ipv4PrefixSpecificationArgs>)


@JvmName(name = "elvudclpilgfdoep")
suspend fun ipv4Prefixes(values: List<Output<Ipv4PrefixSpecificationArgs>>)
@JvmName(name = "uchdswoihmwudovb")
suspend fun ipv4Prefixes(vararg values: Ipv4PrefixSpecificationArgs)

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 = "ivqusyovxeriapng")
suspend fun ipv4Prefixes(argument: List<suspend Ipv4PrefixSpecificationArgsBuilder.() -> Unit>)
@JvmName(name = "yplbadwnehfppcao")
suspend fun ipv4Prefixes(vararg argument: suspend Ipv4PrefixSpecificationArgsBuilder.() -> Unit)
@JvmName(name = "jmymlrgdhvpauvvm")
suspend fun ipv4Prefixes(argument: suspend Ipv4PrefixSpecificationArgsBuilder.() -> 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.