Extended Location Args
data class ExtendedLocationArgs(val name: Output<String>? = null, val type: Output<Either<String, ExtendedLocationType>>? = null) : ConvertibleToJava<ExtendedLocationArgs>
Resource extended location.
Constructors
Link copied to clipboard
constructor(name: Output<String>? = null, type: Output<Either<String, ExtendedLocationType>>? = null)