DataResidencyArgs

data class DataResidencyArgs(val type: Output<Either<String, DataResidencyType>>? = null) : ConvertibleToJava<DataResidencyArgs>

Wraps data-residency related information for edge-resource and this should be used with ARM layer.

Constructors

Link copied to clipboard
constructor(type: Output<Either<String, DataResidencyType>>? = null)

Properties

Link copied to clipboard
val type: Output<Either<String, DataResidencyType>>? = null

DataResidencyType enum

Functions

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