dataLocations

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


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