Location Hdfs Qop Configuration Args
data class LocationHdfsQopConfigurationArgs(val dataTransferProtection: Output<LocationHdfsQopConfigurationDataTransferProtection>? = null, val rpcProtection: Output<LocationHdfsQopConfigurationRpcProtection>? = null) : ConvertibleToJava<LocationHdfsQopConfigurationArgs>
Configuration information for RPC Protection and Data Transfer Protection. These parameters can be set to AUTHENTICATION, INTEGRITY, or PRIVACY. The default value is PRIVACY.
Constructors
Link copied to clipboard
constructor(dataTransferProtection: Output<LocationHdfsQopConfigurationDataTransferProtection>? = null, rpcProtection: Output<LocationHdfsQopConfigurationRpcProtection>? = null)