qopConfiguration

@JvmName(name = "tmaargnmknhrdxox")
suspend fun qopConfiguration(value: Output<LocationHdfsQopConfigurationArgs>)
@JvmName(name = "fjffyomcdtfisrwk")
suspend fun qopConfiguration(value: LocationHdfsQopConfigurationArgs?)

Parameters

value

The Quality of Protection (QOP) configuration specifies the Remote Procedure Call (RPC) and data transfer protection settings configured on the Hadoop Distributed File System (HDFS) cluster. If qop_configuration isn't specified, rpc_protection and data_transfer_protection default to PRIVACY. If you set RpcProtection or DataTransferProtection, the other parameter assumes the same value. See configuration below.


@JvmName(name = "iodbpaqsxoyqkmka")
suspend fun qopConfiguration(argument: suspend LocationHdfsQopConfigurationArgsBuilder.() -> Unit)

Parameters

argument

The Quality of Protection (QOP) configuration specifies the Remote Procedure Call (RPC) and data transfer protection settings configured on the Hadoop Distributed File System (HDFS) cluster. If qop_configuration isn't specified, rpc_protection and data_transfer_protection default to PRIVACY. If you set RpcProtection or DataTransferProtection, the other parameter assumes the same value. See configuration below.