DependencyOfRelationshipPropertiesArgs

data class DependencyOfRelationshipPropertiesArgs(val targetId: Output<String>, val targetTenant: Output<String>? = null) : ConvertibleToJava<DependencyOfRelationshipPropertiesArgs>

dependencyOf relationship properties.

Constructors

Link copied to clipboard
constructor(targetId: Output<String>, targetTenant: Output<String>? = null)

Properties

Link copied to clipboard
val targetId: Output<String>

The relationship target resource id.

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

The relationship target tenant id.

Functions

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