Extended Location Args
    data class ExtendedLocationArgs(val name: Output<String>? = null, val type: Output<Either<String, ExtendedLocationTypes>>? = null) : ConvertibleToJava<ExtendedLocationArgs> 
The complex type of the extended location.
Constructors
Link copied to clipboard
                fun ExtendedLocationArgs(name: Output<String>? = null, type: Output<Either<String, ExtendedLocationTypes>>? = null)