EntityReferenceArgs

data class EntityReferenceArgs(val referenceName: Output<String>? = null, val type: Output<Either<String, IntegrationRuntimeEntityReferenceType>>? = null) : ConvertibleToJava<EntityReferenceArgs>

The entity reference.

Constructors

Link copied to clipboard
constructor(referenceName: Output<String>? = null, type: Output<Either<String, IntegrationRuntimeEntityReferenceType>>? = null)

Properties

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

The name of this referenced entity.

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

The type of this referenced entity.

Functions

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