This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
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:StringRpcProtection:String
Properties
- DataTransferProtection
- 
                    The data transfer protection setting configured on the HDFS cluster. This setting corresponds to your dfs.data.transfer.protectionsetting in thehdfs-site.xmlfile on your Hadoop cluster.Required: No Type: String Allowed values: AUTHENTICATION | INTEGRITY | PRIVACY | DISABLEDUpdate requires: No interruption 
- RpcProtection
- 
                    The Remote Procedure Call (RPC) protection setting configured on the HDFS cluster. This setting corresponds to your hadoop.rpc.protectionsetting in yourcore-site.xmlfile on your Hadoop cluster.Required: No Type: String Allowed values: AUTHENTICATION | INTEGRITY | PRIVACY | DISABLEDUpdate requires: No interruption