instanceIds

@JvmName(name = "waojdoqmvynefumb")
suspend fun instanceIds(value: Output<List<String>>)
@JvmName(name = "tblvgpovqtygnion")
suspend fun instanceIds(value: List<String>?)

Parameters

value

A list of instance ID that you want to associate. If this parameter is empty, only the domain name of the website is added but no instance is associated with the website.

NOTE: There is a potential diff error because of the order of instance_ids values indefinite. So, from version 1.161.0, instance_ids type has been updated as set from list, and you can use tolist to convert it to a list.


@JvmName(name = "npjtsadulhqtiuxy")
suspend fun instanceIds(vararg values: Output<String>)


@JvmName(name = "xkiaytybxauiopni")
suspend fun instanceIds(values: List<Output<String>>)
@JvmName(name = "ptcjxfiiiebhdert")
suspend fun instanceIds(vararg values: String)

Parameters

values

A list of instance ID that you want to associate. If this parameter is empty, only the domain name of the website is added but no instance is associated with the website.

NOTE: There is a potential diff error because of the order of instance_ids values indefinite. So, from version 1.161.0, instance_ids type has been updated as set from list, and you can use tolist to convert it to a list.