dataLocations

@JvmName(name = "bnewtuvwcpftqasr")
suspend fun dataLocations(value: Output<List<String>>)
@JvmName(name = "cbniglpevmfhtpvs")
suspend fun dataLocations(value: List<String>)

Parameters

value

The list of individual regions that comprise a dual-region bucket. See Cloud Storage bucket locations for a list of acceptable regions. Note: If any of the data_locations changes, it will recreate the bucket.


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


@JvmName(name = "exqifvqgosasdrca")
suspend fun dataLocations(values: List<Output<String>>)
@JvmName(name = "hhwgwlqlhambuohs")
suspend fun dataLocations(vararg values: String)

Parameters

values

The list of individual regions that comprise a dual-region bucket. See Cloud Storage bucket locations for a list of acceptable regions. Note: If any of the data_locations changes, it will recreate the bucket.