Preferences Args
data class PreferencesArgs(val encryptionPreferences: Output<EncryptionPreferencesArgs>? = null, val preferredDataCenterRegion: Output<List<String>>? = null, val transportPreferences: Output<TransportPreferencesArgs>? = null) : ConvertibleToJava<PreferencesArgs>
Preferences related to the order
Constructors
Link copied to clipboard
constructor(encryptionPreferences: Output<EncryptionPreferencesArgs>? = null, preferredDataCenterRegion: Output<List<String>>? = null, transportPreferences: Output<TransportPreferencesArgs>? = null)