regions

@JvmName(name = "riswvckytwcemtwd")
suspend fun regions(value: Output<List<String>>)
@JvmName(name = "duihpbmsswecrfda")
suspend fun regions(value: List<String>?)

Parameters

value

The region collection to which the instance belongs. Valid only when resourceMode is set to attributeMode. Wildcard characters are supported. If the region collection filter item is an empty array, it means that you do not need to filter by region, and all instances meet the filtering condition of the region collection. Otherwise, only instances with region attributes in the region collection are collected. The region collection and resource label of the instance. The instance objects are collected only when all of them are met.


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


@JvmName(name = "xlmeqbuudsqytywe")
suspend fun regions(values: List<Output<String>>)
@JvmName(name = "ahqfjlufiywejuql")
suspend fun regions(vararg values: String)

Parameters

values

The region collection to which the instance belongs. Valid only when resourceMode is set to attributeMode. Wildcard characters are supported. If the region collection filter item is an empty array, it means that you do not need to filter by region, and all instances meet the filtering condition of the region collection. Otherwise, only instances with region attributes in the region collection are collected. The region collection and resource label of the instance. The instance objects are collected only when all of them are met.