ipv6Prefixes

@JvmName(name = "ydecwnybavqkrqxt")
suspend fun ipv6Prefixes(value: Output<List<Ipv6PrefixSpecificationArgs>>)
@JvmName(name = "modsevikjmavbuaq")
suspend fun ipv6Prefixes(value: List<Ipv6PrefixSpecificationArgs>?)

Parameters

value

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


@JvmName(name = "jnbmaagesnnhdkop")
suspend fun ipv6Prefixes(vararg values: Output<Ipv6PrefixSpecificationArgs>)


@JvmName(name = "aeklhxjodwxbnxmu")
suspend fun ipv6Prefixes(values: List<Output<Ipv6PrefixSpecificationArgs>>)
@JvmName(name = "ulwsccfstiqrgdpj")
suspend fun ipv6Prefixes(vararg values: Ipv6PrefixSpecificationArgs)

Parameters

values

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


@JvmName(name = "ajbjvjantgxmlyrw")
suspend fun ipv6Prefixes(argument: List<suspend Ipv6PrefixSpecificationArgsBuilder.() -> Unit>)
@JvmName(name = "ygswwifmhfyxyble")
suspend fun ipv6Prefixes(vararg argument: suspend Ipv6PrefixSpecificationArgsBuilder.() -> Unit)
@JvmName(name = "uhanajevrpgpxkdy")
suspend fun ipv6Prefixes(argument: suspend Ipv6PrefixSpecificationArgsBuilder.() -> Unit)

Parameters

argument

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