ipv6Prefixes

@JvmName(name = "wcqeicfvypbfnrne")
suspend fun ipv6Prefixes(value: Output<List<LaunchTemplateIpv6PrefixSpecificationArgs>>)
@JvmName(name = "emgarhyecjpvkopd")
suspend fun ipv6Prefixes(value: List<LaunchTemplateIpv6PrefixSpecificationArgs>?)

Parameters

value

One or more IPv6 prefixes to be assigned to the network interface. You cannot use this option if you use the `Ipv6PrefixCount` option.


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


@JvmName(name = "iuqulslffndmuxae")
suspend fun ipv6Prefixes(values: List<Output<LaunchTemplateIpv6PrefixSpecificationArgs>>)
@JvmName(name = "ojtnivyalkvkudyh")
suspend fun ipv6Prefixes(vararg values: LaunchTemplateIpv6PrefixSpecificationArgs)

Parameters

values

One or more IPv6 prefixes to be assigned to the network interface. You cannot use this option if you use the `Ipv6PrefixCount` option.


@JvmName(name = "fvdbknunhhbabxpo")
suspend fun ipv6Prefixes(argument: List<suspend LaunchTemplateIpv6PrefixSpecificationArgsBuilder.() -> Unit>)
@JvmName(name = "usmbrqtlephoeoca")
suspend fun ipv6Prefixes(vararg argument: suspend LaunchTemplateIpv6PrefixSpecificationArgsBuilder.() -> Unit)
@JvmName(name = "ichnluddvlmsdoog")
suspend fun ipv6Prefixes(argument: suspend LaunchTemplateIpv6PrefixSpecificationArgsBuilder.() -> Unit)

Parameters

argument

One or more IPv6 prefixes to be assigned to the network interface. You cannot use this option if you use the `Ipv6PrefixCount` option.