Interface CfnLocationHDFS.QopConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnLocationHDFS.QopConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnLocationHDFS

@Stability(Stable) public static interface CfnLocationHDFS.QopConfigurationProperty extends software.amazon.jsii.JsiiSerializable
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.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.datasync.*;
 QopConfigurationProperty qopConfigurationProperty = QopConfigurationProperty.builder()
         .dataTransferProtection("dataTransferProtection")
         .rpcProtection("rpcProtection")
         .build();
 
  • Method Details

    • getDataTransferProtection

      @Stability(Stable) @Nullable default String getDataTransferProtection()
      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.

    • getRpcProtection

      @Stability(Stable) @Nullable default String getRpcProtection()
      The Remote Procedure Call (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.

    • builder

      @Stability(Stable) static CfnLocationHDFS.QopConfigurationProperty.Builder builder()
      Returns:
      a CfnLocationHDFS.QopConfigurationProperty.Builder of CfnLocationHDFS.QopConfigurationProperty