BigDataPoolParametrizationReferenceArgs

data class BigDataPoolParametrizationReferenceArgs(val referenceName: Output<Any>, val type: Output<Either<String, BigDataPoolReferenceType>>) : ConvertibleToJava<BigDataPoolParametrizationReferenceArgs>

Big data pool reference type.

Constructors

Link copied to clipboard
constructor(referenceName: Output<Any>, type: Output<Either<String, BigDataPoolReferenceType>>)

Properties

Link copied to clipboard
val referenceName: Output<Any>

Reference big data pool name. Type: string (or Expression with resultType string).

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

Big data pool reference type.

Functions

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