ipv6Prefixes

@JvmName(name = "vxoqfmrfjjcujmtq")
suspend fun ipv6Prefixes(value: Output<List<Ipv6PrefixSpecificationArgs>>)
@JvmName(name = "xdiukrpqtoydapct")
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 = "btkemhkwrlyjpykx")
suspend fun ipv6Prefixes(vararg values: Output<Ipv6PrefixSpecificationArgs>)


@JvmName(name = "lkurviyymsdeydwx")
suspend fun ipv6Prefixes(values: List<Output<Ipv6PrefixSpecificationArgs>>)
@JvmName(name = "ejvdbjbghnvwsmfl")
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 = "bykgfokltwvruoyu")
suspend fun ipv6Prefixes(argument: List<suspend Ipv6PrefixSpecificationArgsBuilder.() -> Unit>)
@JvmName(name = "ajjtkeitisntxvbj")
suspend fun ipv6Prefixes(vararg argument: suspend Ipv6PrefixSpecificationArgsBuilder.() -> Unit)
@JvmName(name = "utnlvvcbimygsroe")
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.