ExtendedLocationArgs

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

Extended location of the resource.

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>>

The extended location type.

Functions

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