ExtendedLocationPropertyArgs

data class ExtendedLocationPropertyArgs(val name: Output<String>, val type: Output<Either<String, ExtendedLocationType>>) : ConvertibleToJava<ExtendedLocationPropertyArgs>

ExtendedLocation properties

Constructors

Link copied to clipboard
constructor(name: Output<String>, type: Output<Either<String, ExtendedLocationType>>)

Properties

Link copied to clipboard
val name: Output<String>

The name of the extended location.

Link copied to clipboard
val type: Output<Either<String, ExtendedLocationType>>

Type of ExtendedLocation.

Functions

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