ExtendedLocationArgs

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
constructor(name: Output<String>? = null, type: Output<Either<String, ExtendedLocationTypes>>? = null)

Properties

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

The name of the extended location.

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

The type of the extended location.

Functions

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