Sync Properties Args
data class SyncPropertiesArgs(val messageTtl: Output<String>, val schedule: Output<String>? = null, val syncWindow: Output<String>? = null, val tokenId: Output<String>) : ConvertibleToJava<SyncPropertiesArgs>
The sync properties of the connected registry with its parent.
Constructors
Link copied to clipboard
fun SyncPropertiesArgs(messageTtl: Output<String>, schedule: Output<String>? = null, syncWindow: Output<String>? = null, tokenId: Output<String>)