PreferencesArgs

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)

Properties

Link copied to clipboard

Preferences related to the Encryption.

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

Preferred data center region.

Link copied to clipboard

Preferences related to the shipment logistics of the sku.

Functions

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