dataLocations

@JvmName(name = "sutwovifotnqvaoa")
suspend fun dataLocations(value: Output<List<String>>)
@JvmName(name = "fhcynafidqmgobcw")
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 = "xikwcghcgfqhvnqr")
suspend fun dataLocations(vararg values: Output<String>)


@JvmName(name = "ejyifmpunmmmvgwp")
suspend fun dataLocations(values: List<Output<String>>)
@JvmName(name = "jwkovvcfbqhikqtf")
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.