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
fun PreferencesArgs(encryptionPreferences: Output<EncryptionPreferencesArgs>? = null, preferredDataCenterRegion: Output<List<String>>? = null, reverseTransportPreferences: Output<TransportPreferencesArgs>? = null, storageAccountAccessTierPreferences: Output<List<Either<String, StorageAccountAccessTier>>>? = null, transportPreferences: Output<TransportPreferencesArgs>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
val storageAccountAccessTierPreferences: Output<List<Either<String, StorageAccountAccessTier>>>? = null