Preferences Args
data class PreferencesArgs(val encryptionPreferences: Output<EncryptionPreferencesArgs>? = null, val preferredDataCenterRegion: Output<List<String>>? = null, val reverseTransportPreferences: Output<TransportPreferencesArgs>? = null, val storageAccountAccessTierPreferences: Output<List<Either<String, StorageAccountAccessTier>>>? = 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, reverseTransportPreferences: Output<TransportPreferencesArgs>? = null, storageAccountAccessTierPreferences: Output<List<Either<String, StorageAccountAccessTier>>>? = null, transportPreferences: Output<TransportPreferencesArgs>? = null)
Properties
Link copied to clipboard
Preferences related to the Encryption.
Link copied to clipboard
Preferred data center region.
Link copied to clipboard
Optional Preferences related to the reverse shipment logistics of the sku.
Link copied to clipboard
val storageAccountAccessTierPreferences: Output<List<Either<String, StorageAccountAccessTier>>>? = null
Preferences related to the Access Tier of storage accounts.
Link copied to clipboard
Preferences related to the shipment logistics of the sku.