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
fun DataResidencyArgs(type: Output<Either<String, DataResidencyType>>? = null)

Functions

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

Properties

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

DataResidencyType enum