ipv6Prefixes

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


@JvmName(name = "wbonbbcodlfnujim")
suspend fun ipv6Prefixes(values: List<Output<LaunchTemplateIpv6PrefixSpecificationArgs>>)
@JvmName(name = "xqatkpyywtjfcwmm")
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 = "adenfblxcissobmd")
suspend fun ipv6Prefixes(argument: List<suspend LaunchTemplateIpv6PrefixSpecificationArgsBuilder.() -> Unit>)
@JvmName(name = "beumikabnaqvdkvh")
suspend fun ipv6Prefixes(vararg argument: suspend LaunchTemplateIpv6PrefixSpecificationArgsBuilder.() -> Unit)
@JvmName(name = "lyrvbydraqjiukbg")
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.