specifiedRegions

@JvmName(name = "ighnrevdjtmyqefa")
suspend fun specifiedRegions(value: Output<List<String>>)
@JvmName(name = "ytajtmgwylhxeokr")
suspend fun specifiedRegions(value: List<String>?)

Parameters

value

List of regions to include or exclude (required if linking_mode is set to ALL_REGIONS_EXCEPT_SPECIFIED or SPECIFIED_REGIONS)


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


@JvmName(name = "xiaxgpwugwfqodxo")
suspend fun specifiedRegions(values: List<Output<String>>)
@JvmName(name = "ecsqajhttbnqnofe")
suspend fun specifiedRegions(vararg values: String)

Parameters

values

List of regions to include or exclude (required if linking_mode is set to ALL_REGIONS_EXCEPT_SPECIFIED or SPECIFIED_REGIONS)