AWS::DataSync::LocationHDFS QopConfiguration
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.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "DataTransferProtection" :
String
, "RpcProtection" :String
}
YAML
DataTransferProtection:
String
RpcProtection:String
Properties
DataTransferProtection
-
The data transfer protection setting configured on the HDFS cluster. This setting corresponds to your
dfs.data.transfer.protection
setting in thehdfs-site.xml
file on your Hadoop cluster.Required: No
Type: String
Allowed values:
AUTHENTICATION | INTEGRITY | PRIVACY | DISABLED
Update requires: No interruption
RpcProtection
-
The Remote Procedure Call (RPC) protection setting configured on the HDFS cluster. This setting corresponds to your
hadoop.rpc.protection
setting in yourcore-site.xml
file on your Hadoop cluster.Required: No
Type: String
Allowed values:
AUTHENTICATION | INTEGRITY | PRIVACY | DISABLED
Update requires: No interruption