ipv6Prefixes

@JvmName(name = "ksaslxkegnodhtob")
suspend fun ipv6Prefixes(value: Output<List<LaunchTemplateIpv6PrefixSpecificationArgs>>)
@JvmName(name = "rypighcvrycfaoci")
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 = "mdpvmdbkhdjqontw")
suspend fun ipv6Prefixes(vararg values: Output<LaunchTemplateIpv6PrefixSpecificationArgs>)


@JvmName(name = "nqamxqnknrnkxdxh")
suspend fun ipv6Prefixes(values: List<Output<LaunchTemplateIpv6PrefixSpecificationArgs>>)
@JvmName(name = "fxdnwqmcdlhdwukg")
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 = "xwimkewoggshtrbv")
suspend fun ipv6Prefixes(argument: List<suspend LaunchTemplateIpv6PrefixSpecificationArgsBuilder.() -> Unit>)
@JvmName(name = "lvtnmihpdbjfudbj")
suspend fun ipv6Prefixes(vararg argument: suspend LaunchTemplateIpv6PrefixSpecificationArgsBuilder.() -> Unit)
@JvmName(name = "muyhdcytmolparjh")
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.