BucketCustomPlacementConfigArgs

data class BucketCustomPlacementConfigArgs(val dataLocations: Output<List<String>>) : ConvertibleToJava<BucketCustomPlacementConfigArgs>

Constructors

Link copied to clipboard
constructor(dataLocations: Output<List<String>>)

Properties

Link copied to clipboard
val dataLocations: Output<List<String>>

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.

Functions

Link copied to clipboard
open override fun toJava(): BucketCustomPlacementConfigArgs