ParentPropertiesArgs

data class ParentPropertiesArgs(val id: Output<String>? = null, val syncProperties: Output<SyncPropertiesArgs>) : ConvertibleToJava<ParentPropertiesArgs>

The properties of the connected registry parent.

Constructors

Link copied to clipboard
constructor(id: Output<String>? = null, syncProperties: Output<SyncPropertiesArgs>)

Properties

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

The resource ID of the parent to which the connected registry will be associated.

Link copied to clipboard

The sync properties of the connected registry with its parent.

Functions

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