ipv6Prefixes

@JvmName(name = "yfjgugfsodparooy")
suspend fun ipv6Prefixes(value: Output<List<NetworkInterfaceIpv6PrefixSpecificationArgs>>)
@JvmName(name = "lebencdhiotvfeve")
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 = "cdvnswdomgmrxdyl")
suspend fun ipv6Prefixes(vararg values: Output<NetworkInterfaceIpv6PrefixSpecificationArgs>)


@JvmName(name = "utcwkccujhqwcurk")
suspend fun ipv6Prefixes(values: List<Output<NetworkInterfaceIpv6PrefixSpecificationArgs>>)
@JvmName(name = "provmudkighccdwd")
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 = "hbvilosplautiafy")
suspend fun ipv6Prefixes(argument: List<suspend NetworkInterfaceIpv6PrefixSpecificationArgsBuilder.() -> Unit>)
@JvmName(name = "ahldyewhpktjjlow")
suspend fun ipv6Prefixes(vararg argument: suspend NetworkInterfaceIpv6PrefixSpecificationArgsBuilder.() -> Unit)
@JvmName(name = "itcxxusfkjbknnhf")
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.