ipv6Prefixes

@JvmName(name = "xydyauyangnomhls")
suspend fun ipv6Prefixes(value: Output<List<NetworkInterfaceIpv6PrefixSpecificationArgs>>)
@JvmName(name = "xhxoyoarrftnlcep")
suspend fun ipv6Prefixes(value: List<NetworkInterfaceIpv6PrefixSpecificationArgs>?)

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 = "yrfctuicyfdbqekv")
suspend fun ipv6Prefixes(vararg values: Output<NetworkInterfaceIpv6PrefixSpecificationArgs>)


@JvmName(name = "rigbhwqknohkbfsu")
suspend fun ipv6Prefixes(values: List<Output<NetworkInterfaceIpv6PrefixSpecificationArgs>>)
@JvmName(name = "swlebqbssxvcypde")
suspend fun ipv6Prefixes(vararg values: NetworkInterfaceIpv6PrefixSpecificationArgs)

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 = "lnaknnrjsoaxjicy")
suspend fun ipv6Prefixes(argument: List<suspend NetworkInterfaceIpv6PrefixSpecificationArgsBuilder.() -> Unit>)
@JvmName(name = "oedmmfmxqdwcyewr")
suspend fun ipv6Prefixes(vararg argument: suspend NetworkInterfaceIpv6PrefixSpecificationArgsBuilder.() -> Unit)
@JvmName(name = "xxrxdvqskmvqfrwn")
suspend fun ipv6Prefixes(argument: suspend NetworkInterfaceIpv6PrefixSpecificationArgsBuilder.() -> 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.