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.
Properties
Link copied to clipboard
The period of time for which a message is available to sync before it is expired. Specify the duration using the format PnYnMnDTnHnMnS as per ISO8601.
Link copied to clipboard
The time window during which sync is enabled for each schedule occurrence. Specify the duration using the format PnYnMnDTnHnMnS as per ISO8601.