BucketCustomPlacementConfigArgs

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

The bucket's custom placement configuration for Custom Dual Regions.

Constructors

Link copied to clipboard
fun BucketCustomPlacementConfigArgs(dataLocations: Output<List<String>>? = null)

Functions

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

Properties

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

The list of regional locations in which data is placed.