| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.DataSync.Types.QopConfiguration
Description
Documentation
data QopConfiguration Source #
The Quality of Protection (QOP) configuration specifies the Remote Procedure Call (RPC) and data transfer privacy settings configured on the Hadoop Distributed File System (HDFS) cluster.
See: newQopConfiguration smart constructor.
Constructors
| QopConfiguration' | |
Fields
| |
Instances
newQopConfiguration :: QopConfiguration Source #
Create a value of QopConfiguration with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:dataTransferProtection:QopConfiguration', qopConfiguration_dataTransferProtection - The data transfer protection setting configured on the HDFS cluster.
This setting corresponds to your dfs.data.transfer.protection setting
in the hdfs-site.xml file on your Hadoop cluster.
$sel:rpcProtection:QopConfiguration', qopConfiguration_rpcProtection - The RPC protection setting configured on the HDFS cluster. This setting
corresponds to your hadoop.rpc.protection setting in your
core-site.xml file on your Hadoop cluster.
qopConfiguration_dataTransferProtection :: Lens' QopConfiguration (Maybe HdfsDataTransferProtection) Source #
The data transfer protection setting configured on the HDFS cluster.
This setting corresponds to your dfs.data.transfer.protection setting
in the hdfs-site.xml file on your Hadoop cluster.
qopConfiguration_rpcProtection :: Lens' QopConfiguration (Maybe HdfsRpcProtection) Source #
The RPC protection setting configured on the HDFS cluster. This setting
corresponds to your hadoop.rpc.protection setting in your
core-site.xml file on your Hadoop cluster.